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

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background:#f7f701;
	margin:0px;
}
a {
	color:#6e0509;
	text-decoration:underline;
}
a:hover {
	color:#85080d;
	text-decoration:underline;
}
h1 {
	font-size:28px;
	color:#000000;
	letter-spacing:-1px;
	line-height:28px;
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
}
h2 {
	font-size:24px;
	color:#000000;
	letter-spacing:-1px;
}
h3 {
	font-size:18px;
	color:#000000;
	margin-top:0px;
}
h4 {
	font-size:16px;
	color:#000000;
}
.profile {
	padding:10px;
	margin-bottom:10px;
	border:#000000 solid 3px;
}
.profile h3 {
	margin-bottom:0px;
}
.line {
	border-top:#CCCCCC solid 1px;
}
.red {
	color:#CC0000;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	height:381px;
	background:#FFFFFF url(../images/header_top_bg.png) top repeat-x;
}
#nav_container {
	clear:both;
	margin:0px auto;
	height:64px;
	background:#ffffff url(../images/nav_bg-alt.png) repeat-x;
}
#content_container {
	clear:both;
	margin:0px auto;
	padding-bottom:15px;
	/*background:#FFFFFF url(../images/content_bg.jpg) top center no-repeat;*/
	background:#fdfecd;
	background:#ffffff;
}
#footer_container {
	clear:both;
	margin:0px auto;
	margin-top:-15px;
	height:190px;
	background:url(../images/footer_bg.png) top repeat-x;
}

/*** HEADER ***/

#header_top {
	clear:both;
	margin:0px auto;
	width:960px;
	height:37px;
}
#header_top-left {
	float:left;
	width:450px;
	height:35px;
	text-align:left;
}
#header_top-right {
	float:right;
	width:450px;
	height:35px;
	text-align:right;
}
#header {
	clear:both;
	margin:0px auto;
	height:344px;
	background:#c60004 url(../images/header_bg.jpg) center no-repeat;
}
#flash {
	clear:both;
	margin:0px auto;
	width:1020px;
	height:344px;
}

/*** NAV ***/

#nav {
	clear:both;
	margin:0px auto;
	width:980px;
	height:46px;
}
#nav a {
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:2px;
	padding-top:12px;
	height:31px;
	/*font-family:Georgia, Arial, Helvetica, sans-serif;*/
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#faec00;
	text-decoration:none;
}
#nav a:hover {
	color:#BE0004;
	text-decoration:none;
}


/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	width:960px;
	font-family:Verdana, Helvetica, sans-serif;
	padding-bottom:20px;
}
#content blockquote {
    margin:35px 30px 10px 30px;
	background:url(../images/quote_open.png) no-repeat left top;
    padding:0 0 20px 35px;
    border-bottom:1px dotted #333333;
	}
#content blockquote p {
	background:url(../images/quote_close.png) no-repeat right bottom;
    padding-right:30px;
	text-align:justify;
	}
#content blockquote h4 {
	font-size:18px;
	font-style:italic;
	color:#000000;
	}

