html {background:url(agriart/bg-html.jpg) repeat-x;}
body {
	margin: 0;
	color: #777;
	min-width: 952px;
	font: 12px "Trebuchet MS";
	background:url(agriart/bg-body.png) no-repeat 50% 0;
}
img {border-style: none;}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input, select, textarea {
	margin: 0;
	vertical-align: middle;
	font: 1em "Trebuchet MS";
}
a {
	text-decoration: none;
	color:#008640;
}
a:hover {text-decoration: underline;}
/* wrapper */
#wrapper{
	width:952px;
	margin:0 auto;
	position:relative;
}
/* header */
#header{
	height:83px;
}
/* logo */
.logo{
	background:url(agriart/logo.png) no-repeat;
	width: 182px;
	height: 43px;
    margin: 10px 0 0 20px;
	float:left;
	display:inline;
}
.logo a{
	display:block;
	height:100%;
	text-indent:-9999px;
}
/* lang */
.lang{
	list-style:none;
	padding:9px 0;
	margin:0;
	position:absolute;
	top:0;
	right:23px;
	text-transform: uppercase;
	font-size:11px;
}
.lang li{
	background:url(agriart/sep-lang.gif) no-repeat 0 55%;
	display:inline;
	padding:0 6px 0 10px;
}
.lang a{color:#999;}
.lang .active a{color:#008640;}
.lang li:first-child{background:none;}
/* nav */
#nav{
	padding:0;
	margin:0;
	position:absolute;
	top:49px;
	right:20px;
	text-transform: uppercase;
}
#nav li{
	float:left;
	list-style:none;
	position:relative;
}
#nav a{
	float:left;
	line-height:22px;
	font-size:11px;
	color:#666;
	font-weight:normal;
	font-family: verdana;
}
#nav a span{
	float:left;
	padding:0 10px;
	cursor:pointer;
	height:23px;
}
#nav .active a,
#nav a:hover,
#nav li:hover a,
#nav li.hover a{
	background:url(agriart/bg-nav-l.gif) no-repeat;
	text-decoration:none;
	color:#008640;
}
#nav .active a span,
#nav a:hover span,
#nav li:hover a span,
#nav li.hover a span{background:url(agriart/bg-nav-r.gif) no-repeat 100% 0;}
#nav .drop-down li{width:100%;}
.drop-down{
	position:absolute;
	left:0;
	top:23px;
	padding-top:20px;
	width: 187px;
	display:none;
}
#nav li:hover .drop-down,
#nav li.hover .drop-down{display:block;}
.drop-down .c{
	background:url(agriart/bg-drop-t.png) no-repeat;
	width:181px;
	padding:3px;
	overflow:hidden;
}
.drop-down .b{
	background:url(agriart/bg-drop-b.png) no-repeat;
	width: 187px;
	height: 5px;
	overflow:hidden;
	clear:both;
}
.drop-down ul{
	position:relative;
	padding:0;
	margin:0;
	width:100%;
}
#nav .drop-down ul a{
	color:#666;
	display:block;
	height:1%;
	text-transform:uppercase;
	font-size:9px;
	background:none;
	float:none;
}
#nav .drop-down ul a span{
	float:none;
	padding:8px 5px;
	background:none;
	display:block;
	height:1%;
	position:relative;
}
#nav .drop-down a:hover{
	background:url(agriart/bg-drop-hover.png);
	border:1px solid #cbd0ca;
	color:#000;
	text-decoration:none;
}
#nav .drop-down a:hover span{
	background:none;
	padding:7px 4px;
}
/* main */
#main{
	width:100%;
	background:url(agriart/bg-main-c.png) repeat-y;
}
/* main-holder */
.main-holder{
	overflow:hidden;
	padding:18px 28px 0 25px;
	background:url(agriart/bg-main-t.png) no-repeat;
	width:899px;
	
	min-height: 350px;
	height: auto !important;
	height: 350px;

}
.tell{
	list-style:none;
	padding:0;
	margin:0 0 0 -5px;
	font-size:11px;
}
.tell li{
	background:url(agriart/sep-tell.gif) no-repeat 0 55%;
	display:inline;
	padding:0 4px 0 8px
}
.tell li:first-child{background:none;}
h2{
	margin:0 0 8px;
	color:#333;
	font-family: "Trebuchet MS";
	font-weight:normal;
	font-size:22px;
	background:url(agriart/bg-main-h2.jpg) repeat-y;
	padding:2px 0;
}
h3{
	font-size:17px;
	font-weight:normal;
	margin:8px 0;
	color:#333;
}
h4{
	font-weight:normal;
	margin:8px 0;
	color:#2d2d2d;
	font-size:16px;
}
#sidebar h3{
	color:#008640;
	margin:0 0 17px;
}
#sidebar h4{
	font-size:14px;
	color:#333;
}
/* content */
#content{
	width:650px;
	float:right;
}
#content h2{background:url(agriart/bg-content-h2.jpg) repeat-y;}
#content h3{
	font-size:21px;
	margin:8px 0 18px;
}
#content h4{
	font-size:15px;
	margin:0 0 20px;
}
/* sidebar */
#sidebar{
	width:230px;
	float:left;
}
/* box */
.box{
	width:100%;
	margin:0 0 15px;
}

