
body {
	color: #444;
	background-image:url(/Images/cssimg/bg_dandelions.jpg);
    background-repeat:repeat-x;


}

h1, h2, h3, h5, h6 {
	color: #9b3037;
}

h4 {
color: #333;
}

a#logo {
	color: #9a709a;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div.container {
	background-color: #fff;
	border: 1px solid #ccc;
	min-height: 600px;
}

div#divider {
height: 10px;
border-bottom: 1px solid #ddd;
}

div#nav div#placeholder-nav {
	background-color: #fff;
    border-top: 1px dashed #e4b6b7;
	border-bottom: 1px dashed #e4b6b7;
    margin-bottom: 3px;

}

div#hero div#placeholder-hero {
	background-color: #b7ae9b;
}

div#hero-sub div.inner {
	background-color: #fff;
    
	color: #666;
	font-size: 11px;
}

div#footer {
	border-top: 1px solid #eee;
    color: #cccccc;
    font-size:90%;
    padding-bottom:10px;

}

td.menu-item {
	color: #666;	
}

td.menu-item-hover {
	color: #815e81;
}

td.menu-item-selected {
	color: #A0353E;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #4A8797;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

.product-form h3 {
	font-size: 14px;
	padding-left: 9px;
}

.product-form {
	margin-bottom: 18px;
}

.secure-login, .newsletter-form {
	background: #fff;
  	margin-bottom: 5px;
    padding-left: 5px;
}

.secure-login h3, .newsletter-form h3 {
	
	font-size: 14px;
	margin: 0;
	padding: 6px 0px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 3px;
}

.divider {
border-bottom:1px #CCCCCC solid
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #7c3e61;
	text-decoration: none;	
}

a:hover, a:active {
	color: #7c3e61;
	text-decoration: underline;
}

div#hero-sub a:link, div#hero-sub a:visited {
	color: #000033;
	text-decoration: none;		
}

div#hero-sub a:hover, div#hero-sub a:active {
	color: #a0353e;
	text-decoration: underline;		
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */



/* @group Template Settings */

div#header-left img {
	margin: 20px 0 0;
}

div#header-left, div.whoslogged, div#header-right {
	height: 100px;
	line-height: 90px;
}

div.whoslogged {
	text-align: right;
}

div#placeholder-search {
	padding: 30px 40px 0 0;
	text-align: right;
}

div#placeholder-search input.cat_textbox_small {
	width: 130px;
}

div#nav div#placeholder-nav {
	height: 32px;
  
    
    
}

div#placeholder-nav {
	padding-left: 5px;
 
    
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
      font-weight: bold;
}

div#hero {
	margin-right: 0;
	width: 600px;
    height:280px;
}

div#hero div#placeholder-hero {
	overflow: hidden;
}

div#hero div#placeholder-hero, div#hero-sub div.inner {

}

div#hero-sub div.inner {
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
}

div#hero-sub div.pad {
	  padding-top: 5px;
}

div#main div.inner, div#sub div.inner {
	padding: 0px 0 30px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#footer {
	padding-top: 18px;
	/*height: 72px ;*/
}


#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

.NewsletterButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ee1eb5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #c70067;
}.NewsletterButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
}.NewsletterButton:active {
	position:relative;
	top:1px;
}
