
/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}

body {
	background: #000000 url(../../images/bg.png) repeat-x fixed left bottom;
	color: #ffffff;
	margin: 20px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}
ul {
	margin: 0 0;
}
li {
	margin-left: 18px;
}





/* Main structure */
.main {
	background: #000000; 
	border: 3px double #eeeeee; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 800px; 
}


/* Header */
.gfx {
	background: #222222 url(../../images/new-works-webtech.jpg) no-repeat;
	height: 240px;
}


/* Menu */
.menu a {
	background: #000000 url(../../images/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #ffffff;
	font-size: 13px;
	float:left;
	text-align:center;
	padding-top: 4px;
	width: 199px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #0098d7;
}
.menu a#last {
	width: 200px;
	border-right: none;
}
.menu a#vmenu_sel {
	color: #0098d7;
}


.flink a {
	color: #ffffff;
	font-size: 16px;
	font-weight:bold;
	float: right;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 16px sans-serif,Arial;
	color: #ffffff;
}
.content p {
	margin: 0 0 2px;
}

.item {
	background: #030303 url(../../images/bgitem.gif) repeat-x;
	padding: 8px 10px;
}

.item_d {
	background-color: #0a0a0a;
	padding: 8px 10px;
}

.item_text 
{
    background-color:#0a0a0a;
	padding: 8px 10px;
	padding-bottom: 10px;
	color:#c4c4c4;
	font-size: 13px;
	text-align:justify;
}

.item_partner
{
	margin: 0 0 0 10px;
}

.item_title {
	background: #030303 url(../../images/bgitem.gif) repeat-x;
	padding: 8px 10px;
	font-size: 16px;
	color:#ffffff;
	font-weight:bold;
}

.item_div {
	color:#222222; height:1px; width:780px;
}

.item_div_f {
	color:#0098d7; height:1px; width:780px;
}



/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666666;
	text-align:left;
} 



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }




/* Thumbs */


.lista {
width: 780px;
text-align:left;
}


.pic { 
border-style: solid; 
border-width: 3px; 
border-color: #333333; 
}


.GPThumbs 
{
background-color: #111111;
padding:3px;
border:1px solid #333333;
}



/* Post */

.img_descrizione_p {
width: 280px;
height:auto;
float:left;
}

.descrizione_p {
padding-top:5px;
padding-bottom:5px;
}


.descrizione {
width: 260px;
text-align:left;
float:left;
}

.descrizione .info
{
font-size:11px;
text-decoration:none;
}

.descrizione .info a
{
font-size:11px;
text-decoration:none;
}
	
.descrizione h2 a 
{
text-decoration:none;
color: #DCD6BA;
font-size:18px;
}



.info_form
{
background-color:#0a0a0a;
font-size:12px;
text-decoration:none;
text-align:right;
}

.info_form a:hover
{
font-size:12px;
text-decoration:none;
color:#0098d7;
}



.back
{
font-size:12px;
text-decoration:underline;
text-align:right;
}










#contenuto-form {
font-size: 11px;
width: 780px;
margin: 5px auto 0 auto;
text-align: left;
}

/* ---------- BOX ---------------- */

.post {
	font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: justify;
    margin: 10px 10px 10px 10px;
}

.post h1 {
	font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant:small-caps;
}






/* ------------------ FORM ED ELEMENTI ------------------- */
form {
	margin: 10px 0px 10px 0px; 
	padding: 10px 25px 20px 25px; 
}

form p {
	border-bottom: 1px solid #282828; 
	margin: 0;
	padding: 1px 1px 1px 1px;		
	color: #ffffff;
}

label {
	font-weight: bold;
	color: #ffffff;
}

input, select, textarea 
{
    margin: 2px;
	padding: 2px;
	border: solid 1px #0098d7;
	background-color: #202020;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c4c4c4;
}
input:focus, select:focus, textarea:focus {
	background-color: #383838;
	border: 1px solid #0f8b2f;
	color: #ffffff;
}
#nome, #cognome, #telefono, #email, #ragionesociale, #indirizzo, #citta, #provincia, #richiesta, #website {
	width: 300px;
}
input.button { 
	height: 30px;
	margin: 0;
	padding: 2px 2px; 
	border: 1px solid #000000;
	/*background: #0f8b2f url(../images/site/button-hover-bg.png) repeat-x;	*/
	background-color:#0098d7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
	color: #ffffff;
}

.checkbox {
	background-color:#333333;
	width:20px;
	text-align:left;
	color:#333333;
}

.fcheckbox {
	text-align:left;
	font-size:10px;
}