﻿@charset "utf-8";
* { margin: 0; padding: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #efefef;
	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: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 12px;
	color: #000000;	
	text-align: center;
}
h2 {
	font-size: 12px;
	color: #000000;	
	font-weight: bold;
	text-align: center;
}
ul{
	margin: 10px 0 0 20px;
}

li{
	list-style: none;
}


a {
	color: #0004A8;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #333;
	text-decoration: underline;	
}
a img {
	border: 0px;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.oneColFixCtrHdr #top-nav {
	height: 36px;
	margin: 0px;	
	padding: 0px 96px 0px 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. */
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	text-align: right;
	color: #fff;
}
.oneColFixCtrHdr #top-nav ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
#top-nav ul li {
 	float: right;
	height: 18px;
	padding-top: 3px;

}
#top-nav ul li img { margin-top: -3px; }

.oneColFixCtrHdr #top-nav ul a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	
	font-size: 13px;
	padding: 0px 10px 0px 10px;
	margin: 3px 0px 0px 0px;
	text-align: center;
	color: #fff;
	
	border-right: 1px solid #fff;
}
.oneColFixCtrHdr #top-nav a:hover {
	color: #FC0214;
}
.oneColFixCtrHdr #header { 
	height: 327px;	
	margin: 0px;
	padding: 0px;
	text-align: right;
	background: #E1E1E1; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header #hdr-left { 
	float: left;
	height: 327px;	
	width: 453px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
.oneColFixCtrHdr #header #hdr-right { 
	float: right;
	height: 147px;	
	width: 410px;	
	margin: 0px;
	padding: 180px 89px 0px 48px;
	text-align: right;
	background-image: url(../images/hdr-right-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FC0214;	
	font-weight: bold;
	font-size: 13px;	
}
.oneColFixCtrHdr #header #hdr-right p {
	margin: 10px 0px 10px 0px;
}
.oneColFixCtrHdr #header #hdr-right a {
	color: #FC0214;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
.oneColFixCtrHdr #header #hdr-right a:hover {
	color: #0208F0;
}
.oneColFixCtrHdr #main-nav {
	height: 68px;
	width: 1000px;
	margin: 0px;	
	padding: 0px 0px 0px 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. */
	text-align: right;
}
.oneColFixCtrHdr #main-nav ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.oneColFixCtrHdr #main-nav ul li {
 	float: left;
}
.oneColFixCtrHdr #main-nav ul a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 0px;
	text-align: center;
}
.oneColFixCtrHdr #main-nav a:hover {
	color: #666;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
	background-image: url(../images/bg-cloud.jpg);
	background-repeat: no-repeat;
	background-color: #d8e7fa;
}
.oneColFixCtrHdr #mainContent #colLeft {
	clear: left;
	float: left;
	width: 472px;
	height: 328px;
	margin: 0px 0px 0px 0px;
	padding: 0px 24px 0px 38px;
	color: #0004A8;
	font-size: 13px;
}
.oneColFixCtrHdr #mainContent #colRight {
	clear: right;
	float: right;
	width: 399px;
	height: 328px;
	margin: 0px;
	padding: 0px 42px 0px 24px;
	color: #0004A8;
	font-size: 13px;	
}
.oneColFixCtrHdr #mainContent #btm-gfx {
	clear: both;
	width: 1000px;
	height: 254px;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding: 10px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #01A701;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-top: 3px solid #fff;
}
.oneColFixCtrHdr #footer p {
	margin: 10px 0px 10px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	margin: 0px 5px 0px 5px;
	color: #fff;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Step In Page */

.oneColFixCtrHdr #header-step { 
	width: 1000px;
	height: 261px;	
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;	
	background-image: url(../images/hdr-bg01.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header-step #top-nav-step {
	height: 36px;
	margin: 0px;	
	padding: 0px 96px 0px 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. */
	text-align: right;
	color: #fff;
}
.oneColFixCtrHdr #header-step #top-nav-step ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.oneColFixCtrHdr #header-step #top-nav-step ul li {
 	float: right;
	height: 18px;
	padding-top: 3px;
}

 #header-step #top-nav-step ul li img { margin-top: -3px; }

.oneColFixCtrHdr #header-step #top-nav-step ul a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
	margin: 3px 0px 0px 0px;
	text-align: center;
	color: #fff;
	
	border-right: 1px solid #fff;
}





