* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-bottom: 50px;
	background: #EAFFEA;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	color: #4F789F;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


hr {
	width: 100%;
	height: 1px;
	color: #3B3B3B;
}

.corpo {
	width: 1000px;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #3B3B3B;
}


.testo {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	line-height: 20px;
	text-align: justify;
	padding: 0px 30px 20px 30px;
}

.testo a:link {
	text-decoration: underline;
	color: #3B3B3B;
}

.testo a:hover {
	color: #4F789F;
}

.testo a:active {
	text-decoration: underline;
	color: #4F789F;
}

.testo a:visited {
	text-decoration: underline;
	color: #3B3B3B;
}

.titolo {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px 30px 10px 30px;
	font-weight: bold;
	text-align: justify;
	color: #4F789F;
}

.sotto_titolo {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	padding: 0px 30px 10px 30px;
	text-align: justify;
	color: #4F789F;
}

	

/* Header */

table.tab_head {
	width: 1000px;

	table-layout: fixed;
	border-width: 0px;
}

table.tab_head td {
	height: 170px;
	border-width: 0px;
}

.header h1, .header h2 {
	/*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

.header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

.header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

.header a {
	text-decoration: none;
	color: #FFFFFF;
}


.Carrello{
	font-size: 16px;
}

a.Carrello:link {
	text-decoration: none;
}

a.Carrello:hover {
	text-decoration: underline;
}

a.Carrello:visited {
	text-decoration: none;
}


/* Menu */

.menu {
	width: 198px;
}

.menu a {
	display: block;
	background: #E2E2E2;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

.menu a:hover {
	background: #4F789F;
	color: #FFFFFF;
}

.menu a:active {
	background: #BABABA;
	color: #000000;
}

.active {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
	background: #BABABA;
}

.titolo_menu {
	padding: 10px 0px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

/* Login */

.login {
	padding: 15px;
	background: #E2E2E2;
}

.login fieldset {
	border: none;
}

.login legend {
	display: none;
}

.login input {
	margin-bottom: 5px;
}

.inputtext1, .inputtext2 {
	width: 160px;
}


/* Footer */

.footer {

	width: 1000px;
	height: 15px;
	margin: 0 auto;
	background: #3B3B3B;
}


#dropmenudiv {
	position: absolute;
	background-color: #E2E2E2;
	border:1px solid black;
	border-bottom-width: 0;
	font: normal 12px;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	padding: 2px 0;
	text-decoration: none;
}

#dropmenudiv a:hover {
	background: #4F789F;
	color: #FFFFFF;
}

.submitSearch{
	border: 1px solid #FFFFFF;
	background-color: #3B3B3B;
	color: #FFFFFF;
	font-size:11px;
	font-family: Century Gothic;
	font-weight: bolder;
	width:80px;
	height:18px;
}
