/*
Theme Name: Astarta Theme
Description: Стандартная тема оформления сайта
Author: Fesenko Sergey
*/
a:focus{outline:none}
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(images/main_bg.jpg) top left repeat;
	font-size:13px;
}
a {
	color:#000;
}
blockquote {
	margin:10px -10px;
	padding:10px;
	background:url(images/q.png);

	display:block;
}
.topcontact {
position: absolute;
	top:20px;
}
.header {
	background:url(images/head_bg.jpg) top left repeat-x;
	height:250px;
	padding-top:20px;
	width:100%;
}
.center {
	width:760px;
	margin:auto;
	position:relative;
}
.ngg-gallery-thumbnail-box {
	float:left;
	padding:10px;
}
.pic {
	text-align:center;
}
.back {
	float:left;
	width:200px;
}
.next {
	text-align:right;
	float:right;
	width:200px;
}
.center2 {
	width:760px;
	margin:auto;
	background:url(images/cont_bg.jpg) top left repeat;
	padding:50px 0 50px 0;
}
.cont3 {
	width:760px;
	margin:auto;
	height:20px;
	margin-bottom:20px;
	background:url(images/bott.gif) top left no-repeat;
}
.top_menu {
	position:absolute;
	list-style:none;
	top:214px;
	left:-35px;
}
.top_menu li {
	margin:0 5px;
	padding:0 0 0 9px;
	display:block;
	float:left;
	background:url(images/li_bg_l.gif) top left no-repeat;
}
.top_menu li a {
	padding:5px 0;
	padding:5px 9px 5px 0;
	color:#000;
	display:block;
	background:url(images/li_bg_r.gif) top right no-repeat;
	font-size:11px;
}
.top_menu li.current_page_item {
	margin:0 5px;
	padding:0 0 0 9px;
	display:block;
	float:left;
	background:url(images/li_bg_l_h.gif) top left no-repeat;
}
.top_menu li.current_page_item a {
	padding:5px 0;
	padding:5px 9px 5px 0;
	font-weight:bold;
	color:#000;
	display:block;
	background:url(images/li_bg_r_h.gif) top right no-repeat;
	font-size:11px;
}
.cor1 {
	width:450px;
	background: #c1dfbf url(images/b_top.jpg) top left no-repeat;
	margin:10px -10px;
}
.cor2 {
	padding:10px;
	background:url(images/b_bottom.jpg) bottom left no-repeat;
}
.right {
	width:230px;
	vertical-align:top;
	padding-right:30px;
}
.left {
	width:440px;
	vertical-align:top;
	padding:0 30px;
}
.left h1 {
	font-family: Times, Times New Roman, serif;
	font-size:25px;
	margin:0;
	margin-bottom:20px;
	font-weight:normal;
}
.widget {
	margin:0;
	margin-bottom:25px;
}
.w_title {
	font-family: Times, Times New Roman, serif;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:3px solid #c1dfbf;
	padding-bottom:5px;
}
.w_content {
	padding:5px 0;
}
.w_content ul {
	list-style:none;
	padding:0;
	margin:0;
}
.post {
	margin-bottom:25px;
}
.w_content ul li {
	padding:4px 0;
	font-size:13px;
	border-bottom:1px solid #c1dfbf;
}
.w_content .current_page_item a {
	font-weight:bold;
	text-decoration:underline;
}
.w_content ul li a {
	font-size:13px;
	text-decoration:none;
	color:#000;
}
.w_content ul li a:hover {
	text-decoration:underline;
}
.footer {
	width:760px;
	height:100px;
	font-size:13px;
	background:url(images/footer.gif) top left no-repeat;
	margin:auto;
	margin-top:25px;
	padding:3px;
}
.contacts {
	width:720px;
	margin:auto;
}
.contacts td {
	vertical-align:top;
	padding-left:15px;
}
.contacts a {
	color:#000;
}
/* footer */
html, body, .wrap {
	height: 100%;
}

body > .wrap {
	height: auto; min-height: 100%;
}
.content {
	padding-bottom: 100px;
}  /* отступ должен быть равен высоте футера */

.footer {
	position: relative;
	margin-top: -100px; /* отрицательное значение высоты футера */
	height: 100px;
	clear:both;
} 

