

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #380101 url(images/layout-background.gif) repeat-x;
	}



/* Link */
/***********************************************************************/

a, a:link, a:visited, a:active, a:focus {
	text-decoration: none;
    	}

a:hover {
	text-decoration: underline;
    	}

img a, img a:link, img a:visited {
	text-decoration: none;
	border:0;
    	}



/* Text Formating */
/***********************************************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 140%;
	}

p, li, dt, dd, cite, td, th {
	color: black;
	margin: 0;
	padding: 0;
	line-height: 140%;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 36px;*/
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 30px;*/
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 24px;*/
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 21px;*/
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 18px;*/
	}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 15px;*/
	}

ul,ol {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	}

blockquote {
	font-size: 22px;
	line-height: 24px;
	color: black;
	margin: 0;
	padding: 0;
	}

cite, em, dfn {
	font-style: italic;
	text-transform: uppercase;
	}

code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea {
	font-size: 92%;
	font-family: Arial, "Lucida Console", courier, mono-space;
	}

pre {
	white-space: pre;
	}

pre * {
	font-size: 100%;
	white-space: pre;
	}

del {
	text-decoration: line-through;
	color: #666;
	}

ins, dfn {
	border-bottom: 1px solid #ccc;
	}

small, sup, sub { 
	font-size: 85%;
	}

big {
	font-size: 125%;
	line-height: 80%;
	}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	}

a abbr, a acronym {
	border: none; 
	}

abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc;
	}

sup {
	vertical-align: super;
	}

sub {
	vertical-align: sub;
	}



/* Form */
/***********************************************************************/

textarea, input[type='text'],select {
	border: 1px solid #ccc;
	color:black;
	}

textarea:hover,input[type='text']:hover, input[type='password']:hover, select:hover {
	border-color: #aaa;
	}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #888;
	outline: 2px solid #ddd;
	}

input[type='button'],  input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button {
	cursor: pointer;
	}

input[type='hidden'] {
	display:none;
	}



/*
-----------------------------------------------------------------------------
 page structure
----------------------------------------------------------------------------- */

#container {
	width: 924px;
	margin: auto;
	overflow: hidden;
	position:relative;
	}

#header{
	width: 100%;
	height: 91px;
	margin: auto;
	position: relative;
	}

#nav {
	background: #e73800 url(images/layout-nav.jpg) left top no-repeat;
	height: 31px;
	overflow:hidden;
	width:100%;
	}

#contents {
	font-size: 0.8em;
	margin-top: 0px;
	padding-bottom:20px;
	width: 100%;
	height: auto;
	background: white url(images/layout-contents.jpg) left bottom no-repeat;
   	overflow: hidden;
	}

#main-content {
	float:left;
	margin:0px;
	padding:0px 20px 0px 20px;
	width:580px;
	}

#sidebar {
	float:left;
	margin:0px;
	padding:0px;
	}

#footer {
	background: #380101;
	clear: both;
	padding: 14px 0px 10px 0px;
	height: auto;
	position:relative;
	}



/*
-----------------------------------
Header
----------------------------------- */

#header h1 {
	padding: 20px 0 0 0;
	margin: 0px;
	color:white;
	font-size: 21px;
	}

#header ul#menu1 {
	font-size: 14px;
	line-height: 73px;
	float: right;
	min-height: 73px;
	height: auto !important;
	color: #8b321f;
	list-style:none;
	padding:25px 0px 0px 0px;
	}

#header ul#menu1 li {
	margin:2px;
	padding:2px;
	float:left;
	}

#header ul#menu1 a {
	display: block;
	font-size: 10px;
	text-decoration: none;
	font: 76% Arial, Helvetica, sans-serif;
	color: red;
	}


/* company_group
----------------------------------------------------------------------------- */
.company_group{
	background: url(images/layout-company-group.gif) top right no-repeat;
	text-align: right;
	height:23px;
	width:100%;
	padding:1px 0px 0 0px;
	float:left;
	}

.company_group a {
	font-size: 10px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	margin:0px 100px 0 0px;
	padding:0px;
	height:23px;
	background:#470202;
	}


/* Nav - Menu 2
----------------------------------------------------------------------------- */
ul#menu2 {
	margin: 0 0 0 20px;
	border: 0 none;
	padding: 0;
	list-style: none;
	}

