/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:75%;
	color:#333333;

}
form {
	margin:0px;
	padding: 0;
}


.assembly_steps {
	background-color: #990000;
	color: #FFFFFF;
	height: 20px;
	font-size:90%;
}


/*the preloadTopNavImages is use to preload the Nav background images to avoid flickering and delay in mouseover
A <div id="preloadTopNavImages"> must be place int eh body on every page the Nav bar appears in order for this to work.
*/
#preloadTopNavImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(../images/nav/nav1.gif);
       background-image: url(../images/nav/nav1_on.gif);
       background-image: url(../images/borders/product_border_home.gif);
       background-image: url(../images/borders/product_border_home_on.gif);
	   }

.header {
	background-image: url(../images/backgrounds/top_gradient.gif);
	background-repeat: repeat;
	height:125px;
}

.footer {
	background-image: url(../images/backgrounds/bottom_gradient.gif);
	background-repeat: repeat;
	height:80px;
}

.form_field {
	/*background-image: url(../images/borders/form_field.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height:23px;*/
	border: 1px solid #666666
	color: #333333;
	font-size:90%;

}

.form_button {
/*	background-image: url(../images/borders/form_button.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	height:20px;
	border: 1px solid #FFFFFF;
	background-color:#6A6A6A;
	border: 1px solid ##555555;
	font-size:95%;
	color:#FFFFFF;

}

.text-grey-nrml {
font-size:100%;
color:#666666;

}

.text-grey {
font-size:85%;
color:#666666;

}

.text-white {
font-size:127%;
color:#FFFFFF;

}


.text-red {
	font-size:100%;
	color:#AE2424;
}

.form_fieldnames {
	font-size:95%;
	color:#666666;
}

.nav1 {
	background-image: url(../images/nav/nav1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 25px;
	font-weight:bold;
}

.nav1_on {
	background-image: url(../images/nav/nav1_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 25px;
	color:#AE2424;
	font-weight:bold;

}


.nav2 {
	background-image: url(../images/nav/nav2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 25px;
	font-weight:bold;
}

.nav2_on {
	background-image: url(../images/nav/nav2_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 25px;
	color:#AE2424;
	font-weight:bold;

}

.productborder-home {
	background-image: url(../images/borders/product_border_home.gif);
	background-repeat: no-repeat;
	background-position:center;
}

.productborder-home_on {
	background-image: url(../images/borders/product_border_home_on.gif);
	background-repeat: no-repeat;
	background-position:center;
}


.productborder-pdct {
	background-image: url(../images/borders/product_border_pdct.gif);
	background-repeat: no-repeat;
	background-position:center;
}

.productborder-pdct_on {
	background-image: url(../images/borders/product_border_home_on.gif);
	background-repeat: no-repeat;
	background-position:center;
}

#product_price_main {
	font-size: 110%;
	color: #FFFFFF;
	font-weight:bold;
	float:left;
	padding-left:26px;
	}
	

#warranty_product_stamp {
	float:left;
	padding-left:26px;
	background: url(../images/borders/warranty_stamp.png) no-repeat;
	width: 80px;
	height: 92px;
	}


.title1 {
	font-size:120%;
	color:#AE2424;
	font-weight: bold;
}

.title1 h1 {
	font-size:100%;
	color:#AE2424;
	font-weight: bold;
	margin: 0;
	padding:0;
}

.title2 {
	font-size:100%;
	color: #999999;
	font-weight:bold;
}

.title3 {
	font-size:140%;
	color:#AE2424;
	font-weight:normal;
}

.title3 h1 {
	font-size:100%;
	color:#AE2424;
	font-weight: normal;
	margin: 0;
	padding:0;
}


.product-sizes-title {
	font-size:100%;
	color:#AE2424;
	font-weight:600;
}



.product-sizes {
font-size:95%;
color:#666666;
}

.product_label {
	color:#666666;
	text-align:center;
	height:24px;

}


a:link {
  color: #AE2424; 
  text-decoration: underline; 
  }

a:visited {
  color: #7F7F7F; 
  text-decoration: underline; 
  }

a:hover { 
  color: #AE2424; 
  text-decoration: underline; 
  }

a:active {
  color: #AE2424; 
  text-decoration: underline; 
  }


#footer p {
  color: #000000; 
  }
  
#footer a:link {
  color: #FFFFFF; 
  text-decoration: underline; 
  }

#footer a:visited {
  color: #BCBCBC; 
  text-decoration: underline; 
  }

#footer a:hover { 
  color: #AE2424; 
  text-decoration: underline; 
  }

#footer a:active {
  color: #AE2424; 
  text-decoration: underline; 
  }

