@charset "utf-8";
/* CSS Document */

html, body, form, h1, h2, h3, h4, h5, h6, ul, p, dl {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background-image: url(../images/body_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.wraper {
	width: 970px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.header .logo {
	background-color: #000;
	text-align: center;
}
.header .menu {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	line-height: 46px;
	height: 46px;
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}
.header .menu li {
	float: left;
}
.header .menu li a {
	background-image: url(../images/menu_line.gif);
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
	height: 46px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
}
.container {
	clear: both;
	float: left;
	width: 100%;
}
.container .sidebar {
	float: right;
	width: 365px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sidebar h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #999;
}
.sidebar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.news {
	padding-right: 5px;
	padding-left: 5px;
}
.news a {
	color: #333;
	text-decoration: underline;
}
.news p em {
	color: #F45162;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
}
.par {
	text-align: center;
	padding-bottom: 15px;
}

.news p strong {
	display: block;
	padding-bottom: 3px;
}
.news p {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 10px;
}

.container .content {
	float: left;
	width: 520px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 20px;
}
.content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	color: #39F;
	padding-bottom: 15px;
}
.content h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F24D5D;
	padding-bottom: 10px;
}
.content ul li {
	background-image: url(../images/bul.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 25px;
	padding-bottom: 5px;
}
.content ul {
	padding-left: 10px;
	padding-bottom: 15px;
	font-size: 12px;
}

.content p {
	font-size: 12px;
	padding-bottom: 15px;
	color: #666;
}
.footer {
	font-size: 13px;
	clear: both;
	float: left;
	width: 100%;
	color: #FFF;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 150px;
}
.footer a {
	color: #CCC;
	text-decoration: underline;
}
.footer p {
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
}
.content a {
	font-weight: normal;
	color: #39F;
	padding-bottom: 15px;
	text-decoration: underline;
}
.content img {
	border: 1px solid #CCC;
	padding: 1px;
}
.content hr {
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCC;
	background-color: #CCC;
}
.gallery  {
	display: block;
	width: 100%;
	padding-bottom: 50px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	clear: left;
}
.gallery .img {
	float: left;
	margin-right: 15px;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	border: 1px solid #CCCCCC;
	height: 104px;
}
.gallery .img img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.sidebar p {
	font-size: 12px;
	padding-bottom: 15px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 5px;
}
.contacts label {
	display: block;
	float: left;
	width: 200px;
	font-size: 12px;
	color: #666;
}
.contacts {
	padding-top: 15px;
}
.contacts .tfield {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 220px;
	margin-bottom: 4px;
}
.contacts .tfield2 {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 140px;
	margin-bottom: 4px;
}

