/* CSS Document */

body {
	margin: 0px;
	
	background-image: url(i/layout/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #063682;
}

form {
	margin: 3px;
}

a, a:visited, a:active {
	color: #072C63;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #CEB849;
	text-decoration: underline;
}

#contentBGLeft {
	background-image: url(i/layout/content_leftbg.gif);
	background-position: top right;
	background-repeat:repeat-y;
}

#contentBGRight {
	background-image: url(i/layout/content_rightbg.gif);
	background-position: top left;
	background-repeat:repeat-y;
}

#contentBGWhite {
	background-image: url(i/layout/content_bg_white.jpg);
	background-position: top left;
	background-repeat:repeat-x;
}

#contentBGBlue {	
	background-image: url(i/layout/content_bg_blue.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	background-color: #A6B7C1;
}

#content {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
}

#contentBGLeft00 {
	background-image: url(i/layout/content00_left_bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#contentBGRight00 {
	background-image: url(i/layout/content00_right_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#contentBGLeft01 {
	background-image: url(i/layout/content01_left_bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#contentBGRight01 {
	background-image: url(i/layout/content01_right_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#contentBGLeft02 {
	background-image: url(i/layout/content02_left_bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#contentBGRight02 {
	background-image: url(i/layout/content02_right_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.blueNbold {
	color: #072C63;
	font-weight: bold;
}

.contentPadding {
	padding-top: 17px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
}

.contentPadding3 {
	padding-top: 17px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
}

.contentPaddingBlue {
	padding-top: 17px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
}

.subnav {
	background-color: #A6B7C1;
	color: #072C63;
	font-weight: bold;
	
	padding-top: 15px;
	padding-bottom: 15px;
}

.subnav a, .subnav a:active, .subnav a:visited {
	color: #072C63;
	font-weight: bold;
	text-decoration: none;
}

.subnav a:hover {
	color: #FFFFFF;
}

.subnav_subhead {
	font-size: 9pt;
	font-weight: bold;
	color: #072C63;
	background-color: #CEB849;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.subnav_subhead2 {
	font-size: 9pt;
	font-weight: bold;
	color: #072C63;
	background-color: #E0D18B;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#interior_title {
	background-color: #C8AA3A;
	background-image: url(i/layout_interior/title_background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	
	color: #FFFFFF;
	font-size: 16pt;
	font-weight: normal;
	
	height: 52px;
}

.title_txt {
	padding-left: 15px;
	padding-bottom: 5px;
}

.cookietrail {
	padding-left: 15px;
	padding-top: 15px;
	
	font-size: 9pt;
}

.productcontent {
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

.productcontent h1 {
	font-size: 12pt;
	margin-bottom: 10px;
	font-weight: bold;
	color: #072C63;
}

.specs{
	font-size: 9pt;
}

.features{
	font-size: 9pt;
}

p.featuresp{
	margin: 0px;
}

blockquote.featuresp {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.textindent {
	text-indent: 10px;
}

.descriptiontxt {
	font-size: 8pt;
}

.apptable {
	font-size: 8pt;
}
.header_01 {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}
