*{margin: 0; padding: 0}
a{text-decoration: none; color: #2082C2}
a img{border: none;}
body{
	font-family:  arial, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #222;
	background: #fff url('../img/bodybg.jpg') repeat 0 0; 
}

#container{
	width: 988px;
	margin: 0 auto;
}

#header{
	height: 141px;
	background: url('../img/headerbg.png') no-repeat 0 50px;
	position: relative;
}

#header h1{
	display: block;
	height: 153px;
	width: 232px;
	background: url('../img/logo.png') no-repeat 0 0;
	position: absolute;
	top: 15px;
	left: 74px;
	z-index: 200;
}

#header h1 span{
	display: none;
}

#topimage{
	height: 339px;
	background: url('../img/topimagebg.png') no-repeat 0 0;
}

#slideshow{
	margin: 0 52px 0 40px;
	position: relative;
	background: url('../img/loader.gif') no-repeat 50% 50%;
	height: 319px;
}

#content{
	background: url('../img/content_repeat.png') repeat-y 0 0;
	padding: 15px 100px 40px 70px;
	overflow: hidden;
	position: relative;
}

#categories_box{
	background: url('../img/boxbg.png') no-repeat 0 0;
	height: 213px;
	padding-left: 40px;
	padding-top: 19px;
}

.deu #categories_box{
	background-image: url('../img/boxbg_de.png');
}

#footer{
	background: url('../img/footerbg.png') no-repeat 0 0;
	height: 185px;
	font-size: 10px;
	text-align: center;
	line-height: 130%;
	padding-top: 10px;
}

/************** LINGUE ******************/
#lingue{
	position: absolute;
	top: 74px;
	left: 876px;	
}

#lingue a{
	float: left;
	width: 20px;
	height: 18px;
	margin-right: 3px;
}

/************** MENU ******************/

#header .menu{
	position: absolute;
	top: 104px;
	left: 317px;
	list-style: none;
	font-size: 11px;
	width: 640px;
}

#header .menu li{
	float: left;
	height: 37px;
	line-height: 37px;
	position: relative;
}

#header .menu li a{
	color: #fff;
	padding: 0 6px;
	float: left;
	height: 37px;
	line-height: 37px;
}

#header .menu li a:hover{
	background: #185ba2;
}

#header .menu li ul{
	position: absolute;
	z-index: 300;
	top: 37px;
	left: 0;
	width: 170px;
	list-style-type: none;
	border: 2px solid #fff;
	background: #29a6de;
	border-top: none;
	display: none;
}

#header .menu li ul li{
	float: none;
	height: auto;
	line-height: 1em;
}

#header .menu li ul li a{
	height: auto;
	line-height: 1em;
	padding: 8px 10px;
	float: none;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #4bb4e3;
}

/************** PATHWAY ******************/
.pathway{
	list-style-type: none;
	position: absolute;
	left: 70px;
	top: 60px;
	font-size: 11px;
	color: #666;
}

.pathway li{
	display: inline;
	padding: 0;
	margin: 0;
}

.pathway a{
	padding-right: 10px;
	margin-right: 0px;
	background: url('../img/raquo.png') no-repeat 100% 50%;
}

/************** SLIDESHOW ******************/
#imgover, #imgunder{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#imgover{
	z-index: 100;
}


/********************** CATALOGO PRODOTTI **************************/ 
div.product_category, div.product{
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.product_category h3{
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
}

div.product{
	border: 1px solid #2AA9E0;
	width: 248px;
	height: 248px;
	overflow: hidden;
	position: relative;
}

div.product h3{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 250px;
	background: #2AA9E0;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px;
}

div.product h3 a{
	color: #fff;
}

div.album img{
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 1;
}

.product_images{
	overflow: hidden;
	width: 568px;
	float: right;
	padding-top: 10px;
}

.product_images a{
	float: left;
	border: 1px solid #d0d0d0;
	margin: 0 0 10px 10px;
}

.product_description{
	float: left;
	width: 240px;
}

/********************** BOX CATEGORIE**************************/ 
#categories_box a{
	float: left;
	width: 140px;
	height: 193px;
	margin-right: 11px;
}

/* TITOLI */
#content h1{
	height: 40px;
	line-height: 40px;
	background: url('../img/titlebg.png') no-repeat 0 0;
	padding-bottom: 9px;
	margin-bottom: 15px;
	margin-left: -39px;
	padding-left: 39px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	margin-right: -51px;
}

/* PAGINAZIONE */
.paging div, .paging a{
	display: inline;
}

.paging span{
	margin: 0 5px;
}

.paging .current{
	font-weight: bold;
	font-size: 1.5em;
	color: #81d628;
}

.paging .disabled{
	color: #ccc;
}

.paging a{
	color: #444;
}


/******************* FORM **********************/
fieldset{
	border: 1px solid #d0d0d0;
	padding: 10px;
	margin-bottom: 10px;
}

input, textarea, select{
	font-size: 12px;
	font-family: Arial, sans-serif;
	border: 1px solid #d0d0d0;
	vertical-align: middle;
}

input:focus, textarea:focus, select:focus{
	border-color: #2aa9e0;
}

input, textarea{
	padding: 3px 5px;
}


div.input{
	margin-bottom: 10px;
}

legend{
	padding: 0 10px;
	background: #fff;
	font-weight: bold;
	color: #EE813E;
}

.submit input{
	color: #FFF;
	font-weight: bold;
	font-size: .9em;
	text-transform: lowercase;
	padding: 5px 10px;
	background: url('../img/buttonbg.jpg') repeat-x 0 0;	
	cursor: pointer;
	border: 1px solid #124d7d;
	border-top-color: #2fbdfa;
	border-left-color: #2fbdfa;
}

.input label{
	float: left;
	width: 130px;
	margin-right: 10px;
	padding: 3px 0;
	color: #555;
	font-family: Helvetica, sans-serif;
	text-align: right;
	letter-spacing: -1px;
}

div.error-message{
	padding-left: 140px;
	font-size: 10px;
	color: red;
}

/******************* FOTOGALLERY **********************/
div.album{
	float: left;
	width: 180px;
	margin-right: 35px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	height: 180px;
}

div.album img{
	border: 1px solid #2AA9E0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

div.album h4{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 170px;
	background: #2AA9E0;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px;
}

div.album h4 a{
	color: #fff;
}

a.photo{
	float: left;
	border: 1px solid #d0d0d0;
	margin: 0 11px 11px 0;
}

a.photo:hover{
	border-color: #2AA9E0;
}

/******************* VARIE **********************/
.entry{
	margin-bottom: 2em;
}

.captcha img{
	vertical-align: top;
	border: 1px solid #2fbdfa;
}


table.cake-sql-log{
	background: #fff;
	font-size: 1.2em;
	font-family: Arial;
	line-height: 160%;
}

table.cake-sql-log td{
	padding: 10px 0;
	border-bottom: 1px solid lightblue;
}

#content p{
	margin-bottom: 1em;
}

#flashMessage{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #F0E25C;
	background: #FEFFDB;
}