#content_home-left {
	float:left;
	width:470px;
	padding-top:15px;
	padding-bottom:115px;
}
#content_home-right {
	float:right;
	width:480px;
	padding-top:32px;
	padding-bottom:15px;
}
#content_left {
	float:left;
	width:229px;
	margin-top:32px;
	margin-bottom:115px;
	padding:5px;
	background:#FFFFFF;
	border:#999999 solid 1px;
}
#content_left ul {
	list-style-image:url(../images/list_line.gif);
	margin-left:5px;
	padding-left:25px;
	padding-bottom:10px;
}
#content_right {
	float:right;
	width:700px;
	padding-top:22px;
	padding-bottom:120px;
}
#content_right img {
	padding:5px;
	margin-left:5px;
	margin-right:5px;
	background:#FFFFFF;
	border:#999999 solid 1px;
}
.note {
	font-size:11px;
	color:#7d7d7d;
	line-height:normal;
}
#ecom img {
	padding:0px;
	background:none;
	border:none;
}
#wysiwyg {
	padding:5px;
	background:#FFFFFF;
}
#wysiwyg img {
	padding:5px;
	background:#FFFFFF;
	border:#ececec solid 1px;
}
#news {
	float:right;
	padding:9px;
	margin-top:14px;
	width:440px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg_grey_alpha.png);
	border:#000000 solid 3px;
}
#news_top {
	margin-left:-26px;
	margin-top:-42px;
	width:478px;
	height:70px;
	padding-bottom:5px;
	background:url(../images/lbl_news.png) no-repeat;
}
#news_top a {
	display:block;
	float:right;
	margin-top:25px;
	width:70px;
	height:32px;
}
#slideshow {
	width:430px;
	height:184px;
	padding:5px;
	background:#FFFFFF;
	border:#dddddd solid 1px;
}
#slide {
	width:430px;
	height:184px;
}
#slide_loading {
	width:430px;
	height:184px;
	background:#dddddd url(../images/slide_loading.gif) no-repeat;
}
#slide_left {
	float:left;
	width:65px;
	height:184px;
	background:url(../images/slideshow_left.png) no-repeat;
}
.slide_thumb {
	display:block;
	margin-left:6px;
	margin-top:6px;
	width:50px;
	height:50px;
	background-color:#dddddd;
	border:#FFFFFF solid 1px;
}
.slide_thumb:hover {
	border:#fff300 solid 1px;
}
.slide_thumb-on {
	display:block;
	margin-left:6px;
	margin-top:6px;
	width:48px;
	height:48px;
	background-color:#dddddd;
	border:#fff300 solid 2px;
}
.news_body {
	width:436px;
	height:135px;
	padding-top:12px;
	padding-left:3px;
	padding-right:3px;
	display:none;
}
.news_body-on {
	width:436px;
	height:135px;
	padding-top:12px;
	padding-left:3px;
	padding-right:3px;
	display:block;
}
#news_heading {
	width:436px;
	height:30px;
}
#news_heading-left {
	float:left;
	width:57px;
	height:23px;
	padding-top:7px;
	padding-left:8px;
	color:#818181;
	font-size:12px;
	background:#dddddd;
}
#news_heading-right {
	float:left;
	padding-left:4px;
	width:365px;
	height:30px;
}
#news_heading-right h2 {
	margin:0px;
	margin-top:-1px;
	font-size:18px;
	line-height:16px;
}
#news_heading-right h2 b {
	color:#7d7d7d;
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
}
#news_text {
	clear:both;
	padding-top:15px;
	width:436px;
	height:55px;
	color:#818181;
	font-size:12px;
	line-height:14px;
	text-align:justify;
}
#news_links {
	padding-top:12px;
	width:436px;
	height:20px;
}
#news_links-left {
	float:left;
	width:200px;
	height:20px;
	text-align:left;
}
#news_links-right {
	float:right;
	width:200px;
	height:20px;
	text-align:right;
}
#buttons {
	clear:both;
	float:right;
	margin-top:5px;
	width:464px;
	height:130px;
}
#btn_supporter {
	display:block;
	float:left;
	margin-top:5px;
	width:223px;
	height:128px;
	background:url(../images/btn_supporter.jpg) no-repeat;
	border:#000000 solid 3px;
	text-decoration:none;
}
#btn_sponsor {
	display:block;
	float:left;
	margin-top:5px;
	width:223px;
	height:128px;
	background:url(../images/btn_sponsor.jpg) no-repeat;
	border:#000000 solid 3px;
	text-decoration:none;
}
#btn_store {
	display:block;
	float:left;
	margin-top:5px;
	width:223px;
	height:128px;
	background:url(../images/btn_store.jpg) no-repeat;
	border:#000000 solid 3px;
	text-decoration:none;
}
.quote_box {
	clear:both;
	float:right;
	margin-top:20px;
	padding:10px;
	width:438px;
	font-size:14px;
	color:#FFFFFF;
	background:#24201f;
	border:#000000 solid 3px;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	width:960px;
	font-size:14px;
	color:#24201f;
	line-height:26px;
	padding-bottom:10px;
}
#footer h1 {
	font-size:24px;
	font-weight:normal;
	color:#24201f;
	margin-bottom:5px;
}
#footer p {
	margin:0px;
}
.footer_note {
	font-size:11px;
}
#footer_btn-top {
	display:block;
	float:left;
	margin-top:-25px;
	margin-left:-393px;
	width:140px;
	height:40px;
	background:url(../images/btn_top.png) no-repeat;
}
#footer_player {
	float:left;
	margin-top:-119px;
	margin-left:31px;
	width:367px;
	height:307px;
	background:url(../images/player_alpha.png) no-repeat;
}
#footer_left {
	float:left;
	margin-top:170px;
	margin-left:-380px;
}
#footer_mid {
	float:right;
	margin-top:25px;
}
#footer_sponsors {
	float:right;
	margin-top:1px;
	padding-top:18px;
	background:url(../images/lbl_sponsors.png) top left no-repeat;
	width:500px;
}
#footer_sponsors a {
	display:block;
	float:left;
	padding-right:20px;
}
#footer_help {
	clear:both;
	float:right;
	margin-top:6px;
	font-size:12px;
	line-height:18px;
	width:500px;
}
#footer_help h1 {
	margin-top:0px;
	margin-bottom:0px;
	font-size:28px;
	padding-bottom:5px;
}
#footer_help p {
	padding-top:7px;
	padding-left:10px;
}
/*#footer_right {
	float:right;
	margin-top:31px;
	padding-top:120px;
	width:170px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a87c11;
	background:url(../images/logo_footer.png) top no-repeat;
	text-align:right;
	line-height:14px;
}*/