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

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

html, body, div, p, h1, h2, h3, h4, ul, li, img, a img{
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

body, html{
	background: url(images/BG_styleSite.jpg) repeat;	
}

#wrapper{
	position: relative;
	width: 943px;
	margin: 50px auto 0px auto;
	padding-top: 42px;
	background: url(images/BG_wrapper.jpg) no-repeat top right;
}

/******************** TAGS/HEADINGS *********************/
h1{
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 10px;
	display: inline;
	border-bottom: 4px solid #FFF;
	padding: 2px 2px 0px 150px;
	background: url(images/BG_heading.png) repeat;
	position: relative;
	z-index: 999;
}

h2{
	font-size: 14px;
	font-weight:  normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2 span{
	font-size: 12px;
	text-transform: none;
	letter-spacing: normal;	
}

h3{
	font-size: 14px;
}

h4{
	color: #FFF;
	background-color: #820024;
	font-weight: normal;
	padding: 2px 4px;
	margin: 5px 0px;
	display: inline-block;
}

p{
	font-size: 12px;
	line-height: 14px;
}

em{
	color: #F00;	
}

a:link,
a:visited{
	text-decoration: underline;
	color: #FFF;
}

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

a.maroon{
	color: #820024;
	background-color: #000;
}

a.maroon:hover{
	color: #FFF;
	background-color: #820024;
}

p a{
	font-weight: bold;	
}

ul{
	list-style: none;	
}

ul.staff{
	margin: 10px 0px 10px 10px;	
}

ul.staff li{
	font-size: 13px;
	line-height: 20px;
	cursor: pointer;
}

/******************** CLASSES *********************/
.fixFF{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;	
}

.narrow{
	width: 370px;	
}

.full{
	width: 860px;	
}

.service{
	padding: 5px 10px;
	border-left: 2px solid #FFF;
	margin: 0px 0px 10px 0px;	
}

.floatLeft{
	float: left;	
}

.floatRight{
	float: right;	
}

.leftCol{
	float: left;
	width: 280px;	
}

.leftCol p,
.leftCol h2{
	text-align: center;	
}

.rightCol{
	float: right;
	width: 580px;
}

.field{
	margin: 8px 0px;
}

.label{
	float: left;
	width: 70px;
	text-align: right;
	margin-right: 10px;
	font-size: 12px;
}

.inputField{
	float: left;
	width: 180px;
}

.inputField input{
	font-size: 11px;
	color: #000;	
}

img.border{
	border: 3px solid #FFF;
	margin-right: 5px;	
}

.serviceItem{
	clear: both;
	font-size: 12px;
	margin: 12px 0px;
}

.sDesc,
.sPrice{
	float: left;
}

.sDesc{
	width: 150px;
	border-bottom: 1px dotted #FFF;
}

.sPrice{
	border-bottom: 1px dotted #FFF;		
	padding-left: 20px;
}

/******************** HEADER *********************/
#header{
	width: 100%;
	height: 30px;
	background-color: #282828;	
}

#header ul{
	float: right;
	margin-right: 50px;
}

#header ul li{
	float: left;
	height: 15px;
	line-height: 15px;
	display: block;
	margin: 7px 15px 0px 0px;
}

#header ul li img{
	float: left;
	margin-right: 3px;
}

#header ul li a:link,
#header ul li a:visited{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #d1d1d1;
	text-decoration: none;
}

#header ul li a:hover,
#header ul li a:active{
	color: #FFF;	
}

/******************** CONTENT *********************/
#container{
	width: 900px;
	height: 600px;
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 5px solid #282828;
	position: relative;
	z-index: 99;
}

#container #content{
	clear: both;
	float: left;
	background: url(images/BG.png) repeat;
	padding: 20px;
	display: table-cell;
	vertical-align: bottom;
	position: relative;
}

/****************** PHOTO GALLERY ****************/
#portfolio{
	width: 610px;
	height: 490px;
	overflow: hidden;
}

#photos{
	position: relative;
	top: -10px;
}

/****************** SERVICES PAGE ****************/
#service_img{
	width: 190px;	
}
#service_img p{
	margin: 10px 0px;
}

.prices-men,
.prices-women{
	width: 280px;
}

.prices-men{
	display: none;
}

#toggleMen,
#toggleWomen{
	position: absolute;
	bottom: -20px;
	right: -34px;
	cursor: pointer;
}

#toggleWomen{
	display: none;
}

/******************** MENU ***********************/
#menu{
	
}

#menu ul{
	
}

#menu ul li{
	float: left;
	background: url(images/BG_menuItem.jpg) repeat-x top left;
}

#menu ul li a:link,
#menu ul li a:visited{
	background: url(images/BG_menuSep.jpg) no-repeat top left;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #737373;
	display: block;
	width: 127px;
	height: 57px;
	line-height: 57px;
}

#menu ul li a:hover,
#menu ul li a:active{
	color: #FFF;
}

#menu ul li.home a{
	background: none;
}

/******************** FOOTER *********************/
#footer{
	margin: 20px 39px 20px 0px;	
}

#footer p{
	text-align: right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #777;	
}
#eBook {
	position: absolute;
	top: -43px;
	left: -120px;
	z-index: 9;
}
