body {
	margin : 0;
	padding : 0;
	font : 75% helvetica, "Trebuchet MS", arial, sans-serif;
	line-height : 1.7em;
	color : #555;
}

strong {
	color: #990000;
}



			
/*TOP BANNER*/

#header {
	height : 188px;
	margin-top : 0;
	padding : 0;
	color : #555;
	background-color: #e88d33;
	background-image: url(img/bg_head.jpg);
	background-repeat: repeat-x;
}

#header02 {
	height : 188px;
	margin-top : 0;
	padding : 0;
	color : #555;
	background-color: #e88d33;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
}

#header h1{
	padding-top: 80px;
	padding-left: 500px;
	font-size: 18px;
	color: #FFFFFF;
}

#header #logo{
	background-image: url(img/logo_head.jpg);
	background-repeat: no-repeat;
	height: 188px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}


#gutter {
	float : left;
	width : 4%;
	height : 1px;
}

/* COL 1*/

#col1 {
	float : left;
	width : 15%;
	margin-bottom : 1em;
	padding-right : 1%;
}


/* COL 2 */

#col2 {
	float : left;
	margin-left : 2%;
	margin-bottom : 1em;
	border-left : 1px dashed #dda875;
	border-right : 1px dashed #dda875;
	padding-right : 3%;
	padding-left : 3%;
	background-image: url(img/dna.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 50%;
}

#col2 img {
	padding : 6px;
	border : 1px solid #aaa;
}

#col2 a {
	text-decoration : underline;
	color : #FF6600;
	background : inherit;
}

#col2 a:hover {
	text-decoration : underline;
	color : #990000;
	background : inherit;
}

#col2 fieldset {
	padding: 5px;
	margin-top: 15px;
	border: 1px solid #FF9900;
	margin-bottom: 15px;
}

#col2 fieldset .box {
	background-color: #FFCC99;
	padding-top: 5px;
}

#col2 fieldset .box a {
	color: #885835;
	text-decoration: none;
}

#col2 fieldset .box a:hover {
	color : #FF6600;
	text-decoration: none;
}

#col2 fieldset .box a.active {
	color : #FF6600;
	text-decoration: none;
}



/* COL 3*/

#col3 {
	float : left;
	width : 18%;
	margin-left : 3%;
	margin-bottom : 1em;
}
			
/*RIGHT NAVIGATION*/

#navcontainer {
	padding-bottom: 10px;
	padding-top: 0px;
}

#navcontainer h1{
	font-size : 20px;
	color : #885835;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: center;
}

#navcontainer ul {
	list-style-type : none;
	margin: 0;
	padding: 0;
	line-height: 19px;
}
#navcontainer ul li a {
	color : #885835;
	text-align : left;
	text-decoration : none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
	font-size: 12px;
	background-image: url(img/list-off-orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#navcontainer ul li a:hover {
	color : #f17327;
	background : transparent url(img/list-on-orange.gif) no-repeat left center;
}
#navcontainer ul li a.active {
	color : #FF6600;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(img/list-on-orange.gif);
}


/*FOOTER*/

#footer {
	clear : both;
	height : 60px;
	background : #f17327;
	border-top : 5px solid #885835;
	margin: 0px;
	padding: 0px;
}

#footer p {
	color : #333333;
	text-align: center;
	margin-top: 18px;
}

#footer a {
	color : #663300;
}

#footer a:hover {
	color : #FFFFFF;
	background : inherit;
	text-decoration: underline;
}
			
/*TYPOGRAPHY*/

h1 {
	margin : 0;
	font-size : 20px;
	color : #FF6600;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
}

h2 {
	margin-top : 0;
	padding-top : 20px;
	text-transform : uppercase;
	font-size : 20px;
	color : #885835;
}

h3 {
	margin : 0;
	font-size : 20px;
	color : #FF6600;
	font-weight: bold;
	padding-top : 20px;
	text-transform: uppercase;
}

h4 {
	text-transform : uppercase;
	font-size : 20px;
	color : #885835;
	border: 1px solid #FF9900;
	padding: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 95%;
}

h5 {
	margin : 0;
	font-size : 14px;
	color : #990000;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

blockquote {
	font-weight : bold;
	color : #CC0000;
}

/* FIELDSET */ 

fieldset {
	padding: 5px;
	margin-top: 15px;
	border: 1px solid #FF9900;
	margin-bottom: 15px;
}

fieldset .box {
	background-color: #FFCC99;
	padding-top: 5px;
}

fieldset .box a {
	color: #885835;
}

fieldset .box a:hover {
	color : #FF6600;
	text-decoration: none;
}

fieldset .box a.active {
	color : #FF6600;
	text-decoration: none;
}


/* LEGEND */

legend {
	font-weight: bold;
	color: #990000;
}

		 
/*LINKS*/

a {
	text-decoration : none;
	color : #FF6600;
	background : inherit;
}

a:hover {
	text-decoration : underline;
	color : #990000;
	background : inherit;
}

a img {
	border : 0;
}

/*IMAGES*/

.imgsx {
	float : left;
	padding : 6px;
	border : 1px solid #aaa;
	margin-right : 10px;
}
.imgdx {
	float : right;
	padding : 6px;
	border : 1px solid #aaa;
	margin-left: 10px;
}

.riga {
	width: 98%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 25px;
}

/* VARIE */ 

.privacy {
	font-size: 9px;
}

.mail {
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}

.tit {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
