/* page basics */ 
body {margin: 0; padding: 0; background: #FFF; color: #888; font-family: "Verdana", Lucida, Verdana, sans-serif; font-size: 11px; line-height: 1.8em; text-align: center;}
a, a:link, a:visited {color: #fff; text-decoration: none;}
strong {font-weight: normal; color: #fff;}
h1 {font-size: 15px; font-weight: normal; color: #fff; margin: 0;}
h2 {font-size: 11px; font-weight: normal; color: #fff; margin: 0; border-bottom:1px solid #FFF;}
h3 {font-size: 11px; font-weight: normal; color: #fff; margin: 0;}
sup {color : #fff; font-size : 8px; }
img {border:0; }
.image_inline {float: left; padding: 5px 8px 0 0;}

/* main page styles */
#content_center { position: relative; width: 934px; margin: auto; text-align: left; }
#maincontent {float:left; background-color: #FFF; border-left: 2px solid #FFF; border-right: 2px solid #FFF; border-bottom: 2px solid #FFF; margin-bottom: 30px; }

/* start header item */
#header { height: 56px; width: 930px; background: url(images/header.gif); border-bottom: 1px solid #FFF; }
	.header_sec_1{ width:250px; float:left; height: 56px; }
	.header_sec_2{ width:430px; float:left; height:56px; text-align : center; }
	.header_sec_3{ width:250px; height:56px; float:left; }

/* subheader */ 
#subheader_new {margin: 25px 25px 35px 25px; float: left;}
#subheader {margin: 25px 25px 35px 25px; float: left; width: 880px; height: 290px; background: #FFF url(images/subheader.jpg) no-repeat left center;}

/* start main content */ 
.features {float:left; margin-bottom:35px; }
	.three_column {padding: 0px 25px 0px 25px; position: relative; float: left; width: 260px;}
a.preview {position:absolute; right:25px; top:0px; background: url(images/preview.gif) no-repeat left center; padding: 0px 0px 0px 15px; color:#444;}
a.preview:hover {background: url(images/preview_hover.gif) no-repeat left center; color:#fff;}

#spec_list {padding-top:35px; padding-bottom:35px; float:left; border-top:1px solid #FFF;}
.list {padding:0px 0px 10px 15px; margin:0; list-style:square}

/* bottom menu */
#bottom_menu {float:left; background-color:#0b0b0b; border-top:1px solid #FFF; border-bottom:1px solid #FFF;}
a.bottom_column {display:block; padding: 15px 25px; position:relative; float:left; width: 181px; border-left:1px solid #FFF;}
	a.bottom_column:first-child {border-left:none; width: 184px;}
	a.bottom_column:hover {background-color:#FFF;}
	a.bottom_column:active {background-color:#FFF;}
.bottom_label { color: #888; }

/* footer */ 
#footer { padding: 35px 0; text-align: center; font-size: 11px; float: left; width: 930px; margin: auto; background-color: #FFF; color: #777; }
#footer a:hover{ text-decoration:underline; }