/* CSS Document */
/*
Theme Name: Comprooro Toscana
Theme URI: /css/layout.css
Description: Generic Css
Version: 1.0 - 03.2010
Author: Giada Ranieri
*/

/* --- generic tags --- */

* {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background:#666;
}


h2 {font-size:12px; color:#000; font-weigh:100; margin-top:0; padding-top:0; text-align:right; margin-bottom:7px;}

.h2_new h2  {float:right; width:200px; font-size:12px; color:#000; font-weigh:100; margin-top:5px; padding-top:0; text-align:right; margin-bottom:7px; margin-right:10px;}

hr {
	display:none;
	clear:both;
}
ul {
	list-style:none;
}
iframe {
	margin-top:10px;
	border:1px solid #36c;
}
.float-dx {
	float:right;
	margin:10px;
}
.float-sx {
	float:left;
	margin:10px;
}
.float-dx-sedi {
	float:right;
	margin:10px;
	margin-top:5px;
}
.bordo_img {
	border:1px solid #999;
}
/* --- layout tags --- */
#container /* contenitore di tutto il sito */ {
	margin:0 auto auto;
	width:960px;
	background:#fff;
	min-height: 600px;
	height: auto !important;
	height: 650px;
}
/* header */
#header /* testa con marchio */ {
	margin:0 auto auto;
	width:950px;
	height: 142px;
	background:url(../img/header.jpg) no-repeat top left;
	background-repeat:no-repeat;
	background-color:#fff;
	padding-right:10px;
	text-align:right;
}
/* menu orizzontale */
#menu {
	margin:0 auto auto;
	width:950px;
	height:44px;
	padding:0;
	text-transform:uppercase;
	background:url(../img/bg_menu.jpg) no-repeat top left;
}
#menu ul {
	padding:0;
	margin:0 auto;
	float: left;
}
#menu li {
	/*position: relative;*/
	float: left;
	list-style: none;
	margin: 0;
	display: block;
	height: 42px;
	text-align:center;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #FFF;
	border-right:1px solid #930;
	padding:0 14px;
	line-height:42px;
}
#menu li a {
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#menu li a:hover, #menu li a.menu-active {
	background-position:0 0;
	color:#C00;
}
#menu li.li-first /* primo link menu orizzontale */ {
	border-left:none;
}
#menu li.li-last /* ultimo link menu orizzontale */ {
	border-right:none;
}
#cln_left /* colonna sinistra */ {
	float:left;
	position:relative;
	left:10px;
	top:10px;
	width:278px;
}
#cln_right /* colonna destra */ {
	float:left;
	position:relative;
	top:10px;
	left:20px;
}
#visitacomprooro_box {
	clear:both;
}
#box-quotazioni {
	clear:both;
}
#box-quotazioni img {
	padding:5px;
	border:1px solid #ccc;
	margin:5px;
}
#footer /* footer */ {
	clear:both;
	margin:0 auto auto;
	width:960px;
	background: url(../img/bg-footer.jpg) repeat-x #e3e3e3;
	height:210px;
	padding:0;
	bottom:0;
}
#form {
	margin:10px;
	width:500px;
	float:left;
}
#form td {
	padding:5px;
	text-align:left;
}
#address {
	margin:10px;
	width:360px;
	float:left;
	padding:10px;
	background-color:#dedede;
}
/*pagina LE NOSTRE OCCASIONI*/
.occasioni_img {
	width:120px;
	padding:8px;
	border:1px solid #C8BCBC;
	float:left;
	margin-left:40px;
}
.occasioni_text {
	text-align:left;
	float:right;
	width:680px;
	position:relative;
	right:40px;
	border-bottom:1px solid #C8BCBC;
}
.occasioni_space {
	clear:both;
	height:30px;
}
#box-valuta {
	clear:both;
	float:left;
	margin-top:5px;
	width:278px;
	height:183px;
	background:url(../img/box-valutaoro.gif) no-repeat;
}
#quotazione {
	clear:both;
	float:left;
	margin-top:5px;
	width:278px;
	height:143px;
	background:url(../img/box-quotazione.gif) no-repeat;
	padding-top:8px;
}

