/* Default styles
------------------------------- */
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img:link, img:visited, img {border: none;}
input {padding-left: 3px;}
address {font-style: normal;}
sup, sub {vertical-align: middle; position: relative; font-size: 75%;}

a {color: #047eb8;}
a:hover {text-decoration: none;}

h1 {color: #0f8b70; font-size: 22px; font-weight: normal; margin-bottom: 10px;}

ul.list-style {list-style: circle;}
ul.list-style li {margin-left: 20px;}


/* Common styles
------------------------------- */
body, div, table {font-size: 12px; font-family: Arial; color: #3a3a3a;}

.clear {clear: both;}
.wrapper {width: 982px; margin: 0 auto; background: url(/media/images/wrapper.gif) left top no-repeat; font-family: Arial;}

.header {
	position: relative;
	height: 340px;
	}
.header-bg {
	position: absolute;
	width: 100%;
	height: 318px;
	background: url(/media/images/header-bg.gif) 300px top no-repeat;
	}
.header-logo {
	position: absolute; 
	top: 50px; left: 20px; 
	width: 161px; height: 150px;
	text-decoration: none; 
	background: #eef;
	}

/* header-search */
.header-search {
	position: absolute; 
	top: 254px; 
	left: 20px;
	width: 190px; 
	background: url(/media/media/images/header-search.jpg) left top no-repeat;
	}
.header-search fieldset {
	border: 0px;
	}
.header-search-input {
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 130px; 
	height: 21px; 
	line-height: 21px;
	}
.header-search-submit {
	position: absolute; 
	top: 4px; 
	right: 0px; 
	font-size: 12px;
	}

/* menu */
.menu {
	width: 200px;
	}
.menu li { 
	margin-right: 16px;
	line-height: 30px;
	margin-bottom: 5px;
	}
.menu li a {
	display: block; 
	font-weight: bold; 
	font-size: 12px;
	padding-left: 20px;
	color: #000000;
	text-decoration: none;
	background: #eef8f6;
	}
.menu li a:hover {
	text-decoration: underline;
	}
.menu li.active a { 
	color: #eef8f6;
	background: #31b598;
	}
	
/* menu */
.content {margin-bottom: 50px;}
.content td {vertical-align: top;}
.content-left {width: 230px;}
.content-right {width: 250px;}

/* footer */
.footer {	 
	position: relative; 
	height: 70px;
	color: #3e3e3e; 
	font-size: 12px;
	background: #f4f4f4;
	margin-bottom: 10px;   
	line-height: 18px;
	}
.footer-copy {
	position: absolute; 
	top: 20px; 
	left: 30px;
	}
.footer-counters {
	position: absolute; 
	top: 20px; 
	left: 230px;
	}
.golden-studio {
	position: absolute; 
	top: 20px; 
	right: 30px;
	}

/* servises */
.servises td {vertical-align: top; padding-bottom: 30px;}
.servises img {margin-right: 10px;}
.servises h2 {color: #0f8b70; font-size: 16px; font-weight: normal; margin-bottom: 10px;}
