@charset "UTF-8";
/*PNG FIX*/
img, div { behavior: url(iepngfix/iepngfix.htc) }

a {
	color: #718efa;
}
a:hover {
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #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: #434343;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 50px 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. */
}
.oneColFixCtrHdr #header {
	position: relative;
}
.oneColFixCtrHdr #header .menu {
	position: absolute;
	top: 102px;
	right: 20px;
	color: black;
	font-weight: bold;
	z-index: 100;
	height: 25px;
}
.oneColFixCtrHdr #header .menu a {
	margin-bottom: 0;
	padding-bottom: 0;
	color: black;
	text-decoration: none;
}
.oneColFixCtrHdr #header .menu a:hover {
	margin-bottom: 0;
	padding-bottom: 0;
	color: black;
	border-bottom: 4px solid #9ac1ff;
}
.oneColFixCtrHdr #mainContent {
	margin-top: 40px;
}
.oneColFixCtrHdr #mainContent .column {
	line-height: 18px;
	float: left;
	width: 359px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainContent .line {
	border-right: 1px solid #9ac1ff;
}
.oneColFixCtrHdr #mainContent .column p {
	
}
h1 {
	font-size: 22px;
}
.oneColFixCtrHdr #mainContent .column h1, .oneColFixCtrHdr #mainContent .column h2, .oneColFixCtrHdr #mainContent .column h3 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
.oneColFixCtrHdr #mainContent .column img {
	padding-right: 15px;
}


<!--PRODUCT PAGE-->
.oneColFixCtrHdr #mainContent .widecolumn {
	line-height: 18px;
	width: 800px;
	float: left;
}
.oneColFixCtrHdr #mainContent .widecolumn .content {
	margin: 0 20px;
}
.oneColFixCtrHdr #mainContent .widecolumn .product {
	border-bottom: 1px solid #9ac1ff;
	padding-top: 25px;
	padding-bottom: 40px;
	float: left;
	width: 700px;
	margin-left: 50px;
}
.oneColFixCtrHdr #mainContent .widecolumn .product .leftcolumn {
	text-align: center;
	width: 250px;
	padding: 10px 0 10px 0;
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
	float: left;
}
.oneColFixCtrHdr #mainContent .widecolumn .product .rightcolumn {
	padding-left: 15px;
	width: 370px;
	float: left;
}
.oneColFixCtrHdr #mainContent .widecolumn .product .rightcolumn h2 {
	font-size: 18px;
	color: #718efa;
}


.oneColFixCtrHdr #footer {
	margin-top: 40px;
	text-align: center;
	color: #FFFFFF;
	height: 41px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer a {
	color: white;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #999999;
}
.oneColFixCtrHdr #footer .copyright {
	font-size: 10px;
}
.clearall {
	clear: both;
}