@charset "utf-8";
body {
	margin: 0;
	padding: 20px 0 0 0;
	height: 100%;
	background: url(images/shadow.png) no-repeat center top;
}
.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	
	/*padding: 20px;
	width: 900px;
	height: 1100px;*/
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 118px;
	width: 980px;
	position: relative;
}
#container {
	width: 980px;
	background: #FFFFFF url(images/bg-container-bottom.jpg) repeat-x left bottom;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
}
#innercontainer {
	margin-right: 13px;
	margin-left: 13px;
	background: url(images/bg-inner-container.jpg) repeat-x bottom;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#content-wrapper {
	background: #FFFFFF;
	min-height: 620px;
}
#footer {
	background: #5b5b5b;
	height: 27px;
	margin: 7px auto 3px;
	width: 955px;
}
#footer .copyright {
	float:left;
	padding: 5px 0 0 8px;
	color:#FFFFFF;
	font-weight:bold;
}

#footer .ccnotice {
	float:right;
	padding: 0 80px 0 0;
	margin: 5px 10px 0 0;
	background:url(images/credit-card-logos.jpg) no-repeat right center;
	color: #999999;
	font-weight:bold;
}
#left {
	float: left;
	width: 179px;
	margin-left: 10px;
}
#main {
	float: right;
	width: 689px;
	margin-right: 22px;
}
#search {
	width: 180px;
	margin-top: 46px;
	margin-right: 41px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align:right;
	padding-right:25px;
}
#search #stext {
	height: 14px;
	overflow:hidden;
}
#search .button{
	position:absolute;
	top: 0;
	right: 0;
}
#topbuttons {
	height: 20px;
	width: 114px;
	margin-top: 46px;
	margin-right: 257px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#topnav {
	margin-top: 75px;
	margin-right: 41px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.brandmenu {
	padding-top: 18px;
}
.brandmenu a:link, .brandmenu a:visited {
	color: #333;
}
.brandmenu a:hover {
	color: #9a8848;
}
.brandmenu ul {
	padding: 4px 0px 0px 15px;
	margin-left: 0px;
}

.brandmenu li {
	background: url(images/nav-bullet-underline.jpg) no-repeat left bottom;
	padding-left: 9px;
	list-style: none;
	margin-bottom: 5px;
}
.bombshell {
	background: url(images/menu-title_bombshell.jpg) no-repeat top;
}
.avent {
	background: url(images/menu-title_avent.jpg) no-repeat top;
}
.other {
	background: url(images/menu-title_other.jpg) no-repeat top;
}
.homespecials {
	background: url(images/bg-dotted-line.jpg) repeat-x center top;
	margin-top: 7px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
.homefeatured .cstitle,
.homefeatured .cstitlecontainer {
	display:none;

}
.homefeatured {
	margin-bottom: 8px;
}
.inner {
	/*background: url(images/bg-dotted-line.jpg) no-repeat bottom;*/
	padding-top: 6px;
	padding-bottom: 6px;
}