.box .box-dispose {
	width:auto;
}
.box .frame{
	height:1%;
	overflow:hidden;
	padding:20px 6px 10px 16px;
}
/* box-grey */
.box-gray{background:url(agriart/bg-box-gray-c.png) repeat-y;}
.box-gray .holder{background:url(agriart/bg-box-gray-t.png) no-repeat;}
.box-gray .frame{background:url(agriart/bg-box-gray-b.png) no-repeat 0 100%;}
#sidebar .box-gray{background:url(agriart/bg-box-gray-sidebar-c.png) repeat-y;}
#sidebar .box-gray .holder{background:url(agriart/bg-box-gray-sidebar-t.png) no-repeat;}
#sidebar .box-gray .frame{background:url(agriart/bg-box-gray-sidebar-b.png) no-repeat 0 100%;}
#content .box-gray{background:url(agriart/bg-box-gray-content-c.png) repeat-y;}
#content .box-gray .holder{background:url(agriart/bg-box-gray-content-t.png) no-repeat;}
#content .box-gray .frame{background:url(agriart/bg-box-gray-content-b.png) no-repeat 0 100%;}
/* box-gradient */
.box-gradient{background:url(agriart/bg-box-gradient-c.png) repeat-y;}
.box-gradient .holder{background:url(agriart/bg-box-gradient-t.png) no-repeat;}
.box-gradient .frame{background:url(agriart/bg-box-gradient-b.png) no-repeat 0 100%;}
#sidebar .box-gradient{background:url(agriart/bg-box-gradient-sidebar-c.png) repeat-y;}
#sidebar .box-gradient .holder{background:url(agriart/bg-box-gradient-sidebar-t.png) no-repeat;}
#sidebar .box-gradient .frame{background:url(agriart/bg-box-gradient-sidebar-b.png) no-repeat 0 100%;}
#content .box-gradient{background:url(agriart/bg-box-gradient-content-c.png) repeat-y;}
#content .box-gradient .holder{background:url(agriart/bg-box-gradient-content-t.png) no-repeat;}
#content .box-gradient .frame{background:url(agriart/bg-box-gradient-content-b.png) no-repeat 0 100%;}
#sidebar .box .frame{padding:18px 15px 26px;}
/* contact */
.contact h3{margin:0 0 17px;}
.contact p{
	font-size:14px;
	margin:10px 0 19px;
}
.contact address{
	padding:0;
	margin:12px 0 20px;
	font-style:normal;
	line-height:19px;
	font-size:11px;
}
.contact address span{display:block;}
.contact address a{
	text-decoration:underline;
	color:#777;
}
.contact address a:hover{text-decoration:none;}
/* some-nav */
.some-nav{
	list-style:none;
	padding:0;
	margin:0;
}
.some-nav li{
	font-size:13px;
	line-height:22px;
}
.some-nav span{
	text-decoration:underline;
	color:#008640;
}
.some-nav a{
	color:#333;
	text-decoration:none;
}
.some-nav .active a{color:#333;}
.some-nav a:hover{text-decoration:underline;}
/* specification */
.specification{
	list-style:none;
	padding:0;
	margin:7px 0 10px 5px;
}
.specification li{
	background:url(agriart/sep-specification.gif) no-repeat 0 6px;
	padding:0 0 7px 15px;
}
.titls{
	display:block;
	color:#000;
	font-weight:normal;
	margin:25px 0 0;
	font-size:13px;
}
/* desc */
.desc p{
	margin:5px 0 20px;
	line-height:22px;
}
.desc img{display:block;width:100%;}
.desc .nom{margin-bottom:8px;}
/* events */
.events{
	clear:both;
	height:1%;
	margin:0 0 23px 18px;
	overflow:hidden;
}
.events h3{margin:0 0 25px;}
.events h4{margin:8px 0 26px;}
.events .alingleft{margin:10px 28px 0 15px;}
.events p{
	font-size:14px;
	line-height:22px;
	margin:10px 0 3px;
}
#content .events {margin-left:0;}
#content .events h3{margin:8px 0 25px;}
#content .events h4{
	font-size:17px;
	margin:0 0 23px;
}
/* content events p */
#content .events p{margin:10px 0 3px;}
#content .events .alingleft{
	margin:4px 16px 0 8px;
	display:inline;
}
/* newsletter */
#sidebar .newsletter .frame{padding:23px 15px 26px;}
#sidebar .newsletter h4{
	color:#2d2d2d;
	font-size:12px;
	font-weight:normal;
	margin:0 0 4px;
}
.newsletter span{font-size:11px;}
.newsletter fieldset{margin:4px 0 0;}
.newsletter label{color:#2d2d2d;}
.newsletter .txt{
	width:303px;
	padding:1px 5px;
	border:1px solid #ccc;
	display:block;
	margin:6px 0 0;
}
/* news */
#sidebar .news h3{margin:0 0 5px;}
#sidebar .news h4{
	color:#666;
	font-size:15px;
	font-weight:normal;
	margin:5px 0 9px;
}
.news-post{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding:10px 0;
}
.news-post p{
	margin:2px 0 0;
	line-height:19px;
	padding-bottom:20px;
}
.news-post strong{
	font-weight:normal;
	color:#202020;
	font-size:14px;
}
.news-post strong a{
	padding:0 0 0 6px;
	color:#202020;
}
.more-btn{
	display:block;
	text-align:right;
}
.arh-news{
	text-transform:uppercase;
	display:block;
	padding:31px 0 26px;
}
.arh-news a{
	color:#999;
	text-decoration:underline;
}
.arh-news a:hover{text-decoration:none;}
/* more */
.more{
	background:url(agriart/arrow-more.gif) no-repeat 100% 60%;
	padding:0 14px 0 0;
}
/* download */
#sidebar .download{margin-bottom:30px;}
#sidebar .download h3{margin:0 0 1px;}
.download p{margin:0 0 0;padding:0 0 19px;}
.btn-download{
	color:#202020;
	background:url(agriart/btn-download.gif) no-repeat 0 50%;
	font-size:15px;
	line-height:18px;
	padding:0 0 0 26px;
	float:left;
	text-decoration:underline;
}
.btn-download:hover{text-decoration:none;}
/* paging */
.paging{
	float:right;
	width:100%;
}
.paging ul{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
.paging li{
	float:left;
	background:url(agriart/sep-paging.gif) no-repeat 0 55%;
	padding:0 6px;
	font-size:14px;
}
.paging li:first-child{background:none;}
.paging ul a{
	color:#777;
	float:left;
}
.paging ul .active a,
.paging ul a:hover{
	color:#008640;
	text-decoration:none;
}
.paging .next,
.paging .prev,
.paging .last,
.paging .first{
	background:url(agriart/btn-first.gif) no-repeat;
	width: 7px;
	height:7px;
	overflow:hidden;
	text-indent:-9999px;
	margin:5px 0 0;
	float:right;
}
.paging .last{background:url(agriart/btn-last.gif) no-repeat;}
.paging .next{
	background:url(agriart/btn-next.gif) no-repeat;
	width: 4px;
	margin-right:7px;
}
.paging .prev{
	background:url(agriart/btn-prev.gif) no-repeat;
	width: 4px;
	margin-left:7px;
}
.paging .next:hover,
.paging .prev:hover,
.paging .last:hover,
.paging .first:hover{background-position:0 -7px;}
.items-box .frame{padding:20px 0 0 8px;}
/* alingright */
.alingright{
	float:right;
	margin:0 0 0 15px;
}
/* alingleft */
.alingleft{
	float:left;
	margin:0 15px 0 0;
}
/* items-list */
.items-list{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
}
#sidebar .items-list{
	margin:0 -15px 0 -13px;
	width:auto;
}
.items-list li{
	float:left;
	width:84px;
	font-size:9px;
	margin:0 3px 0 0;
	padding-bottom:15px;
}
.items-list img{
	width:78px;
	border:3px solid #f2f2f2;
	display:block;
}
.items-list a{color:#777;}
.items-list span{
	padding:6px 3px 0;
	display:block;
}
.items-list a:hover{
	color:#333;
	text-decoration:none;
}
.items-list a:hover img{border:3px solid #666;}
/* contact-form */
.contact-form{margin:0 0 19px;}
#content .contact-form h2{
	margin:12px 0;
	background:none;
}
#content .contact-form h3{margin:0 0 18px;}
.contact-form p{
	line-height:22px;
	margin:10px 0 26px;
}
.contact-form span{padding:0 6px;}
.contact-form .must{
	padding:0 0 0 16px;
	background:url(agriart/ico-must.gif) no-repeat 0 55%;
	line-height:14px;
	font-size:10px;
	color:#999;
	position:absolute;
	right:0;
	top:4px;
	display:none;
}
.contact-form .txt{
	width:522px;
	padding:2px 5px;
	border:1px solid #ccc;
	display:block;
	margin:0;
}
.contact-form .col .txt{width:245px;}
.contact-form .error .txt{border-color:#fe0000;}
.contact-form .error .must{display:block;}
.contact-form .row{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:1px 0;
}
.contact-form .row3{margin:21px 0 0;}
.contact-form .lbl{
	height:1%;
	position:relative;
	padding:4px 5px;
}
.contact-form .lbl em{
	font-style:normal;
	color:#fe0000;
}
.contact-form .passed,
.contact-form .failed{
	color:#fe0000;
	background:#eee;
	margin:9px 0 12px;
	padding:5px 17px;
	border:1px solid #fe0000;
	clear:both;
}
.contact-form .passed{
	color:#008640;
	border-color:#008640;
}
.contact-form .col{
	width:258px;
	float:left;
}
.contact-form .col2{float:right;}
.contact-form .check-radio .alingleft{margin:0 9px 0 3px;}
.contact-form .check-radio .alingleft-radio{margin:0 12px 0 22px;}
.contact-form select{
	width:257px;
	display:block;
	margin:0;
}
.contact-form .tarea{
	height:1%;
	padding:5px;
	border:1px solid #ccc;
}
.contact-form .tarea textarea{
	width:522px;
	max-width:522px;
	max-height:600px;
	overflow:auto;
	height:135px;
	padding:0;
	margin:0;
	display:block;
	border:0;
}
#content .contact-form .ref h3{
	font-size:13px;
	margin:8px 0 3px;
	font-weight:normal;
	color:#777;
	text-transform:uppercase;
}
.contact-form .ref p{
	margin:3px 0 26px;
	font-size:9px;
	line-height:18px;
}
.contact-form .check-radio{margin:7px 0 2px;}
.contact-form .check-radio input{
	width:15px;
	height:14px;
	float:left;
	margin:0;
}
.contact-form .check-radio label{
	float:left;
	padding:0 3px;
}
.contact-form .btn-submit{
	margin:0 6px 28px 0;
	float:right;
	display:inline;
}



/* navbar */
.navbar{margin:-7px 0 30px 0;}
.navbar ul{
	padding:0;
	margin:0;
	width:100%;
}
.navbar li{
	list-style:none;
	margin:12px 0;
	height:1%;
	vertical-align:top;
	overflow:hidden;
}
.navbar ul ul{margin:12px 0 -10px;}
.navbar span{
	background:url(agriart/bg-navbar-main-b.png) no-repeat 0 100%;
	display:block;
	padding:2px 38px;
	cursor:pointer;
}
.navbar .active,
.navbar li li{background:none;}
.navbar a{
	color:#333;
	font-size:17px;
	display:block;
	height:1%;
	background:url(agriart/bg-navbar-main-t.png) no-repeat;
}
.navbar .active a,
.navbar a:hover{
	text-decoration:none;
	color:#000;
	background:url(agriart/bg-navbar-main-t-active.png) no-repeat;
}
.navbar .active a span,
.navbar a:hover span{background:url(agriart/bg-navbar-main-b-active.png) no-repeat 0 100%;}
#content .navbar a{background:url(agriart/bg-navbar-content-t.png) no-repeat;}
#content .navbar span{background:url(agriart/bg-navbar-content-b.png) no-repeat 0 100%;}
#content .navbar .active a,
#content .navbar a:hover{background:url(agriart/bg-navbar-content-t-active.png) no-repeat;}
#content .navbar .active a span,
#content .navbar a:hover span{background:url(agriart/bg-navbar-content-b-active.png) no-repeat 0 100%;}
#sidebar .navbar a{background:url(agriart/bg-navbar-t.png) no-repeat;}
#sidebar .navbar span{background:url(agriart/bg-navbar-b.png) no-repeat 0 100%;}
#sidebar .navbar .active a,
#sidebar .navbar a:hover{background:url(agriart/bg-navbar-t-active.png) no-repeat;}
#sidebar .navbar .active a span,
#sidebar .navbar a:hover span{background:url(agriart/bg-navbar-b-active.png) no-repeat 0 100%;}
.navbar ul .active ul a,
.navbar ul ul a{
	padding:2px 56px;
	color:#999;
	background:none !important;
	font-size:12px;
	text-transform:uppercase;
	border:1px solid #fff;
}
.navbar ul .active ul a:hover,
.navbar ul ul a:hover{
	background:#f2f2f2 !important;
	border:1px solid #e8e8e8;
	color:#000;
}
/* breadcrumbs */
.breadcrumbs{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.breadcrumbs ul{
	list-style:none;
	padding:0;
	margin:0 0 0 9px;
	overflow:hidden;
	height:1%;
	float:left;
}
.breadcrumbs li{
	color:#008640;
	background:url(agriart/sep-breadcrumbs.gif) no-repeat 0 55%;
	float:left;
	padding:0 7px;
	margin:0 1px 0 -1px;
}
.breadcrumbs a{
	color:#333;
}
/* footer */
#footer{
	width:100%;
	min-width:952px;
	background:url(agriart/bg-footer.jpg) repeat-x 0 100%;
}
#footer p{
	text-align:center;
	margin:0;
	color:#666;
	font-size:12.5px;
}
#footer a{color:#666;}
.footer-main{
	width:952px;
	margin:0 auto;
	background:url(agriart/bg-main-b.png) no-repeat 0 100%;
	padding:63px 0 12px;
}


/**
 * Temporaneo
 */
#content p {
	/*font-family: "Trebuchet MS";*/
	font-size:12px;
	color:#555;
}
