

/*

=reset browser styles
---------------------------------------------------------------
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus {outline:0;}body {line-height:1;color:#000;background:#fff;}ol, ul {list-style:none;}table {border-collapse:collapse;border-spacing:0;}caption, th, td {text-align:left;font-weight:normal;}blockquote:before, blockquote:after, q:before, q:after {content:"";}blockquote, q {quotes:"" "";}

body {
    font-family : Arial, Helvetica, Sans-serif;
    font-size : 76%;
    line-height: 1.2;
    color: #000;
    background-color: #fff;
	width: 100%;
}
a {
    text-decoration: none;
    color: #009;
}
#header {
	position: relative;
    margin: 0;
    padding: 0;
    height: 95px;
	width: 100%;
    min-width: 990px;
    background: #fff;
	z-index: 1000;
}
.headBox {
    position: relative;
    float: left;
    padding: 9px 1em 0 0;
    height: 56px;
}
#tabBox {
    margin-left: 36px;
}
#tabBox img {
    float: left;
    padding: 11px 0 0;
	margin: 0;
}
.clear {
    clear: both;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}

#holidayNav {
  padding-top: 25px;
  background:  #fff url(/img/bg_pond_new.jpg) 0 0 no-repeat;
}

#holidayNav #header {
	background: none;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 700;
}
h2 {
    font-size: 1.1em;
}

/*
=subNav begins
---------------------------------------------------------------------
*/
#subNav {
    position: relative;
    float: left;
    padding: 2px 0 3px;
	width: 100%;
    min-width: 990px;
    height:24px;
	z-index: 1001;
}
#dyMenu {
    position: relative;
    float: left;
    margin: 0;
	z-index: 1002;
}

#dyMenu li {
    position: relative;
    float: left;
    margin: 3px 0 0;
    font-weight: 900;
	border-style: solid
}
#dyMenu li a {
    padding: 2px 18px;
    display: block;
    border: solid #000;
    border-width: 0 1px 0 0;
}

#dyMenu li.first a {
    border-width: 0 1px 0 0;
}

#dyMenu li ul.subMenu {
    position: absolute;
    float: none;
	margin: 0;
	padding: 0;
    top: 18px;
	left: -999em;
	z-index: 1100;
	width: auto;
	height: auto;
}
#dyMenu li:hover ul.subMenu, #dyMenu li.over ul.subMenu {
	left: auto;
}
#dyMenu li ul.subMenu li {
    float: none;
    margin: 0;
    background: #66c;
    border-width: 1px 1px 0 1px;
    font-weight: 100;
    }
#dyMenu li ul.subMenu li.last {
    border-width: 1px 1px 1px 1px;
}
#dyMenu li ul.subMenu li a {
    padding: 4px 2px 4px 9px;
    display: block;
    width: 168px;
    border-width: 0 0 0 0;
}

.dyMenu0, .dyMenu0 #dyMenu ul {background: #66c;}
.dyMenu1, .dyMenu1 #dyMenu ul {background: #408047;}
.dyMenu2, .dyMenu2 #dyMenu ul {background: #fc0;}
.dyMenu3, .dyMenu3 #dyMenu ul {background: #cc9;}
.dyMenu7, .dyMenu7 #dyMenu ul {background: #f73900;}
.dyMenu11, .dyMenu11 #dyMenu ul {background: #f73900;}
.dyMenu49, .dyMenu49 #dyMenu ul {background: #f73900;}
.dyMenu51, .dyMenu51 #dyMenu ul {background: #f73900;}
.dyMenu77, .dyMenu77 #dyMenu ul {background: #318dcf;}
.dyMenu165, .dyMenu65 #dyMenu ul {background: #318dcf;}

.dyMenu0 #dyMenu li a {color: #fff;}
.dyMenu1 #dyMenu li a{color: #fff;}
.dyMenu2 #dyMenu li a {color: #000;}
.dyMenu3 #dyMenu li a {color: #000;}
.dyMenu165 #dyMenu li a {color: #318dcf;}

