/************************ Global elements */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. */
	background-color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	color: #000000;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #000000;
	font-weight: 800;
}
h1 span {
	color: #949494;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #0071BC;
	font-weight: 800;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ac6e1c;
	font-weight: 800;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-transform: uppercase;
}
h3 a:link {
	text-decoration: none;
	color: #ac6e1c;
}
h3 a:visited {
	text-decoration: none;
	color: #ac6e1c;
}
h3 a:hover {
	text-decoration: underline;
	color: #872434;
}
h3 a:active {
	text-decoration: underline;
	color: #F15522;
}
h4 {
	color: #47484B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: 800;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0px;
	background-image: url(../images/bg_h3.gif);
	background-repeat: repeat-x;
}
h4 a:link {
	text-decoration: none;
	color: #000000;
}
h4 a:visited {
	text-decoration: none;
	color: #000000;
}
h4 a:hover {
	text-decoration: none;
	color: #872434;
}
h4 a:active {
	text-decoration: none;
	color: #F15522;
}
h4 span {
	margin-right: 8px;
	margin-left: 8px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #47484B;
	font-weight: 400;
	line-height: 18px;
	margin: 0px 0px 6px;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	text-align: left;
	color: #47484B;
	margin: 0px;
	padding: 0px;
}
form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	text-align: left;
	color: #47484B;
	margin: 0px;
	padding: 5px 0px 0px;
}
ul {
	margin-top: 4px;
	margin-bottom: 16px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-align: left;
	margin-top: 0px;
	color: #000000;
	list-style: none;
	vertical-align: middle;
}
li a:link {
	text-decoration: none;
	color: #006699;
}
li a:visited {
	text-decoration: none;
	color: #00547C;
}
li a:hover {
	text-decoration: underline;
	color: #872434;
}
li a:active {
	text-decoration: underline;
	color: #F15522;
}
a:link {
	text-decoration: none;
	color: #0071BC;
}
a:visited {
	text-decoration: none;
	color: #595A5D;
}
a:hover {
	text-decoration: underline;
	color: #AE1C05;
}
a:active {
	text-decoration: underline;
	color: #F15522;
}
a img {
	border:none;
}
img {
	margin: 0px;
	padding: 0px;
}
hr {
	border-top: 1px dotted #999999;
	border-bottom: 0px;
	margin-top: 5px;
}
/************************ Main layout divs */
	/* container size & positioning */
#container {
	width: 972px;
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border: 0px;
	height: auto;
	z-index: 99;
}
#flash_home {
	width: 972px;
	height: auto;
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	height: auto;
}
/* header area */
#header {
	background-image: url(../images/bg_header.gif);
	height: 107px;
	width: 972px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 0;
}
/* using an image to replace text in an h1 */
#header h1 {
	height: 107px;
	width: 280px;
}
#header h1 span {
	display: none;
}
#header .logo {
	height: 107px;
	width: 293px;
	margin: 0px;
	padding: 0px;
}
#header .nav {
	height: 107px;
	width: 679px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* content area holder */
#wrapper {
	width: 972px;
	padding: 0px;
	margin: 0px;
	height: auto;
	text-align: left;
}
#wrapper th, td {
	vertical-align: top
}
/************************ Nav Settings */	
	
/* left navigation area */
#prod_nav {
	margin:0px;
	padding:0px;
	width: 291px;
	z-index: 2;
}
#prod_nav table th, td {
	vertical-align: top
}
#prod_nav h2 {
	font-size: 14px;
	line-height: 15px;
	color: #074383;
	text-align: right;
	letter-spacing: -0.02em;
	margin-top: 4px;
}
#prod_nav p {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#prod_nav h6 {
	background-image: url(../images/bg_leftnav_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 162px;
	margin: 0px;
	padding: 0px;
}
/************************ Home Page Settings */	
	/* content home position */
#content {
	height: auto;
	width: auto;
	position: relative;
}
#product {
	height: 386px;
	width: 362px;
	margin: 0px auto;
	text-align: center;
}
#product_flash {
	height: 300px;
	width: 680px;
	margin: 50px 0px 0px;
	text-align: center;
	padding: 0px;
}
/* search box */
#search {
	margin:0px 0px 0px 4px;
	padding:0px;
	top:0px;
	right:0px;
	text-align:left;
	height: 101px;
	width: 148px;
}
#search label {
	display:none;
}
#search input.text {
	border:1px solid #D4C6B7;
	padding:1px;
	font-size:10px;
	background:#FFFFFF;
	margin: 1px;
}
#search img {
	border:none;
	vertical-align: top;
}
/* subpage */
#subpage {
	height: auto;
	width: auto;
	position: relative;
}
#subpage p span{
	margin-right: 8px;
	margin-left: 0px;
	margin-bottom: 2px;
	color: #ac6e1c;
}
#subpage .key p {
	font-weight: 800;
}

