

/* GENERAL */


html {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #f0f1f1;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	text-transform: none;
	line-height:16px;
	top: 0;
	}	
	
	
/* MISC */

.error-msg {
	font-size: 14px;
    padding: 20px 0 0 10px;
    text-align: center;
    color: #333;
	font-style:italic;
	text-align:left;
}

	
.spacer {
  	clear: both;
	}
	
	
.inline {
	display:inline;
	}
	
	
.margin_20 {
	margin: 20px;
	}

	
.margin_10 {
	margin: 10px;
	}
	
.margin_5 {
	margin: 5px;
	}
	
.margin_2 {
	margin: 2px;
	}
	

	
.top {
	margin-top: 0;
	}
	
br.small {
	line-height: 8px;
	}


p.big {
	font-size: 14px;
	line-height: 16px;
	color: #666;
	}	

p.big2 {
	font-size: 14px;
	line-height: 16px;
	color: #679a80;
	}


/* DEFAULT LINKS */		
	
a:link { 
	text-decoration: none; 
	color: #000;
	}
a:visited { 
	text-decoration: none; 
	color: #000;
	}
a:hover { 
	text-decoration: underline; 
	color: #000;
	}
a:active { 
	text-decoration: none; 
	color: #000;
	}
	
	
  
/* FONTS */ 

.serif {
	font-family: Georgia, Times, serif;
	}


h1 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	top: 0;
	margin: 0;
}


h2 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	top: 0;
	margin: 0;
}

h2 a:link {   
	text-decoration: none;
	color: #005248;
}
h2 a:active {   	
	text-decoration: none;
	color: #005248;
}
h2 a:visited {    
	text-decoration: none;
	color: #005248;
}
h2 a:hover {    
	text-decoration: underline;
	color: #005248;
}

h2.subtitle {
	
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
	color: #276157;
	top: 0;
	margin: 0;
}

h2.list_title {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #276157;
	margin: 0;
	padding: 0 0 8px 0;
	top: 0;
}


h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	top: 0;
	margin: 0;
}


h3 a:link {   
	text-decoration: underline;
	color:#000;
}
h3 a:active {   	
	text-decoration: underline;
	color:#000;
}
h3 a:visited {    
	text-decoration: underline;
	color:#000;
}
h3 a:hover {    
	text-decoration: underline;
	color:#999;
}

.fontcolor_black {
	color: #000;
	}
	
.fontcolor_white {
	color: #fff;
	}
	
.fontcolor_green {
	color: #005248;
	}
	
.fontcolor_green2 {
	color: #276157;
	}
	
.fontcolor_green3 {  /* light green */
	color: #8fba80;
	}
	
.fontcolor_green4 {  /* medium green */
	color: #679a80;
	}
	
.fontcolor_dgrey {
	color: #666;
	}
	
.fontcolor_lgrey {
	color: #ccc;
	}
	
	
	



 
	

/* CONTAINER */	

#container { 
	left: 50%;
	position: absolute;
	width: 760px;
	margin: 0 0 0 -390px;
	background-color: #e1e1e1;
	padding:0 10px 0 10px;
	}







	

/* BANNER */
	
.banner_big {      
	width:760px;
	position:relative;
	float:left;
	height:166px;
	background-color: #ccc;
	margin:0;
	padding:0;
	top: 0;
	}
	
.banner_1 {
	background-image: url(imgs/banner_home.jpg);
	}
	
.banner_medium {      
	width:760px;
	position:relative;
	float:left;
	height:122px;
	background-color: #ccc;
	margin:0;
	padding:0;
	top: 0;
	}

	


/* CONTENT */

#white_content { 
	width:720px;
	height:auto;
	background-color: #fff;
	position:relative;
	float:left;
	margin: 0;
	padding: 15px 20px 20px 20px;
	}




/* COLUMNs */
	
.big_column { 
	width:100%;
	height:auto;
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	}
	
.medium_column_left { 
	width:490px;
	height:auto;
	position:relative;
	float:left;
	margin: 0;
	padding: 0 20px 0 0;
	}
	
.medium_column_right { 
	width:490px;
	height:auto;
	position:relative;
	float:left;
	margin: 0;
	padding: 0 0 0 20px;
	}
	
.small_column_left { 
	width:204px;
	height:auto;
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	}
	
.small_column_right { 
	width:204px;
	height:auto;
	position:relative;
	float:right;
	margin: 0;
	padding: 0;
	}
	
.small_column_button {
	font-family:Georgia, Times, serif;
	width:202px;
	height:auto;
	position:relative;
	float:left;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 14px;
	color: #333; 
	border: 1px solid #ccc;
	text-align: center;
	background-image: url(imgs/galeria_button.jpg);
	}
	
.small_column_button a {   
	text-decoration: none;
	color:#333;
	padding: 4px 0;
	display: block;
	width: 202px;
	background-image: url(imgs/galeria_button.jpg);	
}

.small_column_button a:link {   
	text-decoration: none;
	color:#333;
	margin: 0;	
}

.small_column_button a:active {   	
	text-decoration: none;
	color:#333;
	margin: 0;
}

.small_column_button a:visited {    
	text-decoration: none;
	color:#333;
	margin: 0;
}

.small_column_button a:hover {    
	text-decoration: none;
	color:#005248;
	background-image: url(imgs/galeria_button2.jpg);
	margin:0;
}

.list_column { 
	width:720px;
	height:auto;
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	}
	
.list_txt { 
	width:520px;
	height:auto;
	position:relative;
	float:right;
	margin: 0;
	padding: 0;
	}
	



/* HOME NEWS */

.news_module {
	position: relative;
	float: left;
	width: 202px;
	border: 1px solid #ccc;
	padding: 0;
	}
	
.news_ttle_line {
	position: relative;
	float: left;
	width: 190px;
	padding: 6px;
	background-color:#276157;
	background-image:url(imgs/module_ttle_back.jpg);
	color: #fff;
	font-size: 16px;
	text-align: center;
	}
	
.news_new_line {
	position: relative;
	float: left;
	width: 182px;
	padding: 4px 10px 4px 10px;
	margin: 0;
	background-color:#fff;
	color: #666;
	}
	
.new_line {
	position: relative;
	float: left;
	width: 190px;
	margin: 1px 4px 1px 4px;
	padding: 0;
	height: 1px;
	border-bottom: 2px solid #8fba80;;
	font-size: 0;
	line-height: 1px;
	}
	

	
	
/* IMGS & THUMBS */

.galery_thumb {
	width: 180px;
	max-height: 136px;
	padding: 11px;
	border: 1px solid #ccc;
	}
	
.list_thumb {
	width: 180px;
	max-height: 136px;
	float:left;
	margin-right: 10px;
	padding: 11px;
	border: 1px solid #ccc;
	}
	
.list2_thumb {
	width: 90px;
	max-height: 100px;
	float:left;
	padding: 5px 5px 5px 10px;
	}

.border {
	border: 1px solid #ccc;
	}
	
.framing {
	border: 1px solid #ccc;
	padding: 10px;
	}
	
.margin_right {
	margin-right: 10px;
	}
	
.epigrafe {
	font-size: 10px;
	font-weight: normal;
	color: #005248;
	line-height:12px;
	top: 3px;
	padding-left: 10px;
	position: relative;
	float: left;
	width: 192px;
	}
	

	



