body {
	background: #333333 url(../../images/styles/body-bg.jpg) repeat-y center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


	
a:link, a:visited {
	color:#006699;
	text-decoration: none;
}
a:hover {
	color:#ff0000;
	text-decoration: none;
}
a:active {
	color:#006699;
	text-decoration: none;
}

h1 {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #c00;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #c00;
}
h3 {
	font-size: 14px;
	line-height: 16px;
		color: #000;
}
h4 {
	font-size: 12px;
	line-height: 14px;
	color: #000;

}
.subpageContent ul, .subpageContent ol {
	line-height: 16px;
	margin-left: 17px;
	padding: 0 0 0 15px;
}
.subpageContent li {
	padding: 0 0 6px 0;
	list-style-image: url(../../images/interface/bullet-grey.gif);/**/
	list-style-type: none;
	list-style-position: outside;
}
.subpageContent ol li {
	list-style-image: none;
}
#banner {
	background: url(../../images/styles/Header.jpg) no-repeat;
	margin: 0px;
	height: 145px;
}

#wrapper {
	text-align: center;
	margin: 0px auto;
	width: 800px;
	background-color: #ECECEC;

}

#container {
	background-color: #ECECEC;
	text-align: left;
	margin: 0;
	padding: 0;

}
.base {
	margin: 0;
	padding: 0;
	clear: both;
}	

/* ------ 3 COLUMN LAYOUT -------- */

#container3col {
	text-align: left;
	margin: 12px 0 0 0;
	padding: 0 12px 0 12px;
	background: url(../../images/interface/col3-bg.gif) repeat-y center top;
	
	/* hide from mac ie - fixes 100% table display for pc ie \*/
	height: 1%; /**/
	
}


#container3col #main {
	float: left;
	line-height: 18px;
	margin: 0 0 0 12px;
	padding: 0px;
	text-align: left;
	width:430px;

}

#sidebarL {
	float: left;
	width: 160px;
	/* hide from mac ie \*/
	height: 1%; /**/
	margin: 0;
	padding: 0;
	text-align: left;
	display:inline;


}

#sidebarR {
	float: right;
	width: 160px;
	/* hide from mac ie \*/
	height: 1%; /**/
	margin: 0;
	padding: 0;
	text-align: left;
		display:inline;


}
.contentR {
	
	margin: 0;

	text-align: center;

}
/* ------ 4 COLUMN LAYOUT -------- */
	
	
#container4col {
	text-align: center;
	margin: 12px 0 0 0;
	padding: 0 0 0 0;	
	background: url(../../images/interface/col4-bg.gif) repeat-y center top;
	/* hide from mac ie - fixes 100% table display for pc ie \*/
	height: 1%; /**/
	

}




.featureBox {
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
	text-align:center;
	width: 160px;
	display:inline;

	}
.featureboxHead {
	background: #999 url(../../images/interface/featureHead-bg.gif) repeat-x left top;
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
	padding: 5px 5px 3px 5px;

}
.featureboxBody {
	padding: 6px 10px 10px 10px;
	color:#666;
	font-size:11px;

}

/* to get feature box to drop float and margin when used with other layouts */
#sidebarL .featureBox, #sidebarR .featureBox {
	float: none;
	margin: 20px 0 0 0;
	display:block;
}



/* ------ 2 COLUMN LAYOUT -------- */

#container2col {
	text-align: left;
	margin: 12px 0 0 0;
	padding: 0 12px 0 12px;
	background:  url(../../images/interface/col2-bg.gif) repeat-y center top;
	
	/* hide from mac ie - fixes 100% table display for pc ie \*/
	height: 1%; /**/
	
}



#main2col {
	float: right;
	line-height: 18px;
	margin: 0;
	padding: 0px;
	text-align: left;
	width:600px;
}
/* sidebarL is same as 3 column layout */


/* ----------- nav -- styles for nav list -------- */


#nav {
	margin: 0;
	padding: 5px 0 0 5px;
	border: 0;
	text-align: left;
}

#nav ul.lev1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}	

