@charset "UTF-8";

html {height:100%;}

body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/container_bg_white.jpg);
	/*background-image: url(../images/container_bg.gif);*/
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #000000;
	margin: 0; 
	padding: 0;
	color: #999999;
}

.hidden {
	display: none;
}

.shown {
	display: block;
}

a {
	color: #336699;
}
a:hover {
	color: #336699;
}

a.white {
	color: #FFFFFF;
	font-size:10px;
}
a.white:hover {
	color: #FFFFFF;
	font-size:10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
}



#container {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	background-image: url(../images/cd_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

/*----------HEADER STUFF-------------*/
#header {
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	width: 948px;
	background-image: url(../images/header2_bg.jpg);
	background-position: -1px 0;
	*background-position: 0px 0;
	background-repeat: no-repeat;
}

#logo a:link, #logo a:visited{
	display: block;
	width: 145px;
	height: 150px;
	float: left;
}

#header #logo span{
	display: none;
}

#radioAd {
	clear: left;
	padding: 0 0 0 0;
	margin: 5px 0 0 3px;
	display: block;
	float: left;
}

#header {
	height: 310px;
}

#header #headerstuff .row {
	position: relative;
	float: left;
	margin-bottom: 5px;
	width: 100%;
}
#header #headerstuff .row .column1 {
	float:left;
	width: 140px;
}
#header #headerstuff .row .column1 input{
	width: 140px;
	height: 18px;
	font-size: 10px;
}
#header #headerstuff .row .column2 {
	float:left;
	width: 75px;
}
/*----------ADDTL HEADER LOGIN STYLES------*/

#overlabel-user {
	position:absolute;
	top:4px;
	left:5px;
	z-index:1;
	font-size:10px;
	color:#999;
}
#overlabel-pass {
	position:absolute;
	top:22px;
	left:5px;
	z-index:1;
	font-size:10px;
	color:#999;
}


/*----------NAV STUFF-------------*/

.loginButton {
	float: right;
	display: block;
	width: 105px;
	height: 35px;
	padding: 0;
	margin: 30px 50px 0 0;
}



.loginButton span {
	display: none;
}



.loginButton a {
	display: block;
	width: 105px;
	height: 35px;
	background-image: url(../images/login_btn.png);
	backgrond-position: top;
	background-repeat: none;
}

/*#searchDivJS {
	display: block;
	background-color: #484848;
	float: right;
	position: absolute;
	top: 120px;
	right: 100px;
	width: 250px;
	height: 200px;
	margin: 0;
	padding: 10px;
	border: #000000 solid 1px;
}
*/

#searchDivJS {
	background-color: #484848;
	margin: 0;
	padding: 10px;
	border: #000000 solid 1px;
}


#navigation {
	display: block;
	padding: 100px 40px 0 0;
	margin: 0 0 0 0;
	text-align: right;
}

#navigation dl{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation dt{
	display: inline;
	border-right: #000000 1px solid;
}

#navigation dt a:link, #navigation dt a:visited{
	padding: 0 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	/* font-weight: bold; */
	text-decoration: none;
	text-transform: uppercase;
}

#navigation dt a:hover{
	text-decoration: underline;
}

#nav {
	padding-top: 2px;
	margin: 0px 15px 0 16px;
	height: 20px;
	text-align: right;
}

#nav a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.mainNav {
	color: #333333;
	text-transform: uppercase;
}
.subNav {
	color: #666666;
	background-image: url(../images/subnav-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#nav a:hover {
	text-decoration: underline;
}

/*----------CONTENT STUFF-------------*/
#mainContent {
	width: 948px;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	/* margin: -255px 0 0 0; */
}

/*#beforeActualContent {
	width: 948px;
	height: 1000px;
	margin: 0 0 0 0;
	background-image: url(../images/container_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}*/
/*#beforeActualContent {
	width: 948px;
	margin: 0 auto 0 auto;
	background-image: url(../images/white_bg.jpg);
	background-position: +27px 0px;
	background-repeat: repeat-y;
}*/

#actualContent {
	/* border: red solid 1px; */
	padding: 0 0 0 0;
	margin: -150px auto 0 auto;
}

