/*******************************************************************************
 * Copyright © 2009 BrainyByte di Vaggelli Manuele - Tutti i diritti riservati
 * Author: Manuele vaggelli
 * Author URI: http://www.brainybyte.com 
 ******************************************************************************/


/* HTML ELEMENTS **************************************************************/

* {
    border:none;
    margin:0;
    padding:0;
}
html {
    margin: 0pt; 
    padding: 0pt; 
    min-height: 100%; 
    height: 100%;
}

body {    
    font:12px Arial, Sans;
    color:#444;
    background: #fff url(images/body-bg.png) repeat-x;
}

a {
    outline:none;
    color:#00803d;
}

a:hover {
    
}

ul {
    margin-left: 20px;
}

h1 {
    font-size:24px;
    font-weight:normal;
    color:#000;
    margin:0;
    padding:0 0 3px;
}
h2 {
    font-size:22px;
    color:#000;
    border-bottom:1px solid #e8e8e8;
    margin:0 0 15px;
    padding:0;
}

p {
    font-size:12px;
    line-height:18px;
    margin:0 0 12px 0;
    padding:0;
}
/* CLASSES ********************************************************************/

.hidden {
	display: none;
}

.bold {
	font-weight: bold;
}

table.default-table {
	width: 100%;
}

/* TABLE DEFAULT ****************************************************************/

table.default-table caption {
    font-size:12px;
    color:#fff;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    background: #fff200 url(images/default-table-caption-bg.png) no-repeat;;
}

table.default-table td {
    vertical-align: top;
}


/* TABLE GALLERY ****************************************************************/

table.gallery-table caption {
    font-size:12px;
    color:#fff;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    background: #fff200 url(images/default-table-caption-bg.png) no-repeat;;
}

table.gallery-table td {
    vertical-align: top;
    width: 25%;
    text-align: center;
}

.def-b {
	color: #008750;
	font-weight: bold;
}

.result_error {
	color: #b00;
}

.result_ok {
	color: #0b0; 
}

div.result_error,
div.result_ok {
    background-color: #fff;
    padding: 3px;
    font-weight: bold;
    text-align: center;
}

div.result_error {
	border: 1px solid #b00;
}

div.result_ok {
    border: 1px solid #0b0;
}

textarea.textbox,
input.textbox {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #008750;
    font-size: 90%;
    font-weight: bold;
    padding: 3px;
}

input.button {
    border-top: 1px solid #009b50;
    border-right: 1px solid #007350;
    border-bottom: 1px solid #007350;
    border-left: 1px solid #009b50;
    background-color: #008750;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    cursor: pointer;
}

.default-area {
    background: #ebebeb url(images/box-bg.png) top repeat-x;
    border-top: 1px solid #ddd;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #ccc;
    padding: 5px;	
}

div.news {
	margin: 8px 8px 0 8px;
	text-align: center;
	background: none;
	border: none;	
}

div.news img {
	width: 105px; 
	height: 70px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #ccc;
}

div.news p {
	margin: 0px 0px 5px 0px;
}
	
iframe.googlemap {
	margin-top: 10px;
	border: 1px solid #000;
}

img.thumbnail {
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}

p.quote {
	font-style: italic;
	line-height: 14px;
	background-color: #f5f5f7;
	padding: 10px;
	border: 1px solid #ededed;
}

fieldset.thumbnail,
ul.thumbnail,
p.thumbnail {
	background: #ebebeb url(images/box-bg.png) top repeat-x;
	border-top: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ccc;
	padding: 5px;
}

fieldset.thumbnail legend {
	font-weight: bold;
	color: #444;
}

ul.thumbnail {
    margin-left: 0px;
}

ul.thumbnail li {
	margin-left: 20px;
}

a.thumbnail {
	display: block;
	text-decoration: none;
	color:#444; 
}

.clear {
    clear:both;
}
.imgleft {
    float:left;
    border:1px solid #809098;
    margin:0 12px 12px 0;
    padding:3px;
}
.imgright {
    float:right;
    border:1px solid #809098;
    margin:0 0 12px 12px;
    padding:3px;
}
.img_center {
    width:98%;
    margin:10px 0;
    padding:5px;
}

p.aright {
    text-align:right;
}

clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

.index_wrap {
    overflow:hidden;
    height:100%;
}

.columns-page {
    margin-top:10px;
    padding-bottom:10px;
    height:100%; 
    padding-left: 8px;
    padding-right: 8px;	
}

.column-page-center {
	width:596px;
    float:left;
    margin-left: 0px;
    border-right: 1px dotted #ddd;
    margin-left:0px;    	
}

.column-page-right {
	width:289px;
    float:right;
    margin-right: 0px;
    padding-top: 60px;    
}

.columns {
    width:289px;
    margin-top:10px;
    padding-bottom:00px;
    height:100%; 
    padding-left: 8px;
    padding-right: 8px;  
}

	.column-left {
	    float:left;
	    margin-left: 0px;
	    border-right: 1px dotted #ddd;
	    margin-left:0px;	
	}
	.column-center {
	    float:left;
	    margin-left: 0px;
	    border-right: 1px dotted #ddd;
	    margin-left:1px;    
	}
	.column-right {
	    float:right;
	    margin-right: 0px;    
	}

.columns-page p,
.columns p { 
	line-height:18px;
}

