* {margin:0; padding:0;}

body {
	background-color: #232123;
	background-image:url(../images/pg_bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#e0e2e1;
	font-family:"Tahoma", Arial, Helvetica;
	font-size:12px;
}

#container {
	width:900px;
	position:relative;
	margin:auto;
}

#header {
	display:table;
	margin-bottom:40px;
	height:90px;
	background-image:url(../images/header_bgk.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#logo {
	position:relative;
	top:10px;
}

#contatti {
	position:relative;
	top:30px;
	font-size:10px;
	display:block;
	float:left;
	width:550px;
}

p.more-info {margin:10px;}

#contatti span {
	color:#3b8796;
	font-weight:bold;
}

#topmenu {
	position:relative;
	top:25px;
	right:0;
	font-size:11px;
	width:150px;
	float:right;
	text-align:right;
	display:table;
}

#topmenu ul {
	list-style:none;
	
}

#topmenu ul li {
	list-style:none;
	display:inline;
	margin-left:15px;
}

#topmenu li a {
	color:#3b8796;
	text-decoration:none;
	
}
#topmenu li a:hover {
	text-decoration:underline;
}

/********MENU PRINCIPALE*******/
#maintopmenu {
	position:relative;
	top:30px;
	left:0;
	font-size:13px;
	width:850px;
	float:left;
	text-align:left;
	display:table;
}

#maintopmenu ul {
	list-style:none;
	
}

#maintopmenu ul li {
	list-style:none;
	display:inline;
	margin-right:15px;
	padding:5px;
}

#maintopmenu li a {
	color:#e0e2e1;
	text-decoration:none;
}

#maintopmenu li a:hover {
	/*background-color:#398796;*/
	color:#999999;
}

li.active a {
	color:#e0e2e1;
	padding:5px;
	background-color:#398796;
}
li.activeredblink a {
	color:#e0e2e1;
	padding:5px;
	background-color:#CC0000;
}

/*.active#maintopmenu li a {
	background-color:#398796;
	color:#ffffff;
	padding:5px;
}*/
/************/
#main_content {
	display:table;
	position:relative;
	width:100%;
	margin-bottom:20px;
}

#main_left_column {
	width:650px;
	/*margin-right:15px;*/
	float:left;
	text-align:justify;
}

#main_left_column h1 {
	font-size:15pt;
	color:#3b8796;
}
#main_left_column h1 span {
	color:#4a4b4b;
	font-variant:small-caps;
	text-transform:lowercase;
}
#main_left_column h2 {
	font-size:11pt;
	margin-bottom:10px;
	margin-top:10px;
}

#main_left_column h2 span {
	color:#3b8796;
}

#main_left_column h3 {
	font-size:10pt;
	margin-bottom:10px;
	margin-top:10px;
	color:#3b8796;
}

#main_left_column h3 span {
	color:#3b8796;
}


img.big {
	width:640px;
	height:200px;
	overflow:hidden;
	border:10px solid #373636;
}

img.thumb {
	width:135px;
	border:5px solid #373636;
}

img.main_interna {
	width:630px;
	height:200px;
	overflow:hidden;
	border:10px solid #373636;
}

p.descrizioni_interna {
	margin-top:20px;
	border-left:2px dashed #666666;
	padding-left:10px;
}
p.descrizioni_interna span {
	background-color:#3b8796;
	/*background-color:#FFFF00;
	color:#333333;*/
}
h3.descrizioni_interna {
	margin-top:20px;
	padding:3px;
	color:#3b8796;;
	background-color:#262727;
	border:1px solid #1d1b1e;
}

#main_right_column {
	width:230px;
	float:right;
	display:table;
}

#contact_form {
	width:230px;
	height:460px;
	background-image:url(../images/form_bkg.png);
	background-repeat:no-repeat;
	margin-top:30px;
}

#related_content {
	display:table;
	position:relative;
}

div.side_column {
	width:235px;
	float:left;
	margin-right:15px;
}

div.main_column {
	width:100%;
	float:left;
	/*margin-left:15px;*/
}


div.right_column {
	width:650px;
	float:right;
	background-color:#006666;
}


#related_left_column ul  {
	list-style:none;
	width:235px;
	float:right;
	margin-top:45px;
}

#related_left_column ul li {
	background-color:#262727;
	border:1px solid #1d1b1e;
	text-align:right;
	color:#398796;
	padding:3px 0;
	font-weight:bold;
	height:30px;
	padding-top:15px;
	padding-right:10px;
	
}

#related_left_column li a {
	color:#3b8796;
	text-decoration:none;
	height:30px;
}

#related_left_column li a:hover {
	background-color:#398796;
	color:#262727;
	padding:5px;
}

#related_left_column li.active_link a {
	background-color:#398796;
	color:#cccccc;
	display:block;
	height:100%;
	width:100%;
	padding:5px;
}

#related_right_column ul  {
	list-style:none;
	width:900px;

}

#related_right_column ul li {
	background-color:#272727;
	color:#398796;
	padding:5px;
	height:100px;
	margin-bottom:5px;
}
#related_right_column h3 {
	margin-bottom:20px;
	margin-left:5px;
	font-size:20px;
	font-weight:normal;
	
}

#related_right_column h3 span {
	color:#398796;
}

.thumb_container {
	float:left;
	display:block;
	width:140px;
	text-align:left;
}

.text_container {
	float:right;
	display:block;
	margin-left:5px;
	width:730px;
}
.text_container h2 {
	color:#398796;
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
}

.text_container h2 span {
		color:#e0e2e1;
}

.text_container h4 {
	background:#333333;
	font-size:11px;
	text-align:right;
	padding:2px;
	margin-bottom:5px;
}

.text_container h4 span {
	color:#e0e2e1;
}

.text_container h4 a {
	color:#CCCCCC;
}

.text_container p {
		color:#e0e2e1;
}

.text_container p span {
		color:#398796;
}


.dettagli {
	margin:15px 0;
	text-align:right;
	display:block;
	height:25px;
	float:right;
}

#studio_service {
	width:220px;
	float:right;
	margin-top:35px;
	background-color:#262727;
	border:1px solid #1d1b1e;
	text-align:right;
	color:#398796;
	padding:10px;
	font-weight:bold;
	display:block;
}
#footer {
	/*height:200px;*/
	height:30px;
	text-align:center;
	margin-top:10px;
	padding-top:5px;
	background-image:url(../images/footer_bkg.jpg);
}

#footer_block_container {
	width:900px; 
	position:relative;
	margin:auto;
	padding-top:5px;
}
.footer_block {
	width:290px;
	float:left;
	min-height:190px;
	display:block;
}

.footer_block_central {
	width:290px;
	float:left;
	margin:0 15px;
	min-height:190px;
	display:block;

}

input, select, textarea {width:140px;}
#contact_form_title {width:95%; text-align:center; position:relative; margin:auto; top:5px;}
#contact_form_title h3 {font-size:14px;}
#contact_form_title p {font-size:9px; margin:10px 0;}
#contact_form_table {width:95%; position:relative; margin:auto; top:5px;}
img {border:0;}

img.icon {
	width:18px;
	height:18px;
	margin-right:5px;
}

