/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;
	font-family: arial;
}
body {
	text-align: center;
	background: #a9a9a9 url('images/body-bg.jpg') repeat-x top left;
	padding-top: 120px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}

/***************************************
**	Site Structure
****************************************/
.wrap {
	position: relative;
	text-align: left;
	width: 990px;
	margin: 0px auto;
}
#awning {
	background: url('images/awning.png') repeat-x top left;
	height: 156px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
#brick {
	background: url('images/brick.jpg') repeat-x top left;
	height: 270px;
	width: 100%;
}
#drawer {
	position: relative;
	width: 990px;
	height: 270px;
	background: url('images/drawer.jpg') no-repeat bottom left;
	z-index: 99;
	padding: 1px 0 0 0;
}
#hidden-drawer {
	position: absolute;
	top: 0px;
	left: 0px;
	background: none;
	z-index: 99;
}
#glass {
	position: absolute;
	top: 5px;
	left: 62px;
	width: 940px;
	height: 226px;
	background: url('images/glass.png') no-repeat top left;
	z-index: 90;
}
#featured-products-sign {
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 9100;
}
#welcome-image {
	position: absolute;
	top: -50px;
	right: -40px;
	z-index: 91002;
}
#content-container {
	background: #fff url('images/content-container-bg.png') repeat-x top left;
	padding: 0 0 1px 0;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
.category-menu {
	position: relative;
	top: -10px;
	left: -25px;
	background: url('images/menu-footer.png') no-repeat bottom left;
	/*z-index: 99;*/
	padding-bottom: 50px;
	color: #fff;
	width: 265px;
	margin-bottom: 25px;
}
#footer {
	color: #fff;
	font-size: 12px;
	padding-top: 30px;
	height: 174px;
	background: url('images/footer-bg.png') repeat-x top left;
	position: relative;
}
#footer-links ul li ul {
	display: none;
}

/***************************************
**	Header Styles
****************************************/
.my-cart {
	margin: 60px 10px 0 0;
	display: inline-block !important;
	width: 230px !important;
	height: 50px !important;
	background: url('images/my-cart.png') no-repeat top left;
	text-align: right;
	line-height: 50px;
}
.items-in-cart {
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
}
.checkout {
	margin: 60px 0 0 0;
}
#logo img {
	margin: 40px 0 0 0;
}
#shrub-position-1, #shrub-position-2, #shrub2-position-1, #shrub2-position-2 {
	position: absolute;
	z-index: 99;
}
#shrub-position-1 {
	bottom: -20px;
	left: -30px;
}
#shrub-position-2 {
	bottom: -10px;
	right: -15px;
}
#shrub2-position-1 {
	bottom: 0px;
	left: -45px;
}
#shrub2-position-2 {
	bottom: 0px;
	right: -65px;
}

/***************************************
**	In Drawer Styles
****************************************/
#in-drawer-products, #in-hidden-drawer-products {
	position: absolute;
	padding-left: 110px;
	margin: 60px 0 0 50px;
}
#in-drawer-products li, #in-hidden-drawer-products li {
	list-style-type: none;
	margin: 0 10px;
	float: left;
}
#hidden-drawer {
	width: 850px;
	z-index: 200;
}
#hidden-drawer li {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

/***************************************
**	Drop-Down Styles
****************************************/
#listMenuRoot li { /* all list items */
	position: relative;
}

#listMenuRoot li ul { /* second-level lists */
	left:-999em;
	margin-left:125px;
	*margin-left: -65px;
	margin-top:-66px;
	*margin-top: -45px;
	position:absolute;
	width: 199px;
	z-index: 999999;
	z-index:999999 !important;
	
}

#listMenuRoot li ul a {
	font-size: 11px;
}

#listMenuRoot li ul li a:hover {

}

#listMenuRoot li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#listMenuRoot li:hover ul ul, #listMenuRoot li:hover ul ul ul, #listMenuRoot li.sfhover ul ul, #listMenuRoot li.sfhover ul ul ul {
	left: -999em;
}

