/* Copyright Hyperactive Designs 2008 */
/* Yahoo Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* Style */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #001022 url(images/page-bg.jpg) no-repeat top;
	color:#FFF;
}
#wrap {
	margin: 0 auto;
	width: 940px;
	padding:0 10px;
}
#header {
	color: #666;
	width: 940px;
	clear: none;
	height:123px;
}
#header #keyword {
	line-height:20px;
	font-size:10px;
	color:#1362B9;
	text-align:right;
}
#header .logo a {
	background:url(images/logo.gif) no-repeat;
	text-indent:-5000px;
	float:left;
	width:418px;
	height:45px;
	margin-top: 30px;
}
#header .address  {
	background:url(images/address.gif) no-repeat;
	text-indent:-5000px;
	float:right;
	width:254px;
	height:61px;
	margin-top:18px;
}

/* Nav */


#nav {
	width: 940px;
	height: 30px;
	font: bold 13px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background:#fe0000 url(images/nav-bg.gif) repeat-x bottom;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline;
}
#nav ul li {
	display:inline;
}
#nav li a {
	display: inline;
	text-decoration: none;
	padding: 0px 20px;
	display: block;
	float:left;
	color: #FFFFFF;
	list-style: none;
	border-right: solid #ff2929 1px;
	border-left: solid #ba0000 1px;
}		
#nav li a:hover {
	background: #001022;
	border-right: solid #000e1e 1px;
	border-left: solid #002958 1px;
}

/* Content */
#content {
	float: right;
	width: 710px;
	margin: 10px 0 0 10px;
}
#content p {
	margin-bottom:0.7em;
}
#content .headerimg {
	height:250px;
	background:#333;
	margin-bottom:10px;
}
#content .box {
	background-color:#FFF;
	color:#222;
	width:330px;
	padding:10px;
	margin:0 10px 10px 0;
	float:left;
	font-size:11px;
}
#content .box img {
	margin-bottom:8px;
}
.fullbox h2,
#content .box h2   {
	color:#F00;
	font-size:16px;
	text-transform:uppercase;
}
.fullbox h2 a,
#content .box h2 a  {
	color:#F00;
	text-decoration:none;
}
#content .boxend {
	margin:0 0 10px 0;
}
#content .content {
	background-color:#FFF;
	color:#222;
	padding:13px;
	margin-bottom:10px;
}

/* Sidebar */
#sidebar{
	width: 200px;
	margin: 10px 0;
	float: left;
	font-size:13px;
	background-color:#001022;
	padding:10px;
}
#sidebar ul li{
	line-height:30px;
	padding-left:10px;
	border-bottom:#0a3566 solid 1px;
	
}
#sidebar h2 {
	font-size: 15px;
}
#sidebar ul li a {
	color: #FFF;
}




/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: 11px;
	color: #FFF;
}
#footer .logo {
	float:right;
	margin:0 0 10px 10px;
}
#footer .footer {
	font-size:10px;
	color:#1362B9;
	margin-top:10px;
}
#footer p {
	padding: 0 0 5px;
	line-height: 1.2em;
}
#footer a {
	text-decoration: none;
	color: #1362B9;
}
#footer a:hover {
	text-decoration: underline;
	color:#FFF;
}




.clearfloat { /* class to fully contain float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Global */
p {
	line-height:1.4em;
}
a {
	color:#0099cc;
}


h1, h2, h3, h4, h5 {
	margin-bottom:4px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#002663;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#F00;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#F00;
}
h4 {
	font-size:13px;
	color:#F00;
	font-weight:bold;
}

/* button */
.button {
	height: 30px;
	font: bold 13px/30px Arial, Helvetica, sans-serif;
	background:#fe0000 url(images/nav-bg.gif) repeat-x bottom;
	margin-left: 5px;
}
a.button   {
	text-decoration: none;
	padding: 0px 10px;
	display: block;
	color: #FFFFFF;
	list-style: none;
	border-right: solid #ff2929 1px;
	border-left: solid #ba0000 1px;
	float:right;
}		
a:hover.button  {
	background: #001022;
	border-right: solid #000e1e 1px;
	border-left: solid #002958 1px;
}


/* CMS shit */
#crumbs {
	text-align:right;
	padding: 4px 0;
	color: #999;
	font: 11px Arial, Helvetica, sans-serif;
}
#crumbs a:link, #crumbs a:active, #crumbs a:visited {
	color:#666;
	text-decoration:none;
}
#msgs p, #errors p {
	line-height:1em;
	margin:0;
}
	
#errors {
	color: #FF0000;
	background: #FFEAEA ;
	border-bottom: 1px solid #FF0000;
	margin: 5px 0;
	padding: 6px;
}
#msgs {
	color: #333;
	background: #F0FED3;
	border-bottom: 1px solid #99E005;
	margin-bottom: 8px;
	padding: 10px;
	font-weight:bold;
	font-size:13px;
}
.modelSelectImg {
}
.modelSelectShim {
}
#modelSelect td.modelSelectDesc {
	vertical-align: top;
	padding-left:15px;
}
#modelSelect td.modelSelectDesc h1, h1.large {
	color:#F00;
	font-size:24px;
}
#model_order_image {
	width: 314px;
	margin-bottom: 12px;
	display: block;
}
.modelSelectImg  a img, 
.model_extra_image, 
#model_feature_image,
#model_optional_image, 
#model_order_image {
	border: 1px solid #88b2d4;
	padding:1px;
}
#modelSelect td {
	padding: 15px 0;
	border-bottom:solid 1px #88b2d4;
}
.pages {
	padding:1px 5px;
	background-color:#164262;
	border:1px solid #0d3a57;
}
a.pages {
	color:#fff;
	text-decoration:none;
}
a:hover.pages {
	color:#fff;
	text-decoration:none;
	background-color:#30709f;
}

.itemTitle {
	margin: 0;
	padding-top: 12px;
	padding-bottom: 2px;
}
.itemDate {
	font-size: 11px;
	color:#999;
	text-align: right;
	margin: 0px;
	padding: 1px 0px 0px;
	border-top: 1px solid #CCCCCC;
}
.td_data {
	padding:2px 4px;
}
.smallgrey {
	color:#999;
	font-size:11px;
}


#tbl_optional_features, 
#tbl_standard_features, 
 #tbl_standard_features td,
 #tbl_optional_features td {
	font-size: 11px;
	padding:3px 6px;
	width: 100%;
}
th.tbl_title {
	background: #001022;
	color: #FFF;
	text-align: left;
	padding:3px 6px;
	font-weight: bold;
}
td.tbl_title {
	background: #276c9f;
	font-weight: bold;
	color:#FFF;
}
.tr_odd {
	background:#f9f9f9;
}
.tr_even {
	background: #F0F0F0;
}
tr#full_price {
	font-size: 120%;
}


/* Slideshow */

#slideshow {
    position:relative;
    height:250px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