#nav .lev1 li {
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		display: block;
		width: 150px;
		border-bottom: 1px dashed #adadad;
}
	#nav .lev1 a {
	padding: 5px 4px 4px 18px; /* change this line if you want to change the spacing between links to get more in orspace them out. eg. 6px 4px 4px 18px will spread tem out  */
	display: block;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	background: url(../../images/interface/arrow-off.gif) no-repeat 2px 7px;
	text-transform: uppercase;
		}
	#nav .lev1 a:hover {
		text-decoration: none;
		color: #c00; 
		background: url(../../images/interface/arrow-on.gif) no-repeat 2px 7px;
		}
	#nav .lev1 .lev1_hilite a {
		color: #c00;
		background: url(../../images/interface/arrow-on.gif) no-repeat 2px 7px;
		font-weight: bold;
		}
	#nav .lev1 .lev1_hilite a:hover {
		text-decoration: none;
/*		background-color: #e9e6ec; */

		}
	#nav .lev1 ul.lev2 {
		margin: 0;
		padding: 0 0 5px 0;
		border-left: none;
		border-right: none;
		width: auto;
		}
	#nav .lev1 .lev2 li {
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		text-transform: none;
		letter-spacing: 0;
		color: #666;
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: auto; 
		}
	#nav .lev1 .lev2 a {
		padding: 4px 4px 4px 24px;
		display: block;
		color: #000;
		text-decoration: none;
		font-weight: normal;
		background: url(../../images/interface/arrow2-off.gif) no-repeat 12px 8px;
	text-transform:capitalize;

		}
	#nav .lev1 .lev2 a:hover {
		text-decoration: none;
		color: #f00; 
		background: url(../../images/interface/arrow2-on.gif) no-repeat 12px 8px;
		}
	#nav .lev1 .lev2 .lev2_hilite a {
		color: #f00;
		font-weight: normal;
		background: url(../../images/interface/arrow2-on.gif) no-repeat 12px 8px;

		}
	#nav .lev1 .lev2 .lev2_hilite {
		color: #000;
		}
	#nav .lev1 .lev2 .lev2_hilite a:hover {
		text-decoration: none;
}



/* ~~~~~~~~~~~ topnav ~~~~~~~~~~~ */

#topnavleft {
	margin: 0;
	text-align:left;
	float: left;

}

#topnav {
	margin: 0;
	padding: 113px 10px 0 0;
	text-align:right;
	float: right;
	width: 325px;


}
#topnav ul {
	margin: 0;
	padding:0;
	list-style-type: none;

}
#topnav li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	float:right;
	}
#topnav li a:link, #topnav li a:visited {
	font-size: 12px;
	line-height:26px;
	padding: 6px 12px 5px 12px;
	text-decoration: none;
	color: white;
	font-weight: normal;
	border-left: 1px solid #c00;
}


#topnav  li a:hover, #topnav  li a:active {
	color: white;
	bac

}
/*
#topnav li.topnav_hilite {
	color: #000;
}
#topnav a:link.topnav_hilite, #topnav a:visited.topnav_hilite {
}
#topnav a:hover.topnav_hilite, #topnav a:active.topnav_hilite {
}

#topnav a:hover.topnav_hilite, #topnav a:active.topnav_hilite {
}
*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	font-size: 11px;
	margin: 10px 0 0 0;
	clear: both;
	padding: 12px;
	color: #999;
	background: #fff url(../../images/interface/footer-bg.gif) repeat-x left top;
	height: 53px;
}
#footer .links {
text-align: center;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
#footer a:link, #footer a:visited {
	color:#336699;
	text-decoration: none;
}
#footer a:hover {
	color:#ff0000;
	text-decoration: underline;
}
#footer a:active {
	color:#ff9900;
	text-decoration: underline;
}


.subpageHead {
	background: #CC0000 url(../../images/interface/subpageHead-bg.gif) repeat-x left top;
	padding: 7px 10px 6px 15px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing: .1em;
}

.subpageHeadImage {
	padding: 0px 0px 0px 0px;
}




.subpageContent {
	padding: 5px 15px 20px 15px;
}

form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 4px;
	border-bottom: 1px solid #eeeeee;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.TextTabular 					{ color: #000000; font-family: Verdana, Geneva, Tahoma, Arial; font-size: 9px }

/* ------ HOME PAGE FEATURE LAYOUT -------- */
	
	
#homefeature {
	text-align: center;
	margin: 12px 0 0 0;
	padding: 0 0 0 0;	
	/* hide from mac ie - fixes 100% table display for pc ie \*/
	height: 1%; /**/
	

}


