/*Documento CSS*/

/******* struttura e layout *******/
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
/* Page */

#page {
	
	width: 940px;
	margin:0 auto;
	padding:0;
	border: 1px solid #FDCF1A;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}


h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}
/*inizio immagine post_it contatti*/
#img_posizione{
	position: absolute;
	top: 548px;
	right: 327px;
	width: 300px;
	height: 297px;
	background: url(images/post_it.jpg) no-repeat;
}
.posizione_testo {
	clear: both;
	font-size: 15px;
	margin-top: 80px;
	margin-left:50px;
	display: block;
	font-weight: normal;
	}
/*fine img post_it contatti*/

/* logo */

#logo {
	width: 890px;
	margin: auto;
	background: url(images/bg_logo.png) repeat-x;
}

#logo h1, #logo p {
	margin: 0;

}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;

}

/* Menu */

#menu {
	width: 778px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6 url(images/img02.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}



/* Latest Post */

#latest-post {
	padding: 20px;
	background:#F6F6F6;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: right;
	width: 650px;
	padding: 20px 0 0 15px;
}
.content_haeder_02 {
	position: relative;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 20px 0 0 70px;
	height: 40px;
	font-family: "Times New Roman", Times, serif;
	background: url(images/Servizi.png) bottom left no-repeat;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/*Prodotti*/
#prodotti_content{

	padding: 10px 0px 0 5px;
	
}
.prodotti_section{
float: left;
	width: 205px;
	margin-right: 8px;
	margin-top: 10px;
	background-color:#EEEEEE;
	border: 1px solid #FDCF1A;
}

/* Menu Categorie */

#categorie {
	float: left;
	width: 200px;
	padding-left: 10px;
	margin-top: 5px;
	margin-left:20px;
	background-color:#e4e4e4;
	
}


#categorie ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#categorie li {
}

#categorie li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#categorie li li {
	padding: 5px 10px 5px 15px;
	background: url(images/img07.gif) no-repeat 5px 50%;
	border-right: 1px solid #CCCCCC;
}

#categorie h2 {
	margin: 0;
	padding: 24px 0 3px 10px;
	border-bottom: 1px solid #E7E7E7;
	font-size: 1.2em;
	font-weight: bold;
}

#categorie a {
	text-decoration: none;
}

#categorie a:hover {
	
	color:#FF9900;
}

.box_categorie {
float: left;
width: 650px;
margin-top: 10px;



}
.box_sotto_categorie {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	FLOAT: left; 
	WIDTH: 135px;
	background-color: #ffffff;
	border-left: 1px solid #E7E7E7;
}
#templatemo_banner #discount {
	position: absolute;
	right: 39px;
	top: 341px;
	width: 101px;
	height: 75px;
	padding: 20px 10px 0 0;
	font-size: 20px;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	background: url(images/templatemo_discount.png) no-repeat;
}

#discount span {
	clear: both;
	font-size: 20px;
	margin-top: 8px;
	display: block;
	font-weight: normal;
	}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img08.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

