/* CSS Document */

/* universal margin/padding reset */
* {
margin: 0;
padding: 0;
}
/* universal clear */
.clear {
content:".";
display: block;
height: 0;
clear:both;
visibility:hidden;
}
/* universal linked image border to zero */
a img {
border: 0;
}
body, .Normal {
font-family:Arial, Helvetica, sans-serif;
color: #444;
font-size: 12px;
}
h1, h1 .Head {
color: #444344;
fot-size: 18px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
}
h2, h2 .Head {
font-size: 14px;
font-weight: bold;
color: #243f8d;
font-family:Arial, Helvetica, sans-serif;
}
a:link,a:visited, a:hover, a:active {
text-decoration: underline;
}
ul {
padding: 0 0 0 20px;
}
ul li {
padding: 0 0 5px 0;
}
p {
padding-bottom: 10px;
}
#PageWrapper {
background: #fff url(_i/bg.gif) repeat-x top;
}
#Wrapper {
width: 900px;
margin: 0 auto;
}
/* ================== HEADER ================ */
#Header {
position: relative;
height: 153px;
}
.home #Header {
height: 497px;
}
.home .homeimg {
position: absolute;
top: 88px;
left: 0;
z-index: 1;
border-bottom: solid 4px #3b65ce;
}
#Header .logo {
position: absolute;
top: 0;
left: 0;
display: block;
width: 255px;
height: 153px;
background: url(_i/logo.png) no-repeat;
_background: url(_i/logo.gif) no-repeat;
z-index: 100;
}
#Header .utilitynav {
position: absolute;
top: 15px;
right: 12px;
color: #95c2e5;
}
#Header .utilitynav a {
padding: 0 10px;
line-height: 20px;
border-right: solid 1px #95c2e5;
display: block;
width: auto;
float: left;
line-height: 13px;
}
#Header .utilitynav a:link, #Header .utilitynav a:visited, #Header .utilitynav a:hover,#Header .utilitynav a:active {
color: #95c2e5;
text-decoration: none;
text-transform: uppercase;
}
#Header .utilitynav a.cart:link, #Header .utilitynav a.cart:visited, #Header .utilitynav a.cart:hover, #Header .utilitynav a.cart:active {
padding: 0 5px 0 30px;
background: url(_i/cart.gif) no-repeat 10px 0;
}
#Header #dnn_dnnUSER_cmdRegister {
border-right: 0;
padding-right: 0;
}
#Header .tagline {
position: absolute;
top: 65px;
right:20px;
color: #fff;
font-size: 14px;
text-transform: uppercase;
}
#Header .search {
position: absolute;
top: 32px;
right: 20px;
color: #fff;
font-size: 12px;
text-transform: uppercase;
}
#Header .search span.number {
padding-top: 7px;
display: block;
width: auto;
float: left;
}
#Header .search span.box {
display: block;
float: left;
margin-left: 20px;
background: #3563af url(_i/search.gif) no-repeat 160px 5px;
width: 174px !important;
width: 180px;
/*height: 16px !important;
height: 22px;*/
/*line-height: 22px;*/
padding: 0 0 3px 3px;
}
#Header .search span.box input {
height: 15px;
border: solid 1px #dcdcdc;
width: 150px;
margin: 0;
padding: 0;
}
/* Top Nav */
#Header .nav {
position: absolute;
right: 20px;
top: 88px;
background: url(_i/bg_nav.gif) no-repeat top left;
width: 609px;
height: 23px;
z-index: 100;
}
#Header .nav ul {
padding: 0;
}
#Header .nav ul li {
/*display: inline;*/
float: left;
list-style-type: none;
text-align:center;
position: relative;
z-index: 1;
padding: 0;
}
#Header .nav ul li a {
color: #fff;
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
display: block;
width: auto;
float: left;
height: 23px;
line-height: 23px;
}
#Header .nav ul li a#tab_67 {
width: 86px;
}
#Header .nav ul li a#tab_68 {
width: 112px;
}
#Header .nav ul li a#tab_69 {
width: 126px;
}
#Header .nav ul li a#tab_70 {
width: 102px;
}
#Header .nav ul li a#tab_71 {
width: 91px;
}
#Header .nav ul li a#tab_72 {
width: 92px;
}
/*#Header .nav ul li a:hover, #Header .nav ul li.active a {*/
#Header .nav ul li a:hover {
background: #fff;
color: #333;
}
/* Top Nav Dropdowns */
.dropdown{ 
position:absolute; 
left:0; 
top:23px; 
width:170px; 
display:none; 
z-index:2;
background:#fff; 
padding: 5px 0 20px 0;
}
#Header .nav ul li a.child,#Header .nav ul li#active a.child{ 
color:#b12a38; 
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:10px; 
padding: 4px 0; 
width:120px !important; 
width:170px;
_width:130px;
margin: 0 20px 0 30px;
_margin: 0 0 0 10px;
background: url(_i/bg_dropdown.gif) repeat-x bottom;
text-align: left;
height: auto;
line-height:normal;
}
#Header .nav ul li a.child:hover,#Header .nav ul li#active a.child:hover{
color: #e01e27;
_background: url(_i/bg_dropdown.gif) repeat-x bottom;
}
/* ================== CONTENT ================ */
#ContentWrap {
padding: 0 20px 0 30px;
}
#ContentWrap .leftcol {
/*width: 180px;*/
width: 210px;
float: left;
}
#ContentWrap .maincol {
/*width: 634px;*/
width: 610px;
float: right;
}
.home #ContentWrap .maincol {
width: 590px;
float: left;
}
.home #ContentWrap .maincol img {
margin-bottom:4px;
}
.home #ContentWrap .rightcol {
width: 250px;
float: right;
}
.rightcol .Normal a:link {
text-transform:uppercase;
font-size:9px;
}
/* ================== FOOTER ================ */
#Footer {
margin-top: 10px;
margin-bottom: 10px;
	text-align:center;
	border-top:1px dashed #ccc;
	padding-top:10px;
}
#Footer, #Footer a:link, #Footer a:visited, #Footer a:hover, #Footer a:active {
color: #444;
text-decoration: none;
font-size:11px;
}
#Footer span.pipe, #footertop span.pipe {
padding: 0 5px;
}
#Footer .line2 {
	margin-top:5px;
}
#Footer .line2, #Footer .line2 a:link, #Footer .line2 a:visited, #Footer .line2 a:hover, #Footer .line2 a:active {
font-weight: normal;
color:#808080;
}
#footertop {
	text-align:center;
	margin-top:20px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}
