﻿* {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
html {
	width: 100%;
	height: 100%;
	background-image: url("../../images/bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #2F3639;
}
body {
	width: 980px;
	margin: 0 auto;
	height: 100%;
}
.block {
	background-image: url("../../images/photo.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 980px;
	height: 342px;
	font-family: Tahoma;
	font-size: 13px;
	color: #646C71;
}
.slogan {
	display: block;
	display: inline;
	width: 415px;
	margin: 150px 0 55px 65px;
	float: left;
}
.more {
	display: block;
	margin: 20px 0 0 0;
}
#menu {
	width: 800px;
	float: left;
	padding: 0 0 0 10px;
}
#menu li {
	display: inline;
}
#menu img {
	float: left;
}
.item {
	background-image: url("../../images/block_bg.gif");
	background-position: left 49px;
	background-repeat: no-repeat;
	width: 263px;
	float: left;
	font-family: Tahoma;
	font-size: 13px;
	color: #646C71;
	margin: 0 5px 0 0;
	padding: 0 0 3px 0;
}
.item p {
	padding: 30px 0 0 35px;
	width: 200px;
}
.item p strong {
	color: #4E889D;
}
.read_more {
	background-image: url("../../images/read_more.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 139px;
	height: 43px;
	margin: 25px 0 14px 12px;
	text-align: center;
	padding: 10px 0 0 0;
}
.read_more a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#items {
	padding: 0 0 0 12px;
	overflow: hidden;
}
#featured {
	background-image: url("../../images/featured_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 820px; /;
	width: 790px;
	height: 119px;
	font-family: Tahoma;
	font-size: 12px;
	color: #1A292E;
	padding: 138px 0 0 45px;
}
#featured p {
	display: block;
	width: 335px;
	float: left;
	padding: 0 57px 42px 0;
}
#footer {
	padding: 0 0 36px 38px;
	font-family: Tahoma;
	font-size: 12px;
	color: #9CB3B9;
}
#footer p {
	line-height: 60px;
}
#footer p a {
	color: #82D6EC;
	text-decoration: underline;
}
#footer p a:visited {
	text-decoration: underline;
}
#footer p a:hover {
	text-decoration: none;
}


