body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2D2D;
	margin: 0;
	padding: 0;
	background: #2D2D2D;
}

a {
	color: #FF8601;
}

a img {
	border: 0 none;
}

div.body {
	width: 804px;
	border: 18px #DFDFDF solid;
	border-top: 0 none;
	background: white url(/images/header-bgr.jpg) 0 90px no-repeat;
	margin: 0 auto;
}

div.header {
	height: 165px;
	background: url(/images/header-pins.jpg) left top no-repeat;
	position: relative;
}

div.header img {
	position: absolute;
	left: 33px;
	top: 112px;
}

div.directory span.site-name {
	position: absolute;
	left: 260px;
	top: 120px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

div.main {
	height: 200px;
}

html>body div.main {
	height: auto;
	overflow: auto;
}

div.center-col {
	float: right;
	width: 550px;
	padding: 0 20px 20px 30px;
}

div.left-col {
	background: url(/images/left-col-bgr.gif) 191px 39px no-repeat;
	height: 300px;	
}

html>body div.left-col {
	height: auto;
	min-height: 300px;
	overflow: auto;
}

div.left-col ul {
	margin: 10px 30px 20px 20px;
	padding: 0;
	list-style: none;
	background: url(../images/left-menu-bgr.gif) center bottom no-repeat;
	padding-bottom: 30px;
}

div.left-col ul li {
	margin: 0;
	padding: 0;
	border-bottom: 4px white solid;
}

div.left-col ul li a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	padding: 1px 9px;
	color: #2C2C2C;
	zoom: 100%;
	line-height: 110%;
}

div.left-col ul li a:hover, div.left-col ul li.active a {
	background: #FF8601;
	color: white;
}

div.left-col ul li.active a  {
 	cursor: default;
}
 
div.ad {
 	margin: 10px 30px 20px 29px;
}
 
div.breadcrumb {
 	color: white;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 30px;
}

div.breadcrumb a {
	color: white; 	
}
 
 div.breadcrumb span {
  	font-size: 17px;
 }
 
 h1 {
 	font-size: 40px;
	font-weight: normal;
	margin: 14px 0;
 }
 
h2 {
 	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 14px 0;
}
  
h3 {
  	font-size: 14px;
	margin: 20px 0 14px 0;
}

p {
	margin: 14px 0;
}

div.index-intro {
	text-align: center;
	margin-bottom: 25px;
	padding-right: 20px;
}

div.index-intro h1 {
	margin-bottom: 10px;
}

div.index-intro p {
	color: #757575;
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}


ul.bottom-menu {
	list-style: none;
	text-align: center;
	color: #808080;
	font-size: 13px;
}

ul.bottom-menu li {
	display: inline;
	padding: 0 4px;
}


ul.bottom-menu li a {
	color: #808080;
}

ul.bottom-menu li.active a {
	text-decoration: none;
	cursor: default;
}

div.two-images div.item  h3, div.two-images div.item p {
	margin-right: 150px;
}

div.item  {
	margin-bottom: 30px;
}

div.item div.image {
	float: left;
	width: 150px;
	text-align: center;
}

div.item div.right-image {
	float: right;
	width: 150px;
	text-align: center;
}

div.item h3, div.item p {
	margin-left: 150px;
	margin-top: 0px;
	height: 10px;
}

html>body div.item h3, html>body div.item p {
	height: auto; 
}

div.footer {
	padding: 20px 0;
	text-align: center;
	color: #747474;
	font-size: 13px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

div.footer a {
	color: #747474;
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}

div.google {
	padding-left: 20px;
}

div.articles-list div {
	height: 10px;
	margin-bottom: 15px;
}

html>body div.articles-list div {
	height: auto;
	overflow: auto;
}

div.articles-list img.left, img.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;	
}

div.articles-list img.left {
	margin-top: -5px;	
}


div.articles-list p {
	margin-top: 0;
}

div.articles-list h3 a {
	color: #2D2D2D;
}

div.index-list {
	border-top: 1px #c9c9c9 dashed;
}

div.index-list h3 {
	margin-top: 0;
	
}

/*Form*/
form.common {
	margin: 30px 0;
	padding-left: 40px;
}

div.field, div.radiogroup {
	margin-bottom: 10px;
	height: 25px;
}

html>body div.field, html>body div.radiogroup {
	height: auto;
	min-height: 25px;
}

div.field span, div.radiogroup span {
	display: block;
	width: 180px;
	float: left;
	font-weight: bold;
	padding-top: 3px;
}

div.field span small {
	display: block;
	font-weight: normal;
	font-size: 9px;
	color: Black!important ;
}

div.field input, div.field textarea {
	display: block;
	margin-left: 180px;
	width: 300px;
	border: 1px #2478ba solid;
}

div.field select {
	width: 300px;
}

div.field textarea {
	overflow: auto;
	height: 100px;
}

div.radiogroup div {
	margin-left: 180px;
}

div.radiogroup input {
	float: left;
}

div.radiogroup pre {
	margin: 2px 0;
	height: 25px;
	padding-bottom: 6px;
}

html>body div.radiogroup pre {
	height: auto;
	min-height: 25px;
}

div.buttons {
	margin-left: 183px;
}

div.error span {
	color: red;
}

div.error span a {
	color: red;
}

div.error input, div.error textarea {
	border-color: red;
} 

div.field div.antispam {
	margin-left: 180px;
}

div.field div.antispam img {
	margin-left: 10px;
}

div.field div.antispam input {
	width: 100px;
	float: left;
	margin-top: 6px;
	margin-left: 0;
}

div.field input[type = 'hidden'] {
	display: none;
}

div.checkbox {
	height: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
 
p.message {
	margin: 17px 0;
	padding: 7px 12px;
	background: #f9f9f9;
	border: 1px #c9c9c9 solid;
	font-weight: bold;
}

p.error {
	background: #f5d4d4;
	border-color: red;
}

/* Links catalog */ 

ul.catalog-menu {
	margin: 25px 0;
	margin-top: 15px;
	padding: 0;
	list-style: none;
	width: 540px;
}

html>body ul.catalog-menu {
	width: auto;
}

ul.catalog-menu a, ul.section-menu a {
	color: #2D2D2D;
}

ul.catalog-menu li {
	float: left;
	width: 170px;
	margin-right: 15px;
	font-size: 13px;
	font-weight: bold
}



ul.catalog-menu li.clear {
	float: none;
	clear: left;
	width: 99%;
	font-size: 10px;
	padding: 0;
}


ul.catalog-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;	
}

ul.catalog-menu ul li {
	float: none;
	width: auto;
	font-size: 13px;	
	padding: 0;
	line-height: 140%;
}

ul.catalog-menu ul li a {

}

ul.section-menu {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

ol.links-list {
	font-size: 13px;
	margin-top: 15px;
	margin-left: 25px;
}

ol.links-list li {
	margin-bottom: 10px;
}

ol.links-list p {
	margin: 3px 0;
	font-size: 11px;
}

ol.links-list li a {

}

ol.links-list li p.link {
	color: #567341;
}

div.paging {
	margin-top: 15px;
	padding-left: 1px;
}

div.paging span.status {
	
}

div.pages {
	margin-top: 5px;
}

div.paging span.current a {
	text-decoration: none;
}

img.left-image {
	float: left;
	margin-right: 10px;
}

img.right-image {
	float: right;
	margin-left: 10px;
}