*
{
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	background: url(../img/bg.gif);
	font: 12px Arial, Sans-serif;
}

ul
{
	list-style: none;
}

a
{
	color: #060;
	background-color: inherit;
	text-decoration: none;
}

a:hover
{
	color: #989435;
	background-color: inherit;
	text-decoration: underline;
}
#wrap
{
	border-left: 1px solid #bcbcbe;
	border-right: 1px solid #bcbcbe;
	width: 760px;
	display: block;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
}

.row
{
	overflow: hidden;
}
.hidden
{
	display: none;
}

/* @group header */
#header
{
	overflow: hidden;
}

#header #pre-header
{
	color: #000;
	background-color: #deddbe;
	overflow: hidden;
	padding: 0.3em 0;
}

#header #pre-header h1
{
	display: none;
}

#header #pre-header h2
{
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #060;
	background-color: inherit;
	width: 500px;
	float: left;
	margin-left: 1em;
	text-transform: uppercase;
}

#header #pre-header form
{
	width: 200px;
	float: right;
	overflow: hidden;
}

#header #pre-header input
{
	width: 120px;
	border: 1px solid #b6b470;	
	float: left;
	padding-left: 0.5em;
	color: #666;
	background-color: #fff;
	height: 16px;
}

#header #pre-header a
{
	text-align: center;
	color: #fff;
	background-color:#060;
	float: left;
	width: 60px;
	margin-left: 0.5em;
	height: 1.5em;
	line-height: 1.5em;
}
#header #pre-header a:hover
{
	color: #fff;
	background-color: #989435;
	text-decoration: none;
}
#header img
{
	display: block;
}
/* @end */

/* @group nav */
ul#nav  
{
	font:  bold 10px Arial, Sans-serif;
	text-transform: uppercase;
	color: #060;
	background-color: #deddbe;
	height: 22px;
	border-top: 2px solid #060;
	border-bottom: 2px solid #060;
}

#nav li 
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 75px;
	text-align: center;
}
#nav li.little
{
	width: 50px;
}
#nav li.middle
{
	width: 90px;
}
#nav li.big
{
	width: 120px;
}
#nav li.bigger
{
	width: 140px;
}
#nav li.rss
{
	width: 40px;
	background: url(../img/rss.gif) no-repeat left;
	padding-left: 1em;
	font-size: 1.2em;
	height: 1.7em;
	line-height: 1.5em;
	margin-left: 0.5em;
	margin-top: 0.1em;
}
#nav li.rss a
{
	color: #ff6d1f;
	background-color: inherit;
}

#nav li a
{
	color:#060;
	background-color: inherit;
	text-decoration: none;
	display: block;
	height: 18px;
	line-height: 18px;
	margin: 2px;
}

#nav li a:hover
{
	color: #fff;
	background-color:  #006032;
	
}
#nav li.rss a:hover
{
	color: #ff6d1f;
	background-color: inherit;
	text-decoration: underline;	
}
/* @end */

