
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #4F3922 url(img/background.gif) repeat-x center top;
	font: 0.7em '‚l‚r ‚oƒSƒVƒbƒN',Tahoma,Verdana,sans-serif;
}

img {
	border: none;
}

div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: 2em '‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: normal 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 820px;
	margin: 0 auto;
	background: #fff;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 556px;
}
.main_right {
	border-top: 6px solid #fff;
	float: right;
	width: 254px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.salon_info,.link_salon a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover, div.content a:hover, div.footer div.left a:hover {
	background: #4F3922;
	color: #FFF;
}

/* logo */
.header {
	/*background: #4F3922 url(img/header-background.png) repeat-x center top;*/
	background: #fff;
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 60px 0 0 50px;
	font: normal 2.2em Verdana,sans-serif;
}

.header a {
	color: #6B1B23;
}

/* main navigation */
.link_menu {
	background: #6B1B23;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: normal 1em '‚l‚r ‚oƒSƒVƒbƒN',Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 20px;
	text-decoration: none;
	background: #6B1B23;
	letter-spacing: 0.5em;
}

.link_menu a:hover {background: #444;}

/* projects */
.salon_info {
	background: #4F3922 url(img/salon_infoback.png) repeat-x;
	/*background: #4F3922 url(img/obj_background.png) repeat-x;*/
	/*background: #222 url(img/bglbl.gif) repeat-x;*/
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 124px;
	text-align: center;
	color: #FFF;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 12px sans-serif;
}
a.g1 {
	background: #6B1B23 url(img/obj_background.png) repeat-x;
}
a.g2 {
	background: #000 url(img/obj_background.png) repeat-x;
	border-left: 6px solid #FFF;
}

/* link_salon */
.link_salon {
	background: #4F3922 url(img/obj_background.gif) repeat-x;
}
.link_salon .salon_info {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}
.link_salon a {
	clear: right;
	display: block;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	/*height: 55px;*/
	padding: 10px 0;
	text-align: center;
}

div.link_salon a:hover {
	background: url(img/salon_infoback.png) repeat-x;
}

.normal {
	font: normal 90% Verdana,sans-serif;
}

/* dataList */ 
dl.dataList {
	margin:15px 10px 0px 3px;
}

dl.dataList dt {
	border-left:3px solid #DDCC23;
	color:#3C1C23;
	font-weight:bold;
	margin-bottom:4px;
	padding:2px 0pt 2px 5px;
}

dl.dataList dd {
	margin-bottom:2px;
	padding-left:3px;
}

/* history */ 
dl.history {
	margin:15px 10px 0px 3px;
}

dl.history dt {
	border-left:3px solid #DDCC23;
	color:#3C1C23;
	font-weight:bold;
	margin-bottom:4px;
	padding:2px 0pt 2px 5px;
}

dl.history dd {
	margin-bottom:2px;
	padding-left:3px;
}
/* content */ 
.content {
	color: #444;
	font-family: '‚l‚r ‚oƒSƒVƒbƒN',Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 20px 20px; 
}

.content h1 {
	color: #6B1B23;
	border-bottom:1px solid #6B1B23;
	padding:2px 0pt 2px 5px;
	font-weight:bold;
}

.content a {
	/*color: #FD1C24;*/
	color: #6B1B23;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
	font-weight:bold;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	border-top: 1px solid #F0F0F0;
	background: #fff;
	color: #666;
	clear: both;
	height: 40px;
}
.footer .right a {
	background: #fff;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #fff;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	padding: 9px 0 9px 9px;
	width: 556px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}