.columns-page h2,
.columns h2 {
    font-size:15px;
    margin:0 0 10px 0;
    color:#fff;
    font-weight: bold;
    background: #008750 url(images/h2-bg.png) repeat-x;
    height: 20px;
    line-height: 20px;
    border-bottom: 3px solid #ffff00;
    padding-left: 10px;
}
.columns-page li,
.columns li {
    line-height:18px;
    margin:0 0 4px 0;
}
.columns-page li span,
.columns li span { 
	font-size:11px; 
	font-weight:normal;  
	}

/* HEADER *********************************************************************/

#header {
    height:60px;
    background: #008750 url(images/header-bg.png) repeat-x;
}
#header-in {
    width:940px;
    position:relative;
    margin:0 auto;
    border-top: 5px solid #00803d;
    border-bottom: 1px solid #fff;
    height: 55px;
}

#header-in h1 {
    margin:0;
    padding:0;
    height:54px;
    border:none;
    width: 325px;
    text-align: center;
    text-indent:-9009px;    
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#header-in h1 a {
    display:block;
    width:100%;
    height:54px;
    padding:0;
    background: #fff url(images/logo.png) center bottom no-repeat;
}

#headtop-in {
    width:940px;
    margin:0 auto;
}
#headtop-in h1 {
    font-size:24px;
    font-weight:normal;
    color:#fff;
    float:left;
    margin:0;
    padding:12px 0 0;
}

/* TOP NAVIGATION BAR***********************************************************/

#navbar {
    list-style:none;
    font-size:12px;
    height: 54px;
    clear:both;
    position:absolute;
    left:305px;
    padding:0;
    top: 0;
    color: #fff;
    background: #008750 url(images/menu-bg.png) 1px;
    width: 595px;
    border-top: 1px solid #fff;
    padding-left: 20px;
}
#navbar li {
    display:block;
    float:left;
    line-height:18px;
    margin:17px 0 0 0;
}
#navbar li a {
    text-decoration:underline;
    border-bottom:0;
    padding:5px;
    color: #fff;
}

#navbar li a:hover {
   
}

/* BOTTOM NAVIGATION BAR***********************************************************/

#navbar-bottom {
	text-align: center;
	margin-bottom: 10px;
	}
	
#navbar-bottom-in { 
	width:940px; 
	margin:-1px auto 0;
	}

#navbar-bottom-in ul {
    list-style:none;
    font-size:12px;
    height: 20px;
    clear:both;
    padding:0;
	width:570px;
	position:relative;
	margin:-1px auto;
	text-align: center;    
}
#navbar-bottom li {
    display:block;
    float:left;
    line-height:18px;
}
#navbar-bottom li a {
    text-decoration:underline;
    border-bottom:0;
    padding:5px;
    outline:none;
    color:#00803d;
}

#navbar-bottom li a:hover {
   
}

/* BANNER *********************************************************************/

#banner {
        
}

#banner-top,
#banner-bottom {
    width:940px;
    height:20px;
    clear:both;
    margin:0 auto;
}

#banner-top {
    background: #fff url(images/header-top.png) center no-repeat;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

#banner-bottom {
    background: #fff url(images/header-bottom.png) center no-repeat;
    border-top: 1px solid #fff;
}


#banner-in {
    width:940px;
    height:220px;
    clear:both;
    margin:0 auto;
    background-color: #008750;
}

#banner-in #headline {
	width: 276px;
	height: 206px;
	margin-left: 650px;
	padding-top: 14px;
	padding-left: 14px;
    background: transparent url(images/headline-bg.png) repeat-x;
}

#banner-in #headline-inner {
    width: 250px;
    height: 180px;
    background: transparent url(images/headline-inner-bg.jpg) repeat-x;
    border: 1px solid #ebebeb;
    color: #fff;
    padding: 5px;
}

#banner-in #headline-inner h2 {
    font-size:16px;
    margin:0 0 10px 0;
    border-bottom:none;
    font-weight: bold;
    color: #fff;	
}

#banner-in table {
	background-color: #aaa;
	float: left;
	width: 650px;
	height: 220px;
	border: 0px;
	padding: 0px;
}

/* CONTENT WRAP ***************************************************************/

#content-wrap {
	width:920px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

table#module {
	width: 100%;
}

table#module td.label {
    text-align: right;
}

table#module td.element {
    text-align: left;
    font-family: monospace;
    font-weight: bold;
}

table#photos {
    width: 100%;
}

table#photos td {
	width: 25%;
	border-top: 1px solid #aaa;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: 1px solid #aaa;
	background-color: #aaa;
}

table#photos caption {
    font-size:12px;
    color:#fff;
    font-weight: bold;
    background-color: #008750;
    height: 20px;
    line-height: 20px;	
}

/* COPYRIGHT ******************************************************************/

#copyright {
	clear:both;
}
#copyright-in {
    text-align: center; 
    font-size: 11px;	
	width:940px;
	position:relative;
	margin:-1px auto 0;
    padding: 2px;
    background: #ddd;
    color: #f2f5f7;
    background: #00803d url(images/copyright-in-bg) repeat-x;
    border-top: 1px solid #ddd;
    border-bottom: 3px solid #ffff00;
}

/* POWEREDBY ******************************************************************/

#poweredby {
    clear:both;
    text-align: center; 
    color: #555;
    font-size: 11px;
}
#poweredby a {
	color: #00f;
}
#poweredby p {
	font-size: 11px; 
}
#poweredby-in {	
    width:940px;
    position:relative;
    margin:-1px auto 0;
    padding:10px 0 0;
}
