/**
*		Site: Fichera
*
*		Filename:	style.css
*		Media: Screen
*		Author: ttw
*		Created: giovedì 17 Dicembre 2009
**/



/* -------------------- GENERAL -------------------- */

* { 
	margin:0; 
	padding:0;
}

body {
	text-align: center;
	background: #000 url(../img/bg-body.jpg) no-repeat top center;
    font-family: Verdana;
    font-size: 12px;
}

.clear {clear:both}


/* -------------------- LAYOUT -------------------- */

div#wrap {
    width: 960px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

div#logo {
float:left;
margin-left:287px;
margin-top:13px;
}

div#logo h1 a {
    margin: 0 auto;
    text-indent: -9999px;
    display: block;
    width: 286px;
    height: 97px;
    background: transparent url(../img/logo-fichera-dal-1978.gif) no-repeat;
    outline: none;
}

div#lang {
	float:left;
	padding-left:32px;
	padding-top:92px;
}

div#lang img {
	border: none;
}

div#nav {
    font-family:Verdana;
    font-size:12px;
	float:left;
	position:relative;
	z-index:400;
	padding-top: 54px;
}

div#nav li {
    list-style: none;
    float: left;
    text-align:center;
    padding-bottom: 1px;
}
div#nav li a {
    color:#5E6262;
    text-decoration:none;
    text-align:center;
    outline: none;
}
div#nav li.current-page-item a, div#nav li a:hover {
    color: #ff3232;
}
div#nav li.backLava {
    background: transparent url(../img/li-hover.png) no-repeat bottom center;
    position: absolute;
    text-align:center;
    z-index:-1;
}

div#nav li.home, div#nav li.azienda {width:110px;}
div#nav li.dove-siamo, div#nav li.prodotti, div#nav li.contatti {width:115px;}
div#nav li.news-e-eventi, div#nav li.comunicazione, div#nav li.acquista-online {width:120px;}
div#nav form{width:265px; }
div#nav form input{ background-color:#333; font-size:10px; color:#999; border:thin #CCC }

div#container {
    padding: 30px;
	
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
	height:380px;
}


div#container_index {
    padding: 10px;
	
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
	height:380px;
}

div.c {
    margin-top: 50px;
    margin-bottom: 50px;
	width:960px;
	
}

div.c h1 {
    color:#FFFFFF;
    font-family:"Times New Roman";
    font-size:36px;
    font-weight:normal;
    margin-bottom:2px;
}

div.c p {
    color:#666666;
    line-height:24px;
    margin-bottom:10px;
    margin-top:10px;
}

div.c p span {
    color: #999;
}

.link {
    background:#151515 url(../img/bg-btn.jpg) repeat-x scroll left top;
    border:1px solid #000000;
    color:#FFFFFF;
    font-family:"Times New Roman";
    font-size:18px;
    padding:10px 17px;
    text-decoration:none;
    outline: none;
    cursor: pointer;
}

.link:hover {
    background:#2f2f2f url(../img/bg-btn-hover.jpg) repeat-x scroll left top;
    border: 1px solid #333;
    color: #999999
}

.alignLeft { float: left }
.alignRight { float: right }

div#footer {
    border-top:2px solid #1F1F1F;
    color:#333333;
    margin-bottom:25px;
    padding:15px;
}

a {
    color: #4d4d4c;
    font-weight: bold;
    text-decoration:none;
    outline: none;
}

a:hover {
    color: #ff3232;
}




label.error {
	background:transparent url(../img/validation/unchecked.png) no-repeat scroll 0 0;
	color:#EC3838;
	font-family: "trebuchet MS";
	font-style:italic;
	margin-left:3px;
	padding-left:17px;
	vertical-align:top;
    float: left;
    margin-top:4px;
}

label.checked {
    background:transparent url(../img/validation/checked.png) no-repeat scroll 0 0;
    float:left;
    margin-left:3px;
    margin-top:4px;
}

label {
    color:#999999;
    cursor:pointer;
    display:block;
    font-family:tahoma;
    font-weight:bold;
    margin-bottom:4px;
}

input.textbox.focus, textarea.textarea.focus { border: 1px solid orange }

input.textbox, textarea.textarea {
    background-color:#262626;
    border-color:#222222 #333333;
    border-style:solid;
    border-width:1px;
    color:#DDDDDD;
    display:block;
    float:left;
    font-family:Verdana;
    font-size:12px;
    padding:8px;
    position:relative;
    width:180px;
}

input.error, textarea.error { border: 1px solid #D10C0C }
input.valid, textarea.valid {  }

textarea.textarea {
    width: 295px;
    height: 120px;
}

div#msg{
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin-top: 20px;
    text-align: left;
}
span.msg_ok {
	color:#00b52a;
	background: transparent url(../img/validation/send-ok.png) no-repeat scroll 1% 100%;
}

span.msg_err {
	background:transparent url(../img/validation/send-err.png) no-repeat scroll 1% 100%;
	color:#EA380A;
}

span.msg_ok, span.msg_err {
    display:block;
    padding:5px 5px 5px 38px;
}

form div {
    margin-bottom: 10px;
    clear: both;
}

hr {
    border-bottom:1px dashed #333333;
    border-top:1px solid #000000;
    margin-bottom:30px;
}






/* // Easy Slider */


