@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bgBubble.gif);
	background-repeat: repeat;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #930;
	text-align: center;
	font-weight: normal;
}
h4 {
	text-align: center;
}
#container  {
	width: 990px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 234px;
	width: 990px;
} 
#topNav {
	background-image: url(../images/bgTopNav.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 880px;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 90px;
	clear: both;
}
#search_box {
	float: right;
	width: 200px;
	height: 31px;
	margin-top: -4px;
	background-image: url(../images/bgSearch.png);
}
#search_box #s {
	float: left;
	padding: 0;
	width: 153px;
	background: none;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13px;
	border: 0;
	background: none;
}
#search_box #go {
	float: right;
	margin-top: 6px;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 0;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	background-image: url(../images/borderLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 599px;
	padding-bottom: 15px;
	padding-left: 60px;
}
#sideNav {
	height: 550px;
}
#supportBox {
	margin-bottom: 30px;
	margin-top: 60px;
}
#mainContent  {
	background-image: url(../images/borderRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 614px;
	margin: 0;
} 
#mainContent p {
	margin-top: 0px;
}
#footer  {
	background-image: url(../images/bgFooter.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 960px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#footerText {
	font-size: 12px;
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#footer p  {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerText a {
	color: #000;
	text-decoration: none;
}
#footerText a:hover {
	text-decoration: underline;
}
.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;
}
#topNavText {
	margin-left: 280px;
	margin-top: 3px;
}
#montageDiv  {
	padding-top: 20px;
	padding-left: 30px;
} 
#supportDiv {
	background-repeat: no-repeat;
	float: right;
	height: 580px;
	width: 590px;
	padding-top: 40px;
	font-size: 12px;
	margin-bottom: -10px;
	margin-top: -10px;
	text-align: center;
	background-image: url(../images/bgMain.png);
}
#prodDiv {
	background-image: url(../images/bgMain.png);
	background-repeat: no-repeat;
	float: right;
	height: 559px;
	width: 590px;
	padding-top: 75px;
	font-size: 12px;
	margin-bottom: -10px;
	margin-top: -10px;
	text-align: center;
}
#faqDiv {
	background-repeat: no-repeat;
	float: right;
	height: 559px;
	width: 500px;
	padding-top: 50px;
	font-size: 12px;
	margin-bottom: -10px;
	margin-top: -10px;
	background-image: url(../images/bgMain.png);
	padding-right: 50px;
	padding-left: 40px;
}
#contactDiv {
	background-repeat: no-repeat;
	float: right;
	height: 559px;
	width: 510px;
	padding-top: 50px;
	font-size: 12px;
	margin-bottom: -10px;
	margin-top: -10px;
	background-image: url(../images/bgMain.png);
	padding-left: 40px;
	padding-right: 40px;
}
#aboutDiv {
	background-repeat: no-repeat;
	float: right;
	height: 559px;
	width: 510px;
	padding-top: 50px;
	font-size: 12px;
	margin-bottom: -10px;
	margin-top: -10px;
	background-image: url(../images/bgMain.png);
	padding-left: 40px;
	padding-right: 40px;
}
.detailsDiv {
	text-align: left;
	height: 320px;
	margin-left: 40px;
	margin-bottom: 10px;
	width: 515px;
}
.descripDiv {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.detailsDiv img {
	margin-right: 10px;
}
.detailsDiv ul {
	list-style-position: outside;
	width: 160px;
	margin-left: 310px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.prodTable {
	margin-left: auto;
	color: #000;
	width: 495px;
	text-align: center;
	margin-right: auto;
}
#mainContent a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #FFF;
}
.videoDiv {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.centerDiv {
	text-align: center;
	padding-top: 30px;
}
div[id="oldBrowser"] {
  display: none;
}
#pagerDiv {
	color: #000;
}
#pagerDiv a {
	font-weight: normal;
	color: #000;
}
.pageHead {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
}
#faqProdName {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#dustDiv {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
