/* --------------------------------------------------------------	*/
/*	Resets															*/
/* --------------------------------------------------------------	*/

body, div, ul, li, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
}



/* --------------------------------------------------------------	*/
/*	Basic Styles													*/
/* --------------------------------------------------------------	*/

/* title font */
h1,h2,h3,h4,h5,h6 {
	font-family: "Calibri", Trebuchet, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #62a21c;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	}

a, a:active, a:visited {
	color: #e2496a;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #e2496a;
}

a, p {
	font-family: "Calibri", Trebuchet, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-top: 0px;
	color: #382402;
	line-height: 18px;
}



/* --------------------------------------------------------------	*/
/*	Structure														*/
/* --------------------------------------------------------------	*/

body {
	background: url('/sup/images/required/background.gif');
	background-color: #a5cd37; 
}

#container {
	width: 999px;
	margin: 0 auto;
	background: #ffffff;
}

.container.bottom {
	width: 999px;
	margin: 0 auto;
	height: 67px;
	background-image: url("/sup/images/required/white_rounded_corners.gif");
}

#nav {
	width: 630px;
	float: right;
	clear: both;
	margin-top: 10px;
}

#nav ul.nav.header {
	list-style-type: none;
}

#nav ul.nav.header li {
	float: left;
	padding: 2px;
	margin-right: 10px;
}

#nav ul.nav.header li a {
	font-size: 13px;
	color: #382402;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 5px solid #ef8fa2;

}

#nav ul.nav.header li a:hover {
	text-decoration: none;
	border-bottom: 5px solid #e2496a;
}


#nav ul.nav.header li a.active {
	border-bottom: 5px solid #62a21c;
}

#torso {
	width: 610px;
	float: right;
	padding: 0 20px 0 0;
}


.content {
	margin-top: 30px;
}

.content.special {
	background: #f6eed0;
	text-align: center;
	padding: 10px 5px;
}


.content.minicol {
	width: 275px;
	margin-right: 50px;
	margin-top: 0;
	float: left;
}

.content.minicol.last {
	margin-right: 0;
}

span.price {
	margin-left: 20px;
	color: #4d4d4d;
}

a.alive {
	margin-right: 10px;
}

.clear {
	clear: both;
}

#sidebar {
	width: 300px;
	float: left;
	margin: 0 10px 10px 25px;
}


#sidebar img {
	text-align: center;
}

#sidebar a:hover {
	border-bottom: none;
}

.logo {
	
}

.logo a:hover {
	border-bottom: none;
}

.logo p {
	text-align: center;
	color: #62a21c;
}

.photos {
	margin-top: 30px;
	
}

.photos img {
	border: 5px solid #ff9000;
}

#footer {
	text-align: center;
	width: 650px;
	margin: 20px auto;
}

#footer ul.nav.footer {
	list-style-type: none;
	clear: both;
}

#footer ul.nav.footer li {
	float: left;
	padding: 2px;
	margin-right: 10px;
}

#footer ul.nav.footer li a {
	font-size: 13px;
	color: #382402;
	font-weight: bold;
	text-decoration: none;
}