.dyMenu0 #dyMenu li.selectedSubnav a {background: #66c; color: #fff;}
.dyMenu1 #dyMenu li.selectedSubnav a {background: #050; color: #fff;}
.dyMenu2 #dyMenu li.selectedSubnav a {background: #ffc; color: #000;}
.dyMenu3 #dyMenu li.selectedSubnav a {background: #ffc; color: #000;}
.dyMenu165 #dyMenu li.selectedSubnav a {background: #318dcf; color: #318dcf; }

.dyMenu0 #dyMenu li ul.subMenu li, .dyMenu1 #dyMenu li ul.subMenu li {
	border-color: #000;
	}
.dyMenu2 #dyMenu li ul.subMenu li {
	border-color: #fc0;
	}
.dyMenu3 #dyMenu li ul.subMenu li {
	border-color: #663;
	}

/* drop down menu text and background color */
.dyMenu0 #dyMenu li ul.subMenu li a {color: #fff; background: #66c;}
.dyMenu1 #dyMenu li ul.subMenu li a {color: #fff; background: #050;}
.dyMenu2 #dyMenu li ul.subMenu li a {color: #000; background: #ffc;}
.dyMenu3 #dyMenu li ul.subMenu li a {color: #000; background: #cc9;}
.dyMenu165 #dyMenu li ul.subMenu li a {color: #318dcf; background: #318dcf;}

/* drop down menu link on hover */
.dyMenu0 #dyMenu li ul.subMenu li a:hover {color: #fff; background: #339;}
.dyMenu1 #dyMenu li ul.subMenu li a:hover {color: #fff; background: #74B873;}
.dyMenu2 #dyMenu li ul.subMenu li a:hover {color: #000; background: #fc0;}
.dyMenu3 #dyMenu li ul.subMenu li a:hover {color: #000; background: #ffc;}
.dyMenu165 #dyMenu li ul.subMenu li a:hover {color: #318dcf; background: #318dcf;}

#searchForm {
    position: absolute;
    right: 4px;
    vertical-align: middle;
}
#searchForm label {
    float: left;
    margin: 4px 6px 0;
    color: #fff;
    font-weight: 900;
    display: block;
}
#search {
    float: left;
    margin: 2px 0 0;
    padding: 0;
    width: 81px;
    font-size: 13px;
}
#submit {
    float: left;
    margin: -2px 0 0 6px;
    padding: 0;
}
#controls {
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 11px;
    text-align: right;
}
#controls ul {
    float: right;
}

#controls li {
    float: left;
    padding: 0 6px;
    border: solid #000;
    border-width: 0 0 0 1px;
}

#controls li.first  {
    border-width: 0 0 0 0;
}
#controls li strong a {
     font-weight: 400;
}
#controls li a img {
    border: 0 none;
    vertical-align: bottom;
}
#header #phoneOrder {
    position: absolute;
    top: 24px;
    right: 4px;
    border: 0 none;
}

#wrap {
    margin: 0 auto;
    clear: both;
}
#content {
    width: 100%;
    }
#content td {
    vertical-align: top;
    }
/* 
=holiday shipping banner
-----------------------------------------------------------------
*/
#holidayShip {
	text-align: center;
	background: #cc0000;
	margin-bottom: 1px;
	padding: 3px 0 3px 0;
}
#holidayShip img {
	vertical-align: middle;
	padding-right: 20px;
}
#holidayShip .holidayShipText {
	color: #fff;
}
#holidayShip .holidayShipText a {
	color: #fff;
}
/*
=main column styles
-----------------------------------------------------------------
*/
#main {
    padding: 0 10px;

}

h2.blueBG {
    margin-bottom: 1em;
    padding: 3px 6px 5px;
    color: #fff;
}

/* promos */

#promos {
    margin-bottom: 9px;
}
.mainBox {
    margin: 0 auto;
    width: 453px;
}
.freeShip {
    margin: 0 auto 9px;
}

#offers {
    position: relative;
    margin: 12px 0;
    background: url(/img/homepage-seasonal/newyear_07/bg.gif) 0 100% repeat-x;
    overflow: hidden;
    }