.homefeatureBox {
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
	text-align:center;
	width: 250px;
	display:inline;
	background-color:#FFFFFF;
	}
.homefeatureboxHead {
	background: #991111 url(../../images/styles/redfade.jpg) repeat-x left top;
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
	padding: 5px 5px 3px 5px;
}
.homefeatureboxHead a {
	color:#FFFFFF;
	text-decoration:none;
}
.homefeatureboxHead a:hover {
	color:#c00;
	text-decoration:none;
}

.homefeatureboxBody {
	padding: 6px 10px 18px 10px;
	color:#666;
	font-size:11px;
	height:150px;
	cursor:pointer;
}

.homefeatureboxBody2 {
	padding: 6px 10px 0px 10px;
	color:#666;
	font-size:11px;
	height:150px;
	cursor:pointer;
}

/* to get feature box to drop float and margin when used with other layouts */
#sidebarL .featureBox, #sidebarR .featureBox {
	float: none;
	margin: 20px 0 0 0;
	display:block;
}

#home-middleline {
	width:800px;
	background-color:#333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#home-middleline-inner {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	
}

#home-middleline-inner a {
color: #FFFFFF;
text-decoration:none;
	
}
#home-middleline-inner a:hover {
color: #FFFFFF;
text-decoration:none;
	
}