#listMenuRoot li:hover ul, #listMenuRoot li li:hover ul, #listMenuRoot li li li:hover ul, #listMenuRoot li.sfhover ul, #listMenuRoot li li.sfhover ul, #listMenuRoot li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/***************************************
**	Category Menu Styles
****************************************/
.category-menu h2 {
	height: 22px;
	padding: 20px 0 0 25px;
	background: url('images/menu-header.png') no-repeat top left;
}
.category-menu ul {
	padding-top: 10px;
	background: url('images/menu-bg.png') repeat-y top left;
}
.category-menu li {
	list-style-type: none;
	padding: 0 0 10px 35px;
	margin: 0 15px 8px 0;
	background: url('images/navigation-break.png') no-repeat bottom center;
}
.category-menu ul li ul li {
	background: url('images/fly-out-bg.png') repeat-y bottom left;
}
.category-menu li a {
	width: 200px;
	font-size: 14px;
	display: inline-block;
	color: #fff;
}
.sidebar-content {
	padding: 10px 0 10px 30px;
	background: url('images/menu-bg.png') repeat-y top left;
}
#category-menu-search .button{
	background-color: #a30808 !important;
}
#category-menu-search a {
	font-size: 12px;
	color: #fff;
}
.category-menu li ul {

}
#left-sidebar {
	float: left;
	margin-top: 40px;
	width: 238px;
}
.arrow-styles {
	position: absolute;
	top: 50px;
	left: -17px;
	z-index: 99999;
}

/***************************************
**	Category Menu Fly-outs
****************************************/
.category-menu ul li ul {
	z-index: 99998 !important;
	background: url('images/fly-out-bottom.png') no-repeat bottom left !important;
	padding-bottom: 23px;
}
.category-menu ul li ul li {
	margin: 0px;
	padding: 0 0 10px 9px;
	background: url('images/fly-out-bg.png') repeat-y bottom left !important;
}
.category-menu ul li ul li a:hover {
	text-decoration: underline;
}
.category-menu ul li ul li:first-child {
	padding-top: 15px;
	background: url('images/fly-out-top.png') no-repeat top left !important;
}
.nav-bottom-bg {
	padding-bottom: 15px;
	background: url('images/fly-out-bottom.png') no-repeat bottom left !important;
}
.category-menu ul li ul li {
	width: 140px !important;
	background: none;
}
.category-menu ul li ul li a {
	width: 110px;
	border-bottom: 1px solid #888;
	padding: 0 4px 4px 4px;
	margin: 0px;
}
/***************************************
**	Footer Styles
****************************************/
#footer a {
	color: #fff;
	font-size: 12px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-search {
	margin-right: 50px;
}
#footer-search a {
	font-size: 10px;
}
.button {
	background-color: #434343;
	color: #fff;
	border: 1px solid #222;
	padding: 5px 8px;
}
.input-box {
	border: 1px solid #d7d7d7;
	padding: 6px 4px 4px 4px;
	color: #303030;
}
#footer-links {
	width: 450px;
	margin: 0 30px 0 0;
}
#footer-links ul li {
	list-style-type: none;
	float: left;
	width: 140px;
	margin-right: 10px;
}
#footer-links ul li a {
	display: block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px dashed #fff;
}
#footer-cart {
	width: 200px;
	margin-left: 30px;
}
#footer-view-cart {
	height: 28px;
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 16px;
	padding-left: 15px;
}
#footer-checkout {
	font-size: 16px;
	line-height: 28px;
	height: 28px;
	padding-left: 15px;
}

/***************************************
**	Other Styles
****************************************/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-left {
	clear: left;
}
.clear-both {
	clear: both;
}
.block {
	display: block;
}
.storemap {
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 12px;
	margin-left: 20px;
}
.storemap ul {
	padding: 5px 0 10px 15px;
	margin-left: 0;
}
.storemap ul ul {
	font-weight: normal;
}
#pcMainArea .storemap a:link,
#pcMainArea .storemap a:visited {
color:#D00B0B;
}
