/* RESET */
*{margin: 0; padding: 0}
table {border-collapse:collapse;}
a{text-decoration: none; color: #9f0000}
a:hover{color: #ff4800}
a img{border: none;}
ul.menu{list-style-type: none;}

/*********************** GRIGLIA *******************/

.wrapper{
	width: 940px;
	margin: 0 auto;
}

.sidecol{
	width: 295px;
	float: left;
}

.maincol{
	width: 620px;
	float: left;
	padding-right: 25px;
}

.bigBox{
	padding: 10px;
	overflow: hidden;
	background: #fff url(../img/bigboxbg.jpg) no-repeat 0 100%;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	margin-bottom: 20px;
	width: 592px;
}

.smallBox{
	width: 273px;
	overflow: hidden;
	background: #fff url(../img/smallboxbg.jpg) no-repeat 0 100%;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	margin-bottom: 20px;
	padding: 10px;
	display: block;
}

.azienda, .doveSiamo{
	float: left;
}

.azienda p, .doveSiamo p{
	line-height: 120%;
	font-size: 12px;
	margin-bottom: 4px;
}

.azienda a, .doveSiamo a{
	font-size: 12px;
	color: #fff;
}

.azienda{
	margin-right: 26px;
}

.azienda .content, .doveSiamo .content{
	height: 99px;
	background: url(../img/homeboxbg.jpg) no-repeat 0 0;
	color: #fff;
	padding: 20px 155px 0 15px;
}

.doveSiamo .content{
	background-position: 0 -129px;
}

.shadowed{
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}	

.boxProducts .content{
	background: #f2f2f2 url(../img/gradient.jpg) no-repeat 0 100%;
	padding: 12px 12px 3px;
}

.boxProducts img{
	border: 1px solid #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0 11px 11px 0;
}

.boxProducts h3{
	font-weight: normal;
	color: #9f0000;
	margin-bottom: 10px;
}

.catList ul{
	background: #f2f2f2 url(../img/gradient.jpg) no-repeat 0 100%;
	list-style-type: none;
	padding: 10px;
}

.catList a{
	display: block;
	color: #434343;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	background: url(../img/arrow.png) no-repeat 95% 50%;
	border-bottom: 1px solid #aaa;
	padding: 0 8px;
}

.catList .current a, .catList a:hover{
	color: #9f0000;
}

/***************************** LAYOUT *****************************/


body{
	font-size: 13px;
	font-family: Arial,sans-serif;
	color: #fafafa;
	background: #262626;
}

#header{
	height: 106px;
	background: url(../img/headerbg.jpg) repeat-x 0 0;

}

#header .wrapper{
	height: 106px;
	position: relative;
}

#header  h1{
	position: absolute;
	left: -10px;
	z-index: 100;
}

#top{
	background: #ae0000 url(../img/topbg.jpg) no-repeat 50% 0;
	height: 365px;
}

#content{
	background: #dcdcdc url(../img/contentbg.jpg) repeat-x 0 0;
	color: #626262;
	padding: 30px 0;
	overflow: hidden;
}
.inside #content{
	background: #dedede url(../img/insidecontentbg.jpg) repeat-x 0 0;
}

/*********************************** MENU *********************************/

#header .menu{
	position: absolute;
	left: 249px;
	top: 72px;
	height: 32px;
	width: 685px;
	background: #9f0000;
	padding-left: 10px;
}

#header .menu li{
	float: left;
}

#header .menu li a{
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	font-size: 15px;
	color: #e58080;
}

#header .menu li a:hover, #header .menu li.current a{
	color: #fff;
	background: #262626;
}

/*********************************** TOP *********************************/
#slogan{
	padding-top: 110px;
	font-size: 15px;
	position: relative;
	height: 255px;
}

#slogan h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #fff;
	line-height: 130%;
}

#slogan h3:first-line{
	font-size: 22px;
	font-weight: bold;
}

#slogan .goToCatalogue{
	display: block;
	height: 55px;
	line-height: 38px;
	position: absolute;
	left: 0;
	top: 298px;
	width: 272px;
	font-size: 16px;
	color: #9f0000;
	cursor: pointer;
	background: url(../img/gotocat.png) no-repeat 0 0;
	padding-left: 30px;
}

