@charset "utf-8";
/* CSS Document */
html, body, #wrap {height: 100%;}
body {
	height: 100%;
	font: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #4B4B4B;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#wrap {
	height: 100%;
	min-height: 100%;
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #F0F0F0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
body > #wrap {height: auto; min-height: 100%;}

#header {
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#main {
	background: #F0F0F0;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 180px;
	padding-left: 40px;
}
.pageTitle {
	margin:0;
	padding: 0 0 25px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.pageTitle h1{
	margin: 0px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #AE1E25;
	text-decoration: none;

}
.pageTitle p{
	margin: 0px;
	padding-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color:#333;
	text-decoration: none;
}
.pageTitle p a{
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	color:#333;
	text-decoration: none;
}
.pageTitle p a:link{
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	color:#333;
	text-decoration: none;
}
.pageTitle p a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	color:#AE1E25;
	text-decoration: underline;
}
.pageSubTitle {
	margin:0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.pageSubTitle h2{
	margin: 0px;
	padding: 20px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #AE1E25;
	text-decoration: none;

}
.pageSubTitle p{
	margin: 0px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color:#666;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
}
#footer {
	position: relative;
	margin-top: -220px; /* negative value of footer height */
	height: 220px;
	clear:both;
	background-color:#333;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerWrap {
	margin:0px;
	padding: 0 20px 0 30px;
}
.footerWrap h3{
	margin:0px;
	padding:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 18px;
	color:#AEAEAE;
	line-height:18px;
}
.footerWrap p{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#818181;
	line-height:18px;
}
.footerWrap p a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#818181;
	line-height:18px;
	text-decoration:none;
}
.footerWrap p a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#818181;
	line-height:18px;
	text-decoration:none;
}
.footerWrap p a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#D69EA0;
	line-height:18px;
	text-decoration:underline;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.prodWrap {
	margin: 0;
	padding: 0 20px 0 20px;

}
.prodListTitleBlimp {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #AE1E25;
	background-image: url(../images/title_tab_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 27px;
	padding-right: 10px;
	padding-left: 10px;
}
.prodListTitleBlimp h2{
	margin: 0px;
	height: 27px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
.prodListTitleBlimp h2 a{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
.prodListTitleBlimp h2 a:link{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
.prodListTitleBlimp h2 a:hover{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #FFF;
	text-decoration: underline;
}
.prodLineDotted{
	margin: 27px 0 0 0;
	padding-top: 0px;
	padding-bottom: 15px;
	border-width: 1px 0 0 0;
	border: 0 0 0 1px;
	border-color: #CCC;
	border-style:dashed;	
}
.prodDesc p {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.prodDesc p a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color:#333;
	line-height: 18px;
	text-decoration:none;
}
.prodDesc p a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color:#AE1E25;
	line-height: 18px;
	text-decoration:underline;
}
.prodDesc p a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color:#333;
	line-height: 18px;
	text-decoration:none;
}
.prodDescImage {
	float:right;
	width:100px;
	margin:0px;
	padding:0px;
	
}
.prodBut {
	margin: 0;
	padding: 0 4px 0 4px;
	background-color:#B6B6B6;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#FFF;	
	text-decoration:none;
}
.prodBut a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#FFF;
	text-decoration:none;
}
.prodBut a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#FFF;
	text-decoration:none;
}
.prodBut a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#FFF;
	text-decoration:underline;
}
.prodButLeftCorner {
	height:23px;
	width:10px;
	float: left;
	margin: 0;
	padding: 0;
	background-image:url(../images/prod_info_bg_left.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.prodButRightCorner {
	width:10px;
	margin: 0;
	padding: 0;
	background-image:url(../images/prod_info_bg_right.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.prodContWrap {
	padding: 0 20px 20px 10px;
}
.horLineDashed {
	border-left:dashed;
	border-left-width: 1px;
	border-left-color:#666;
}
.horLineDashedLight {
	border-left:dashed;
	border-left-width: 1px;
	border-left-color:#CCC;
}
.prodDetText {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 0px 15px 15px 15px;
}
.prodDetText h2{
	margin: 0px;
	padding: 0 0 10px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 14px;
	line-height: 15px;
	color:#900;
}
.prodDetText h3{
	margin: 0px;
	padding: 3px 0 3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	line-height: 16px;
	color:#535353;
}
.prodDetText p{
	margin: 0px;
	padding: 0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	line-height: 16px;
	color:#333;
}
.prodDetText ul{
	margin: 0px;
	padding: 10px 0 0 15px;
}
.prodDetText li{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	line-height: 18px;
	color:#333;
	list-style-type: square;
}
.prodDetWrap {
	margin:0px;
	padding: 0 0 15px 0;
}
.backWrap {
	margin:0px;
	padding: 0 0 0 20px;
}

