@charset "utf-8";
/* -------------------
	CSS Document
	Site:			Salon Sansonova 2010 Website
	CSS Author:		Svetlana Vasilchenko
	Update:			March 6 2011
---------------------------------------- */

/* ---------------------
	simple reset
------------------------ */
html, body, ul, ol, li, form, fieldset, legends, h1, h2, h3, h4, ul {margin:0;	padding:0;}
ul li { list-style: none;}
img { border: 0;}

/* elements */

html, body { height: 100%;}
body {
	background: #f7f1e3;
	font-family: Verdana, Geneva, sans-serif;
	font-size:90%;
	color:#333;
}

#header {
	margin:0px;
	padding:0px;
	clear:both;
	height:120px;
	background:url(../images/header-bg-2.jpg) repeat-x;
	}
	
#logo {
	margin-top:10px;
	margin-left:160px;
	height:115px;
	width:371px;
	float:left;
	background:url(../images/logo-salon.png) no-repeat;
	}

.vcard {
	width: 320px;
	float:right;
	height: 115px;
	text-align: right;
	margin: 15px 55px 0px 0px;
	}

h1, .fn {
	color:#72430a;
	font-size:100%;
	font-weight: bolder;
	}

h3 {
	color: #999;
	text-align:right;
	font-size:100%;
	padding:0px 50px;
	}

h4 {
	padding:10px 0;
	color:#666;
	font-size:120%}
	
h5 {
	text-align:center;
	font-size:120%;
	clear:both;}

.purple {color:#987bbb;}
.blue {color:#6eb9cc;}
.green {color:#8ab28f;}
.boldgrey {
	color: #666;
	font-weight:bolder;
	text-decoration:underline;
	padding:0px 15px;
}
	
.org{
	color:#c2a784;
	font-size:95%;
	font-weight: bolder;
}
	
.tel {
	margin-top:40px;
	color:#72430a;
	font-size:90%;
	font-weight: bolder;
	}
	
.tel img{
	margin: 0px 15px;
	padding-top:7px;}
	
.adr {
	width: 320px;
	color:#c2a784;
	font-size:90%;
	font-weight: normal;
	text-align:inherit;
	}
	
#border-top {
	width:100%;
	background:url(../images/line-top.jpg) repeat-x;
	height:15px;
	}
	
#border-bottom{
	width:100%;
	clear:both;
	background:url(../images/content-bg.jpg) repeat-x;
	height:106px;
	}

#content {
	width:800px;
	margin:30px auto;
	clear:both;
	}

#container {
	width:100%;
	clear:both;
	}

#container img{
	margin:4px;}
	
#maincontent {
	width:100%;
	clear:both;
	padding:20px;
	}

#box {
	width:70%;
	float:left;
	margin:60px 0px;
	}
	
#box p {
	margin:5px 0px 25px 15px;
	}

#aside {
	width:25%;
	float:right;
	margin: 70px auto;
	}
	
#smallbox {
	width:260px;
	float:left;
	margin:10px 60px 60px;}

/* Nav */
	
#nav {
	width:90%;
	clear:both;
	margin:0 auto;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	color:#fff;
	}
	
#nav ul li{
	float:left;
	list-style:none;
	}

#nav ul li a{
	display:block;
	width:100px;
	padding-top: 6px;
	padding-bottom:8px;
	background:#8ab28f;
	border:2px #fff solid;
	text-decoration:none;
	color:#FFFfff;
	}
	
#nav ul li a:hover {
	background:#a7caab;
	color: #363;}
	
#nav a:active{
	background: #a7caab;
	color:#CCC;
	text-shadow:1xp #666;}
	
#footer {
	background:url(../images/footer-bg.jpg) repeat-x;
	height:40px;
	width:100%;
	clear:both;
	padding: 10px 0px;
	color:#525252;
	font-size:90%;
	text-align: center;
	}
	
#footer p{
	margin:0;
	padding:0;}