#slideShow{
	width: 592px;
	height: 272px;
	overflow: hidden;
	padding: 10px 10px 39px;
	background: url(../img/slideshowbg.png) no-repeat 0 0;
	position: relative;
	overflow: hidden;
}

#slideShow img{
	position: absolute;
	top: 10px;
	left: 10px;
}

#imgover{
	z-index: 50;
}

#imgunder{
	z-index: 40;
}

#top .maincol{
	padding-top: 44px;
}
/******************************* FOOTER ******************************/
#footer{
	color: #acacac;
	font-size: 11px;
}

#footer p{
	margin-bottom: 0;
	line-height: 40px;
}

#footer p.info{
	float: left;
	width: 75%;
}

#footer p.credits{
	float: right;
	width: 25%;
}

#footer a{
	color: #fff;
	text-decoration: underline;
}

/******************************* CATALOGO PRODOTTI *******************************/
.productCategory{
	width: 243px;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 0 25px;
}

.productCategory .smallBox{
	position: relative;
	left: -25px;
	margin-bottom: 10px;
}

.productCategory h3{
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
}

.productCategory h4{
	color: #9f0000;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.productCategory p{
	margin-bottom: 8px;
}

.productCategory a.readmore{
	color: #626262;
	font-size: .9em;
	padding-left: 18px;
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(../img/arrow.png) no-repeat 0 0;
}

.productCategory a.readmore:hover{
	font-weight: bold;
}

.product{
	width: 157px;
	padding: 10px 12px 11px 12px;
	background: url(../img/productbg.jpg) no-repeat 0 0;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.productDetails .mainimage{
	width: 293px;
	float: left;
	text-align: center;
	margin-right: 25px;
	display: block;
	color: #818181;
}


.productDetails h4{
	font-size: 1.1em;
	margin-bottom: 5px;
}

/************************************ VARIE *******************************/
.news .text{
	float: left;
	width: 238px;
	padding: 20px 65px 0 15px;
	background: #fff url(../img/newsbg.jpg) repeat-y 100% 0;
	height: 109px;
}

.news p{
	margin-bottom: .5em;
}

.news .img{
	float: right;
}

.news .readmore{
	font-size: .9em;
	color: #626262;
}


.news h3{
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 5px;
}

.newsImage{
	width: 157px;
	padding: 10px 12px 11px 12px;
	background: url(../img/productbg.jpg) no-repeat 0 0;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

p{
	line-height: 140%;
	margin-bottom: 1em;
}

.maincol h1{
	margin-bottom: 20px;
	color: #9f0000;
	font-size: 25px;
}

.pathway{
	list-style-type: none;
	margin-bottom: 20px;
}

.pathway li{
	display: inline;
	color: #404040;
}

.pathway li a{
	color: #b1b1b1;
}

.pathway li a:after{
	content: " » ";
}

.news{
	margin-bottom: 25px;
}

.news h2{
	border-bottom: 1px solid #d0d0d0;
	color: #9f0000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

label{
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

div.input{
	margin-bottom: 10px;
}

.text input, textarea, .captcha input, .password input{
	border: 1px solid #666;
	background: #f0f0f0;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 13px;
	color: #666;
	vertical-align: middle;
}

input[type=checkbox]{
	margin-right: 10px;
}

.captcha img{
	vertical-align: middle;
}

.checkbox label{
	display: inline;
}

.text input, .password input{
	width: 200px;
}

textarea{
	width: 80%;
}

#flashMessage{
	background: #FFFBC2;
	border: 1px double #d0d0d0;
	padding: 10px;
	margin-bottom: 20px;
}

.error-message{
	color: red;
}

.submit input{
	padding: 5px 10px;
	background: url(../img/buttonbg.jpg) repeat-x 0 0;
	color: #fff;
	cursor: pointer;
	border: none;
	font-size: 14px;
	font-weight: bold;	
}

#resAreaButton{
	color: #fff;
	display: block;
	height: 39px;
	line-height: 39px;
	background: url(../img/resareabg.jpg) no-repeat 0 0;
	padding-left: 30px;
	clear: left;
}