.oneColFixCtrHdr #header-step #top-nav-step a:hover {
	color: #FC0214;
}
.oneColFixCtrHdr #header-step #hdr-left-step { 
	float: left;
	clear: left;
	height: 137px;	
	width: 158px;
	margin: 0px;
	padding: 20px 33px 0px 300px;
	text-align: center;
}
.oneColFixCtrHdr #header-step #hdr-left-step h1 {
	margin: 3px 0px 3px 0px;
	font-size: 17px;
	color: #f22e3c;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #header-step #hdr-left-step h2 {
	margin: 3px 0px 3px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #0005ff;
}
.oneColFixCtrHdr #header-step #hdr-left-step p {
	margin: 3px 0px 3px 0px;
}
.oneColFixCtrHdr #header-step #hdr-left-step a {
	color: #f22e3c;
}
.oneColFixCtrHdr #header-step #hdr-right-step { 
	float: right;
	clear: right;
	height: 59px;	
	width: 361px;	
	margin: 0px;
	padding: 98px 85px 0px 48px;
	text-align: right;
	color: #FC0214;	
	font-weight: bold;
	font-size: 14px;	
}
.oneColFixCtrHdr #header-step #hdr-right-step p {
	margin: 10px 0px 10px 0px;
}
.oneColFixCtrHdr #header-step #hdr-right-step a {
	color: #FC0214;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.oneColFixCtrHdr #header-step #main-nav-step {
	height: 68px;
	width: 1000px;
	margin: 0px;	
	padding: 0px 0px 0px 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. */
	text-align: right;
	clear: both;
}
.oneColFixCtrHdr #header-step #main-nav-step ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.oneColFixCtrHdr #header-step #main-nav-step ul li {
 	float: left;
}
.oneColFixCtrHdr #header-step #main-nav-step ul a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 0px;
	text-align: center;
}
.oneColFixCtrHdr #header-step #main-nav-step a:hover {
	color: #666;
}
.oneColFixCtrHdr #mainContent-step {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	height: auto;
	background-image: url(../images/bg-cloud.jpg);
	background-repeat: no-repeat;
	background-color: #d8e7fa;
}
.oneColFixCtrHdr #mainContent-step #colLeft-step {
	clear: left;
	float: left;
	width: 211px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 19px 0px 30px 53px;
	color: #0004A8;
	font-size: 13px;
}
.oneColFixCtrHdr #mainContent-step #colLeft-step .selected {
	color: #FE0012;
}
.oneColFixCtrHdr #mainContent-step #colLeft-step ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.oneColFixCtrHdr #mainContent-step #colLeft-step ul li {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 0px;
	text-align: left;
	background-image: url(../images/left-slides-bg.png);
	background-repeat: no-repeat;
	width: 211px;
	height: 45px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #mainContent-step #colLeft-step ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	text-transform: uppercase;
	display: block;
	height: 30px;
}
oneColFixCtrHdr #mainContent-step #colLeft-step .gfx  {
	padding-top: 0px; 
	height: 45px;
}
.oneColFixCtrHdr #mainContent-step #colLeft-step a:hover {
	color: #FE0012;
}
.oneColFixCtrHdr #mainContent-step #colRight-step {
	clear: right;
	float: right;
	width: 699px;
	height: auto;
	margin: 0px;
	padding: 0px 37px 0px 0px;
	color: #0004A8;	
	line-height: 18px;
}
.oneColFixCtrHdr #mainContent-step #colRight-step hr {
	margin: 10px 0px 10px 0px;
}
.oneColFixCtrHdr #mainContent-step #colRight-step #gallery img {
	margin-top: 20px;
}
.oneColFixCtrHdr #mainContent-step .products {
	font-size: 11px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent-step #colRight-step a {
	color: #F42D3B;
	text-transform: uppercase;
}
.oneColFixCtrHdr #mainContent-step #colRight-step a:hover {

}
.oneColFixCtrHdr #mainContent #btm-gfx-step, .oneColFixCtrHdr #mainContent-step #btm-gfx-step { 
	clear: both;
	width: 1000px;
	height: 190px;
}


#recommended { background: url(../images/recommended.jpg) top left no-repeat; padding: 10px; padding-right: 25px; width: 400px; height: 92px; }
#recommended img { margin: 0 3px; }