/* CSS Document */

@import '/stylesheet.css';

body {
	margin:0px;
	padding:0px;
	font:12px Arial, Helvetica, sans-serif;
}

#header {
	display:none;
	width:670px;
	height:80px;
}

#logo {
	display:block;
}

#top_nav {
	display:none;
}

#top_nav p {
	margin:0px;
	padding:0px;
}

#top_nav .p1 {
	width:125px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#008C43;
}

#top_nav .p2 {
	position:absolute;
	top:20px;
	width:125px;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000000;
}

#top_nav .p3 {
	position:absolute;
	top:0px;
	left:135px;
}

#top_nav .p4 {
	position:absolute;
	top:0px;
	left:285px;
}

#top_nav .p5 {
	position:absolute;
	top:25px;
	left:135px;
	width:100px;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#008C43;
}

#top_nav .p6 {
	position:absolute;
	top:50px;
	left:0px;
	width:322px;
}

#nav {
	display:none;
}

#nav ul {
	position:absolute;
	top:83px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#nav li {
	float:left;
	margin:0px 10px 0px 10px;
}

#container {
	margin:0px;
	padding:0px;
}

#signin {
	display:none;
	float:left;
	width:155px;
	height:25px;
	border:0px solid #FF0000;
	padding:5px 8px 0px 8px;
	background:#FFFFFF;
}

#breadcrumb {
	display:none;
	float:left;
	width:583px;
	height:25px;
	border:0px solid #FF0000;
	padding:5px 8px 0px 8px;
	text-align:right;
	background:#FFFFFF;
}

#main {
	padding-bottom:20px;
	clear:both;
	overflow:auto;
	width:762px;
	border:0px solid #FF0000;
	padding-left:8px;
}

#side_nav {
	display:none;
	float:left;
	width:154px;
	padding:0px;
	margin:0px;
}

#side_nav ul {
	padding:0px;
	margin:10px 0px 0px 30px;
}

#side_nav li {
	list-style-image:url(/images/bullet.jpg);
	list-style-type:none;
}

#content {
	width:585px;
	border:0px solid #FF0000;
}

#banner {
	display:none;
	width:585px;
	height:155px;
	background:url(/images/banner.jpg) top left no-repeat;
}

#featured {
	display:none;
	height:177px;
	margin-top:5px;
}

#featured ul {
	margin:2px 0px 5px 0px;
	padding:0px;
}

#featured li {
	width:140px;
	height:140px;
	border:1px solid #999999;
	list-style-type:none;
	float:left;
	background:url(../images/feature_fade.jpg) top center no-repeat;
}

#featured .l1 {
	margin-right:5px;
	
}

#ota {
	float:left;
	width:282px;
	height:150px;
	padding:3px;
	border:1px solid #999999;
	margin-right:4px;
}

#newsletter {
	margin-top:3px;
	float:left;
	width:290px;
	height:84px;
	background:url(../images/newsletter.jpg) top center no-repeat;
	margin-right:4px;
}

#newsletter .input {
	margin-top:33px;
	margin-left:10px;
}

#newsletter .submit {
	margin-top:3px;
	margin-left:10px;
}

#pro {
	float:left;
	width:282px;
	height:84px;
	margin-top:3px;
	padding:0px;
}


#news {
	float:left;
	width:282px;
	height:150px;
	padding:3px;
	border:1px solid #999999;
}

#news ul {
	margin:10px 0px 0px 20px;
	padding:0px;
	list-style-type:disc;
}

#news li {
	padding:3px 0px 3px 0px;
}

#footer {
	display:none;
	margin:0px;
	padding:0px;
	background:url(/images/footer.jpg) #FFFFFF top left repeat-x;
}

#footer ul {
	padding-top:35px;
	list-style-type:none;
	margin-top:0px;
}

#footer li {
	float:left;
	margin-right:45px;
}

#cc {
	width:760px;
}

.right_float {
	float:right;
}

.left_float {
	float:left;
}

.green {
	color:#054D27;
	font-weight:bold;
}

a {
	color:#0000FF;
	text-decoration:underline;
}

.secnav {
	list-style-type:none;	
	width:100%;
	margin:0px;
	padding:0px;
}

.secnav li {
	float:left;
}

.secnav li a{
	background: url(../images/secnav_back.jpg) repeat-x bottom left;
	font-weight:bold;
	color: #FFFFFF;
	display: block;
	padding:5px 31px 5px 31px;
	width: auto;
	text-decoration: none;
}

.secnav li a:hover{
	background: url(../images/secnav_back_f2.jpg) repeat-x bottom left;
	font-weight:bold;
	color: #FFFFFF;
	display: block;
	padding:5px 31px 5px 31px;
	width: auto;
	text-decoration: underline;
}
