@charset "utf-8";
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: #000000;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #headerHome {
	background: #FFFFFF;  /* 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. */
	height: 150px;
	padding-top: 0;
	padding-bottom: 0;
}
.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 #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	width: 1024px;
	height: auto;
	float: left;
	margin-bottom: 25px;
}
.oneColFixCtrHdr #footer {
	background:#FFFFFF;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #16A2D7;
}
.oneColFixCtrHdr #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 */
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #logo {
	float: left;
	width: 173px;
}
#header #topNav {
	float: right;
	width: 831px;
	text-align: right;
	height: 21px;
	padding-right: 20px;
	padding-top: 5px;
	color: #16A2D7;
}
#headerHome #topNav {
	float: right;
	width: 1004px;
	text-align: right;
	height: 21px;
	padding-right: 20px;
	padding-top: 5px;
	color: #16A2D7;
	background-image: url(../images/bg_nav_home.jpg);
	background-repeat: repeat;
}
#header #blueBar {
	float: right;
	width: 851px;
	background-image: url(../images/blue_bar.gif);
	height: 87px;
}
#mainContent #mobiMan {
	float: left;
	width: 172px;
	height: 387px;
}
#mainContent #mobiManRetail {
	float: left;
	width: 172px;
	height: 470px;
}
#mainContent #circle {
	float: left;
	height: 387px;
	width: 339px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#mainContent #contentRight {
	float: right;
	width: 513px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header #topNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	font-weight: bold;
	text-decoration: none;
}
#header #topNav a:hover {
	text-decoration: underline;
}
#headerHome #topNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	font-weight: bold;
	text-decoration: none;
}
#headerHome #topNav a:hover {
	text-decoration: underline;
}
#footer a {
	text-decoration: none;
	color: #16A2D7;
}
#footer a:hover {
	text-decoration: underline;
	color: #16A2D7;
}
#header #blueBar img {
	margin-top: 20px;
	margin-left: 50px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #16A2D7;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#mainContent #contentLeft {
	float: left;
	width: 984px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#headerHome #headerSub {
	background-image: url(../images/bg_header_sub.jpg);
	width: 1024px;
	clear: both;
	height: 81px;
}
.oneColFixCtrHdr #container #headerHome #headerSub img {
	float: right;
	margin-top: 17px;
	margin-right: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerHome #signinBar {
	height: 46px;
	width: 700px;
	clear: both;
	background-image: url(../images/bg_signin_bar.jpg);
	padding-top: 0px;
	padding-left: 320px;
	background-repeat: no-repeat;
}
#headerHome #signinBar #loginForm #id {
	background-image: url(../images/bg_txtfield.jpg);
	height: 23px;
	width: 165px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 2px;
}
#signinBar #loginForm #password {
	background-image: url(../images/bg_txtfield.jpg);
	height: 23px;
	width: 165px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 2px;
}
.oneColFixCtrHdr #container #headerHome #signinBar #loginForm #button {
	margin-top: 0px;
}
.oneColFixCtrHdr #container #headerHome #signinBar #loginForm #loginField {
	float: left;
	width: 167px;
	margin-top: 10px;
	margin-right: 40px;
}
.oneColFixCtrHdr #container #headerHome #signinBar #loginForm #passwordField {
	float: left;
	width: 167px;
	margin-top: 10px;
	margin-right: 6px;
}
.oneColFixCtrHdr #container #headerHome #signinBar #loginForm #submitButton {
	float: left;
	margin-top: 8px;
}
.oneColFixCtrHdr #container #headerHome #signinBar #loginForm #forgotLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
.oneColFixCtrHdr #container #headerHome #signinBar #loginForm #forgotLink a {
	text-decoration: underline;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #headerMain {
	clear: both;
	width: 1024px;
	height: 260px;
	background-image: url(../images/bg_header_main.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 255px;
}
.oneColFixCtrHdr #container #headerCrawl {
	clear: both;
	width: 1024px;
	height: 1px;
	text-align: right;
}
.oneColFixCtrHdr #container #mainBottom {
	background-image: url(../images/bg_main_btm.jpg);
	height: 300px;
	width: 1024px;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #mainBottom #left {
	float: left;
	width: 355px;
	margin-right: 10px;
	height: 385px;
}
.oneColFixCtrHdr #container #mainBottom #middle {
	float: left;
	width: 295px;
	margin-right: 10px;
	height: 385px;
}
.oneColFixCtrHdr #container #mainBottom #right {
	float: left;
	width: 350px;
	height: 385px;
}
.oneColFixCtrHdr #container #mainBottom #left img {
	margin-left: 40px;
}
.oneColFixCtrHdr #container #mainBottom #left #copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 40px;
}
.oneColFixCtrHdr #container #mainBottom #middle #copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 17px;
	margin-right: 17px;
}
.oneColFixCtrHdr #container #mainBottom #right #rightImage {
	margin-top: 18px;
	margin-left: 10px;
}
.oneColFixCtrHdr #container #mainBottom #middle img {
	margin-left: 14px;
}
.oneColFixCtrHdr #container #mainBottom #right img {
	margin-left: 10px;
}
.oneColFixCtrHdr #container #mainBottom #left #more {
	font-family: Arial, Helvetica, sans-serif;
	color: #2756b7;
	text-align: right;
	font-size: 18px;
	padding-right: 5px;
	margin-top: 40px;
}
.oneColFixCtrHdr #container #mainBottom #middle #more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2756b7;
	text-align: right;
	padding-right: 5px;
	margin-top: 21px;
}
.oneColFixCtrHdr #container #mainBottom #right #more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2756b7;
	text-align: right;
	margin-top: 28px;
	padding-right: 5px;
}
.oneColFixCtrHdr #container #mainBottom #left #more a {
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainBottom #middle #more a {
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainBottom #right #more a {
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainBottom #left #more a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainBottom #middle #more a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainBottom #right #more a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #contentRight #sideLinks {
	float: left;
	width: 513px;
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #contentRight #copy {
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	width: 463px;
}
.oneColFixCtrHdr #container #mainContent #contentRight #sideLinks #try img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent #contentRight #sideLinks #try {
	width: 226px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent #contentRight #sideLinks #links {
	float: right;
}

.oneColFixCtrHdr #container #mainContent #contentRight #tagLine {
	float: left;
	margin-top: 15px;
	margin-left: 12px;
}
.oneColFixCtrHdr #container #footer #copyright {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
}
