/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #cc9966;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	color:#fcd4ac;
}

h1 {
	font-size: 14px;
	text-align: center;
	color: #f4b87c;
	text-transform: uppercase;
}

p {
	margin: 10px 0px 20px 0px;
}

ul {
	margin: 0px;
	padding: 0 35px 16px 35px;
}

li {
margin: 3px 0 3px 25px;
padding: 0;
list-style-image: url(images/bullet.gif);
}

address {
padding:40px 0px;
font-style:normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#d1802e;
text-align: center;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
color:#c60;
text-decoration: underline;
}

a:hover, a:active {
color: #f60;
text-decoration: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS (DIVs only) ----------------- */

/* Styles the div that serves as the container for the content and sidebar navigation.*/
div#container {
	width:760px;
	margin:0 auto;
	padding:0;
	background: url(images/bg_body.gif);
}

div#header img, div#sidebar img {
	border: none;
}

/* Creates DIV container for sidebar navigation */ 
div#sidebar {
width: 180px;
margin: 0;
padding: 0px 10px;
float: left;
text-align: center;
}

div#content {
width: 490px;
margin: 0;
padding: 10px 40px 20px 30px;
float: right;
}

/* Footer DIV containers for nav and copywrite */
div#footer {
height: 85px;
background: #f5d59e url(images/footer_bg.jpg) no-repeat;
border-right: 2px solid #000;
border-left: 2px solid #000;
border-top: 2px solid #000;
padding: 10px;
clear:both;
}

	div#footer a {
		font-size: 10px;
		margin: 0;
		padding: 0;
		line-height: 1;
	}


/* ----------------- MAIN NAVIGATION ----------------- */
/* Apply the ul#mainnav style to our entire <ul>.*/
/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0 auto;
	padding: 10px 0;
	width: 160px;
	background: #5b321e;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display:block;
	font-family: Maiandra GD;
	width:160px;
	margin:0;
	padding:0;
	line-height:1.5;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	color: #fde8d2;
}

/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #d1802e;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

div#footnav {
	margin: 0px auto;
	width: 770px;
	clear: both;
}

ul#utilitynav {
	margin: 0px 0px 20px 150px;
	padding: 0px;
}

ul#utilitynav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #2d0b02;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #2d0b02;
	}

ul#utilitynav li a.last {
	border-right: none;
}

/*--------- Graphic Nav ---------*/

div#graphicnav {
	padding:30px 0 0 100px;
	clear: both;
}

ul#graphic {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul#graphic li {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	list-style-image: none;
}

a#breast {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
	background: url(images/breastoff.gif) no-repeat;
}

a#breast:hover {background: url(images/breaston.gif) no-repeat;}

a#body {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
	background: url(images/bodyoff.gif) no-repeat;
}

a#body:hover {background: url(images/bodyon.gif) no-repeat;}

a#face {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
	background: url(images/faceoff.gif) no-repeat;
}

a#face:hover {background: url(images/faceon.gif) no-repeat;}

a#skin {
display: block;
width: 75px;
height: 75px;
margin: 0;
padding: 0;
background: url(images/skinoff.gif) no-repeat;
}

a#skin:hover {background: url(images/skinon.gif) no-repeat;}

/* ----------------- WEB AUDIO POPUP ----------------- */
div#audiopopup {
	background-image: url(images/bg_audiopopup.jpg);
	width: 200px;
	height: 85px;
	padding-top: 15px;
	text-align: center;
	margin: 0px auto;
}

	div#audiopopup p {
		margin: 0px;
		padding: 0px;
		line-height: 1.3;
		text-align: center;
	}

/* ----------------- COPYRIGHT STUFF ----------------- */
div#copyright {
margin: 0 auto;
padding: 7px 0;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 9px;
height: 40px;
color:#814D20;

clear:both;
}

div#copyright a {
color:#814D20;
font-size: 9px;
text-decoration: none;
}

div#copyright a:hover {
color: #c60;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
float:left;
margin: 5px 15px 25px 0px;
border: 1px solid #f1c9a3;
}

img.right {
float:right;
margin: 5px 0px 25px 15px;
border: 1px solid #f1c9a3;
}

.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.center {
text-align:center;
}

.companyname {
color: #fce9d6;
font-size: 14px;
}

.question {
	color: #f4b87c;
	font-weight: bold;
}