.subpageNav {
	padding:5px 2px 5px 2px;
	font-size:10px;
	text-align:center;
	background-image:url(../../images/generic/bg_subpagenav.jpg);
	background-color:#666666;
	color:#FFFFFF;
}
.subpageNav a {
	color:#FFFFFF;
	text-decoration:none;
}
.subpageNav a:hover {
	color:#CC0000;
	text-decoration:none;
}
.SearchBox {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.LeftBoxTextsm {
font: 9px Verdana, Arial, Helvetica, sans-serif;
	}	
	
.LeftBoxTextmed {
font: 10px Verdana, Arial, Helvetica, sans-serif;
	}	
.LeftBoxTextlg {
font: 11px Verdana, Arial, Helvetica, sans-serif;
	}		
.FormFooterText {
font: 9px Verdana, Arial, Helvetica, sans-serif;
	}				
					
			
	
 /* Left Top Image Link */
.navbox{
background-image: url(../../images/interface/LeftNavBack.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-left-color: #cc0000;
	border-left-style: dashed;
	border-left-width: 1px;
	border-bottom-color: #cc0000;
	border-bottom-style: double;
	border-bottom-width: 1px;
}	

.LeftNavSub {
background-image: url(../../images/interface/LeftNavBack.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-left-color: #cc0000;
	border-left-style: dashed;
	border-left-width: 1px;
	border-bottom-color: #cc0000;
	border-bottom-style: double;
	border-bottom-width: 1px;
}







 /* Left Top Image Link */
.profilebox{
	background-image: url(../../images/interface/LeftNavProfile.gif);
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top-color: #cc0000;
	border-top-style: double;
	border-top-width: 1px;
	background-repeat: repeat-x;
}
 /* Shopping Cart Table Elements */
.CartCellTitle{
	background-color: #cc0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
}
.CartCellContent{
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#000000;
}
.CartCellContentHighlight{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}		

.financelink a {
	color: #CC0000;
	font-weight: bold;
	text-decoration:none;
}
.financelink a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration:underline;
	}
	
	/*product details style sheet*/
.productdetail_image {
	float:left;
	width:230px;
}
.productdetails_text {
	float:right;
	width:230px;
}
.productdetail_sizelist {
	width:170px;
	text-align:right;
}
.productdetail_quantity {
	width:20px;
}

.productdetail_addcart {
	width:230px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#eeeeee;
	text-align:center;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
}
.productdetail_quantity {
	width:20px;
	height:14px;
	vertical-align:middle;
}
.smallertext {
	font-size:10px;
}
.shoppingbag_header {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.vipnews {
	margin-bottom:10px;
	line-height:18px;
}
.shoppingbag_desc {
	line-height:20px;
}
.paging{
margin-bottom:20px; 
padding: 3px 10px 3px 3px;
 border-top: 1px dashed #708090;
  border-bottom: 1px dashed #708090;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align:right;
 clear:left;
}

.breadcrumb{
color: #c9a03e;
margin-bottom:20px; 
padding: 3px 10px 3px 3px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 border-bottom-color: #A9A9A9;
 border-bottom-style: dashed;
 border-bottom-width: 1px;
}
.ProductColourDisclaimer{
 font-family : verdana, Arial,Helvetica,'ms sans-serif','sans-serif'; 
 font-size : 7pt;
 text-align: justify;
}
.ProductTd{
	border-bottom: 1px solid #A9A9A9;
	border-right: 1px dotted #A9A9A9;
}

.ProductDetailsNameHome {
 font-family : verdana,Arial,Helvetica,'ms sans-serif','sans-serif'; 
 font-size : 8pt;
text-transform: none
		letter-spacing: 0;
	padding: 3px 3px 5px 3px;

}

.ProductDetailsNameHomeDesc {
 font-family : verdana,Arial,Helvetica,'ms sans-serif','sans-serif'; 
 font-size : 8pt;
text-transform: none
		letter-spacing: 0;
	padding: 1px 1px 3px 1px;}


.VipPrice{
color: #c9a03e;
}

.ProductDetailsName{
 font-family : Arial,Helvetica,'ms sans-serif','sans-serif'; 
 font-size : 11pt;
}

.ProductDetailsPrice{
 font-family : Arial,Helvetica,'ms sans-serif','sans-serif'; 
 font-size : 9pt;
}


/*Style used on check out pages */
.Td_CheckoutTableheader { background-color: #cc252f; font: 11px Verdana, Arial, Helvetica, sans-serif;text-transform: none;letter-spacing: 0;line-height: 20px; color: #FFFFFF;font-weight: bold;}

.Td_CheckoutTablecontent { background-color: #white; font: 11px Verdana, Arial, Helvetica, sans-serif;text-transform: none;letter-spacing: 0;line-height: 20px; border-bottom:1px solid gray; }

.Td_CheckoutTabletotal { background-color: #white; font: 11px Verdana, Arial, Helvetica, sans-serif;text-transform: none;letter-spacing: 0;line-height: 20px; border-top:1px double gray; color: #cc252f; }
.style3 {background-color: #white; font: 11px Verdana, Arial, Helvetica, sans-serif; text-transform: none; letter-spacing: 0; line-height: 20px; border-bottom: 1px solid gray; font-weight: bold; }

/* spec sheets */
#specSheets {
 clear:left;
 padding-top: 1%;
}
#specSheets a { 
	color: #C92126;
}

#specSheets h2 {
	margin: 0.3em;
	color:#000;
	font-size:1.6em;
	font-weight: bold;
}

#specSheets table.modelSelect {
	border: 1px solid #b5b6b9;
	border-width: 1px 0 0 1px;
	margin-bottom: 10px;
	margin: 2px 2px 15px 5px;
	width:100%;
}
#specSheets table.modelSelect th {
	background-color: #ccc;
	border: 1px solid #b5b6b9;
	border-width: 0 1px 1px 0;
}

#specSheets table.modelSelect td {
	border: 1px solid #b5b6b9;
	border-width: 0 1px 1px 0;
	padding: 3px;
}

#specSheets table.modelDetails {
	border: none;
	clear:left;
	margin: 2px 2px 15px 5px;
	width:100%;
}

#specSheets table.modelDetails th {
	border-width: 0 1px 1px 0;
	background: #9D9EA2;
	color: #000;
	font-weight:bold;
	padding: 7px 2px;
	vertical-align:top;
	font-size:80%;
}

#specSheets table.modelDetails tr {
	vertical-align:top;
}

#specSheets table.modelDetails tr.even {
	background: #EBEBEB;
}

#specSheets table.modelDetails td {
	padding: 4px 2px;
}

.modelGradeIntro {
		font-weight: bold;
		color: #C92126;
		margin: 0.5em;
		display:block;
}
.acrobat {
		color: #666666;
		margin: 0.5em;
		display:block;
}


/* Style for dealer link & CSS*/
.dealer
{

}

.dealer .dealer_underline{
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	border-bottom-width: 1px;
	

}

.dealer .dealer_underline2{
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width: 1px;
	height: 30px;

}

