/* (c) Evropa Laser & Hair Waxing Studio. */

/* Global styles */
* {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-family:  Arial,  "Trebuchet MS",sans-serif;
}


a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #7f7b5b;
	color: #50110b; /*#7f7b5b;*/
}

a:hover, a:active {
	text-decoration: none;
	border: 0;
	color: #3e3e3e;
}

/* Header styles */
div#header {
	height: 173px;
	background-image: url('../img/header_background.png');
	background-repeat: repeat-x;
}

div#logo {
	padding-top: 5px;
	height: 120px;
	
	width: 839px;
	margin-left: auto;
	margin-right: auto;
}

div#menu-container {
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	
	width: 839px;
	height: 46px;
}

ul#accepted-cards {
	padding-top: 5px;
	list-style-type: none;
}

ul#accepted-cards li{
	display: inline;
	margin-right: 5px;
}

div#menu {
	height: 46px;
	background-image: url('../img/header_fullmenubar.png');
	background-repeat: no-repeat;
}

div#menu-container ul {
	padding-top: 12px;
	list-style-type: none;
}

div#menu-container ul li {
	display: inline;
	margin-left: 40px;
	margin-right: 20px;

}

div#menu-container ul li#current {
	border-bottom: 1px solid #fbfbe4;

	font-size: 12pt;
	font-weight: bold;
	color: #fbfbe4;
}

div#menu-container ul li a:link, div#menu-container ul li a:visited {
	border: 0;
	
	font-size: 12pt;
	font-weight: bold;
	color: #f7e2b2;
}

div#menu-container ul li a:hover, div#menu-container ul li a:active{
	border-bottom: 1px dashed #f7e2b2;
	
	font-size: 12pt;
	font-weight: bold;
	color: #f7e2b2;
}

/* Body styles */

/* The position is carefully offset because of the fading background */
body {
	background-image: url('../img/body_background.png');
	background-position: 0px -65px;
}

div#body-background-frame{
	background-image: url('../img/body_fading_background.png');
	background-repeat: repeat-x;
	height: 493px;
}

/* The content frame is split up into 3 fixed-size columns.
   Two are shadows, one is the actual content. */
div#content-frame {
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	
	display: block;
}

div#content {
	width: 835px;
	background-color: #e2dfae;
	background-image: url('../img/body_content_gradient.png');
	background-repeat: repeat-x;
	
	float: left;
}

div#content div.section-head {
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

div#content hr {
	border: 0;
	height: 0;
	border-top: 1px solid #eee2cb;
	background: #eee2cb;
}

div#content hr.question-seperator {
	border: 0;
	height: 0;
	border-top: 1px solid #c7bdaa;
	background: #c7bdaa;
	
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

div#content p {
	color: #3e3e3e;
	font-size: 12pt;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

div#content span.back2top {
	text-transform: uppercase;
	font-size: 9pt;
}

div#content h1 {
	color: #313131;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 40px;
	
	clear: both;
}

div#content h2 {
	color: #313131;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 40px;
}

div#content ul#questions {
	list-style-type: none;
	margin-left: 15px;
}

div#content ul#questions li {
	margin-top: 5px;
}

/* Table styles for price lists */
div#content table {
	border: 0;
	margin: 15px 15px 15px 15px;
}

div#content table thead td {
	border: 0;
	border-bottom: 1px dashed #c7bdaa;
	font-weight: bold;
	color: #313131;
}

div#content table td{
	color: #3e3e3e;
}

div#footer {
	font-size: 9pt;
	color: #50110b;
	clear: both;
	padding-top: 10px;
	text-align: center;
}

/* Language Selection */
#language-box {
	font-size: 10pt;
	float: right;
}

#language-box li {
	display: inline;
	color: #880000;
	padding: 3px;
}

#language-box li#selected {
	background-color: #880000;
	color: white;
	padding: 3px;
}

