@charset "utf-8";
/* -- Site-wide Style Sheet -- */
body {
	margin: 20px 0;
	padding: 0;
	font: 62.5% georgia;
	background: #ffffff url(/images/backgrounds/home-bg.jpg) center top;
}

legend {
	color: #92283f;}



a:link {
	color: #92283f;
}
a:visited {
	color: #92283f;
}
a:hover {
	color: #92283f;
}


h1, h2, h3 {
	margin: 0 0 .5em;
}

h1 {font-size: 2em; color:#92283f;}
h2 {font-size: 1.6em; color:#92283f;}
h3 {font-size: 1.4em; color:#92283f;}

p, table, fieldset {
	margin: 1em 0;
}

/* -- Site Structure -- */
#wrapper {
	margin: 0 auto;
	width: 760px;
}

#page {
	border-left: 1px solid #92283F;
	border-right: 1px solid #92283F;
}
	
/* -- Header -- */
#header {
	height: 249px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/backgrounds/header.gif);
}
	
/* -- Navigation -- */

#navigation {	
	padding: 5px;
	overflow: hidden;
	font-size: 1.2em;
	text-align: center;
	background: #feece9;
	border: 1px solid #92283F;}

#navigation:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;}	

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;}
	
#navigation li {
	display: inline;
	padding: .5em;	}

#navigation a {
	white-space: nowrap;
	color: #92283f;
	font-size: 1.2em;
	text-decoration: none;}

#navigation a:hover {
	text-decoration: underline;}
	
	
/* -- Page Content -- */
#content {
	padding: 10px 20px;
	min-height: 500px;
	font-size: 1.2em;
	color:#92283f;
	background-color: #fbf8ed;
}

#content:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
	
/* -- Footer -- */
#footer {
	clear: both;
	padding: .5em 0;
	text-align: center;
	color:#92283f;
	background: #feece9;
	border: 1px solid #92283F;
}
	
#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;
}

.section-divider {
	clear: both;
}