/* @group #cover */
#cover
{
	overflow: hidden;
}
#cover .section
{
	color: #060;
	background-color: #deddbe;
	text-transform: uppercase;
	padding: 0.2em 0 0 0.5em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#cover .news
{
	margin: 0.5em;
	border-top: 1px solid #c6c6c6;
	padding-top: 0.5em;
}

#cover .news h3
{
	font-size: 16px;
	font-family: Helevetica, Arial, Sans-serif;	
}

#cover .news img
{
	float: left;
	width: 100px;
	margin-right: 0.5em;	
}

#cover .news .date
{
	font-size: 10px;
	color: #3f3f3f;
	background-color: inherit;
}
#cover .news .category
{
	line-height: 1.3em;
}
#cover .news p
{
	color: #666;
	background-color: inherit;
}

#cover .first,
#cover .product,
#cover .second
{
	border-top: none;
	padding-top: 0;
}

#cover .first .news-wrap
{
	padding: 0.5em;
	border-left: 1px solid #c5c5c5;	
	border-right: 1px solid #c5c5c5;	
	border-bottom: 1px solid #c5c5c5;	
}
#cover .first img
{
	width: 262px;
	margin: 0;
	display: block;
	float: none;
}
#cover .first h3
{
	font-size: 18px;	
}

/* @end */


/* @group block_1 */
.block_1
{
	color: #060;
	background: #deddbe;
	float: left;
	width: 210px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

.block_1 p
{
	margin: 1em 1em 0.5em 1.5em;
	font-weight: bold;
}

.block_1 h2
{
	font-size: 24px;
	font-weight: normal;
	color: #a28f2e;
	background-color: inherit;
	display: block;
	margin: 0.5em;
}
.block_1 #attach
{
	
}
.block_1 #attach ul
{
	margin: 0.5em;
}
.block_1 #attach ul li
{
	list-style-type: square;
	list-style-position: inside;
	padding: 0.2em 0;
}
.block_1 #attach ul li.title
{
	color: #fff;
	background-color: #060;
	font-size: 14px;
	padding: 0.2em 0.5em 0.2em 0.5em;
	list-style: none;
}
.block_1 #attach ul li a
{
	
}
.block_1 #attach ul li a:hover
{
	
}
/* @end */

/* @group block_2 */
.block_2
{
	float: left;
	width: 274px;
	border-right: 1px solid #c6c6c6;
}

.block_3
{
	border-left: 1px solid #c6c6c6;
	margin-left: -1px;
	float: left;
	width: 275px;
}

/* @end */

/* @group block_4 */
.block_4
{
	float: left;
	width: 550px;
}

.block_4 .messageError
{
	color: #bf0000;
	background-color: inherit;
	display: none;
	margin-left: 15.5em;
	margin-top: 0.5em;
}

/* @end */


/* @group newsletter */
#newsletter
{
	color: inherit;
	background-color: #edeede;
	border-bottom: 1px dashed #999;
	overflow: hidden;
	padding: 0.5em 0 0.5em 0.5em;

}
#newsletter strong
{
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}
#newsletter label
{
	font-size: 10px;
	line-height: 1.8em;
	float: left;
	width: 35px;
}

#newsletter input
{
	width: 90px;
	float: left;
	border: 1px solid #b6b470;	
	color: #666;
	background-color: #fff;
	padding-left: 0.5em;
	height: 16px;
}

#newsletter a
{
	text-align: center;
	color: #fff;
	background-color:#060;
	float: left;
	width: 60px;
	margin-left: 0.5em;
	height: 1.5em;
	line-height: 1.5em;
}
#newsletter a:hover
{
	color: #fff;
	background-color: #989435;
	text-decoration: none;
}
#newsletter #error-newsletter
{
	display: none;
	color: #bf0000;
	background-color: inherit;
	margin: 1em 0.5em 0 0;
}

/* @end */
/* @group section */
#section
{
	overflow: hidden;
	min-height: 260px;
}
#section .block_4 h2
{
	font-size: 14px;
	font-weight: bold;
	color: #a28f2e;
	background-color: inherit;
	display: block;
	border-bottom: 1px dashed #999;
	margin: 1em 1em 0.5em 1em;
}
#section .news
{
	border-bottom: 1px solid #999;
	margin: 1em;
	padding-bottom: 0.5em;
	overflow: hidden;
}
#section .news .date
{
	font-size: 10px;
	font-weight: normal;
	color: #3f3f3f;
	background-color: inherit;
}
#section .news .photo
{
	float: left;
	width: 100px;
	margin: 0 1em 0 0;
	
}
#section .news .photo img
{
	width: 100px;
}

#section .news .text
{
	margin-left: 112px;
}
#section .pagination
{
	text-align: right;
	margin: 1em 1em 1em 0;
	font-size: 14px;
}
#section .pagination a:hover
{
	text-decoration: none;
}
#section .pagination .before
{
	background: url(../img/arrow-left.gif) no-repeat 0 3px;
	padding-left: 6px;
}

#section .pagination .before:hover,
#section .pagination .after:hover
{
	background-position: 0 -14px;
}
#section .pagination .after
{
	background: url(../img/arrow-right.gif) no-repeat 0 3px;
	padding-right: 6px;
}


/* @end */

/* @group news */
#news
{
	overflow: hidden;
	padding-bottom: 1em;
}
#news .actions
{
	border-bottom: 1px dotted #999;
	margin: 0.5em;
	text-align: right;
}
#news .actions a
{
	color: #666;
	background-color: inherit;
	line-height: 2.4em;
	padding: 0.2em 0;
}
#news .actions a:hover
{
	color: #989435;
	background-color: inherit;
	text-decoration: none;
}
#news .actions .pdf
{
	background: url(../img/pdf.gif) no-repeat 24px 0;
	padding-right: 2em;
}
#news .actions .pdf:hover
{
	background-position: 24px -21px;
}
#news .actions .send
{
	background: url(../img/send.gif) no-repeat 68px 0;
	padding-right: 2em;
}
#news .actions .send:hover
{
	background-position: 68px -20px;
}
#news .content_news
{
	margin: 0 1em;
}
#news h2
{
	color: #060;
	background-color: inherit;
	font-size: 20px;
	
}
#news h3
{
	
}
#news .content_news .row
{
	border-top: 1px dashed #666;
	color: #666;
	background-color: inherit;
	padding-top: 0.2em;
	margin-top:0.2em;
}

#news .author
{
	float: left;
	width: 45%;
}
#news .data
{
	float: right;
	width: 45%;
	text-align: right;
}
#news .entradeta
{
	font-size: 14px;
	font-weight: bold;
	color: #4d4d4d;
	background-color: inherit;
	margin-top: 0.5em;
}
#news .photo
{
	float: right;
	clear: right;
	width: 250px;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
#news .photo img
{
	width: 250px;
}
#news .photo .peu
{
	text-align: right;
	font-size: 10px;
}
#news p
{
	color: #666;
	background-color: inherit;
	margin-top: 0.5em;
}
/* @end */

/* @group static */
#static
{
	overflow: hidden;
	min-height: 260px;
}
#static p
{
	margin: 0.5em 1em;
	color: #666;
	background-color: inherit;
}

#static p strong
{
	color: #000;
	background-color: inherit;
}
#static img
{
	margin-left: 1em;
}

#static h3
{
	color: #989435;
	background-color: inherit;
	font-size: 14px;
	margin-left: 0.8em;
}
#static .block_4 h2
{
	color: #989435;
	background-color: inherit;
	font-size: 18px;
	margin-left: 0.6em;
	margin-top: 1em;
}
#static .block_4 form
{
	border: 1px solid #8c8c8c;
	color: inherit;
	background-color: #deddbe;
	margin: 1em;
}
#static .block_4 fieldset
{
	border: 1px solid #b6b470;
}

#static .block_4 form .row
{
	margin-top: 0.5em;
}
#static .block_4 form label
{
	width: 15em;
	float: left;
	color: #060;
	background-color: inherit;
	text-align: right;
	margin-right: 0.5em;	
}
#static .block_4 form input
{
	width: 260px;
	float: left;
	border: 1px solid #999;
	height: 16px;
}
#static .block_4 form textarea
{
	width: 260px;
	float: left;
	border: 1px solid #999;
}
#static .block_4 form input.radio
{
	width: auto;
	height: auto;
	border: none;
}
#static .block_4 form label.label_radio
{
	width: 1em;
	margin-left: 0.2em;
}
#static .block_4 form a.button
{
	text-align: center;
	color: #fff;
	background-color:#060;
	float: right;
	width: 60px;
	margin-right: 6.3em;
	height: 1.5em;
	line-height: 1.5em;

}
#static .block_4 form a.button:hover
{
	color: #fff;
	background-color: #989435;
	text-decoration: none;

}


/* @end */


/* @group footer */
#footer
{
	color: #666;
	background-color: #deddbe;
	text-align: center;
	padding: 0.2em;
}
#footer .row
{
	padding: 0.2em 0;
}
#footer a
{
	color: #3f3f3f;
	background-color: inherit;

}
#footer a:hover
{
	color: #7e7903;
	background-color: inherit;
	text-decoration: underline;
}
/* @end */