.offer {
    position: relative;
    float: left;
    padding: 12px 9px 18px 10px;
    width: 132px;
    height: 110px;
    background: url(/img/home/homeCorners.gif) 100% 100% no-repeat;
    border: solid #000;
    border-width: 0;
    font-family: verdana;
    font-size: 11px;
}
.offer span {
    white-space: nowrap;
}
#offer1 {
    background-position: 0% 100%;
}
#offer2 {
    padding: 12px 7px 18px 10px;
    border-width: 0 1px;
    background-position: 50% 100%
}


.offer img {
    float: right;
}
.offerHead {
    float: left;
}
.offerAct {
    position: absolute;
    width: 128px;
    bottom: 24px;
    text-align: right;
}

.offerAct2 {
    position: absolute;
    width: 149px;
    left: 9px;
    bottom: 24px;
    text-align: right;
}
.offerAct2 img, .offerAct2 input {
    float: left;
}

.offerAct2 input {
    margin-left: 6px;
}
/* hot deal styles */
#hdTable {
    margin: 0 auto 1.5em;
    width: 95%;
    }
#hdTable td {
    vertical-align: top;
}
#hdTable td.sm {
    text-align: center;
    padding-right: 9px;
}

#hdTable td.std, #hdTable td.lgClr {
    padding-left: 9px;
}
td.lgClr {
    padding-top: 3px;
}
#hdTable td.hdSpace {
    height: 56px;
}

/*
=navbar styles
------------------------------------------------------------
*/

#navCol {
    width: 185px;
    background-color: #edede4;
    }

.vNavBar {
    background-color: #edede4;
}
.vNavBar > div {
    padding: 0 0 1.2em 0;
}

.vNavBar > div p {
    padding: 0 8px;
}
.vNavBar h3 {
    margin-bottom: 6px;
    padding: 2px 0 0 27px;
    font-size: 1.1em;
    color: #fff;
    height: 20px;
}
#qStart h3 {
    background: #66c url(/img/home/quickstart_icon.gif) 3px 1px no-repeat;
}

#shopFor h3 {
    background: #66c url(/img/home/t_shopfor2.gif) 3px 1px no-repeat;
}

#compTools h3 {
    background: #66c url(/img/home/t_tools2.gif) 3px 1px no-repeat;
}
#resource h3 {
    background: #66c url(/img/home/t_resources2.gif) 3px 1px no-repeat;
}

#comfort h3 {
    background: #66c url(/img/home/t_confidence2.gif) 3px 1px no-repeat;
}
#tSolutions h3 {
    background: #66c url(/img/home/t_solutions2.gif) 3px 1px no-repeat;
}

#qStart {
    background: url(/img/home/qs_btm_bg.gif) 0 100% repeat-x;
}
#qStart form {
    margin: 4px 0 0;
    padding: 0 8px;
    overflow: hidden;

}
#qStart label {
    padding: 0 0 4px;
    font-weight: 700;
}

#qStart input.zipCode {
    float: left;
    margin: 3px 0;
    font-size: 9pt;
    font-family: courier,andale mono;
    background-color: #ffffa0;
}
#qStart input.zipGo {
    margin: 2px 0 0 6px;
    float: left;
}

.nbBody img {
    vertical-align: top;
}
.nbBody ul {
	margin: 0;
}

.nbBody li{
    padding: 2px 0 0;
    font-weight: 700;
    font-size: 11px;
}
.nbBody li > ul li {
    margin-left: 22px;
    }
.nbBody li > p{
    margin-left: 22px;
    padding: 0 6px 0 0;
    font-size: 11px;
    font-weight: 400;
}
#shopFor li{
    font-size: 13px;
}
#shopFor li  ul > li{
    font-weight: 400;
    font-size: 11px;
}
#comfort {
    text-align: center;
}
#comfort img {
    margin: 9px 0;
    clear: both;
    border: 0;
    }

/*

=sidebars
----------------------------------------------------------------
*/

