/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

* { behavior:url(iepngfix.htc); }

body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; font-weight: 300; color: #516064; background: #ffffff repeat-x top; height: 100%; }

/* LAYOUT */

#container { width: 900px; height: 100%; margin: 0px auto 30px auto; position: relative; padding: 6px; border: 1px solid #cccccc; background: transparent url(images/content.png) repeat-x bottom }

#header {
	width: 900px;
	height: auto;
	background: transparent;
	position: relative;
	margin: 20px auto 0px auto;
	padding: 6px;
	background: transparent url(images/menu.png) no-repeat top left;
}

/* NAV */

#menu {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	/*border-top: 1px solid #7f0024;*/
}
/*#sub_menu {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 1px;
	left: 0px;
	background: #f0f0f0;
	border-top: 4px solid #ffffff;
}*/
#sub_menu {
	width: 900px;
	height: 25px;
	margin:10px 0px 0px 0px;
	background: #f0f0f0;
	
}
#sub_menu .consul {
	width: 54%;
	height: 100%;
	border-right: 6px solid #ffffff;
	float: left;
	text-align: right;
}
#sub_menu .serv {
	width: 45%;
	height: 100%;
	float: right;
}
#menu ul {
	width: 100%;
	list-style: none;
}
#sub_menu a { 
	font-size: 20px;
}

#sub_menu a.active { 
	color: #820024;
}
		
#sub_menu a:hover {
	color: #820024;
}

#menu li {
	width: 100%;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li a { 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; 
	font-weight: lighter; 
	color: #cfcfcf;
	font-size: 25px;
	text-align: left;
	margin: 0px 40px 0px 40px;
	width: auto;
}

#menu li a.active { 
	color: #ffffff;
}
		
#menu li a:hover {
	color: #ffffff;
}

/* HOME */

#content_home {
	width: 100%;
	height: 309px;
	position: relative;
	background: transparent url(images/content_home.jpg) no-repeat top;
}

/* CONTENT */

#content {
	width: 100%;
	height: 380px;
	position: relative;
	padding-top: 5px;
	border-top: 1px solid #f0f0f0;
}
#empty {
	width: 100%;
	height: 365px;
	position: relative;
	padding-top: 5px;
	border-top: 1px solid #f0f0f0;
}

/* MISC */

img { border: none; }

.clear { clear: both; }

ul {
	width: auto;
	height: auto;
	list-style: circle;
	margin: 0px;
	padding: 0px;
}
li {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	color: #bcbcbc;
}

a.stir {
	width: 176px; height: 31px;
	background: transparent url(images/stir.gif) no-repeat 0 0;
	text-indent: -999em;
	display: block;
	margin: auto;
}
a.stir:hover {
	background: transparent url(images/stir.gif) no-repeat 0px -31px;;
}

a.clienti {
	width: 176px; height: 31px;
	background: transparent url(images/clienti.gif) no-repeat 0 0;
	text-indent: -999em;
	display: block;
	margin: auto;
}
a.clienti:hover {
	background: transparent url(images/clienti.gif) no-repeat 0px -31px;;
}

/* TYPE */
a { 
	color: #516064;
	text-decoration: none;	
}

a:hover { 
	color: #820024;
	text-decoration: none;	
}

a:active, a:focus{ 
   outline:0;
}

p {
	color: #787878;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5;
	padding: 0px;
	font-weight: 300;
}
p.titolo { 
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; 
	font-weight: lighter; 
	color: #516064;
	font-size: 32px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 1.0;
}
span.ath {
	color: #414141;
}
span.ath a:hover {
	color: #820024;
}
span.ath a.active {
	color: #820024;
}

span.red {
	color: #820024;
	font-size: 16px;
}
em {
	font-style: italic;
}
/* FOOTER */
#footer {
	width: 100%;
	height: 30px;
	padding: 5px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #cccccc;
}
#footer p {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #777777;
	font-size: 11px;
	text-align: center;
	padding: 5px 0 0;
	margin: 0px;
	font-weight: normal;
}
#footer p.footer a{
	color: #b1b1b1;
}
#footer p.footer a:hover{
	color: #969696;
}

