/** reset styli **/
* {
	margin: 0;
	border: 0;
	padding: 0;
}

a {color: #000;text-decoration: none;}
a:hover {text-decoration: underline;}
ul {
	list-style: none;
}

html {
	background-image: url('img/html.jpg');
}

body {
	background-color: #21464f;
	background-image: url('img/bg_repeated.jpg');
}

#header_wrapper {
	height: 264px;
	background-image: url('img/header_repeated.jpg');
}

#header {
	margin: 0 auto;
	width: 1130px;
	height: 264px;
	background-image: url('img/header_unrepeated.jpg');
	background-repeat: no-repeat;
}

#container_wrapper {
	margin: 0 auto;
	width: 1130px;
	background-image: url('img/content_repeated.jpg');
	background-position: -30px;
}

#container {
	margin: 0 auto;
	padding-left: 147px;
	width: 983px;
	background-image: url('img/footer_unrepeated.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer_wrapper {
	width: 100%;
	background: url('img/footer_repeated.jpg') repeat-x;
	background-position: bottom;
}

#menu {
	float: left;
	width: 355px;
	padding-bottom: 30px;
	background-image: url('img/menu_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#menu li a {
	display: block;
	width: 355px;
	height: 60px;
}

#menu li a:hover {
	background-position: 0 -60px;
}

#menu_main {
	background-image: url('img/menu_main.png');
	background-repeat: no-repeat;
}

#menu_gallery {
	background-image: url('img/menu_gallery.png');
	background-repeat: no-repeat;
}

#menu_offer {
	background-image: url('img/menu_offer.png');
	background-repeat: no-repeat;
}

#menu li a#menu_links {
	background-image: url('img/menu_links.png');
	background-repeat: no-repeat;
}

#menu_contact {
	background-image: url('img/menu_contact.png');
	background-repeat: no-repeat;
}

#menu li a#menu_contact:hover {
	background-position: 0 -55px;
}

#content {
	padding: 190px 20px 0 20px;
	width: 489px;
	float: left;
	background-image: url('img/content_unrepeated.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}

.content_index, .content_contact {height: 500px;}
.content_gallery {height: 645px;}
.content_offer {height: 550px;}
.links_offer {height: 500px;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #0e687e;
	margin-bottom: 30px;
}

h1 span {
	font-size: 30px;
	color: #9c601f;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
}

p.baner {
text-align:center;
}
p.banerspinki {
text-align:center;
}


#parties_list {
	margin-left: 50px;
	list-style: circle;
	margin-bottom: 15px;
}

p.important {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #0e687e;
}

.clear {
	height: 0;
	clear: both;
}

a img {
	width: 150px;
	height: 100px;
}

a img.baner {
 height: 100px;
 width: 285px;
}

a img.banerspinki {
 height: 129px;
 width: 350px;
}

#gallery li {
	display: inline;
}