.dealer .dealer_title1{
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
	text-transform: uppercase;	
}

.dealer .dealer_specification_title{
	font-size:11px;

	color:#ffffff;	
}

.dealer .dealer_specification_details{
	font-size:11px;

	color:#666666;	
}

.dealer .dealer_description{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;	
}

.dealer .dealer_description_black{
	font-size:12px;
	font-weight:bold;
	color:#333333;
	line-height:12px;
}

.dealer .dealer_description_white{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

.dealer .dealer_name_white{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}


.dealer .dealer_tab1{
	font-size:12px;
	color:#666666;
	width:120px;	
}

.dealer .dealer_tab2{
	font-size:12px;
	color:#666666;
	width:150px;	
}

.dealer .dealer_button{
	font-size:12px;
	background-color:#999999;
	text-transform:uppercase;
	color:#ffffff;
	border:#CCCCCC;
	border:solid;
	width:70px;
	height:30px;

}

.dealer .dealer_button2{
	font-size:12px;
	background-color:#efefef;
	text-transform:uppercase;
	color:#666666;
	border:#666666;
	border:solid;
	border-width:1px;
	width:120px;
	height:25px;

}

.dealer .dealer_checkBox{
	font-size:12px;
	color:#666666;
	line-height:10px;
}

.dealer .specification_table{
	border-style:solid;
	border-color:#CCCCCC;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
}

.dealer .dealer_tdSpace{
	font-size:12px;
	color:#ffffff;
	height:14px;
}

.dealer .state_list{
	font-size:12px;
	color:#666666;
	width:124px;
	
}

.dealer .state_list2{
	font-size:12px;
	color:#666666;
	width:154px;
	
}

.dealer .support_storyTitle{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}

.dealer .support_bullet{
	line-height:20px;
}
.dealer .support_bullet2{
	line-height:16px;	
}

.dealer .support_linkRegion{
	font-size:12px;
	font-weight:bold;	
}

.dealer A			{COLOR: #666666; TEXT-DECORATION: none;}
.dealer A:link		{COLOR: #666666; TEXT-DECORATION: none;}
.dealer A:visited	{COLOR: #666666; TEXT-DECORATION: none;}
.dealer A:hover	{COLOR: #ff0000; TEXT-DECORATION: underline;}

.dealer .support_email_link  			{COLOR: #ff0000; TEXT-DECORATION: none;}
.dealer .support_email_link:link		{COLOR: #ff0000; TEXT-DECORATION: none;}
.dealer .support_email_link:visited		{COLOR: #ff0000; TEXT-DECORATION: none;}
.dealer .support_email_link:hover		{COLOR: #ff0000; TEXT-DECORATION: underline;}

.dealer .support_story_link  			{COLOR: #ff0000; TEXT-DECORATION: none; font-weight:normal;}
.dealer .support_story_link:link		{COLOR: #ff0000; TEXT-DECORATION: none; font-weight:normal;}
.dealer .support_story_link:visited	{COLOR: #ff0000; TEXT-DECORATION: none; font-weight:normal;} 
.dealer .support_story_link:hover		{COLOR: #ff0000; TEXT-DECORATION: underline; font-weight:normal;}

.dealer .detail_link  			{COLOR: #ffffff; TEXT-DECORATION: none; font-weight:normal;}
.dealer .detail_link:link		{COLOR: #ffffff; TEXT-DECORATION: none; font-weight:normal;}
.dealer .detail_link:visited	{COLOR: #ffffff; TEXT-DECORATION: none; font-weight:normal;} 
.dealer .detail_link:hover		{COLOR: #ffffff; TEXT-DECORATION: underline; font-weight:normal;}

.dealer .specification_link  			{COLOR: #ff0000;  font-size:11px; TEXT-DECORATION: none; font-weight:normal;}
.dealer .specification_link:link		{COLOR: #ff0000;  font-size:11px; TEXT-DECORATION: none; font-weight:normal;}
.dealer .specification_link:visited	{COLOR: #ff0000;  font-size:11px; TEXT-DECORATION: none; font-weight:normal;} 
.dealer .specification_link:hover		{COLOR: #ff0000;  font-size:11px; TEXT-DECORATION: underline; font-weight:normal;}

