@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% Georgia, serif;
	background: url(/images/backgrounds/background1.jpg);
}

legend {
	color: #E690C1;	}

fieldset {
	border: 1px solid #E690C1;
	padding: 10px;}

a:link {
	text-decoration: none;
	color: #8812AA;
}

a:visited {
	text-decoration: none;
	color: #8812AA;
}

a:hover {
	text-decoration: underline;
	color: #BC28E6;
}


h1, h2, h3 {
	margin: 0 0 .5em;
}

h1 {font-size: 2em; color:#E690C1;}
h2 {font-size: 1.6em;color:#E690C1;}
h3 {font-size: 1.4em;color:#E690C1;}

p, table, fieldset {
	margin: 1em 0;
}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 775px;
}

#page {
	zoom: 1;
	background: #fff url(/images/backgrounds/repeat-page.png) 0 25px;
}

#page:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
	
/* -- Header -- */
#header {
	height: 136px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/images/backgrounds/header.gif);
}
	
/* -- Navigation -- */
#navigation {
	padding-top: 4px;
	height: 30px;
	text-align: center;
	background-image: url(/images/backgrounds/nav.png);}

#navigation:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	

#navigation ul {
	margin: 0 0 0 100px;
	padding: 0;
	list-style: none;}
	
#navigation li {
	display:inline;
	padding: 0 1em;
	}


#navigation a {
	text-decoration: none;
	color: #8812AA;
	font-style: bold;
	font-size: 12px;
}
	
#navigation a:hover {
	text-decoration: underline;
	color: #BC28E6;
	
}

/* -- Sidebar -- */
#sidebar {
	float: left;
	padding: 110px 10px 10px 10px;
	width: 150px;
	font-size: 1.2em;
	background: url(/images/backgrounds/ribbon-bottom.png) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: .5em 0;
	font-weight: bold;
}
	
/* -- Page Content -- */
#content {
	float: right;
	width: 585px;
	padding: 10px;
	min-height: 480px;
	font-size: 1.2em;
	color:#E690C1;
	background: url(/images/backgrounds/ribbon-right.png) no-repeat;
}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: 1.5em 1em;
	text-align: center;
	color: #8812AA;
	background: #D7B3D4;
	border: 1px solid #983395;
}
	
#footer p {
	margin: 0;}
	
/* -- 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;}

/* -- Misc. Classes -- */
.success {
	color: #0c0;
}

.error {
	color: #f00;
}