#sideBarCol {
    width: 33%;
}
.sideBar, .sbHead, .sbHead h3, .sbBody  {
    background: url(/img/home/homeCorners.gif) 100% 100% no-repeat;
}
.sideBar {
    margin: 0 12px 1em 0;
    padding-right: 5px;
	max-width: 630px;
}
.sbHead {
    background-position: 100% 0;
    margin-right: -5px;
    padding-right: 9px;

}
.sbHead h3 {
    background-position: 0 0;
    padding: 5px 0 5px 9px;
}
.sbBody {
    margin-right: 0;
    padding: 5px 0 18px 12px;
    background-position: 0 100%;
}
div.sideBar.adBG {
	background: url(/img/home/adCorners.jpg) 100% 100% no-repeat;
}
div.sbHead.adBG h3 {
	padding: 0;
}
div.sbBody.adBG {
	text-align: center;
	padding: 0 0 8px 0;
}
.sbHead h3 {
    font-size: 1.1em;
    overflow: hidden;
}
.sideBar .blueBG h3 {
    color: #fff;
}
.sbBody ol {
    margin: 0 0 0 9px;
    padding: 0 0 0 9px;
    list-style: decimal;
}
.sbBody li {
    margin: 2px 3px 2px;
    padding: 2px 0;
    }
.sbHead h3 strong {
    display: block;
    float: left;
    width: 55%;
    }
.sbHead h3 span {
    display: block;
    float: right;
    padding-top: 3px;
}

.sbHead h3 span a {
    font-weight: 400;
    font-size: .9em;
}
.sbBody hr {
    width: 100%;
    height: 1px;
    border: solid #000;
    border-width: 1px 0 0;
    }
.sbBody .brandServTab {
    width: 100%;
}

.sbBody .brandServTab td {
    padding: 3px 6px;
    text-align: center;
    vertical-align: middle;
    border: solid #eee;
    border-width: 0 0 1px 1px;
}
.sbBody .brandServTab td img {
    margin: 2px auto;
    width: 100px;
}
.sbBody .brandServTab td.col1 {
    width: 50%;
    border-width: 0 0 1px 0;
}
.sbBody .brandServTab tr.lastRow td {
    border-width: 0 0 0 1px;
}
.sbBody .brandServTab tr.lastRow td.col1 {
    border-width: 0 0 0 0;
}

ul.homeList {
    margin: 0 0 0 1em;
    padding: 0;

}
ul.homeList li {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: disc;
}
.widgetH3 {
    margin: 6px 0;
    font: 900 14px Arial, Helvetica, sans-serif;
    }
/*
/*
=dhtml window styles moved from bestsellersCSS.php ckuper
---------------------------------------------------------------------
*/
div.tooltip {
    border: 1px solid #333399;
	background-color: #f8f8f8;
}
			
div.tooltip .caption {
    font-family: Arial, Verdana, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding-left: 6px;
	line-height: 20px;
	background-color: #6666CC;
}
			
div.tooltip img.bestSellerImg {
	float: right;
	padding-left: 10px;
}

div.tooltip .contents {
    font-size: 10px;
    font-family:  Verdana, Helvetica;
    padding: 10px;
    background-color: #fff;
}


div.tooltip ul {
	margin-left: 16px; padding: 0
}

div.tooltip .xSm {
	font-size:10px; font-family:verdana
}
/*
=quick search styles
---------------------------------------------------------------------
*/
#qSearch {
	position:absolute;
	top: 22px;
	right: 0;
	margin: 0;
	padding: 0 0 6px;
	font-size: 11px;
	width: 364px;
	visibility: hidden;
	background:  url(/img/site/qSearch_foot_bg.png) 0 100% no-repeat;
}
* + html #qSearch iframe {
	position: absolute;
	/* account for the border */
	left: 0;
	top: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
* html #qSearch iframe {
	position: absolute;
	/* account for the border */
	left: 0;
	top: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.qSrchBox {
	position: relative;
	overflow: hidden;
	background:  url(/img/site/qSearch_body_bg.png) 0 0 repeat-y;
	}

#qSearch h2 {
	font-size: 11px;
}
#qSearch h3 {
	position: relative;
	padding: 6px 6px 6px 12px;
	font-size: 12px;
	color: #fff;
	background:  url(/img/site/qSearch_head_bg.png) 0 0 repeat-y;
	clear: both;
	overflow: hidden;

}

#qSearch h3 span {
	position: relative;
	float: right;
	display: block;
	top: -17px;
	padding: 0 3px 0 0; 
}

#qSearch h3 a {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
}