/*----------FOOTER STUFF-------------*/
#footer {
	width: 948px;
	text-align: center;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	clear: both;
	/* border: red solid 1px; */

}
#footer p {
	color: #666666;
	font-size: 9px;
	margin: 0; 
	padding: 10px 0; 
}

/*----------MISC STUFF-------------*/
.clearer {
	clear: both;
}

/*----------END  SITEWIDE CSS-------------*/

/*----------CONTACT TABLE-------------*/
.contactItem {
	background-image:url(../images/item_button.png);
	background-repeat:no-repeat;
	padding-left: 5px;
	padding-top: 3px;
	height: 17px;
	width:117px;
}
.contactItem a.contactLink {
	color: #FFF;
	text-decoration: none;
}

/*----------SIGNUP PAGE-------------*/
.signupPage {
	width: 500px;
	margin: 0 auto;
}
.signupCol {
	width: 215px;
	float: left;
	margin-right: 20px;
	/*border: inset 1px;*/
	padding: 10px 0 10px 10px;

}
.signupRow {
	margin-bottom: 5px;
	float: left;
	width: 200px;
	clear: both;
}
.signupLabel {
	font-size: 10px;
	float: left;
	width: 200px;
}
.signupField, .signupField input {
	width: 200px;
}
.signupField .inputMedium {
	width: 100px;
}
.signupField .inputSmall {
	width: 43px;
}
.bottomButtons {
	margin-top: 20px;
}

/*----------HOMEPAGE-------------*/
.homePage {
	margin: 0 0 0 0;
	padding: 20px;
}
.homePage .homeColumn1 {
	font-size: 12px;
	float: left;
	padding-left: 20px;
	padding-right: 30px;
	width: 450px;
	margin: 0 0 0 40px;
	/* border: red solid 1px; */
}
.homePage .homeColumn2 {
	float: left;
	width: 320px;
	/* border: red solid 1px; */
}
.homePage .homeColumn2 img {
	margin-bottom: 20px;
	border: 0;
}

/*----------Drag Resize-------------*/

.dragresize {
 position: absolute;
 width: 5px;
 height: 5px;
 font-size: 1px;
 background: #EEE;
 border: 1px solid #333;
}

/*
 Individual corner classes - required for resize support.
 These are based on the object name plus the handle ID.
*/
.dragresize-tl {
 top: -8px;
 left: -8px;
 cursor: nw-resize;
}
.dragresize-tm {
 top: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: n-resize;
}
.dragresize-tr {
 top: -8px;
 right: -8px;
 cursor: ne-resize;
}

.dragresize-ml {
 top: 50%;
 margin-top: -4px;
 left: -8px;
 cursor: w-resize;
}
.dragresize-mr {
 top: 50%;
 margin-top: -4px;
 right: -8px;
 cursor: e-resize;
}

.dragresize-bl {
 bottom: -8px;
 left: -8px;
 cursor: sw-resize;
}
.dragresize-bm {
 bottom: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: s-resize;
}
.dragresize-br {
 bottom: -8px;
 right: -8px;
 cursor: se-resize;
}

/*------------Flash header thing------------*/
.flashHeader {
	width:892px;
	height:164px;
	margin-left:+30px;
	margin-top:+10px;
	margin-bottom:15px;
}

#leftSection {
	display: inline;
}

#centerSection {
	display: inline;
}

#rightSection {
	display: inline;
}

#quickViewPanel {
	text-align: center;
	width: 160px;
	font-family: arial;
	font-size: 12px;
	padding: 4px;
	margin: +25px 0 0 -60px;
	color: #000;
}

#checkoutImage {
	float: right;
	margin: +14px +25px 0 0;
	background: url(../images/shopping_cart_box.gif);
	width: 69px;
	height: 47px;
}

#sliderBackNextB {
    margin: -75px 0 0 -20px;
    z-index: 123;
}

#sliderBackNextN {
    margin: -75px -20px 0 0;
    z-index: 123;
}

.mainSubMenu {
	margin: +25px 0 0 +75px;
}

.mainSubMenuBabyDiv {
	display: inline;
	padding: 0 10px 0 10px;
}
