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

* {margin: 0; padding: 0;}
body {background: url(../images/splash_bg.jpg) repeat-x top #98051e; font-size: 1em; font-family: Arial, Helvetica, sans-serif;}

#wrapper {width: 933px; margin: 30px auto 0 auto;}
.mainrow {width: 690px; float: right; display: inline; margin: 0 0 10px 0;}

.logo {width: auto; display: inline; float: left;}

.top_row {width: 690px; float: right; margin: 10px 0 0 0; display: inline; background: url(../images/top_row_bg.png) repeat-y;}
.top_row_box_l, .top_row_box_r {width: 210px; background: url(../images/splash_box_top.jpg) no-repeat top #fdfe02; padding: 15px 0 0 0; text-align:center; }
.top_row_box_l {float: left; margin: 0 30px 0 0;}
.top_row_box_r {float: right;}

.top_row_box_l2, .top_row_box_r2 {width: 210px; background: url(../images/splash_box_top2.jpg) no-repeat top #fdfe02; padding: 15px 0 0 0; text-align:center; }
.top_row_box_l2 {float: left; margin: 0 30px 0 0;}
.top_row_box_r2 {float: right;}

.bottom_row {width: 690px; float: right; display: inline; margin: 0; background: url(../images/bot_row_bg.png) repeat-y;}
.bottom_row_box_tl, .bottom_row_box_tr, .bottom_row_box_tm {width: 210px;}
.bottom_row_box_tl, .bottom_row_box_tm {float: left; margin: 0 30px 0 0;}
.bottom_row_box_tr {float: right;}

.image {width: 210px; float: left; display: inline;}

.click_l, .click_r {width: 210px;  background: #fdfe02;}
.click_l {float: left; margin: 0 10px 0 0;}
.click_r {float: right;}
.click_row a:link, .click_row a:visited, .click_row a:hover, .click_row a:active {text-decoration: underline; color: #000;}

.text {width: 190px; float: left; display: inline; margin: 10px 10px 0 10px;}
.text p {line-height: 1.4em; font-size: 0.9em; color: #000;}
.text a:link, .text a:visited, .text a:hover, .text a:active {text-decoration: none; color: #000;}

.button {float: right; width: 130px; height: 130px; display: inline; margin: 272px 10px 0 0; background: url(../images/button.png); }
.transparent {width: auto; position: relative;}

.clear {width: 210px; clear: both; background: #fff; height: 5px;}

h2 {color: #fe0000; font-size: 0.9em; font-weight: bold; padding: 0 0 10px 0;}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {text-decoration: none; color: #fe0000;}
.click_row p {text-align: right; font-size: 0.8em; margin: 5px;}
.red {color: #fe0000; font-weight: bold;}

#footer {width: 100%; clear: both;}

#left_col {
	width: 210px;
	float: left;
	display: inline;
	background: url(../images/left_col_bg.jpg) repeat-y;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
#left_col_text {width: 200px; float: left; display: inline; padding: 15px 5px;}
#left_col_text h1 {color: #fff; font-size: 1.2em;}
#left_col_text p, #left_col_text li a:link, #left_col_text li a:visited, #left_col_text li a:hover, #left_col_text li a:active {color: #fff; font-size: 0.9em; line-height: 1.4em;}
#left_col_text li a:link, #left_col_text li a:visited, #left_col_text li a:hover {text-decoration: none;}
#left_col_text ul {margin: 10px 0 0 20px; color: #fff;}

