/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*Main style*/
html{
	/*background-color: #ece8e8;*/
	background-image: url(../images/bg.jpg);
	font-family: Georgia;
	color: #666;
	line-height: 1.5em;
}
h2{
	font-size: 1.6em;
	margin: 20px 0 15px 0;
}
a{
	color: #0082f0;
}
p{
	margin: 10px 0;
}
strong{
	font-weight: bold;
	color: #000;
	font-family: Tahoma;
}
#wrapper{
	width: 940px;
	margin: 10px auto;
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
	box-shadow: 0 0 20px #000000;
	padding: 20px;
	background-color: #fff;
}
#header{
	border-bottom: 1px dashed #888;
	padding: 0 0 10px 0;
	height: 100px;
}
a.logotype {
	text-decoration: none;
	color: #6c0505;
	text-align: right;
}
.main-title{
	font-size: 1.5em;
}
.mastername{
	
}
.contactsinfo{
	float: right;
	text-align: right;
}
.workhours,
.vcard .adr{
	font-size: 11px;
	font-family: Tahoma;
}
.tel{
	color: #000;
	font-family: "Times New Roman";
	background: #f5f3de!important;
	padding: 3px 5px;
}
#menu{
	padding: 10px 15px;
	background-color: #f7f2f2;
	border-bottom: 2px solid #ccc;
}
#main-menu ul li{
	display: inline;
	margin-right: 30px;
	font-size: 1.2em;
}

#main-menu ul li a.current{
	text-decoration: none;
	border-bottom: 1px solid #561313;
	color: #561313;
}
.post h3{
	font-size: 1.3em;
}

#footer{
	border-top: 1px dashed #888;
	padding: 10px 0 0 0;
	margin-top: 50px;
}
.imageGallery .imageBlock {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 35px 30px 0;
    padding: 8px 8px 0;
    width: 160px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
	text-align: center;
}
.imageBlock-list {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 35px 30px 0;
    padding: 12px 12px 0;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
	text-align: center;
	width: 160px;
}
.news_as_gallery_ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 10px 0 0;
}
.news_as_gallery_ul li p {
	text-align: center;
}
.field textarea{
	display: block;
	width: 400px;
	height: 200px;
}
.field input
{
	display: block;
	width: 400px;
}