@charset "utf-8";

/**************************************************
*****************HTML REDEFINITIONS****************
**************************************************/

body,
html {
	margin: 0px 0px 10px 0px;
	background-color: #ff8f3b;
	font-family: verdana,helvetica,arial,sans-serif;
	background-image: url(../siteimages/bg.png);
	font-size: 0.9em;
	text-align: center;
}

a {
	color: #010101;
}

img {
	border: 0;
}

table {
	background-color: #f9deca;
}

th {
	background-color: #f8d1b4;
}

iframe {
	width: 100%;
	height: 600px;
	border: 0;
}

h1 {
	color: #c6430a;
	font-size: 1.2em;
}

.tan {
	color: #ee4f0a;
}

.tantitle {
	color: #c6430a;
	font-size: 1.2em;
}

.tansubtitle {
	color: #ee4f0a;
	font-size: 1em;
	font-weight: bold;
}

h2 {
	color: #ee4f0a;
	font-size: 1em;
}

li {
	list-style: none;
	background-image: url(../siteimages/li.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: -20px;
	
}
.li2 {
	list-style: none;
	padding-left: 20px;
	
}

hr {
	width: 90%;
	color: #fff;
	
}

/**************************************************
*********************TABLE STYLES******************
**************************************************/
.left {
	width: 60%;
}
.right {
	width: 39%;
}

/**************************************************
****************MAIN POSITIONING DIVS**************
**************************************************/
#pagewrapper {
	position: relative;
	text-align: left;
	margin:0 auto;
	width:802px;
	min-width: 802px;
	background: url(../siteimages/content-bg.gif) repeat-y;
}

#contentwrapper {
	position: relative;
	padding: 0px 40px 0px 40px;
}

#header {
	position: relative;
	background: url(../siteimages/header.gif) no-repeat;
	height: 107px;
}

#content {
	margin: 0px 0px 0px 20px;
	width: 600px;
}

#footer {
	clear: both;
	position: relative;
	padding: 7px 5px 10px 5px;
	background: url(../siteimages/footer.gif) no-repeat 0% 100%;
	text-align: center;
	font-weight: bold;
}

#footer p {
	padding: 2px;
}

#footer .copyright {
	padding-bottom: 10px;
}

#footer span, #footer a {
	color: #ee4f0a;
	text-decoration: none;
}
	

/**************************************************
**********************SUB DIVS*********************
**************************************************/
#associations {
	position: relative;
	float: right;
	width: 132px;
	height: 217px;
	margin-right: -62px;
	text-align: center;
	background: url(../siteimages/associations.gif) no-repeat 0% 0%;
	padding-top: 40px;
}

/*These control the height of the associations card thing */
.home		{	margin-top: 165px;	}
.weddings	{	margin-top: 355px;	}
.prices		{	margin-top: 370px;	}
.gallery	{	margin-top: 160px;	}
.about		{	margin-top: 420px;	}
.tanning		{	margin-top: 400px;	}
.testimonials {	margin-top: 1200px;	}


/*These are for the big text on the front page*/
.hair {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 6em;
}
.needstyle {
	display: block;
	width: 100%;
	font-size: 5em;
}
.notime {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 6em;
}
.letme {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 3em;
}

#testimonials p {
	margin-left: 20px;
}

.siennaimage {
	padding-left: 10px;
	float: right;
}

/**************************************************
**********************NAV**************************
**************************************************/
#menu {
	background: url(../siteimages/nav.gif) repeat-y;
	height: 64px;
}

#menu ul {
	position: absolute;
	right: 35px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
	height: 28px;
	background: url(../siteimages/navright-dull.png) no-repeat right top;
	margin: 0px;
	padding: 0px;
}

#menu a {
	text-decoration: none;
	display: block;
	background: url(../siteimages/navleft-dull.png) no-repeat left top;
	padding: 10px 6px;
	font-weight: bold;
	color: #6f3100;
}

/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */

#menu a:hover {
	color: #010101;
}

#menu #active {
	background-image: url(../siteimages/navright-bright.png);
}

#menu #active a {
	background-image: url(../siteimages/navleft-bright.png);
	color: #6f3100;
}