#subpage h1 {
	line-height: 20px;
	font-size: 19px;
}
#subpage h1 span{
	color: #949494;
}
#subpage h2 {
	line-height: 22px;
	font-size: 18px;
	color: #AC6E1C;
}
#subpage h2 span {
	line-height: 22px;
	font-size: 0.7em;
	color: #AC6E1C;
}
#subpage h3 {
	font-size: 11px;
}
#subpage h3 span{
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
}
#subpage h5 {
	background-image: url(../images/bg_subpage_top.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 566px;
	margin: 0px;
	padding: 0px;
}
#subpage h6 {
	background-image: url(../images/bg_subpage_bottom.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 566px;
	margin: 0px;
	padding: 0px;
}
#subpage .thumbnail {
	height: auto;
	width: auto;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#subpage .thumbnail img {
	margin: 4px 4px 4px 0px;
	padding: 0px;
}
#subpage .fabric img {
	margin: 0px 0px 2px;
	padding: 0px;
}
#subpage .fabric p {
	font-weight: 600;
	margin: 0px;
	color: #47484B;
	text-transform: uppercase;
}
#subpage .fabric h3 {
	margin: 6px 0px 0px;
}
#subpage_text p, h3, h4 {
	font-size: 13px;
	line-height: 18px;
}
#subpage_text ul {
	padding: 0px 8px;
	margin: 0px;
}
#subpage_text li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	margin-top: 0px;
	color: #000000;
	list-style: disc inside;
	vertical-align: middle;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.feature {
	height: auto;
	width: 500px;
}
.feature p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	color: #000000;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.feature h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	color: #47484B;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
}
.suggested {
	height: auto;
	width: 124px;
	float: right;
	margin-top: 26px;
	padding: 0px;
}
/* application menu */
#menu {
	margin:0px;
	padding:0px;
	width:165px;
	z-index: 2;
	position: relative;
	}

#menu  ul{
	margin: 4px;
	padding: 0px;
	position: relative;
	}
#menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#menu li a {
	display:block;
	width: auto;
	height: 26px;
	color: #47484B;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	line-height: 26px;
	text-align: left;
	background: url(../images/bg_menu.gif) no-repeat;
	padding: 0px 0px 0px 18px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	}
#menu li a:hover {
	background-position: 0px -26px;
	color: #AE1C05;
	text-decoration: none;
	}
#menu li a:active {
	background-position: 0px -52px;
	color: #F15522;
	text-decoration: none;
	}
#menu li #active a {
	background-position: 0px -52px;
	color: #000000;
	text-decoration: none;
	}
/* active state for the menu item  */
#active a:link, #active a:visited, #active a:hover {
	background-position: 0px -52px;
	color: #000000;
	text-decoration: none;
	}

/* footer area */
#footer {
	height: 107px;
	width: 972px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	padding: 0px;	
}
#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: 600;
}
#footer .dealer {
	margin: 0px;
	padding: 0px;
	width: 253px;
	height: 87px;
	left: 654px;
	position: relative;
	top: 15px;
}
#footer .dealer th, td{
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

#footnav {
	padding: 0px;
	width: 972px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border: 0px;
	height: auto;
}
#footnav p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	color: #0071BC;
	font-weight: 600;
}
#footnav a:link {
	text-decoration: none;
	color: #787878;
}
#footnav a:visited {
	text-decoration: none;
	color: #626262;
}
#footnav a:hover {
	text-decoration: underline;
	color: #D1D4D7;
}
#footnav a:active {
	text-decoration: underline;
	color: #ac6e1c;
}

/************************ Text Settings */
.super {
	font-size: 0.6em;
	vertical-align: super;
	margin: 0px;
}
.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	color: #47484B;
	line-height: 13px;
	text-align: right;
	vertical-align: middle;
}
.form_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	text-align: right;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	text-align: center;
}
.white {
	color: #FFFFFF;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	color: #333333;
	line-height: 20px;
}
/************************ Padding Settings */
.pad2 {
	padding: 2px;
}
.pad6 {
	padding: 0px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	height: 56px;
}
/************************ Float Classes */
.floatImage {
	float: left;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.floatLeft {
	float: left;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 2px;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 2px;
}
.center {
	text-align: center;
	left: auto;
	right: auto;
}
.clear {
	clear: both;
}
.divider {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: 10px;
}
.divider2 {
	text-align:left;
	margin:0px;
	padding: 0px;
	height: 10px;
}

