/* CSS Document */

/* selectors */
body {
	margin: 0;
	padding: 0;
	background: #fff url(/images/page_sky.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: #687651;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #4f8101;
	
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 1.9em;
	margin: 0 0 7px 0;
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
	margin: 0 0 5px 0;
}

/* links */
a {
	color: #07629f;
}

a:hover {
	color: #1881c7;
}

/* block elements */
p {
	margin: 0 0 15px 0;
	text-indent: 0;
	text-align: justify;
	line-height: 1.4em;
}

img {
	border: none;
}

/* general styles */
img.right {
	float: right;
}

img.left {
	float: left;
}

div.img_right {
	float: right;
	margin: 0 0 8px 15px;
	padding: 5px;
	border: 1px solid #4f8101;
	
}

div.img_left {
	float: left;
	margin: 0 15px 8px 0;
	padding: 5px;
	border: 1px solid #4f8101;	
}

div.img_right img,
div.img_left img {
	border: 1px solid #4f8101;
}

div.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.clear {
	clear: none !important;
	clear: both; 
}

.center {
	text-align:center;
	margin: 0 auto;
}

/* page */
div.ground {
	background: url(/images/footer_ground.jpg) bottom left repeat-x;
}

div.page {
	width: 780px;
	margin: 0 auto;
}

/* top links */
div.toplinks {
	border-top: 2px solid #65a747;
	text-align: right;
	font-size: .85em;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}

div.toplinks a {
	color: #65a747;
}

div.toplinks span {
	padding: 0 2px;
	background: #65a747;
	color: #fff;
}

/* header */
div.header {
	margin: 0 0 13px 0;
}

/* menu */
div.menu {
	height: 37px;
	background: #79b049 url(/images/menu_bar_bg.jpg) repeat-x bottom left;	
	text-align: center;
	color: #629112;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
}

div.menu div.corner_tl {
	background: url(/images/menu_corner_tl.gif) no-repeat top left;
}

div.menu div.corner_tr {
	background: url(/images/menu_corner_tr.gif) no-repeat top right;
}

div.menu table {
	height: 37px;
	margin: 0 auto;
}

div.menu a {
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #bbd66f;
	height: 100%;
}

div.menu a:first-child {
	border-left: 1px solid #bbd66f;
}

div.menu a:hover {
	color: #fff;
	text-decoration: underline;
}

div.menu td.selected {
	background: #bbd66f url(/images/menu_selected_bg.jpg) repeat-x bottom left;
}

div.menu td.selected a,
div.menu td.selected a:hover {
	color: #629112;
}

/* promo */
div.promo {
	height: 300px;
	margin: 0 0 15px 0;
	background: url(/images/promo_shadow.jpg) repeat-x top left;
}

/* submenu */
div.submenu {
	height: 30px;
	padding: 0 0 0 20px;
	color: #4f8101;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
}

div.submenu a {
	padding: 2px 20px;
	color: #4f8101;
	text-decoration: none;
	border-right: 1px solid #bbd66f;
}

div.submenu a:first-child {
	border-left: 1px solid #bbd66f;
}

div.submenu a:hover {
	color: #669e0b;
	text-decoration: underline;
}

div.submenu a.selected {
	background: #abcc4d;
}

/* content */
div.content {
	margin: 0 0 20px 0;
	padding: 0 10px;
}

div.content li {
	margin: 0 0 10px 0;
}

/* quick_links */
div.quick_links a {
	display: block;
	float: left;
	margin: 0 6px;
}

/* footer */
div.footer {
	height: 130px;
	margin: 20px 0 0 0;
	padding: 0 20px 0 20px;
	text-align: right;
}

div.footer div.footer_img01 {
	height: 130px;
	background: url(/images/footer_img01.gif) bottom right no-repeat;
}

div.footer div.footer_img02 {
	height: 130px;
	background: url(/images/footer_img02.gif) bottom right no-repeat;
}

div.footer address {
	padding: 20px 100px 0 0;
	font-style: normal;
	color: #888;
}

/* custom pages styles */


/* удобрения, главная */
div.fertilizers_text {
	height: 225px;
	background: url(/images/img003.jpg) no-repeat top left;
}

div.fertilizers_text p {
	background: #fff;
}

div.fertilizers_text p.p1 {
	margin-left: 130px;
}

div.fertilizers_text p.p2 {
	margin-left: 150px;
}

div.fertilizers_text p.p3 {
	margin-left: 170px;
}

/* список статей */
div.article {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	padding: 10px 0;
}

table.datatable {
	border-collapse: collapse;
}

table.datatable td {
	padding: 5px 7px;
	border: 1px solid #687651;
}