@charset "utf-8";
/* CSS Document */
html{
	padding:0px;
	margin:0px;
}
body{
	background:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
div#wrapper{
	margin:0px auto;
	border:1px #195843 solid;
	width:780px;
	background:#185844 url(../images/bgmain.jpg) repeat-x;
}
.clear{clear:both;}
div#head{
	height:85px;
}
div#mainmenul{
	background:#185843;
}
div#submenu{
	width:736px;background:#185843;
	margin:0px auto;
	height:30px;
}
div#submenu ul{
	 list-style:none;
}

/*div#submenu li{
	display:inline-block;
	padding-top:7px;
}*/
li{
	float:left;
	padding-top:7px;
}

div#submenu li a{
	text-decoration:none;
	display:block;
	padding:0px 15px;
	font-weight:bold;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
}
div#submenu li a.thefirst {
	padding-left:0px;
}
div#submenu li a.select {
	color:#993;
}
div#headbody{
	width:736px;
	background:#02604E;
	margin:0px auto;
	height:70px;
}
div#headbody strong{
	display:block;
	padding-top:20px;
	padding-left:20px;
	color:#FFF;
	font-size:18px;
}
.date{
	color:#FFF;
	font-size:11px;
}
div#maincontent{
	width:745px;
	background:#FFF;
	margin:0px auto;
}
.sold{
	color:#FFF!important;
	background:#02604E;
}
div#mainbody{
	
}


#tbmain {
	width:100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
}

#tbmain  tr.odd td	{
	background:#f7fbff
	}
#tbmain  tr.odd .column1	{
	background:#f4f9fe;
	}	
.column1	{
	background:#f9fcfe;
	}
#tbmain  td {
	color:#666;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.5em 0.4em;
	font-weight:bolder;
	text-align:center;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:center;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 0.3em;
	}							
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}
	
div#footer p{
	display:block;
	padding:10px 0px;
	text-align:center;
	color:#FFF;
	
}
