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

*{
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #3f5139;
	text-align:justify;
}

img {
	border: 0;
	margin: 0;
}

p{
clear: right;	
}

ul{
	display:block;
	list-style:none;
	list-style-type:none;
}


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

span a, span a:hover, span a:active, span a:visited{
	text-decoration:none;
}




.clear{
	margin:0;
	padding: 0;
	clear:both;
}



.highlight{
	color: #2a452c;
	font-weight: bold;
}
.highlight a, a:hover, a:visited, a:target, a:active {
	color: #2a452c;
	font-weight: normal;
}

.phone{
	font-size: 1.3em;
}




h1,h2,h3,h4,h5,h6{
	color:#333333;
	margin-bottom: 4px;
	margin-top:4px;
}

h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.4em;
}

h3{
	font-size: 1.3em;
}

h4{
	font-size: 1.2em;
}

h5{
	font-size: 1.1em;
}

h6{
	font-size: 1em;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}


#headergeneic {
	background-image: url(../images/genericbanner.jpg);
	background-position: left top;
	height: 188px;
	width: 100%;
	background-color: #152316;
	background-repeat: no-repeat;
	position: relative;
}




/* Header home is just for the homepage */
#headerhome {
	background-image: url(../images/homepage_banner.jpg);
	background-position: left top;
	height: 379px;
	width: 100%;
	background-color: #1d2e1e;
	background-repeat: no-repeat;
	position: relative;
}



#headerlogo {
	background-image: url(../images/homepage_logo.gif);
	background-repeat: no-repeat;
	float: right;
	clear: both;
	height: 126px;
	width: 353px;
	margin-right: 10px;
	top: 120px;
	position: relative;
}







.indentmenu{
width: 100%; /*leave this value as is in most cases*/
float: right;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: right;
border-width: 1px 0;
}

.indentmenu ul li{
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;

}

.indentmenu ul li a{
float: left;

color: #4f5750; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #ababab; /*dark purple divider between menu items*/
background: white url(../images/menutab_white.jpg) center center repeat-x;
}

.indentmenu ul li a:visited{
color: #4f5750;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
background: url(../images/menutab_hover.jpg) center center repeat-x;

}



/* This container sits under the banner and has a repeated wallpaper which acts as the background*/
#contentcontainer{
	width: 100%;
	background: white url(../images/wallpaper.jpg) top left repeat-x;
	padding-top: 20px;
	min-height: 150px;
}


/* all inner content should sit in here this box sits in the middle of the page*/
#content{
	width: 980px;
	height: 100%;
	margin: 0px auto;
	padding-top: 10px;
	clear:both;
}

#contentleft{
	width: 500px;
	border: 1px solid #d0d0d0;
}

#contentright{
	width: 400px;
	float: right;
	border: 1px solid #d0d0d0;
}


.contentboxleft{
	margin-right: 10px;
}

.contentbox{
	border: 1px solid #d0d0d0;
	padding: 10px 10px 10px 10px;
	width: 460px;
	float: left;	
}

.contentboxwide{
	border: 1px solid #d0d0d0;
	padding: 10px 10px 10px 10px;
	width: 100%;
	float: left;
}





.beautyprices td p{
color: red;
}

.beautytitle {
	text-decoration:underline;
}

.beautytitlecol{
    font-weight: bold;
	color: red;
	text-align:right !important;
}

.beautydescription{
	color:red;
}



.galleryimage{
	padding: 4px 4px 4px 4px;
	margin-right: 10px;
	float: left;
	width: 128px;
	height: 158px;
}


.important{
	color:red;
}



.pricing {
	color: #3f5139;
}



#footer{
	width: 900px;
	margin: 30px auto;
}

#footer ul{
	list-type:none;

	list-style: none;
}

#footer ul li{
	float: left;
	padding-left: 10px;
	display: block;
	padding-right: 10px;
	border-right: 1px solid #ababab;
}

#footer ul, ul a, ul a:hover, ul a:visited{
	color: #999999;
	font-size: 10px;
	text-decoration:none;
}


