@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #564319;
	background: url(/images/backgrounds/back.jpg);}

legend {
	color: #564319;}



a:link {
	color: #564319;
}
a:visited {
	color:#564319;
}
a:hover {
	color: #f6aab1;
}


h1, h2, h3 {
 margin: 0 0 .5em;}

p, table, fieldset {
	margin: 1em 0;}

h1 {font-size: 2.2em; color: #564319;}
h2 {font-size: 1.8em; color: #564319;}
h3 {font-size: 1.4em; color: #564319;}

ul {
	list-style-image: url(/images/bullet.gif);
}


/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;}
	
/* -- Header -- */
#header {
	height: 105px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/skin-matters-header.gif);}
	
/* -- Navigation -- */
#navigation {
	height: 65px;
	text-align: center;
	font-size: 1.2em;
	background: #fef1f4 url(/images/backgrounds/navigation.png);}

#navigation:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: underline;}
	
#navigation li {
	display:inline;
	padding: 0 0.5em;
		}


#navigation a {
	text-decoration: none;
	font-style: bold;
	white-space: nowrap;
}
	
#navigation a:hover {
	color: #f6aab1;
}

	
/* -- Page Content -- */
#content-wrapper {
	background: #fef1f4 url(/images/backgrounds/page-repeat.png);}

#content {
	padding: 1px 45px;
	min-height: 566px;
	line-height: 1.2;
	font-size: 1.2em;
	background: url(/images/backgrounds/page.png) left bottom no-repeat;}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	
	
/* -- Footer -- */
#footer {
	clear: both;
	padding-top: 228px;
	padding-bottom: 1px;
	text-align: center;
	color: #564319;
	background: #fef1f4 url(/images/backgrounds/footer-20100407.png) no-repeat;}
	
#dynamicImage {
	float: right;
}	
/* -- Wholesale -- */
#wholesale-valid {
	text-align: center;
	color: #900;}
	
#wholesale-valid a:link, #wholesale-valid a:visited, #wholesale-valid a:hover, #wholesale-valid a:active {
	display: inline;
	width: auto;
	height: auto;
	text-decoration: underline;
	color: #900;
	background: none;
	border: none;}