.menu {
	background: #9c3 url(grafik/layout/main_menu_bg.png) repeat-x bottom;
	float: left;
	width: 100%;
	list-style: none;
	padding: 0em;
	margin: 0;
}

.submenu {
	background: #bcf250 url(grafik/layout/sub_menu_bg.png) repeat-x bottom;
}

.menu li {
	float: left;
}

.menu a {
	display: block;
	padding: 0.5em 1em;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	background: #cf6 url(grafik/layout/hover_menu_bg.png) repeat-x bottom;
	text-decoration: underline;
}

#content {
	clear: both;
	width: 750px;
	padding: 14px 25px;
}

#footer {
	width: 800px;
	text-align: center;
	color: #333;
	font-weight: bold;
	padding-bottom: 2em;
}

body {
	margin: 0;
	padding: 0;
	font-size: 85%;
}

body,p {
	font-family: verdana, sans-serif;
}


h1,h2,h3,h4,h5,h6 {
	font-family: verdana, sans-serif;
	text-transform: uppercase;
}

h1 { font-size: 1.7em; margin: 1.5em 0; }

h2 { font-size: 1.3em; margin-bottom: 0; margin-top: 1.5em; }

a {
	font-weight: bold;
}

span.yellow {
	color: #FFCC00;
	font-weight: bold;
}

hr {
	background-color: #9c3;
	color: #9c3;
	height: 1px;
	margin-bottom: 3em;
	border: 0;
}

hr.footer {
	background: #9c3 url(grafik/layout/main_menu_bg.png) repeat-x bottom;
	color: #9c3;
	width: 100%;
	list-style: none;
	height: 1em;
	border: 0;
	margin-top: 2em;
	margin-bottom: 1em;
}

table.prodotti {
	width: 100%;
}

table.prodotti td,table.prodotti th {
	padding: 1em;
	text-align: center;
}

table.brands {
	width: 100%;
}

table.brands td {
	text-align: center;
	padding-bottom: 1em;
}

table.product-data {
	margin-top: 1em;
	border: 1px solid black;
	width: 100%;
}

table.product-data th,table.product-data td {
	text-align: center;
	padding: 3px;
	border: 1px solid #996;
}

table.product-data th {
	background-color: #ff9;
}

table.product-data td {
	background-color: #ffc;
}

input[type="text"],textarea,select {
	background: #ffc;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

table,tr,td,th {
	border: 0;
	padding: 2px;
	margin: 0;
}

th {
	text-align: left;
	padding-right: 0.5em;
}

label {
	font-weight: bold;
}
