@charset "UTF-8";
/* CSS Document */

body
	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url('../images/bg2.gif');
	background-position: center;
	font-family: Interstate-RegularCondensed, Interstate, Arial Narrow, Arial, sans-serif;
	font-size: 11px;
	}

#wrapper
	{
	width: 860px;
	margin: 40px auto 0 auto;
	text-align: left;
	position: relative;
	}

p
	{
	margin: 0 0 1em 0;
	}


a:hover
	{
	text-decoration: underline !important;
	}


#main
	{
	width: 860px;
	height: 667px;
	background-image: url('../images/mood_bg.gif');
	}
	
#menu
	{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 125px;
	top: 260px;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	}

	#menu li
		{
		line-height: 2em;
		list-style: none;
		}
	
	#menu li a, #menu li a:visited
		{
		color: white;
		text-decoration: none;
		}

#products_menu
	{
	padding: 0;
	margin: 0;
	font-family: Interstate-RegularCondensed, Interstate, Arial Narrow, Arial, sans-serif;
	font-size: 10px;
	}

	#products_menu li
		{
		padding: 0 0 0 10px;
		margin: 0;
		line-height: 2em;
		list-style: none;
		}

		#products_menu li.selected, #products_menu li:hover
			{
			background-image: url('../images/selected_arrow.gif');
			background-repeat: no-repeat;
			background-position: 0 4px;
			}

	
	#products_menu li a, #products_menu li a:visited
		{
		text-transform: uppercase;
		color: #ee8fc0;
		text-decoration: none;
		}
		
#home #splash
	{
	position: absolute;
	top: 198px;
	left: 287px;
	}

#home #shmancy
	{
	position: absolute;
	top: 100px;
	left: 370px;
	}

#home #content
	{
	position: absolute;
	top: 530px;
	left: 390px;
	width: 400px;
	line-height: 2em;
	color: white;
	}

#appointment
	{
	position: absolute;
	left: 130px;
	bottom: 60px;
	}

#mood_logo
	{
	position: absolute;
	left: 55px;
	top: 77px;
	}

#base
	{
	position: relative;
	top: 58px;
	left: 286px;
	width: 547px;
	height: 498px;
	background-image: url('../images/base_bg.gif');
	}

#about_text
	{
	text-align: left;
	color: #ab8c88;
	position: absolute;
	top: 90px;
	left: 38px;
	width: 470px;
	line-height: 1.5em;
	}


#products_text
	{
	text-align: left;
	color: #ab8c88;
	position: absolute;
	top: 38px;
	left: 38px;
	width: 160px;
	line-height: 1.8em;
	}

	#title
		{
		position: absolute;
		top: 33px;
		right: 33px;
		text-align: right;
		}

	#title h1
		{
		font-size: 65px;
		line-height: 0.8em;
		font-weight: normal;
		margin: 0 0 10px 0;
		padding: 0;	
		letter-spacing: -2px;	
		color: #69332B;
		font-family: Interstate-Light, Arial Narrow, Arial, sans-serif;
		}
	
	#title a, #title a:visited
		{
		color: #DD1F81;
		font-size: 11px;
		text-transform: uppercase;
		text-decoration: none;
		}

	#photobox_title
		{
		color: #ee8fc0;
		text-transform: uppercase;
		position: absolute;
		top: 166px;
		left: 280px;
		}

	#click	{ color: #ee8fc0; text-transform: uppercase; position: absolute; top: 280px; left: 10px }

	#photobox
		{
		background-color: #ee8fc0;
		width: 275px;
		height: 275px;
		position: absolute;
		top: 178px;;
		right: 33px;
		}
	
	#contact_info
		{
		position: absolute;
		bottom: 60px;
		right: 50px;
		color: white;
		}


	#home #contact_info
		{
		bottom: 40px;
		}


		
		.phone
			{
			font-weight: bold;
			}
	
	#right_arrow
		{
		position: absolute;
		top: 300px;
		right: 6px;
		}
		
	#left_arrow
		{
		position: absolute;
		top: 300px;
		right: 315px;		
		}
	
	#contact_bg
		{
		background-image: url('../images/contact_us_bg.gif');
		width: 447px;
		height: 402px;
		position: absolute;
		right: 20px;
		top: 50px;
		}
		
		#contact_page_info
			{
			position: absolute;
			top: 135px;
			left: 135px;
			color: #69332b;
			line-height: 1.5em;
			}
		
		.email, .email a, .email a:visited
			{
			color: #dd1f81;
			text-decoration: none;
			}
		

#pic
	{
	width: 263px;
	height: 263px;
	background-color: white;
	position: absolute;
	top: 6px;
	left: 6px;
	overflow: hidden;
	}

#info
	{
	color: #bca3a0;
	}

#info h1
	{
	color: #dd1f81;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}

#info h2
	{
	color: #dd1f81;
	font-size: 11px;
	font-family: Interstate-RegularCondensed, Interstate, Arial Narrow, Arial, sans-serif;
	font-weight: normal;
	}
	
.event_link		{ text-transform: uppercase; color: #EE8FC0; text-decoration: none }
