@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #121212;
	
	margin: 0px;
	margin-top: 50px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.6em;
}

h1 { margin: 0px; }
h2 { margin: 0px; }

td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ddd;
}

hr {
	width: 60%;
	margin-bottom: 13px;
	
	border-top: 1px solid #030;
	border-bottom: 1px solid #bef096;
}

#header {
	height: 60px;
	margin-bottom: 40px;
	
	background-image: url(images/head_bg.png);
}

#header-main {
	width: 325px;

	position: relative;
	left: 50%;
	margin-left: -329px;
}

#content-wrapper {
	width: 659px;
	
	position: relative;
	left: 50%;
	margin-left: -329px;
}

#content-header {
	height: 40px;
	background-image: url(images/contentbg_top.png);
}

#content-mid {
	background-image: url(images/contentbg_mid.png);	
	min-height: 90px;
	max-height: 498px;
}

#content-bottom {
	height: 151px;
	background-image: url(images/contentbg_bottom.png);
	
	position: relative;
	top: -112px;
	z-index: 1;
}

#content-container {
	position: relative;
	z-index: 2;
}

form {
	z-index: 5;
}

#footer {
	width: 650px;
	padding-left: 70px;
	
	color: #555;	
	text-align: left;
	
	padding-top: 160px;
	padding-bottom: 30px;
}

#blockcontainer {
	height: 370px;
	overflow: hidden;
}

.block {
	width: 248px;
	height: 135px;
	
	padding: 20px;
	
	text-align: left;
	color: #ddd;
	font-size: 1.5em;
	
	float: left;
	background-image: url(images/block_bg.png);
}

.blockleft { margin-left: 41px; }
.blockright { margin-right: 41px; } 

.fl_left { float: left; }

ul.fp_list {
	margin: 0px;
	margin-top: 10px;
	margin-left: 90px;
	
	padding: 0px;
}

ul.fp_list li {
	margin: 0px;
	margin-bottom: 3px;
	
	padding: 0px;
	
	font-size: 11px;
	list-style-type:square
}

.msgbox {
	position: absolute;
	
	top: 10px;
	left: 10px;
	
	background-color: #ccfca2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	padding: 20px;
	color: #333;
	text-align: left;	
}

#ajaxloading {
	position: absolute;

	width: 32px;
	height: 16px;
	background-image: url(images/ajax_loading.gif);

	left: 50%;
	margin-left: 240px;
	
	top: 48px;
	
	display: none;
	z-index: 3;
}

.info {
	background-image: url(images/info_bg.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	margin: 0px;
	margin-left: 60px;
	margin-right: 60px;
	
	padding: 20px;
	
	/*margin-top: 10px;*/
	
	color: #eee;
	text-align: left;
}

.subinfo {
	margin: 0px;
	margin-left: 60px;
	margin-right: 60px;
	
	padding-left: 20px;
	padding-right: 20px;
	
	/*margin-top: 10px;*/
	
	color: #cbff9d;
	text-align: center;
}

.emailheader {
	display: block;
	text-decoration: underline;
	
	margin-bottom: 3px;
}

.info input.text {
	width: 435px;
}

.info textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 490px;
}

.smallinfo {
	font-size: 11px;
	color: #cbff9d;
}


.fl_right {
	float: right;
}


.bigtext {
	font-size: 16px;
	color: #eee;
	
	line-height: 25px;
}

a {
	color: #99dd5c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.red { color: #f00; }

img {
	border: 0px;
}

td.captcha img {
	vertical-align: middle;
}

#captcha-image {
	display: inline;
}

#refreshimg {
	position: relative;
	top: -13px;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 100%px;
    /*background: url("../image/bg.gif") no-repeat top;*/
    margin: 0px;
	margin-bottom: 20px;
	
	padding-left: 80px;
	padding-right: 80px;
	
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("images/lava.png") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("images/lava.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }

