* { margin: 0px; padding: 0px }
BODY { 
	text-align:center;
	margin: 0px; 
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	color:#351601;
	font-size: .7em; 
	line-height: 1.4em; 
	background:url(/images/layout/flower_pattern.jpg) fixed; 
}


/* --- General Links --- */

a { color: #56331F; text-decoration: underline}
a:hover { color: #351601; text-decoration: underline}

/* --- Client Formatting --- */

.textsmallest { font-size: 80%}
.textsmaller { font-size: 85%}
.textlarger { font-size: 120%}
.textlargest { font-size: 140%}
.alerttext { color:#f00; font-weight:bold}

/* --- Layout Elements --- */

#container{
	position:relative;
	text-align:left;
	width: 943px;
	margin: 0px auto 15px auto;
	padding:0px;
	background: #fff url(/images/layout/dots_pink_repeat_y.gif)  225px top repeat-y;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

#header {
	position:relative;
	height:140px;
	background: #fff;
}
#headerlogo {
	position:absolute;
	left: 60px;
	top:60px;
	width:141px;
	height:49px;
}
#header p {
	text-align:right;
	vertical-align: middle; 
	padding: 5px 10px 0px 10px;
	background: #fff;
}
#headersearchbutton {
	color:#fff;
	background-color:#351601;
	border:0;
	margin:0 5px;
	padding:1px 2px;
	font-size:1em;
}
#headerseachbox {
	font-size:1em;
	width:75px;
	padding:1px 2px;
	border: 1px solid #351601;
}

#leftcolumn {
	position:relative;
	float:left;
	width:225px;
	height:535px;
}

#leftcontent {
	position:relative;
	margin: 0px 10px 10px 60px;
}

#mnuCat {
	font-size:1em;
	width:125px;
	padding:1px 2px;
	border: 1px solid #351601;
	margin-bottom:10px;
}

#branduparrow img, #branddownarrow img {
	border:0;
}
#branduparrow {
	position:absolute;
	top:55px;
	left:50px;
	width:140px;
	height:15px;
}

#branddownarrow {
	position:absolute;
	top:430px;
	left:50px;
	width:140px;
	height:15px;
}
#brandcontainer {
	position:absolute; 
	width:140px; 
	height:360px; 
	overflow:hidden; 
	top:70px; 
	left:50px; 
	clip:rect(0,140,300,0); 
	visibility:hidden;
} 
#brandcontent{
	position:absolute; 
	top:0px; 
	left:0px;
} 
#brandcontent li {
	list-style:none;
}
#brandcontent li a {
	text-decoration:none;
	color:#351601;
	padding: 1px 0px 1px 10px;
	background-image:none;
	background-position: left .3em;
	background-repeat: no-repeat;
}
#brandcontent li a:hover{
	background-image:url(/images/icons/kiss.gif);
}
#rightcolumn {
	position:relative;
	margin:10px 60px 20px 290px; 
}
#content {
	position:relative;
	overflow:visible;
}



#footer {
	text-align:center;
	margin: 25px 0 15px 0;
	position:relative;
	color: #f57cbc;
	font-size:.9em;
}
#footer a{ color: #f57cbc;}
#footer a:hover { color: #351601; text-decoration: underline}

/* --- Navigation Elements --- */


#nav {
	list-style: none;
	height: 32px;
	display: inline;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 275px;
	width:413px;
}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	/* hide from IE mac \*/
	float:left;
	/* end hiding from IE5 mac */	
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 32px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win */
	}	

#homebutton a  {
	width: 61px;
	background: url(/images/nav/home.gif) top left no-repeat;
}

#whatsnewbutton a  {
	width: 98px;
	background: url(/images/nav/whats_new.gif) top left no-repeat;
}

#salebutton a  {
	width: 58px;
	background: url(/images/nav/sale.gif) top left no-repeat;
}	

#wishlistbutton a  {
	width: 87px;
	background: url(/images/nav/wishlist.gif) top left no-repeat;
}	

#thingswelovebutton a  {
	width: 109px;
	background: url(/images/nav/things_we_love.gif) top left no-repeat;
}	

#nav a:hover {
	background-position: 0 -32px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -32px;
}

/* --- General Formatting -- */

#content h2, #leftcontent h3, #content h3, #content h5 {
	text-transform: uppercase;
	color:#f57cbc;
	font-size:1.2em;
}
#content h5 {
	font-size: 1.1em;
}

#content h1, #welcomebox h1 {
	text-transform:uppercase;
	color:#f57cbc;
	font-size:1.4em;
	padding-bottom:1.1em;
}

#welcomebox h1 {
	padding-bottom:.5em;
}

#content p, #content ul{
	padding-bottom: 1em;
}

#content h3, #homecontent h3{
	padding-bottom: .4em;
}

#content ul{
	margin-left: 3em;
}

#content input, #content select, .wep_imagebutton {
	margin-bottom: 4px;
}

#content option {
	padding-right: 10px;
}

/* Normal Table Style */
.wep_normaltable {
	margin-bottom: 10px;
}
.wep_normaltable td {
	padding:2px;
}
.wep_normaltable img {
	margin-bottom: 2px;
}

/* Registry Table Style */
.wep_registrytable {
	margin-bottom: 10px;
	border-collapse:collapse;
}
.wep_registrytable th {
	padding:2px;
	background-color: #351601;
}
.wep_registrytable td {
	padding:2px;
	border: 1px #fff solid;
	background-color: #F0F0F0;
}
.wep_registrytable img {
	margin-bottom: 2px;
}

/* --- Individual Pages --- */

/* - Home Page - */

#homecontent {
	position:relative;
	margin: 0px 0px;
}

#homemain{
	position:relative;
	margin-bottom:10px;
	background-color: #FFFFFF;
	border: 1px solid #361609;
}

/* Featured Look Box */
#homefeatured {
	position:relative;
	color: #fff;
	background: #361609;
	float:left;
	border: 1px #361609 solid;
	text-align:center;	
}
#homefeatured h2 {
	padding: 6px 0px;
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing: .3em;
}	
#homefeatured p {
	padding: 0px 0px 5px 0px ;
}
#homefeatured a {
	color: #fff;
}

#homerightcol {
	float: left;
	height:auto;
	color:#fff;
	margin-left:1px;
}

/* Newsletter Signup Box */
#homenewscontainer {
	background:#361609;
	padding:4px;
	margin-top:10px;
	width:132px;
}
#homenewscontent {
	border: 1px #fff solid;
	padding: 5px 4px;
	text-align:center;	
	color:#fff;
}
#homenewscontent h2 {
	text-transform:uppercase;
	font-size:1.4em;
	margin:.5em;
	display:inline;
}
#homenewscontent p, #homenewscontent ul {
	line-height: 1.5em;
	text-align:left;
}
#homenewscontent p {
	margin: 0 5px;
}

#homenewscontent form {
	margin: 10px 0px 0px 0px;
	padding-top: 10px;
	background: url(/images/layout/dots_wht_repeat_x.gif) top left repeat-x;
}

#homenewscontent label, #homenewscontent input{
	display: block;
	float: left;
	margin-bottom: 4px;
}
#homenewscontent input,#homenewscontent label, #homenewscontent select{
	font-family:Arial, Helvetica, sans-serif;
}
#homenewscontent select {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}
#homenewscontent label {
	text-align:right;
	font-weight:bold;
	padding: 0 10px 0 0;
}
#homenewscontent br {
	clear:left;
}
#homenewscontent input {
	width:100px;
}
#homenewscontent a {
	color: #fff;
}	

/* Market Area Box */
#homemarketcontainer {
	/*margin-top: 15px;
	background:#f07cb4;
	padding:4px; */
}
#homemarketcontent {
	/*border: 1px #fff solid;
	padding: 10px 4px;
	text-align:center;	
	color: #fff;*/
}
#homemarketcontent h2 {
	padding: 0px 0px 10px 0px;
	font-size:1.8em;
	line-height:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: .1em;
}
#homemarketcontent a {
	color:#fff;
	font-weight:bold;
}

#homemarketcontent .spacetop {
	margin-top:1px;
}
#homehorzimages {
	margin-top:-9px;
}
#homehorzimages .spaceleft {
	margin-left:1px;
}

#homehorzimages img {
	margin:0;
	padding:0;
}

/* - About Our Store */

#aboutsection {
	padding: 20px 75px 0px 100px;
	background:url(/images/titles/about_us.jpg) top left no-repeat;
}	

#locationsection {
	margin-top: -40px;
	padding: 50px 75px 0px 100px;
	background:url(/images/map.jpg) top right no-repeat;
}

#directionsection {
	padding: 0 115px 0 0;
}

/* Customer Service */

#customerservicesection {
	padding: 20px 75px 0px 100px;
	background:url(/images/titles/about_us.jpg) top left no-repeat;
}	

#customerservicesection td, #customerservicesection th {
	border: 1px #ccc solid;
	padding:4px;
	white-space:nowrap;
}

#customerservicesection th {
	font-weight: bold;
}
 
#customerservicesection table{
	border-collapse: collapse;
	margin-bottom:1em;
	
}

/* Events */

#eventssection {
	position:relative;
	padding: 20px 75px 0px 100px;
	background:url(/images/titles/events.jpg) top left no-repeat;	
}

/* Press */

#presssection {
	padding: 20px 75px 30px 100px;
	background:url(/images/titles/press.jpg) top left no-repeat;	
}

/* ProductCart */

img.wep_productborder {
	border: 1px #361609 solid;
} 

#content h4 {
margin: 0px;
padding: 0px 0px 10px 0px;
font-size: 1em;
}

#cat_brand_area {

	max-height:50px;
	width: 571px;
	border: 1px #F57CBC solid;
	overflow:auto;
	margin-bottom: 10px;
	padding: 5px;
	color:#777;
	line-height: 1.3;
	font-size: .825em;
}
* html #cat_brand_area {
	width: 569px;
}
#cat_brand_area h2, #cat_brand_area h3, #cat_brand_area h4, #cat_brand_area h5   {
	color:#666;
}

/* --- Forms ---  */

input, select {
	font-size: 11px;
}


/* Employee Boxes */
#welcomebox {
	margin-top:20px;
}

#koshlabox, #erikabox, #tonibox {
	margin:10px 0;
	padding: 12px 0 0 75px;
}

#tonibox {
	background:url(/images/icons/toni_icon.jpg) top left no-repeat;
}

#koshlabox {
	background:url(/images/icons/koshla_icon.jpg) top left no-repeat;
}

#erikabox {
	background:url(/images/icons/erika_icon.jpg) top left no-repeat;
}

/* --- Special --- */

#skipnav {
	position: absolute; 
	left: -1000em; 
	width: 20em;
	z-index:2;
}

.wep_cleardiv {
	clear:both;
}

.wep_clearfix:after {
    content: "."; 
	display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;	
}
.wep_clearfix {display: inline-block;}  
/* Hides from IE-mac \*/
* html .wep_clearfix {height: 1%;}
.wep_clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
