/* Begin Typography & Colors */
body {
	margin:0;
	padding:0;
	font-family:verdana;
	color:#666666;
	font-size:12px;
}

#main-cont {
	width:990px;
	margin: 0 auto;
	background:url(images/bg-herh.jpg) repeat-y right;
	overflow: hidden;
}

#main-cont2 {
	width:990px;
	background:url(images/bg-top.jpg) no-repeat right top;
	margin:0;
	padding:0;
	float:left;
	overflow: hidden;
}

#logo-cont {
	width:990px;
	height:84px;
	display:block;
}

#menu-cont {
	width:990px;
}

#menu-cont a {
	font-size:14px;
	color:#a11d54;
	text-decoration:none;
	padding-right:70px;
	line-height:30px;
}

#menu-cont a:hover {
	text-decoration:underline;
}

#banner-cont {
	width:790px;
	float:left;
	height:267px;
	display:block;
}

#content-cont {
	width:790px;
	float:left;
	padding: 40px 0 20px 0
}

#left-cont {
	width:210px;
	float:left;
	padding: 0 20px 0 0;
	margin:0;
	font-size:11px;
}

#left-cont h2 {
	text-transform:uppercase;
	color:#a11d54;
	font-size:11px;
}

#left-cont h2 span {
	color:#666;
}

#left-cont ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#left-cont ul a {
	text-decoration:none;
	color:#666;
}

#left-cont ul a:hover {
	text-decoration:underline;
}

#left-cont li {
	padding-bottom:10px;
}

#centr-cont {
	width:540px;
	float: left;
	padding: 0 20px 0 0;
	margin:0;
}

#right-cont {
	width:180px;
	padding: 148px 0 0 20px;
	float:right;
	font-size:11px;
}

#right-cont h2 {
	font-size:11px;
	font-weight:bold;
	color:#a11d54;
	line-height:30px;
	padding:0;
	margin:0 0 5px 0;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}

#right-cont ul {
	list-style-type:none;
	padding:0;
	margin:0 0 20px 0;
}

#right-cont ul a {
	text-decoration: none;
	color:#666;
}

#right-cont ul a:hover {
	text-decoration: underline;
}

#adres-cont {
	width: 760px;
	margin:0 0 0 220px;
	padding:10px 0 20px 10px;
	background-color:#FFF;
	color:#999;
	font-size:11px;
	border-top:solid 1px #dddddd;
	float:left;
}

#annie-cont {
	width: 760px;
	margin:0 0 0 220px;
	padding:5px 0 20px 10px;
	background-color:#FFF;
	color:#999;
	font-size:10px;
	border-top:solid 1px #dddddd;
	text-align:right;
	float:left;
}

#annie-cont a {
	text-decoration:none;
	color:#999;
	text-align:right;
}

#annie-cont a:hover {
	text-decoration:underline;
}

#button {
	padding-left: 10px;
	position:fixed;
	top: 115px;
	left:50%;
	margin-left: 304px;
	width:180px;
	
}

#button a{
	line-height:30px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	background-color: #666666;
	margin-bottom: 7px;
	display:block;
	padding-left:10px;
}


.postmetadata,
.postmetadata_1 {
	font-size:10px;
}

.cont_bgs1 {
}

.cont_bgs2 {
	margin-bottom:40px;
}

.cont_bgs3 {
}

.cont_bgs3 h1 {
	margin-top:7px;
}

.cont_bgs3 h1 a {
	font-size:12px;
	color:#a11d54;
	text-transform:uppercase;
	text-decoration:none;
}

.woman_descr {
}

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

.woman_descr p {
}

.woman_descr p a:link{
color: #a61649;
text-decoration:underline;
}

.woman_descr p a:active{
color: #a61649;
text-decoration:underline;
}

.woman_descr p a:visited{
color: #a61649;
text-decoration:underline;
}

.woman_descr p a:hover{
color: #52011e;
text-decoration:underline;
}

.woman_descr h3 {

}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.navigation a:link{
color: #a61649;
text-decoration:underline;
}

.navigation a:active{
color: #a61649;
text-decoration:underline;
}

.navigation a:visited{
color: #a61649;
text-decoration:underline;
}

.navigation a:hover{
color: #52011e;
text-decoration:underline;
}

.commentlist{
	margin: 0;
	padding-left: 0;
}

.commentlist h4{
font-size: 10px;
color: #a61649;
}

.com_body{
border-top: 1px solid #666666;

}

.commentlist a:link{
color: #a61649;
text-decoration:underline;
}

.commentlist a:active{
color: #a61649;
text-decoration:underline;
}

.commentlist a:visited{
color: #a61649;
text-decoration:underline;
}

.commentlist a:hover{
color: #52011e;
text-decoration:underline;
}

#respond a:link{
color: #a61649;
text-decoration:underline;
}

#respond a:active{
color: #a61649;
text-decoration:underline;
}

#respond a:visited{
color: #a61649;
text-decoration:underline;
}

#respond a:hover{
color: #52011e;
text-decoration:underline;
}

.comment-childs{
	padding-left: 20px;
}

h1.post_single{
	font-size:12px;
	color:#a11d54;
	text-transform:uppercase;
	text-decoration:none;
}

h2.pagetitle{
	margin-top: 7px;
}

#postbox{
	clear: both;
}
