/*
Theme Name: Agrofarmacija
Theme URI: 
Description: Agrofarmacija
Version: 1.0
Author: Miracolina
*/

html {
	min-height: 100%;
	height: auto;
}
body {
	margin: 0;
	background-color: #29b0f4;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
table, td {
	border-collapse: collapse;
}
div#container {
	margin: 0 auto;
	width: 800px;
	padding-bottom: 10px;
	background-image: url('images/bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
div#header {
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	height: 88px;
	overflow: hidden;
	margin: 0;
}
div#mainMenu {
	background-color: #a4c538;
	padding: 0;
	padding-left: 160px;
	height: 25px;
	margin: 0 auto;
}
div#mainMenu a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 8px 0 8px;
	white-space: nowrap;
	margin: 0;
}
div#mainMenu a:hover, div#mainMenu a.active {
	background-image: url('images/arrowtop.gif');
	background-repeat: no-repeat;
	background-position: top center;
	color: #d33505;
}
div#subMenu {
	background-color: #879a3e;
	background-image: url('images/submenubg.jpg');
	background-repeat: repeat-x;
	height: 23px;
	padding: 0;
	padding-left: 160px;
}
div#subMenu a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #283d00;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
}
div#subMenu a:hover, div#subMenu a.active {
	background-image: url('images/arrowbottom.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #c1df41;
}
div#main {
	background-color: #ffffff;
	height: 480px;
}
div#content {
	height: 450px;
	margin: 20px auto;
	padding: 0 30px;
	border-left: dashed #939393 1px;
	text-align: left;
	color: #888888;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	overflow: auto;
}
div#content h1 {
	color: #a4c538;
	font-size: 22px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
div#content h2 {
	color: #a4c538;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 15px 0 0 0;
	clear: both;
}
div#content p {
	color: #888888;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
}
div#content hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #888888;
	margin: 10px 0;
	clear: both;
}
div#content p img {
	margin-right: 5px;
	float: left;
}
.emtext {
	color: #000000;
}
img {
	border: 0;
}
a {
	color: #D40011;
}
div#content .ngg-description {
	float: right;
	width: 320px;
}