/* =================== CONTENT STYLES =================== */

.shotofmonthHome {
line-height: 11px;
font-size: 10px;
margin-bottom:43px;
margin-top:24px;
}
.shotofmonthHome a {
font-size: 9px;
}
.landingIMG {
margin-left: -24px;
}


/* form  */

#free-assessment {
	margin-left:8px;
	padding-top:5px;
	padding-bottom:10px;
}
#free-assessment label {
color:#333333;
display:block;
font-weight:bold;
margin:0.4em 0 0.2em;
}
.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg {
display:none;
}
#free-assessment select, #free-assessment input, #free-assessment textarea {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:100%;
width:200px;
}
#free-assessment input {
height:15px;
margin-bottom:5px;
padding:0.1em 0.1em 0.1em 0.2em;
width:200px;
}
.req {
	color:#C00;
}
.button {
	width:52px !important;
	height:20px !important;
	margin-top:10px;
	margin-left:160px;
}
.aspdnsf_AddToWishButton, #dnn_ctr376_ViewCheckout_ctl00_skipRegSignin, #dnn_ctr376_ViewCheckout_ctl00_pnlSkipReg br {
	display:none;
	margin-bottom:-50px;
}
#dnn_ctr376_ViewCheckout_ctl00_pnlSkipReg span.SubHead {
	clear:both;
	margin-lefT:10px;
	padding-top:15px;
}
#dnn_ctr376_ViewCheckout_ctl00_createaccount_aspx_15_2 {
	margin-top:-50px;
}

#leftcontact ul {
	margin:0;
	padding:0;
}
#leftcontact li {
	text-transform:uppercase;
	margin:0;
	padding:10px 0px 5px 0px;
	list-style:none;
	font-weight:bold;
	border-bottom:1px dashed #ccc;
}
#leftcontact a:link, #leftcontact a:visited {
	text-decoration:none;
}
map.SwatchMap {
	display:none;
}

#dnn_ctr455_ContentPane {
	margin-top:-30px;
	margin-bottom:10px;
}
