body {
	margin: 0;
	padding: 0;
	background: url(images/background_tile.jpg); 
	font: 76% "Tahoma", Arial, Helvetica, sans-serif;
}

#wrapper{
	padding: 0;
	margin: 0 auto 0;
}

#header{
	padding: 0;
	margin: 0;
	height: 226px;
	background: url(images/header_xtile.jpg) top repeat-x;
}

#headerpic{
	padding: 0;
	margin: 0 auto;
	width: 950px;
	height: 187px;
	background: url(images/header.jpg) top;
}

#headerpic img {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	width: 146px;
	height: 187px;
}

#navcont {
	border-top: 1px solid #969696;
	background: url(images/navigation_tile.jpg) repeat-x;
}

#navbar{
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 950px;
	height: 38px;
}

#nav, #nav ul {
     padding: 0;
	 margin: 0;
	 list-style: none;
	 z-index: 100;
} 

#nav li {
     float: left;     
	 width: 92px;	  
}

#nav li a {
	display: block;
	padding-left: 13px;
	width: 92px;
	padding-top: 14px;
	height: 23px;
	margin-top: 1px;
	color: #dadada;
	text-decoration: none;
	background: url(images/a_back.jpg) top left no-repeat;
	background-position: 0px 0px;
}

#nav li a:hover {
	display: block;
	padding-left: 13px;
	width: 92px;
	padding-top: 14px;
	height: 23px;
	margin-top: 1px;
	color: #fff;
	text-decoration: none;
	background: url(images/a_back.jpg) top left no-repeat;
	background-position: 0px -37px; 
}

#nav li ul {
     position: absolute;     
	 width: 10em;     
	 left: -999em; 
}

#nav li:hover {
	display: inline;
} 

#nav li:hover ul, #nav li.sfhover ul {
     left: auto; 
}

/* SUBNAVIGATION STYLE */

#nav li ul li {
	text-align: left;
	list-style-type: none;
	background: #000;
	width: 228px;
	height: 27px;
	margin-top: 0px;
	margin-left: 1px;
	display: inline;
	
/*
	-moz-opacity: 0.75;
	filter: Alpha(opacity='75');
	opacity: 0.75;
*/
}
#nav li ul li a{
	color: #ccc;
	text-align: left;
	background: #000;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 216px;
	padding-top: 6px;
	padding-left: 12px;
	
/*
	-moz-opacity: 0.75;
	filter: Alpha(opacity='75');
	opacity: 0.75;
*/
}
#nav li ul li a:hover{
	color: #fff;
	text-align: left;
	background: #000;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 140px;
	padding-top: 6px;
	padding-left: 20px;
	border-left: 10px solid #790D2D;
/*
	-moz-opacity: 1;
	filter: Alpha(opacity='100');
	opacity: 1;
*/
}
/* SUBNAVIGATION STYLE ----------------------------  END */

#shadowbox{
	padding: 0;
	margin: 0;
	height: 9px;
	background:url(images/headshadmain.jpg) top repeat-x;
	
}

#contshade{
	padding: 0;
	margin: 0 auto 0;
	height: 9px;
	width: 950px;
	background:url(images/headshadcont.jpg) top repeat-x;
}

#contentbox{
	padding: 0;
	margin: 0;
	background-color:#aca9a9;
}

#content{
	padding: 15px;
	margin: 0 auto;
	width: 920px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color:#cdcbcb;
}

#bottom{
	padding: 0;
	margin: 0;
	height: 12px;
	background:url(images/back_bot.jpg) top repeat-x;
}

#footer_cont{
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 950px;
	height: 120px;
	color: #fff;
	font-weight: bold;
}

#footer,{
	float: left;
}

#credits {
	float: right;
}

#cart-items td, th {
	background-color: #dbdbdb;	
}

#cart-account label {
	width: 120px;	
	 display:inline-block;
}

#header #welcome-wrapper {
	position: absolute;
	top: 38px;
	right: 40px;
	width: 500px;
	height: 26px;
	padding-right: 15px;
	background: url("/images/welcome-right.png") no-repeat bottom right;
}

#header #welcome-box {
	color: #fff;
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 6px 5px 0 15px;
	width: auto;
	font-size: 11px;
	height: 20px;
	background: url("/images/welcome-left.png") no-repeat bottom left;
}

#header #welcome-box span {
	color: #ccc;
	font-size: 10px;
}

#header #welcome-box a:link,

#header #welcome-box a:visited {
	color: #c4c4c4;
	text-decoration: none;
}

#header #welcome-box a:hover,
#header #welcome-box a:active {
	color: #ccc;
	text-decoration: underline;
}

#header #welcome-box p {
	padding-top: 10px;
	font-size: 10px;
	float: left;
}

/*  Scotts Mods */

.product-add-to-cart span {
	border: 1px solid black;
	font-size: 12px;
	padding: 3px;	
	color: white;
	font-weight: bold;
	text-align: center;
	width: 80px;
}

.product-add-to-cart span.not-available {
	background-color: #848484;
}

.product-add-to-cart span.no-stock {
	background-color: #848484;
}

.product-add-to-cart span.price {
	background-color: transparent;
	color: #750020;
	border: none;
	font-size: 14px;
}

/*  End Scotts Mods */
