@charset "UTF-8";

body {
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	background: #685f56;
}

div#Main {
	width: 80em;
	height: 50em;
}

div#Left {
	background: #6F1517 url(images/bg_nav.jpg) 0 0 repeat-y;
	height: 50em;
	width: 15em;
	float: left;
	border-right: 1px solid #450708;
	color: #fff;
	position: relative;
}

img#ArrowNav {
	position: absolute;
	right: -1.1em;
	top: 3.5em;
}

img#Logo {
	margin: 2.2em 0.2em 0;
	border: 0px solid #887F76;
}

div#Right {
	background: #685f56 url(images/background.jpg) 0 0 no-repeat;
	height: 50em;
	width: 64.8em;
	float: left;
}

div#Footer {
	width: 80em;
	height: 19em;
	border-top: 8px solid #ffb53f;
	background: #2C231A;
}

div#Content {
	width: 50em;
	float:left;
	color: #2C231A;
}

div#Content h1, div#Footer h1 {
	color: #FCA53F;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 1em;
	text-shadow: #666666 1px 1px 1px;
	line-height: 1.1em;
}
div#Footer h1 {
	
	font-weight: normal;
}

div#Content h2, div#Footer h2 {
	color: #FCA53F;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0.5em;
	text-shadow: #666666 1px 1px 1px;
}
div#Footer h2 {
	font-weight: normal;
}

div#Content h3, div#Footer h3 {
	color: #FCA53F;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.2em;
	text-shadow: #666666 1px 1px 1px;
}

div#Content a {
	color: #000;
	text-decoration: underline;
}
div#Content a img {
	text-decoration: none;
}

div#Content a.mouseover {
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	padding: 2em;
	text-decoration: none;
}
div#Content a.mouseover:hover {
	border:1px solid #aaa;
	background: #eee;
}

div#Teaser {
	float: right;
	width: 14.5em;
	margin-top: 3em;
	background: transparent url(images/transparent.png);
}

ul#Navigation, ul#Salons {
	margin: 0 1em 1em;
	padding: 0 0 1em;
}
ul#Salons {
	border-bottom: 1px dotted #555;
}
ul#Navigation li, ul#Salons li {
	padding: 0.4em 0.7em;
	background: transparent url(images/arrow.gif) 0 0.7em no-repeat;
}
ul#Salons li {
	background: transparent url(images/arrow_gray.gif) 0 0.7em no-repeat;
}

ul#Navigation li.child {
	padding: 0.4em 0.7em 0.4em 1.7em;
	background: transparent url(images/child.gif) 1em 0.3em no-repeat;
}

ul#Navigation li.nolink, ul#Salons li.nolink {
	background: none;
	padding: 0.4em 0;
}
ul#Navigation li a, ul#Salons li a {
	color: #ccc;
}
ul#Navigation li a:hover, ul#Salons li a:hover {
	color: #FC951F;
	background: none;
}
ul#Navigation li a.active, ul#Salons li a.active {
	color: #FC951F;
	font-weight: bold;
}
div#Footer {
	line-height: 1.8em;
	color: #aaa;
}
