html {
	width : 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: url(../img/html_bg.jpg) center top no-repeat;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../img/body_bg.jpg) center top no-repeat;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}

a {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #366DA5;
}

a:visited {
	color: #366DA5;
}

a:hover {
	color: #333;
}

.content .text h1 {
	color: #366DA5;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
	padding-top: 0;
}

.content .text h2 {
	color: #5792C9;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

.content .text h3 {
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

img {
	margin: 0px;
	border: 0px;
}

div {
	padding: 0px;
	margin: 0px;
}

.main {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 960px;
	height: 100%;
	background: url(../img/main_bg.jpg) repeat-y white;
}

.header {
	background: url(../img/header.jpg) top right no-repeat;
	text-align: right;
	height: 176px;
	font-size: 10px;
}

.header_right {
	margin: 33px 50px 0px 0px;
	width: 320px;
	float: right;
}

.header_right img {
	margin: 5px 0px 5px 0px;
}

.logo {
	float: left;
}

/*.header_right {
	width: 300px;
	margin-right: 50px;
	float: right;
}*/

.menu {
	padding: 0px 0px 0px 31px;
	background: url(../img/menu.jpg) no-repeat;
	height: 57px;
}

.menu a{
	display: block;
	line-height: 12px;
	font-size: 12px;
	float: left;
	color: white;
	text-decoration: none;
	background: url(../img/menu_a.jpg) repeat-x;
	margin: 4px 0px 4px 0px;
	padding: 19px 25px 18px 25px;
}

.menu a:hover {
	background: url(../img/menu_a_on.jpg) repeat-x;
	text-decoration: none;
}

.menu .seperator {
	float: left;
	width: 1px;
	height: 57px;
	background: url(../img/menu_seperator.jpg) no-repeat;
}

.banner {
	height: 180px;
	background: url(../img/banner.jpg) no-repeat;
	text-align: center;
}

.banner img {
	margin: 27px 0px 0px 0px;
}

.content {
	padding: 22px 58px 20px 112px;
	background: url(../img/content_bg.jpg) no-repeat;
}

.content .text {
	float: left;
	width: 480px;
	/*color: #7c7c7c;*/
	color: 333;
	line-height: 17px;
}

.content .text b {
	color: #4d4d4d;
}

.content .text_full {
	float: left;
	width: 680px;
	color: #7c7c7c;
	line-height: 17px;
}

.content .text_full b {
	color: #4d4d4d;
}

.content .adress {
	padding-top: 40px;
	float: right;
	width: 185px;
	color: #7c7c7c;
	line-height: 17px;
}

.corners {
	height: 9px;
	background: url(../img/corners.jpg) no-repeat;
}

.footer_menu {
	padding: 0px 33px 0px 0px;
	height: 39px;
	background: url(../img/footer_menu_bg.jpg) no-repeat;
}

.footer_menu a{
	display: block;
	line-height: 10px;
	font-size: 10px;
	float: right;
	color: #454547;
	background: url(../img/footer_menu_a.jpg) repeat-x;
	margin: 0px;
	padding: 14px 10px 15px 10px;
}

.footer_menu .seperator {
	float: right;
	width: 1px;
	height: 39px;
	background: url(../img/footer_menu_seperator.jpg) no-repeat;
}

.footer {
	padding: 19px 40px 19px 40px;
	background: url(../img/footer.jpg) repeat-y;
	text-align: right;
	color: #43464b;
	font-size: 11px;
}

.footer b {
	color: #3b3c41;
}

.clear {
	padding: 0px;
	margin:0px;
	clear: both;
}