ul#menu2 li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	min-height: 32px;
    height: auto !important;
    background: #e73800 url(images/layout-nav-ul-li.gif) bottom right no-repeat;
    height: 32px;
    margin-bottom:-2px;
    }

ul#menu2 li a {
	padding: 12px 10px 5px 12px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font: 76% Arial, Helvetica, sans-serif;
	background: #e73800;
    }

ul#menu2 li a:hover {
	background: #ee724a;
    }

ul#menu2 li.current a, ul#menu2 li.current a:link, ul#menu2 li.current a:hover {
    cursor: default;
    color: #37454e;
    background:white;
    }



/*
-----------------------------------
Contents
----------------------------------- */

h2 {
	font-weight: normal;
	letter-spacing: -.01em;
	line-height: 1em;
	text-align: left;
	padding: 25px 0 10px 0;
	margin: 0;
	min-height: 30px;
	height: auto !important;
	color:#ff3a00;
	font-size: 29px;
	}

h3 {
	font-weight: normal;
	letter-spacing: -.01em;
	line-height: 1em;
	text-align: left;
	padding: 10px 0 0px 0;
	margin: 0;
	min-height: 30px;
	height: auto !important;
	color:#000;
	font-weight: bold;
    background:white;
	}

p {
	font: 76% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	}



/*
-----------------------------------
Sidebar
----------------------------------- */

.news {
	width: 220px;
	padding: 0 25px;
	margin:40px 0px 0px 10px;
	border-left: 1px solid #ccc;
	}

.news h2 {
	font-weight: bold;
	font-size: 14px;
	color: #464645;
	margin:0px;
	padding: 5px 0 0 0px;
	width:100px;
	}

.news h3{
	font-size: 13px;
	padding: 2px 0 0px 0;
	color: #666666;
	font-weight: bold;
	}

.news .title {
	font-size: 13px;
	padding: 2px 0 0px 0;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	}

.news em.hosting{
	background-image: url(images/icon.gif);
	text-indent: -999em;
	overflow: hidden;
	}

.news em.date {
	font-size: 11px;
	color: #999;
	font-style: normal;
	}

.news a {
	color:#0e7fc7;
	text-decoration: none;
	}

.news a:hover {
	text-decoration: underline;
	}

.news p {
	margin:0;
	padding: 4px 0;
	line-height: 15px;}

.news p.past-news{
	margin:0;
	padding: 15px 0 10px 0;
	line-height: 15px;
	color:#0E7FC7;
	}



/*
-----------------------------------
Footer
----------------------------------- */

#footer-contents {
	background: url(images/layout-footer-contents.jpg) left bottom no-repeat;
	width: 100%;
	min-height: 141px;
	height: auto !important;
	height: 141px;
	position:relative;
  	overflow: hidden;
	padding-bottom:5px;
	}

#footer-contents h4 {
	background: url(images/layout-footer-contents-h4.gif) left top no-repeat;
	height:12px;
	width: 100%;
	text-indent:-999em;
	letter-spacing: -999em;
	margin:0;
	padding:0;
	}


/* Footer Menu 4
----------------------------------------------------------------------------- */
#menu4 {
	width: 350px;
	float: left;
	margin: 8px 0 0 10px;
	}

div.colm1 {
	width: 30%;
	float: left;
	margin: 10px 0px 0px 10px;
	}

ul.colm1 {
	width: 30%;
	float: left;
	}

ul.colm1 li {
	list-style-image: url(images/layout-col1-li.gif);
	display: list-item;
	}

ul.colm1 a {
	font: 60% Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color:#0E7FC7;
	text-decoration: none;
	}

ul.colm1 a:hover{
	text-decoration: underline;
	}


/* Footer Central_footer
----------------------------------------------------------------------------- */
#central_footer {
	background: url(images/layout-footer-contents-separation.gif) left bottom no-repeat;
	width: 225px;
	padding: 19px 0 15px 30px;
 	float: left;
 	margin-left: 15px;
	}

* html #central_footer {
	width: 210px;
	}

#central_footer h5 {
	padding-left: 0px;
	padding-top: 2px;
	min-height: 20px;
	height: auto !important;
	}

#central_footer h6{
	background: url(images/layout-buttom01-h6.gif);
	width: 178px;
	height: 17px;
	margin-top: 5px;
    text-align:center;
    padding: 4px 0 0 0;
	}

#central_footer h6 a,
#central_footer h6 a:hover {
    color:#666;
	}

