body 
{ 
	background: #fff url(../img/bg.png) repeat-x 0 0;
	color: #666;	
}

html > body 
{ 
	background-color: #fff 
}


a { text-decoration: none }
.orange { color: #ee8025 !important; }
.gray { color: #999 !important }
.dgray {color: #666 !important; }
.black {color: #000 !important; }
.red,
.error { color: #f00 !important }
.center { text-align: center !important; }
.upper { text-transform: uppercase;}
.hidden { display: none; }
.box-shadow
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

ul.disc 
{
	margin: 1em 0 1em 20px;
	list-style-type: disc; 
}

.logo-centroplast
{
	float: left;
	text-indent: -9999px;
	width: 195px;
	height: 90px;
	background: transparent url(../img/logo.png) no-repeat 0 0;
}

.logo-centroplast a { display: block; height: 90px }

#box-login h2
{
	color: #ee8025;
}

#box-login label 
{ 
	color: #999;
}

#box-login .nav a { color: #666 }
#box-login .nav a:hover { color: #999 }

#nav li a
{
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#nav li.current a span
{
	font-size: 12px; 
	color: #999; 			
}

#nav li a, 
#nav li a span 
{ 
	background: url(../img/tabs.png) no-repeat; 
}

/*destra*/
#nav li a { background-position: 100% -90px; }
#nav li.hover a { background-position: 100% -120px; } 
#nav li.current a { background-position: 100% -150px; }

/*sinistra*/
#nav li a span { background-position: 0 0; }
#nav li.hover a span { background-position: 0 -30px; } 
#nav li.current a span { background-position: 0 -60px; }

#header
{
	background: url(../img/header-bg.jpg) no-repeat 0 0;
}

#nav-bottom
{
	border-color: #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: url(../img/nav-bottom-bg.gif) repeat-x 0 0;
}

#nav-bottom h2
{
	color: #ee8025;
}

#nav-bottom ul
{
	width: 290px;
	float: left;
}

#nav-bottom ul li
{
	border-color: #ccc;
}

#nav-bottom ul li a
{
	color: #666;
}

#nav-bottom ul li a:hover { color: #999; }

#nav-bottom a
{
	color: #ee8025;
}

#nav-bottom a.cert {
	background: url(../img/certificazione.png) no-repeat 50% 50%;
	text-indent: -9999px;
	width: 161px;
	height: 110px;
}

span.logo-graf-small { background: url(../img/logo-graf-small.png) no-repeat 50% 50%; }
span.logo-iso9001 { background: url(../img/logo-iso9001.png) no-repeat 50% 50%; }

.box-address
{
	background-color: #ee8025;
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
	color: #fff;
}

.box-address b,
.box-address a
{
	color: #fff;
}

#footer 
{
	color: #333;
	font-size: 10px;
}

#footer .credits a { color: #666; }

ul.arrow li
{
	background: url(../img/arrow.png) no-repeat 0 4px;
}

#nav-bottom .success
{
	color: #EE8025;
}

#content .picborder-r,
#content .picborder-l
{
	border-color: #ccc;
} 

/*
 * HOME
 */

.home ul.aree li 
{
}

.home ul.aree a
{
	color: #999;	
}

.home ul.aree a.irrigazione { background: transparent url(../img/nav-irrigazione.jpg) no-repeat 0 0 }
.home ul.aree a.garden { background: transparent url(../img/nav-garden.jpg) no-repeat 0 0 }
.home ul.aree a.edilizia { background: transparent url(../img/nav-edilizia.jpg) no-repeat 0 0 }

.home #content
{ 
	/*
	 * background: transparent url(../img/foto-sede-home.jpg) no-repeat 0 0;
	 */
}
.home #content #graf-intro .link
{
	font-size: 11px;
	color: #666;
	background: transparent url(../img/distributore-autorizzato-graf.png) no-repeat 0 0;
}
.home #graf-intro .link .hide
{
	display: none;
}

/*
 * Interna
 */

.interna ul.aree 
{
	border-color: #dfdfdf;
}

.interna ul.aree a
{
	color: #999;	
}

.interna ul.aree a.irrigazione { background: transparent url(../img/nav-irrigazione-small.jpg) no-repeat 0 0 }
.interna ul.aree a.garden { background: transparent url(../img/nav-garden-small.jpg) no-repeat 0 0 }
.interna ul.aree a.edilizia { background: transparent url(../img/nav-edilizia-small.jpg) no-repeat 0 0 }


.interna #content
{
	border-color: #f5f5f5;
	color:#999;
}

.interna #content h2
{
	color: #666;
}
.interna #content h3
{
	color:#ee8025;
}

.interna #content,
.graf #content
{
	color: #292929
}

#sidebar h4 
{ 
	color: #999
}

#content a
{
	color: #EE8025;
}

.box-l,
.box-r
{
	border-color: #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

ul.faq li
{
	color:#ee8025;
}

ul.faq li a
{
	color: #666 !important;
}

ul.faq li a:hover
{
	color:#ee8025 !important;
}

ul.faq li a:focus, ul.faq li a:active 
{
	 color:#ee8025 !important;   
}

ul.faq li div
{
	color:#999;
	display: none;		
	border-color: #ccc; 
}

#viewport .scrollnav { border-color: #dedede }

#viewport .scrollnav .nav
{
	border-color: #dedede;
	cursor:pointer;
	background: url(../img/grad.png) repeat-y 100% 0;
	color: #B29A80;
}

#viewport .scrollnav #nav0 span
{
	text-shadow: 0 1px 2px #ccc;
	color: #EE8025 !important;
}

#viewport .scrollnav .nav .desc 
{ 
	color: #aaa;
}

#viewport .scrollnav .nav .desc a
{
	color: inherit;
}

#viewport .scrollnav .active
{
	background-color: #fff;
	background-image: none;
	color: #666;
}

#viewport .scrollnav .irrigazione { background: url(../img/nav-irrigazione-small.jpg) no-repeat 0 50% }
#viewport .scrollnav .garden { background: url(../img/nav-garden-small.jpg) no-repeat 0 50% }
#viewport .scrollnav .edilizia { background: url(../img/nav-edilizia-small.jpg) no-repeat 0 50% }

#viewport .scroll { border-color: #dedede }

#viewport .scroll .view h2
{
	color: #EE8025;
}

.section-img
{
	text-indent: -9999px;
	text-align: left !important;
}

.irrigazione .section-img
{
	background: url(../../media/prodotti/irrigazione.jpg) no-repeat 0 0;
	height: 227px;
}

.garden .section-img
{
	background: url(../../media/prodotti/garden.jpg) no-repeat 0 0;
	height: 227px;
}

.edilizia .section-img
{
	background: url(../../media/prodotti/edilizia.jpg) no-repeat 0 0;
	height: 227px;
}

/*
 * form
 */

input[type=text],
input[type=password],
textarea
{
	border: 1px solid #ccc;
	background: #fff url(../img/inputbg.gif) repeat-x 0 0;
	color: #666;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus
{
	border-color: #999;
}

input[type=button],
input[type=submit]
{
	background: transparent url(../img/tabs.png) repeat-x  -10px -6px;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
	color: #fff;
	padding: 2px 4px;
	font-size: 10px;
	font-weight: bold;	
}

input[type=submit].hover,
input[type=button].hover {
	background-position: -10px -36px;
	color: #fff;
	border-color: #ee8025
}

.form .fieldset
{
	border: 1px solid #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position:relative;
	padding: 20px 10px 10px;
}
.form .fieldset .legend
{
	position:absolute;
	top:0;
	left: 0;
	background: #fff;
	top: -0.6em;
	left: 1em;
	font-size: 1.3em;
	color: #000;
	padding: 0 5px;
}

.form label { display: block; margin: .5em 0 .25em; color: #666; text-shadow: 0 0 1px #ccc }

.form input[type="text"],
.form textarea
{ 
	width: 97%;
	padding: .2em .2em; 
}

.form .controls
{
	margin-top: 1em;
}
.form .controls input { float: right; }

.form .description {}


.form label.error,
.form li.error
{ font-size: .9em !important; color: #f00 !important}


.form .checkbox { }

.loadingMask
{
	text-align: center;
	position:absolute;
	top: 5%;
	left: 0;
	width: 100%;
	height: 93%;
	background-color:#fff;
}
.loadingMask .loading
{
	background: #fff url(../img/loading.gif) no-repeat scroll 50% 50%;
	padding-top: 70px;
	position: absolute;
	color: #999;
	top: 30%;
	left: 50%;	
	width: 200px;
	margin-left: -100px;
}
.loadingMask .loading span {
    color: #999;
	background-color: #E7E7E7;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 10px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;   
}

.interna #content #notizie
{
	width: 600px; 
	margin: 0 auto;
}

.interna #content #notizie li
{
	margin-bottom: 5em;
}

.interna #content #notizie h2
{
	margin: 1em 0 0; font-size: 1.5em; line-height: 1em;
	border-bottom: 1px dotted #dedede;
	padding-bottom: 10px;
}

.interna #content #notizie .date
{
	display: block;
	font-size: .9em;
	margin-top: .5em;
	font-style: italic;
}


.interna #content #notizie .text
{
	float: none;
	clear: both;
}

.foto-nd
{
	color: #fff;
	background-color: #aaa;
	font-size: .9em;
	padding: 3px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.linkProd a { color: #222 !important; }


.slideshow li {
	width: 915px;
	height: 384px;
}

.slideshow .subtext {
	font-size: 28px !important;
}
