/*colors: peach- #F8E8DA; 
burgandy: #951B3E;
grey text: #626262*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { /*takes margin & padding off most elements.*/
 margin:0;
 padding:0;
	} 
	
body {
	font: 12px verdana, sans-serif;
	line-height:16px;
	color:#626262;
	}

#inner_wrap	{
	background:#f8e8da url(images/background.gif) no-repeat;
	}
	
#content {
	width:468px;
	margin:0 auto;
	padding:30px 0 30px;
		}


p {
	padding-bottom:15px;
	}

p a {
	color:#951b3e;
	}
	
strong {
	color:#951b3e;
	}
			
#wrap {
	background-color:#F8E8DA;
	width: 750px;
	margin:0 auto;
	}
	
#header {	
	background:url(images/header.jpg) no-repeat;
	height:387px;
	}
	
#header_int {
	background:url(images/int_header.jpg) no-repeat;
	height:155px;
	}
	
h1#logo_int {
	text-indent:-9999px;
	top:30px;
	left:430px;
	width:470px;
	height:115px;
	position:absolute;
	overflow:hidden;
	}
	
h1#logo_int a{
	line-height:115px;
	display:block;
	overflow:hidden;
	}	
	
h1#logo_home {
	text-indent:-9999px;
	top:240px;
	left:120px;
	width:470px;
	height:115px;
	position:absolute;
	overflow:hidden;
	}
	
h1#logo_home a{
	line-height:115px;
	display:block;
	overflow:hidden;
	}	
	
h2 {
	text-indent:-9999px;
	padding-bottom: 25px;
	height:34px;
	overflow:hidden;
	}
	
h2#head_product {
	background: url(images/head_product.gif) no-repeat;
	}

h2#head_wig {
	background: url(images/head_wig.gif) no-repeat;
	}
	
h2#head_contact {
	background: url(images/head_contact.gif) no-repeat;
	}
	
h2#head_locations {
	background: url(images/head_locations.gif) no-repeat;
	}
	
h2#head_photo {
	background: url(images/head_photo.gif) no-repeat;
	}
	
h3 {
	padding-bottom:15px;
	}
	
#nav {
	height:43px;
	background-color:#951b3e;
	}

ul#navigation li {
	text-indent:-9999px;
	display:block;
	float:left;
	}
		
ul#navigation li a {
	border:0;
	background:#951b3e url(images/navigation.gif) no-repeat;
	height:43px;
	display:block;
	}
	
ul#navigation li#home a{
		width:65px;
		background-position:0 0;
		}
		 
ul#navigation li#home a:hover{
	background-position:0 -43px;
	}
	
ul#navigation li#photo a{
		width:125px;
		background-position:-65px 0;
		}
		
ul#navigation li#photo a:hover{
	background-position:-65px -43px;
	}
	
ul#navigation li#products a{
		width:171px;
		background-position:-190px 0;
		}
		
ul#navigation li#products a:hover{
	background-position:-190px -43px;
	}
	
ul#navigation li#wig a{
		width:127px;
		background-position:-361px 0;
		}
		
ul#navigation li#wig a:hover{
	background-position:-361px -43px;
	}
	
ul#navigation li#contact a{
		width:102px;
		background-position:-488px 0;
		}
		
ul#navigation li#contact a:hover{
	background-position:-488px -43px;
	}
	
ul#navigation li#location a{
		width:160px;
		background-position:-590px 0;
		}
		
ul#navigation li#location a:hover{
	background-position:-590px -43px;
	}
	
ul.nobullet li {
	list-style-type:none;
	padding:3px 0;
	}
	
img#map {
	padding-bottom:20px;
	}
	
table {
	border:colapse;
	}
	
table.gallery tr td {
	padding: 5px;
	}
		
#footer{
	color:#951b3e;
	background-color:#ffffff;
	padding:30px 0 0 140px;
	font-size:10px;
	}