﻿body {
	background-color: #737171;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

body.gallery { background-color: #120c0c; }

* {
	margin: 0;
	padding: 0;
}

img { border: none; }

div#outline {
	width: 970px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;}

div#introContainer { 
	background-color:#1a191a; 
	text-align:center;
	padding:62px 0 250px 0;
}

div#widgetContainer ul {
	margin-left:35px;
	font-size:12px;
}

div#introFlashMovie { padding-top:30px; }

div#menuArea {
	width: 227px;
	min-height: 800px;
	/*background-color: #120c0c;*/
	border-right: 1px thin #fff;
	float: left;
}

div#menu { color: #fff; }

div#menu ul { 
	border-top: 2px solid #58595b;
	width: 209px;
	margin-top: 30px;
	margin-left: 9px;
}

div#menu ul li { 
	list-style-type: none; 
	border-bottom: 2px solid #58595b;
	padding-top: 3px;
}

div#menu ul ul { 
	margin-top: 0px;
	border-top: none;
}

div#menu ul ul li {
	padding-top: 0px; 
	padding-left: 20px;
	padding-bottom: 4px;
	border-bottom: none;
}

div#menu ul ul li a {
	color: #cbcccd;
	font-size: 11px;
	text-decoration: none;
}

div#menu ul ul li a:hover, div#menu ul ul li a.selected { color: #8cc640; }

div#setthestandard {
	height:46px;
	width:970px;
	margin:0 auto;
	background-image:url('../images/mainContentBackground.gif');
	background-repeat:repeat-y;
	display:block;
	clear:both;
}

div#contentArea {
	width: 742px;
	float: left;
	min-height:800px;
}

div#logo { 
	padding-top: 20px;
	padding-left: 9px; 
}

div#header {
	width: 742px;
	height: 175px;
	background-color: #8c8c8c;
}

div#imageArea {
	width: 742px;
	height: 220px;
	background-color: #8cc640;
	border-bottom: 1px solid #fff;
}

div#mainContent {
	width: 500px;
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 25px;
	float: left;
}

div#mainContent1 {
	width: 500px;
	min-height: 600px;
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 25px;
	float: left;
	background-image: url(../images/beauty1Background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#mainContent2 {
	width: 500px;
	min-height: 600px;
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 25px;
	float: left;
	background-image: url(../images/beauty2Background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#mainContent3 {
	width: 500px;
	min-height: 600px;
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 25px;
	float: left;
	background-image: url(../images/beauty3Background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#mainContent4 {
	width: 500px;
	min-height: 600px;
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 25px;
	float: left;
	background-image: url(../images/beauty4Background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#contact{
	padding-right:10px;
	border-right:1px solid #FFF;
	width:298px;
	float:left;
}


div#flash {
	width:180px;
	float:left;
	padding-left:10px;
}

div#rhColumn {
	width: 162px;
	float: right;
}

div#rhColumnContent h2 { color:#FFF; }

div#rhColumnContent { padding:10px 5px 0 5px; }

div#rhColumnImage {
	width: 162px;
	height: 220px;
	background-color: #a9aaac;
	border-bottom: 1px solid #fff;
}

div#footerArea { 
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 10px;
	clear: both;
	text-align:center;
}

div#footerArea a {
	text-decoration: none;
	color: #fff;
}

div#footerArea a:hover { color: #999; }

a.he3 {
	font-size:13px;
color:#8cc640;
font-weight:bold;
margin-top:18px;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end bacKSLASH