html {
	background: #0c0c14;
}

body {
	color: #FFF;
}

.clr {
	clear: both;
}

a:active
{
  outline: none;
}

:-moz-any-link:focus {
  outline: none;
}


#wide-wrapper {
	background: url(../images/bg.jpg) top left repeat;
	padding-bottom: 40px;
}

#inner-wrapper {
	background: url(../images/background01.png) top right no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

/* common styles */

a {
	color: #ffd500;
	text-decoration: none;
}

p {
	font-size: 85%;
}

/* common styles */

#column {
	float: left;
	width: 230px;
	margin-right: 20px;
}

#content-wrapper {
	float: left;
	margin-top: 100px;
	width: 710px;
}

#content {
	margin-right: 10px;
}

#home-wrapper {

}


.content {
	margin-right: 10px;
}

	.content h1 {
		font-size: 46px;
		margin-bottom: 20px;
	}
	
	.content p {
		line-height: 18px;
		color: #878787;
		margin-bottom: 20px;
	}

.body {
	float: left;
	width: 400px;
	margin-right: 20px;
}
	
.right {
	float: right;
	width: 280px;
	margin-top: 70px;
}


#owner-info {
	padding: 10px;
	background: #0c0c14;
}

.img-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}



#gallery {
	width: 700px;
}


.note {
	font-size: 77%;
	color: #fff;
}
/* pricelist */

#pricelist .block {
	border-bottom: 1px solid #37383e;
	margin-bottom: 10px;
}

	#pricelist .block p {
		margin-bottom: 10px;
	}
	
	#pricelist .block .row {
		font-size: 108%;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	#pricelist .block .row .name {
		float: left;
		color: #CDCDCD;
	}
	
	#pricelist .block .row .price {
		float: right;
		color: #CDCDCD;
	}


/* pricelist */



/* promotion page */

#promotions {
	margin-right: 0px;
}

.promo-item {
	position: relative;
	margin-bottom: 20px;
	height: 150px;
}

	.promo-item .promo-image {
		position: absolute;
	}

	.promo-item .tab,
	.promo-item .tab {
		position: absolute;
		right: 0;
		bottom: 50px;
		text-align: right;
		background: #FFF;
		width: 200px;
		height: 20px;
		padding: 5px;
		color: #333;
		font-size: 85%;
		line-height: 18px;
		background: url(../images/tab-cap-right.png) no-repeat top right;
	}
	
	.promo-item .print-tab {
		bottom: 10px;
	}


#promotions .single {
	background: #FFF;
	padding: 10px;
	color: #333;
	width: 320px;
}

/* promotion page */



/* contact page */

#contact-form form {
	margin-top: 10px;
}

#contact-form form label {
	display: block;
	font-size: 85%;
	margin-bottom: 5px;
}

#contact-form form input {
	margin-bottom: 5px;
	border: 0;
	padding: 2px;
	width: 200px;
}

.content h2 {
	color: #cdcdcd;
	margin-bottom: 10px;
	font-size: 108%;
	font-weight: bold;
}

.content .section {
	color: #878787;
}

.content .section p {
	font-size: 85%;
	margin-bottom: 0;
}

.content .section ul li {
	font-size: 85%;
	margin-bottom: 5px;
}

#contact .body {
	width: 400px;
}


#map_canvas {
	width: 260px;
	height: 260px;
	border: 10px solid #5e5f63;
}

#map_canvas iframe {
	margin-bottom: 20px;
}

#map_canvas a {
	margin-top: 20px;
	color: #ffd500;
	font-size: 85%;
}




#pricelist .body {
	width: 320px;
}

#pricelist .right {
	width: 340px;
}


/* contact page */






.errors {
	background: #ab0000;
	padding: 4px;
}

	.errors p {
		color: #FFF;
	}




.leftpad {
	margin-right: 20px;
}

.section {
	border-bottom: 1px solid #37383e;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.tabledata {
	width: 100%;
}

	.tabledata tr td {
		padding: 4px 0px;
		font-size: 85%;
	}

