html, body {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 775px;
	background: url('../images/container_bg.png') repeat-y;
}

#header {
	position: relative;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	width: 775px;
	height: 196px;
	background: #fff;
}

#header_image {
	display: block;
	width: 775px;
	height: 171px;
	margin: 0px;
	padding: 0px;
	background: url('../images/header_bg.jpg') no-repeat;
}

#header_links {
	float: left;
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 15px;
}

#header_phone {
	float: right;
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-right: 15px;
	text-align: right;
}

#header_links a, #header_links span, #header_phone span {
	font-family: Tahoma, "Lusida Sans", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fe6601;
	text-decoration: none;
	vertical-align: top;
}

#header #menu_bg {
	position: absolute;
	top: 164px;
	left: 0px;
	z-index: 100;
	width: 775px;
	height: 39px;
	margin: 0px;
	padding: 0px;
}

#header #menu {
	position: absolute;
	top: 164px;
	left: 0px;
	z-index: 101;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 755px;
	height: 39px;
	display: block;
	list-style-type: none;
}

#header #menu li {
	float: left;
	margin: 0px 1px 0px 1px;
	width: 100px;
	height: 40px;
	background: url('../images/empty.gif') no-repeat;
	cursor: pointer;
}

#header #menu li#link_quoted {
	width: 154px;
}
#header #menu li#link_evaluation {
	width: 188px;
}
#header #menu li#link_informed {
	width: 125px;
}
#header #menu li#link_about_us {
	width: 147px;
}
#header #menu li#link_blog {
	width: 122px;
}
#header #menu li#link_guarantee {
	width: 130px;
}
#header #menu li#link_groups {
	width: 130px;
}
#header #menu li#link_testimonials {
	width: 134px;
}

#footer {
	position: relative;
	z-index: 1;
	margin: 0px 4px 0px 4px;
	padding: 1px;
	width: 764px;
	height: 140px;
	background: #fff;
	border-top: 1px solid #387aaf;
}

#footer_container {
	margin: 0px;
	padding: 0px;
	width: 764px;
	height: 140px;
	background: #387aaf;
	text-align: center;
}

#footer_container a {
	font-family: Tahoma, "Lusida Sans", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#footer_container a:hover {
	text-decoration: underline;
}

#footer_container span {
	font-family: Tahoma, "Lusida Sans", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
}

#footer_links {
	margin: 0px;
	padding: 5px;
}

#copyright {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
}
