* {
	margin: 0; padding: 0; 
	font-size: 12px; font-family: "Trebuchet ms";
	color: #222;
}

* a:link, a:hover, a:visited {
	text-decoration: none; color: #371;
}

body {
	width: 100%;
}

body h1 {
	font-size: 24px; color: #444; text-decoration: underline; font-style: italic;
}

#header {
	min-width: 1004px; width: 100%; height: 97px;
	background-image: url('../images/headerbkgnd.png');
	background-repeat: no-repeat;
	border-bottom: 1px solid #222;
}

#header span {
	display: table-cell;
	width: 120px;
	font-size: 14px;
	color: #647781;
	text-align: center;
	float: left;
}

#header .title {
	margin-left: 50px;
	float: left;
}

#header .cart {
	float: right;
}

#contents {
	clear: both;
	width: 100%; height: 1180px; padding: 0;
	background-image: url("../images/bkgnd.png");
	background-repeat: repeat-x;
	background-position: top;
}

#contents #container {
	width: 1200px; min-height: 850px;
	margin: auto;
	box-shadow: 0 8px 9px #333;
	border: 1px solid #444;
	background-color: white;
}

#contents #sponsors {
	min-width: 1004px; max-width: 1260px; height: 230px; margin: 0 auto;
}

#contents #sponsors .spot {
	width: 500px; height: 190px; float: left;
	margin-left: 80px; padding-top: 15px;
	font-size: 16px; color: white;
	text-shadow: 0 0 3px #000;
}

#contents #sponsors .spot b {
	font-size: 16px; color: white;
}

#contents #sponsors .accesso {
	width: 300px; height: 190px; margin: 15px 104px 0 0; float: right;
	border: 2px solid #ddd; border-radius: 6px;
	background-color: #ccc; box-shadow: 0 0 10px #000;
}

#contents #container .leftBox {
	margin: 10px; padding: 2px;
	width: 180px; height: 400px;
	border: 2px solid #bd7001;
	box-shadow: 0 6px 6px #444;
	background-color: #eee;
	float: left;
}

#contents #container .leftBox .btn_category {
	width: 157px; height: 42px; margin: auto; padding-top: 6px;
	background-image: url('../images/btn_category.png'); background-repeat: no-repeat; 
	text-align: center; color: white; font-size: 14px;
}

#contents #container .leftBox .btn_category a:hover, a:link, a:visited {
	color: white; text-decoration: none;
}

#contents #container .rightBox {
	margin: 10px; padding: 2px;
	width: 900px; height: 600px;
	text-align: center;
	float: right;
}

#contents #container .linkBox {
	margin: 10px; padding: 2px auto;
	width: 180px; text-align: center;
	background-color: #fff;
	float: left;
}

#contents #container .rightBox table {
	border: 0; border-collapse: collapse;
}

#contents #container .rightBox table .frame{
	border: 1px solid #ddd; width: 100%; height: 404px; overflow-y: scroll;
}

#contents #container .glass {
	margin: 10px; padding: 2px;
	min-width: 900px;
	float: right;
}

#contents #container .glass .products {
	height: 230px; padding: 10px 10px 10px 20px; 
	border: 2px solid #bd7001;
	box-shadow: 0 6px 6px #444;
	background-color: #eee;
}

#contents #container .ricerca {
	width: 800px; height: 50px; margin-right: 30px; margin-top: 5px; text-align: right;
}

#contents #container .registrazione {
	margin: 10px auto; padding: 0 0 0 20px;
	width: 800px; min-height: 700px; border-left: 10px solid #ddd;
}

#contents #container .registrazione td {
	width: 250px; height: 30px;
}

#footer {
	width: 100%; height: 97px;
	background-color: #dedede;
	border-top: 4px solid #9a9a9a;
}

#standards {
	min-width: 1020px; max-width: 1260px; margin: 30px auto 0 auto;
}