.qSrchBody {
	position: relative;
	overflow: hidden;
	margin: 0 4px;
	padding: 3px 0;
	height: 100%;
	min-height: 60px;
	background: url(/img/site/qSrchBorder_bg.gif) 0 100% repeat-x;
}
.qSrchBody div {
	position: relative;
	float: left;
	vertical-align: top;
}
.last .qSrchBody {
	background-image: none;
	margin-bottom: 1px;
}
.qSrchBody:hover, div.over {
	background-color: #eef;
	color: #000;
}

.qSrchPic {
	width: auto;
	padding: 3px 5px;
	clear: left;
}

.qSrchTxt {
	margin: 0 0 0 4px;
	width: auto;
	max-width: 240px;
	padding: 6px 5px 3px 0;
}

/*
=footer styles
---------------------------------------------------------------------
*/
#footer {
    position: relative;
	width: 100%;
    min-width: 990px;
    height: 54px;
}
#footer div {
    vertical-align: middle;
}

#footer ul {
    margin: 4px auto;
    width: 800px;
    overflow: hidden;
	text-align: center;
}
#footer li {
    padding: 0 18px 0;
    display: inline;
    border: solid #000;
    border-width: 0 1px 0 0;
}
#footer div.blueBG {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
    width: 100%;
    height: 29px;
    color: #fff;
	text-align: left;
}

#footer div.blueBG ul  {
    position: relative;
	margin: 3px 0;
    padding: 3px 0;
	width: 67%;
}
#footer div.blueBG ul li {
	padding: 0 3.3%;
	}
#footer div.blueBG form#emailSubscribe {
	position: absolute;
	top: 2px;
	right: 3px;
	padding: 3px;
}
form#emailSubscribe label {
    margin: 3px 0 0;
	padding: 3px 6px 0 0;
    font-size: 12px;
	vertical-align: middle;
}
form#emailSubscribe input {
    margin: -2px 9px 0 0;
    font-size: 12px;
	vertical-align: middle;
}
#emailGoBtn {
}
#footer li.last, #footer .blueBG li {
    border-width: 0 0 0 0;
}
#footer .blueBG a {
    color: #fff;
}
#copyright {
    margin: 0 auto 1em;
    text-align: center;
}
/* background colors */
.blueBG {
    background-color: #66c;
}
.yellowBG {
    background-color: #fc0;
}
.khakiBG {
    background-color: #cc9;
}
/* for changing ad spot in sidebar */
.adBG {
	background-color: #1f445e;
	color: #fff;
}

/* font sizes */
.xsm {
    font-size: 10px;
}
.sm {
    font-size: 11px;
}
.std {
    font-size: 13px;
}
.med {
    font-size: 14px;
}
.lgClr {
    font-size: 16px;
}
.xLg {
    font-size: 20px;
}
.xxLg {
    font-size: 24px;
}

/* font colors */

.red {
    color: #C00;
}
.medBlue {
    color: #009;
}
.green {
    color: #176a20;
}
.yellow {
    color: #fc6;
}

#rotator {
	position: relative;
	margin: 1em 0;
	width: 453px;
	height: 198px;
	overflow: hidden;
	border: 1px solid #000;
}

#rotator div {
	margin: 0;
	padding: 0;
}

#rotator div.slide {
	width: 453px;
	height: 177px;
	}
#rotator div.slide {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
}

#rotator #rotControls {
	position: absolute;
	bottom: 0;
	width: 453px;
	height: 21px;
	background: url(/img/home/rotator_bg_frame.jpg) 0 0 repeat-x;
}

#rotControls ul {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
}
#rotControls li {
	display: block;
	float: left;
	margin: 2px 0;
	padding: 0 4px;
	font: 700 12px/1 Arial, sans-serif;
}
#rotControls li img {
	border: 0;
}

#rotControls li a {
	display: block;
	width: 17px;
	height: 17px;
	padding: 3px 0 0 5px;
	background: url(/img/home/rotator_btn.gif) 0 0 no-repeat;
	color: #fff;
}

#rotControls li a:hover {
	background-position: 0 -44px;
}

#rotControls li a:active {
	background-position: 0 -66px;
}

#rotControls li a.playPause{
	padding: 0 0 0 5px;
	color: #ff0;
}



