@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #666666;
}
 #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
	background: #FFFFFF;
	padding: 0;  /* 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. */
} 
#topMenu {
	margin: 0;
	padding: 0;
	height: 21px;
}
* html #topMenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}
#topMenu ul{
	margin: 0px;
	float: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px 0px 0px 600px;
	width: 950px;
	text-align: right;
}


#topMenu ul li{
	display: inline;
	text-align: right;
}


#topMenu ul li a{
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 0px;
	color: #993300;
	
}
#topMenu ul li a:hover{
	color: #999999;
	padding-bottom: 0;
	padding-right: 30px;
	padding-left: 0px;
}
.RedBar {
	background-color: #983737;
	height: 21px;
}
#ProductMenu  {
	color: #FFFFFF;
	padding: 0px;
	height: 21px;
	background-color: #983737;
}
#ProductMenu ul{
	margin: 2px 0px 0px;
	float: left;
	font-weight: bold;
	width: 100%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	padding: 0;
}

* html #ProductMenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}


#ProductMenu ul li{
	display: inline;
	text-align: right;
}


#ProductMenu ul li a{
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 55px;
	color: #FFFFFF;
}
#ProductMenu ul li a:hover{
	color: #CCCCCC;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 55px;
	font-weight: bold;
}
#address {
	background-color: #983737;
	height: 21px;
	margin: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	padding: 5px 0 0;
	color: #FFFFFF;
}
#address ul{
	margin: 2px 0px 0px;
	float: right;
	font-weight: bold;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	padding: 0;
}

* html #address ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#address  ul li {
	display: inline;
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 418px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
}
#sidebar1 p {
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
 #mainContent {
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 450px;
	margin-top: 10px;
} 
#mainContent p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 12px;
}
 #specContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
 #footer {
	background:#FFFFFF;
} 
 #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 4px;
}
#footer  a  {
	color: #666666;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#name {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#bigPic {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
	padding-right: 0px;
	padding-left: 0px;
}
.samples {
	padding-left: 5px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
}
a {
	color:#983737
}
a:hover  {
	color:#666666
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#logos img {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#logos {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	white-space: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 25px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #983737;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 12px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bigPic p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.benefits {
	list-style-type: square;
	font-size: 14px;
}

