@import 'reset.css';
@import 'menu.css';
@import 'contact.css';

html{
	height: 100%;
	}
body{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #592f16;
	background-color: #d1dbc1;
}
p{
	padding-bottom:15px;
	}
h1{
	border-bottom: 1px solid #ddc0a0;
	margin-bottom: 25px;
	}
h2{
	font-weight:bold;
	color:#274e07;
	padding-bottom:10px;
	}
a{
	color: #8f6331;
	text-decoration: underline;
	}
a:visited{
	color: #8f6331;
	text-decoration: underline;
	}
a:hover{
	color: #8f6331;
	text-decoration: none;
	}
li{
	list-style-position: outside;
	margin-left: 20px;
	list-style-type:disc;
	}
#work_space{
	position: relative;
	width: 900px;
	min-height:600px;
	margin:0 auto;
	margin-top:60px;
	padding-bottom:20px;
	z-index:2;
	background: transparent url(../images/bg_workspace_repeat.jpg) repeat-y top left;
	}
#highlight{
	width:581px;
	height:296px;
	position:absolute;
	margin:0 auto;
	top:-65px;
	left:-160px;
	background:url(../images/bg_highlight.jpg) no-repeat top center;
	z-index:1;
	}
#header{
	background:url(../images/bg_header.png) no-repeat scroll left top transparent;
	height:167px;
	position:relative;
	top:-10px;
	width:900px;
	z-index:3;
	}
#telephone{
	color:#834C1B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	left:58px;
	position:absolute;
	top:89px;
	}
#logo{
	height:91px;
	left:25px;
	position:absolute;
	top:-40px;
	width:249px;
	z-index:10;
	}
#page{
	width: 900px;
	background: url(../images/bg_page.jpg) no-repeat top left;
	min-height:554px;
	position:relative;
	padding-bottom:85px;
	z-index:3;
	}
#free_consultation{
	height:38px;
	left:316px;
	position:absolute;
	top:159px;
	width:264px;
	z-index:15;
	}
#page div.visual{
	height:482px;
	position:absolute;
	right:0;
	top:68px;
	width:351px;
	z-index:2;
	}
#page div.visual.home{
	background:url("../images/visuals/home.png") no-repeat scroll right top transparent;
	}
#page div.visual.about_us{
	background:url("../images/visuals/about.png") no-repeat scroll right top transparent;
	}
#page div.visual.services{
	background:url("../images/visuals/services.png") no-repeat scroll right top transparent;
	}
#page div.visual.contact{
	background:url("../images/visuals/contact.png") no-repeat scroll right top transparent;
	}
#photo_gallery{
	position:relative;
	top:45px;
	width:500px;
	z-index:10;
	right:35px;
	float:right;
	}
#photo_gallery #list_of_images #ImageWraper li{
	float:left;
	list-style:none;
	margin: 0 10px 0 0;
	}
div.content {
	position:relative;
	top:45px;
	width:553px;
	background: transparent url(../images/bg_content.png) repeat-y top left;
	z-index:10;
	left:35px;
	border-left:1px solid #36976e;
	border-right:1px solid #36976e;
	border-bottom:1px solid #36976e;
	}
div.content div.swaper{
	padding: 0 20px 20px 20px;
	font-size:0.8em;
	line-height:1.2em;
	}
div.content div.swaper tabel{
	padding-right:10px;
	}
div.content div.header{
	width:100%;
	background:transparent url(../images/bg_content_header.png) repeat-x top left;
	height:100px;
	margin-bottom:-45px;
	}
div.content div.header img.welcome, div.content div.header img.about{
	left:20px;
	position:absolute;
	top:-30px;
	}
div.content div.address{
	width:180px;
	float:left;
	border-right:1px solid #98be8a;
	padding-right: 10px;
	margin-right:20px
	}
div.content div.contact_form{
	float:left;
	width:260px;
	}
div.text_block{
    background-color: #D2DAC2;
    border: 1px solid #73B577;
    font-size: 0.8em;
    margin: 75px 25px 25px 36px;
    padding: 10px;
    width: 280px;
	}

#footer{
	width:900px;
	background:url(../images/bg_footer.jpg) repeat-y top left;
	height:26px;
	position:relative;
	}
#footer #grass{
	width: 514px;
	height:78px;
	background:transparent url(../images/grass.png) no-repeat top left;
	position:absolute;
	left:20px;
	top:-78px;
	z-index:20;
	}
#footer .copyright{
	position: absolute;
	color:#c8a790;
	font-size:0.7em;
	line-height:26px;
	left:20px;
	top:0;
	}
#footer .contact_info{
	position: absolute;
	color:#c8a790;
	font-size:0.7em;
	line-height:26px;
	right:20px;
	top:0;
	}
#footer .contact_info a, #footer .contact_info a:visited{
	color:#c8a790;
	}
