@charset "utf-8";

/* Overall Settings */
body {
  margin:0;
	background:url(../img/bg.gif) #CCC;
	font-family:Verdana;
	color:#000;
	font-size:13px;
}

.container {
  	position:relative;
	width:820px;
	min-height:350px;
	margin:0 auto 0 auto;
	padding:15px 15px 0 15px;
	background:url(../img/bg_container.gif) repeat-y;
}
.container:after {content: "."; height:0; visibility: hidden; display: block; clear: both; }/*hang down container height in Firefox*/

/*IE6*/* html .container {
  	position:relative;
	width:850px;
	min-height:350px;
	left:50%; margin-left:-425px;
	padding:15px 15px 0 15px;
	background:url(../img/bg_container.gif) repeat-y;
}
.container_adj {
	clear:both;
	width:100%; height:0;
	line-height:0; font-size:0;
	padding:0; margin:0;
	border:0;
}


.header {
  	position:relative;
	margin:20px auto 0 auto;
	width:850px; height:140px;
	background:url(../img/bg_header.jpg) no-repeat;
}
/*IE6*/* html .header {
  	position:relative;
	left:50%; margin:20px 0 0 -425px;
	width:850px; height:140px;
	background:url(../img/bg_header.jpg) no-repeat;
}

.leftwrapper {
  	position:relative;
  	float:left;
	width:210px;
	min-height:350px;
}
.rightwrapper {
  	position:relative;
  	float:left;
	width:610px;
	min-height:350px;
}
.centralwrapper {
  	position:relative; float:left;
	width:815px;
	margin:0; padding:0 0 0 5px;
	min-height:350px;
}

.footer {
  	position:relative;
	width:830px; min-height:35px;
	margin:0 auto 0 auto; padding:35px 0 0 20px;
	background:url(../img/bg_footer.gif) no-repeat;
	font-size:11px; color:#333; line-height:15px;
}
/*IE6*/
* html .footer {
  	position:relative;
	width:850px; min-height:35px;
	left:50%; margin-left:-425px;
	padding:35px 0 0 20px;
	background:url(../img/bg_footer.gif) no-repeat;
	font-size:11px; color:#666; line-height:15px;
}

h1, h2, h3 {
	margin:0;
	padding:0;
	position:relative;
	font-size:13px; font-weight:bolder; line-height:30px;
	color:#fff; text-align:center; letter-spacing:5px;
}
h1 {width:650px; height:105px; background:url(../img/bg_service1.gif) no-repeat; margin:0 auto 5px auto;}
/*IE6*/* html h1 {margin:0 0 5px 95px;}
h2 {width:600px; height:32px; background:url(../img/bg_service.gif) no-repeat; margin:0 0 0 4px;}
/*IE6*/* html h2 {margin:0;}
h3 {width:800px; height:32px;	background:url(../img/bg_service2.gif) no-repeat; margin:0;}
h2 span, h3 span {
	position:absolute;
	top:-28px; right:0px;
	width:200px; height:30px;
	font-size:11px; line-height:30px;
	color:#333; text-align:right; letter-spacing:2px;
}
.countdown {color:#F00;}

.control_panel, .control_panel2 {
	position:relative;
	float:left;
	min-height:25px;
	margin:5px 0 0 0; padding:0;
	text-align:center;
}
.control_panel {
	width:600px;
}
.control_panel p {
	color:#F00;
	margin:0 0 10px 0; padding:0;
}
.control_panel2 {
	width:800px;
}
.control_panel2 img {
	float:left;
	margin-left:90px;
	border:none;
}
.control_panel2 p {
	position:relative; float:left;
	width:550px;
	border-top:1px dotted #999;
	font-weight:normal; color:#666; line-height:16px;
	text-align:left;
	margin:0 0 0 10px; padding:5px 0 0 0;
}
.control_panel2 span {
	position:relative; float:left;
	width:810px;
	font-weight:normal; color:#F00; line-height:16px;
	text-align:center;
	margin:0; padding:5px 0 5px 0;
}