#central_footer p {
	color: #444444;
	padding: 3px;
	font-size: 8px;
	font: 76% Arial, Helvetica, sans-serif;
	}

#central_footer img {
	border: 0;
	}

#central_footer div.footer_element_1 {
	margin:0;
	padding: 0px;
	}

#right_footer div.footer_element_2 {
	margin:0;
	padding: 0px;
	}


/* Footer Right_footer
----------------------------------------------------------------------------- */
#right_footer {
	background: url(images/layout-footer-contents-separation.gif) left bottom no-repeat;
	width: 240px;
	padding: 20px 0 15px 25px;
	float: left;
	}

#right_footer p {
	color: #444444;
	padding: 3px;
	font-size: 8px;
	font: 76% Arial, Helvetica, sans-serif;
	}

#right_footer img {
	border: 0;
	}

#right_footer h5{
	padding-left: 0px;
	padding-top: 2px;
	min-height: 20px;
	height: auto !important;
	}

#right_footer h6{
	background-image: url(images/layout-buttom02-h6.gif);
	width: 236px;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	margin-top: 5px;
    text-align:center;
    padding: 4px 0 0 0;
    color:#666;
	}

#right_footer h6 a,
#right_footer h6 a:hover {
    color:#666;
	}



/* Footer terms
----------------------------------------------------------------------------- */
#terms {
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
	background: #380101;
	}

#terms p {
	color: #C4BAB2;
	text-align: center;
	padding: 3px;
	font-size: 11px;
	}

#terms p a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	background:#380101;
	}

#terms p a:hover {
	text-decoration: underline;
	}
	
/* Inserite da lele */ 

.lista_sottopagine {

}

.lista_sottopagine div { 
	float: left;
}

.lista_sottopagine div a img { 
	float: left;
}


.lista_sottopagine div h3
{
	padding: 0px;
	margin: 0px;
	min-height: 5px;
	width: auto;
}
.lista_sottopagine div h3 a { color: #30AEED; }

.p_di_classe {
	width: auto;
}
.lista_sottopagine div p
{
	padding: 0px;
	margin: 0px;
	width: auto;
}

.testo_sottopagina
{
	width: auto;
}

.lista_sottopagine p,
.testo_sottopagina p { width: auto; }

.testo_75{
 width: 78% !important;
 padding-left: 10px;
}

.testo_100 {
 width: 100% !important;
}


.lista_sottopagine h3 {

}

.lista_sottopagine a {
	
}

.lista_sottopagine a:hover
{
	text-decoration: underline;
	text-transform: inherit;
}

.normal_input  input {
	width:300px;
}


/* Tabella appartamenti da sito http://veerle.duoh.com/blog/comments/a_css_styled_table/*/




#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}


#mytable th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

#mytable  th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
}

#mytable  td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}


#mytable  td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}

div.shop_back_button_sx
{
	float: left;
	background-image: url(/dep/continue_shopping_button_bg_sx.jpg);
	width: 23px;
	height: 39px;
	clear: none;
}

div.shop_back_button_center
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: left;
	clear: none;
	background-image: url(/dep/continue_shopping_button_bg_center.jpg);
	width: auto;
	height: 29px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}


div.shop_back_button_dx
{
	float: left;
	clear: none;
	background-image: url(/dep/continue_shopping_button_bg_dx.jpg);
	width: 23px;
	height: 39px;
}

div.shop_go_button_sx
{
	float: right;
	clear: none;
	background-image: url(/dep/cart_checkout_button_bg_dx.jpg);
	width: 43px;
	height: 39px;
}

div.shop_go_button_center
{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	float: right;
	clear: none;
	background-image: url(/dep/cart_checkout_button_bg_center.jpg);
	width: auto;
	height: 29px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}		

div.shop_go_button_dx
{
	float: right;
	background-image: url(/dep/cart_checkout_button_bg_sx.jpg);
	width: 23px;
	height: 39px;
	clear: none;
}


div.elenco_shop_button_sx
{
	background-image: url(/dep/purchase_bg_sx.jpg);
	width: 17px;
	height: 39px;
	float: left;
	clear: left;
}
div.elenco_shop_button_center
{
	background-image: url(/dep/purchase_bg_center.jpg);
	float: left;
	overflow: auto;
	height: 29px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	padding-top: 10px;
}

div.elenco_shop_button_dx
{
	background-image: url(/dep/purchase_bg_dx.jpg);
	width: 17px;
	height: 39px;
	float: left;
}


