/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #EAC99A url(../images/theme/img01.jpg);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A38560;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #B27217;
}

h1 {
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 180%;
}

p {
}

blockquote {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(../images/theme/img06.gif) no-repeat left center;
}

ul li a:hover {
	text-decoration:none;
}

ol {
	margin-left: 3em;
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a {
	color: #D65601;
	text-decoration:none;
}

a:hover {
	color: #B27217;
	float: center;
	font-weight: bold;
	
}
a:visited {
}

img {
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

.bg {
	background: url(../images/theme/img02.jpg) repeat-x;
}

/* Header */

#header {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	padding-top: 40px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	padding-left: .1em;
	font-size: 1em;
	font-weight: bold;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

.copyleft {
	font-size: 8pt;

}


/* Menu */
/*
#menu {
	float: right;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding-top: 2.35em;
	list-style: none;
}

#menu li {
	display: inline;
	padding-left: 8px;
	background: none;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #B27217;
}

#menu #selected {
	color: #B27217;
}
*/
#menu {

}

#menu ul{
list-style: none;
margin: 0;
padding: 0;
float:right;
}

#menu ul li{
float: left;
padding: 10px;
display: block;
margin-right: 10px;
margin-left:0px;
background: none;
}

#menu ul li a{
display: block;
overflow: hidden;
height: 50px;
width: 30px;
}

#menu ul li img{
position: absolute;
/*border: 3px solid #881212;*/
}

#menu ul li p{
margin: 20px;
padding: 0;
width: 50px;
display: block;
margin-left: 55px;
} 

#menu img{
border: none;
}

/* Wrapper */

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Sidebar */

.sidebar {
	float: left;
	width: 230px;
	background: url(../images/theme/img04.jpg) repeat-y;
}

.sidebar .title {
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(../images/theme/img03.jpg) no-repeat;
}

.sidebar .content {
	padding: 20px;
}

.sidebar .bottom {
	height: 33px;
	background: url(../images/theme/img05.jpg) repeat-x left bottom;
}

/* Content */

#content {
	float: right;
	width: 600px; /* 500 */
}

/* Splash */

#splash {
	text-align: center;
	background: url(../images/theme/img09.jpg) repeat-y;
}

#splash .top {
	padding: 20px 20px 16px 20px;
	background: url(../images/theme/img08.jpg) no-repeat;
}

#splash .bottom {
	height: 33px;
	background: url(../images/theme/img05.jpg) repeat-x left bottom;
}

/* Welcome */

#welcome {
	padding: 0 20px;
}

/* Samples */

#samples {
	padding: 20px;
	background: url(../images/theme/img05.jpg) repeat-x;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
}

#footer p {
	font-size: 10px;
}

#prezzi {
	width : 560px;
	color: #B27217;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px #fff solid;
	border-collapse: collapse;
	margin-bottom: 10px;	
}

#prezzi th {
	font-size: 1.4em;
	border: 1px #fff solid;
	padding:2px;
}

#prezzi tr {
	padding:2px;
}

#prezzi td {
	border: 1px #fff solid;
	padding: 2px;
}
.menu {
	
	font-weight: bold;
	background-image: none;
}

.menu2{
	margin-left: 1em;
	background: url(../images/theme/img06.gif) no-repeat left;
}