/* Site specific color and images that 'skin' the selected layout. */

/*
.formButton {
	BORDER: 1px solid #67914c;
	background-color: #edf3e9;
	text-align: center;
}
*/
body {
	
	margin: 0 0 0 0;
	}
#mainContainer {
	position: relative;
	top: 0;
	left: 0;
	margin: auto;
	width: 780px;
	text-align: left;
	background: white;
	}	
#brandingContainer {
 	width: 780px;
	height: 78px;
	background: url(../images/header.jpg) repeat-x;
	over-flow: hidden;
	}
#logo {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-left: 20px;
	}	
#siteTagline {
	display: none;
	}	
#topNav {
	position: absolute;
	top: 10px;
	right: 15px;
	text-align: right;
	}	
.topNav {
	float: left;
	width: 72px;
	height: 60px;
	border-left: 1px dotted black;
	}	
.topNav img {
	width: 72px;
	height: 60px;
	}
#homeLink a img  {
	background: url(../images/home.jpg) 50% 50% no-repeat;
	}	
#homeLink  a:hover img {
	background: url(../images/home_r.jpg) 50% 50% no-repeat;
	
	}	
#contactLink a img  {
	background: url(../images/contact.jpg) 50% 50% no-repeat;
	}	
#contactLink a:hover img {
	background: url(../images/contact_r.jpg) 50% 50% no-repeat;
	}	
#accountLink a img {
	background: url(../images/account.jpg) 50% 50% no-repeat;
	}	
#accountLink a:hover img {
	background: url(../images/account_r.jpg) 50% 50% no-repeat;
	}	
#cartLink a img {
	background: url(../images/cart.jpg) 50% 50% no-repeat;
	border-right: 1px dotted black;
	}	
#cartLink a:hover img {
	background: url(../images/cart_r.jpg) 50% 50% no-repeat;
	}	

#menu {
	position: relative;
	margin: 0;
	top: 0px;
	background: url(../images/menu.jpg);
	height: 38px;
	}
#menuBack {
	position: absolute;
	top: 1px;
	left: 1px;
	}
ul#backmenu {
	margin: 0px; 
	list-style-type: none;
	text-align: left;
	}	
#backmenu li  {
	display: inline;
	}
ul#backmenu li a	{
	hieght: 38px;
	line-height: 38px;
	}	
.backCategory	{
	}
.backCategory a, .backCategory a:visited {
	padding: 12px 13px;
	margin: 0px;
	text-align: center;
	font-size: 1.1em;
	color: black;
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 38px;
	}
.backCategory a:hover {
	text-decoration: none;
	}	
ul#backmenu li a.selected {
	font-weight: 400;
	}		
#mainMenu {
	position: absolute;
	top: 0;
	left: 0;
	}		
ul#dropdown {
	margin: 0px; 
	list-style-type: none;
	width: 780px;
	text-align: left;
	}	
#dropdown li  {
	display: inline;
	}
ul#dropdown li a	{
	hieght: 38px;
	line-height: 38px;
	}	
ul#dropdown li a:link, ul#dropdown li a:visited {	
	padding: 10px 12px;
	border-right: 1px solid #88a2c7;
	border-left: 1px solid #4d6688;
	}
.menuCategory	{
	}
.menuCategory a, .menuCategory a:visited {
	margin: 0px;
	text-align: center;
	font-size: 1.1em;
	color: white;
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 38px;
	}
.menuCategory a:hover {
	text-decoration: none;
	}	
ul#dropdown li a:hover {
	color: #EBF4D7;
	text-align: center;
	text-decoration: none;
	/*background: url(../images/menu_r.jpg);color: black;*/
	}	
ul#dropdown li a.selected {
	font-weight: 400;
	}	
#flash {
	background: url(../images/flash-back.jpg);
	}		
#featureTitle {
	text-align: right;
	background: url(../images/feature_back.jpg) repeat-x;
	border-bottom: 3px solid #ffc600;
	max-height: 34px;
	}	
#mainContent {
	position: relative;
	top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 385px;
	}
#homeContent {
	position: relative;
	top: 8px;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	width: 320px;
	}	
.break {
	dipslay: block;
	clear: both;
	width: 100%;
	height: 1px;
	background: red;
	}	
#page1 h1 {
	font-size: 1.1em;
	}		
#featuredProducts #products h2 {
	display: none;
	}	
#featuredProducts  {
	position: relative;
	top: 8px;
	float: right;
	width: 440px;
	over-flow: hidden;
	margin-bottom: 10px;
	}	
#hotProducts .left, #hotProducts .middle, #hotProducts .right {
	display: block;
	position: relative;
	float: left;
	width: 140px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	min-height: 400px;
	}
 #hotProducts .middle .mainContent {
 	border-left: 1px dotted black;
	border-right: 1px dotted black;
	}
#featuredProducts .listingsHeader, #featuredProducts .listingsFooter {
	display: none;
	}
#featuredProducts .order-container {
	position: absolute;
	width: 135px;
	margin: auto;
	bottom: 5px;
	left: 5px;
	}	
.title {
	margin-top: 10px;
	}
#hotProducts .title h3 {
	display: block;
	min-height: 30px;
	font-size: .9em;
	font-wieght: 600;
	margin-bottom: .2em;
	line-height: 1px;
	}
.title a {
	color: 	#FF7500;
	}
.hotImage {
	width: 140px;
	height: 140px;
	over-flow: hidden;	
	background: 
	}
.hotImage .listingImg {
	width: 140px;
	height: 140px;
	over-flow: hidden;
	}		
#hotProducts .text {
	font-size: 11px;
	line-height: 10px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	height: 110px;
	max-height: 110px;
	over-flow: hidden;	
	padding-bottom: 90px;
	}	
 #hotProducts .listingText {
 	max-height: 110px;
	font-size: 11px;
	line-height: 10px;
	over-flow: hidden;
	}	
#hotProducts .orderButton {
	margin-top: 3px;
	}	
#hotProducts a.wishlist {
	font-size: 10px;
	}
#bottomNav {
	display: block;
	clear: both;
	margin: 0;
	top: 0px;
	background: url(../images/menu.jpg);
	height: 28px;
	text-align: center;
	color: white;
	padding-top: 8px;
	}
.bottomNav a, .bottomNav a:visited {
	color: white;	
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
	}	
.bottomNav a:hover {
	color: #FF7500;
	text-decoration: none;
	}	
#bottom {
	margin-top: 2px;
	min-height: 72px;
	background: white url(../images/bottom.jpg) repeat-x;
	text-align: center;
	}
#copyright {
	padding-top: 10px;
	}	