.tabledata tr.active {
	background: #424448;
}

	.tabledata tr.active td {
		color: #FFF;
		padding: 4px 5px;
	}

.rightalign {
	text-align: right;
}

.gallery-cat {
	border-bottom: 1px solid #37383e;
	padding: 10px;
}

	.gallery-cat a {
		color: #cdcdcd;
		font-size: 108%;
		margin-bottom: 0;
		display: block;
	}
	
	#galleries .active {
		background: #0C0C14;
	}
	
	.gallery-cat div {
		cursor: pointer;
	}
	
	.gallery-cat p {
		font-size: 85%;
		margin-bottom: 0px;
	}

#galleries {
	margin-bottom: 10px;
}

#gallery-images li {
	float: left;
	margin-bottom: 20px;
	line-height: 0;
	margin-right: 20px;
	width: 120px;
	text-align: center;
	height: 100px;
}

#gallery-images li.last {
	margin-right: 0;
}


#home-modules {
	float: left;
	width: 340px;
	display: inline;
}

#navigation {

}

	#navigation ul {
			border-left: 1px solid #37383e;
	}
	
		#navigation ul li {
			margin: 5px 0px;
		}
		
			#navigation ul li a {
				display: block;
				text-decoration: none;
				color: #8b8b8b;
				padding: 5px 10px 5px 10px;
				font-size: 85%;
				width: 209px;
			}
		
			#navigation ul li a:hover {
				color: #65656c;
			}
			
			#navigation ul li.active a {
				background: #37383e;
				color: #FFF;
			}
	
#home {
	float: left;
	width: 590px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}

.promo-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/promo-overlay.png) no-repeat;
	width: 340px;
	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#whoweare {
	height: 145px;
	margin-bottom: 20px;
	font-size: 131%;
}

	#whoweare p {
		line-height: 22px;
	}
	
p.no-margin {
	margin: 0px;
}

#promotion {
	display: block;
	height: 150px;
	position: relative;
	overflow: hidden;
}

.imgfix {
	line-height: 0;
}

#home-overlay-image {
	position: absolute;
	width: 284px;
	height: 342px;
	right: 360px;
	bottom: 0;
}

#home-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #0c0c14;
	height: 315px;
}

	#home-menu li {
		margin: 5px 0px;
	}
	
		#home-menu li a {
			color: #FFF;
			text-decoration: none;
			font-size: 85%;
			padding: 5px 10px 5px 10px;
			display: block;
			width: 210px;
		}
		
		#home-menu li a:hover {
			background: #23242c;
		}

.menu-toggle {
	position: absolute;
	top: -28px;
	background: #0c0c14;
}

#header {
	padding: 30px 0px 30px 10px;
}

#logo a {
	display: block;
	overflow: hidden;
	width: 116px;
	height: 116px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	
}

#hair-vector {
	width: 328px;
	height: 363px;
	position: absolute;
	top: 5px;
	left: -190px;
	background: url(../images/hair-vector.png) no-repeat;
}

#footer {
	margin: 0 auto;
	width: 960px;
	margin-top: 20px;
	color: #666;
}

#footer p {
	margin-bottom: 20px;
	line-height: 16px;
}

.fcolumn {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 220px;
}

.fcolumn-2 {
	width: 460px;
}

.alignright {
	text-align: right;
}

.first {
	margin-left: 10px;
}

.last {
	margin-right: 10px;
}

strong {
	font-weight: bold;
}

.white {
	color: #FFF;
}

.posrel {
	position: relative;
}

#footer-menu li {
	margin-bottom: 6px;
}

#footer-menu li a {
	text-decoration: none;
	color: #666;
	font-size: 85%;
}

#footer-menu li a:hover {
	color: #999999;
}

#footer-menu li.active a {
	color: #FFF;
}

#footer .whomadethis {
	color: #333;
	text-decoration: none;
}

.fb-like {
	margin-bottom: 20px;
}

#logo372 {
	width: 64px;
	height: 40px;
	position: absolute;
	top: 35px;
	right: -5px;
	background: url(../images/372_logo.png) no-repeat;
}