
html {
	background: #000;
}

body {
	margin: 0;
	padding:0;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	height: 100%;
	display: table;
	

}

a:link, a:visited { color: #777; text-decoration: none; }
a:active, a:hover { color: #FFFF00; text-decoration: none; }

p {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 15px;
	color: #FFFFFF;
	text-align: justify;
	margin: 0 0 0 0;	
}

h1 {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 22px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	margin: 0 0 0 0;
}

h2 {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 25px;
	color: #b0b0b0;
	font-weight: normal;
	margin: 0 0 0 0;

}

h3 {
	font-family: Tahoma;
	font-size: 18px;
	color: #a18800;
	color: #C0C0C0;
	font-weight: normal;
	margin: 0 0 3px 0;
}


/* containers */

#container {
	width: 960px;
	height: 620px;
	margin: auto;
/*     border: 1px dotted #FFFF00;  */
}

#header {
	width: 960px;
	height: 50px;
/* 	margin: 0;
	padding: 0;*/
	border-bottom: 1px dotted #b0b0b0;
 /*    border: 1px dotted #404040;  */
}

#content_area {
	width: 960px;
	height: 460px;
/*     border: 1px dotted #404040;  */
}

#content_show {
	width: 960px;
	height: 580px;
/*    border: 1px dotted #404040;   */
}

#footer {
	width: 960px;
	height: 20px;
	color: #b0b0b0;
	font-size: 12px;
/*	margin: 0;
	padding: 10px 0;*/
	text-align: center;
/*   border: 1px dotted #404040;    */
}

#spacer {
	width: 960px;
	height: 20px;
/*	color: #b0b0b0;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	text-align: center;*/
/*    border: 1px dotted #404040;   */
}


/* end containers */




/* columns */


.content_col {
	width: 318px;
	height: 450px;
	float: left;
/* 	padding: 10px 5px;
		color: #fff; */
/*     border: 1px dotted #404040;  */
}

.content_col_1 {
	width: 160px;
	height: 450px;
	float: left;
/* 	padding: 10px 5px;
		color: #fff; */
/*    border: 1px dotted #404040;   */
}

.head_content_col {
	width: 318px;
	height: 50px;
	float: left;
/* 	padding: 10px 5px;
		color: #fff; */
 /*    border: 1px dotted #404040;  */
}

.content_col_middle {
	width: 278px;
	height: 370px;
	background: #404040;
	border: 3px solid #363636; /* 363636 */
	margin: 0 14px 0 14px;
	padding: 4px; /*	background: url(images/templatemo_mid_col_bg.jpg) repeat-x #151515;*/
}


.content_col_middle2 {
	width: 275px;
	height: 440px;
	background: #404040;
	border: 3px solid #363636; /* 363636 */
	margin: 0 14px 0 14px;
	padding: 4px; /*	background: url(images/templatemo_mid_col_bg.jpg) repeat-x #151515;*/
}


.content_col img {
	border: 0px solid #7b4d23;
	margin: 2px 2px 2px 2px;
}

.content_col .content_gallery img{
	border: 3px solid #fff;
}
/*  */



.content_col_center {
	width: 278px;
	margin: 0 14px 0 14px;
	padding: 4px;/*   */
	}


.templatemo_3_col_middle img {
	float: left;
	border: none;
}

.templatemo_3_col_middle img.img_middle {
	margin: 0 8px;
}

.templaetmo_1_col {
	float: left;
	width: 130px;
	padding: 10px 5px;
		color: #fff;

}









/* menu */

#templatemo_menu {
	/* float: left;
	width: 278px;
	height: 25px;
	background: url(images/templatemo_menu_bg.jpg); 
	padding:0;
	margin: 0 0 0 0;*/
}


#menu ul {
	margin: 0 4px 0 4px;
	padding: 0 0 0 0;
	list-style: none;
}

#menu ul li {
	display: inline;
}



#menu ul li a {
	float: left;
	padding: 10px 8px 10px 8px;/* */
	margin: 0 4px 0 4px;

/*	height: 20px; */
	text-align: center;
	text-decoration: none;
	color: #b0b0b0;	
	font-family: Tahoma, Arial;
	font-size: 13px;
/*	outline: none; */
}

#menu li a:hover, #menu li .current {
	color:#FFFF00;
}


/* end of menu */
















.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}



/* style form */



#form {

 /*    background: #404040;
    padding: 10px;
    width: 500px;
    border: 1px solid #000000;*/
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 15px;
	color: #FFFFFF;
    }

input {
    color: #ffffff;
    background: #404040;
    border: 0px solid #000000; 
    margin-top: 5px;
	padding-right: 5px;
    padding-left: 5px;
    width: 210px;
	font-size: 15px;
        } 

textarea {
    background: #404040;
    color: #ffffff;
    border: 0px solid #000000; 
    margin-top: 5px;
	padding-right: 5px;
    padding-left: 5px;
    width: 275px; height: 312px;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 15px;
    } 

input.pulsante {
    background: #000000;
    text-align: center;
    padding: 5px;
    width: 140px;
    border: 1px dotted #404040;
    margin-top: 5px;
	color: #b0b0b0;	
	font-family: Tahoma, Arial;
	font-size: 13px;

    }

input.pulsante:hover {
	color:#FFFF00;
    }







