
body {
	margin: 0px;
	padding: 0px;
	background: #efe9d9;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}

h1, h2 {
	margin-top: 0px;
	font-weight: normal;

}

h1 {
	font-size: 2.4em; 
	color: #FFFFFF;
}

h2 {
	font-size: 1.8em; 
	color: #FFFFFF;
}

h3 {
	font-size: 1.4em; 
	margin-top: 10px;
	color: #993333;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #255600;
}

a img {
	border: none;
}

hr { 
	width: 95%; 
	margin-bottom: 15px

}

#wrapper {
	width: 850px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
}

/* Header */

#header {
	width: 850px;
	height: 100px;
	margin: 0px auto;
	background:url(images/header-bg.gif) top repeat-x; 
}


/* Menu */
#menu {width:470px; padding-top:0px; margin-right:10px; height:44px; float: right;}
#menu ul {margin: 0px; padding: 49px 0px 0px 0px; list-style: none;}
#menu li {margin-left:2px; float:left; width:152px; text-align:center; background:none; padding:0; font-size:1.083em; line-height:1em; }
#menu li a {display:block; background:url(images/menu-tail-bg.gif) top repeat-x; color:#ffffff; text-decoration:none; margin-top:3px;}
#menu li a span {background:url(images/menu-right-bg.gif) top right no-repeat; display:block;}
#menu li a span span {background:url(images/menu-left-bg.gif) top left no-repeat; padding:15px 0 13px 0;}
#menu li a:hover {background:url(images/menu-tail-bg-act.gif) top repeat-x; color:#373737; font-weight:bold; margin:0;}
#menu li a:hover span {background:url(images/menu-right-bg-act.gif) top right no-repeat;}
#menu li a:hover span span {background:url(images/menu-left-bg-act.gif) top left no-repeat; padding-top:18px;}
#menu .active a {background:#f5f5eb; color:#373737; font-weight:bold; margin:0;}
#menu .active a span {background:url(images/menu-right-bg-act.gif) top right no-repeat;}
#menu .active a span span {background:url(images/menu-left-bg-act.gif) top left no-repeat; padding-top:18px;}

/* Logo */
#logo {
	float: left;
	padding-left: 10px;
}




/* Page */

#page {
	width: 850px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #f5f5eb;
}

#top-banner {
	width: 850px;
	padding-bottom: 5px;
}

#navbar {
	
	font: 12px Arial, Helvetica, sans-serif;
	color: #444444;
	padding: 5px 0px 10px 10px;
}
/* Content */

#content {
	float: right;
	width: 590px;
}


.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background: #444444 url(images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

.post .text {
	padding: 0 18px;

}

.post .strutture {
	padding: 0 20px;

}

.post .strutture img {
	padding: 0 15px;
	float:left;

}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}



#sidebar-content {
	background: #eeece0;
}


#sidebar li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/point.gif) no-repeat left 50%;
}

#sidebar ul {
	margin: 0px;
	margin-bottom: 1.8em;
	list-style: none;
	padding: 0px 0 5px 0;
}

#sidebar h3 {
	background: #f59e1d;
	padding: 7px 5px;
	font-size: 1.4em;
	color:#FFFFFF;
}


#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar p {
	padding: 7px 5px;
}


/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 10px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 140px;
}

/* Product */

#product-content {
	float: right;
	width: 400px;
}

#product-image {
	float: left;
	width: 340px;
}

/* Footer */

#footer {
	clear: both;
	width: 850px;
	margin: 0px auto 30px auto;
	padding-bottom: 10px;
	color: #FFFFFF;
	background:#7c7c7c;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}