* {padding:0; margin:0; border:0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

em {font-style: italic;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: #fdbe57 url(images/bodybg.jpg) repeat-x top left;
	color: #a30234;
	font: 10pt Trebuchet MS, Helvetica, sans-serif;
	padding:0;
	margin:0;
	line-height: 1;
}

ol, ul{
	line-height: 1.2em;
}


a:link,
a:active,
a:visited {
	color: darkblue;
	font-weight: bold;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

input {border: 1px solid #ce7900;}

button {
	border: 1px solid #f75506;
	background-color: #f97712;
	color: white;
	padding: 2px 5px;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}

button:hover {
	border: 1px solid #ff7526;
	background-color: #ff9732;
	color: black;
}


h2 {	/* usato ?? */
	color: #9d0038;
	border-bottom: 1px solid #edccd6;
	margin: 10px 0 20px 0;
	font-size: 18pt;
}

h3 {
	color: #664A23;
	border-bottom: 1px solid #edccd6;
	margin: 10px 0 20px 0;
	font-size: 16pt;
	font-weight: bold;
}

h4 {
	color: #990000;
	margin: 20px 0;
	font-size: 13pt;
	text-decoration: underline;
}

h5 {
	color: #994400;
	margin: 10px 0;
	margin-left: 5px;
	font-size: 12pt;
	font-style: italic;
}



p {padding: 5px 0; margin-left: 20px;}

p.pdf {
	margin: 10px 0;
	padding: 6px 0 6px 35px;
	background: transparent url(images/pdf.jpg) no-repeat top left;
}

ul,ol {margin: 5px 0 10px 35px;}

.clear {display: block; clear: both; height: 0;}


/* --- LEFT --- */

.left {
	width: 200px;
	float: left;
	clear: left;
}

.left h1.logo{
	background: transparent url(images/logo.jpg) no-repeat top left;
	height: 200px; 
	font-size: 0;
	text-indent: -9000px;
}

.left ul.navig {
	display: block;
	width: 178px;
	background: transparent url(images/navig.gif) no-repeat top left;
	list-style-type: none;
	padding-top: 30px; 
	margin-left: 15px;
}

.left ul.navig ul{
	list-style-type: none;
	margin-left: 15px;
}

.left ul.navig li {}

.left ul.navig li a {
	background: transparent url(images/menu_bg.gif) repeat-x top left;
	font-size: 90%;
	display: block;
	height: 26px;
	line-height: 26px;
	color: #a30234;
	font-weight: normal;
}

.left ul.navig li a:hover {
	color: white;
	font-weight: bold;
	background: transparent url(images/menu_bg_o.gif) repeat-x top left;
	text-decoration: none;
	padding-left: 4px;
}

.left ul.navig li.current a {
	font-weight: bold;
}


.left div.mlist {
	margin-top: 20px;
	height: 45px;
	background: #fcaf45 url(images/mlist.gif) no-repeat 15px 10px;
	border-top: 1px solid #fa932c;
	border-bottom: 1px solid #fa932c;
	border-right: 1px solid #fa932c;
}

.left div.mlist a{display: block; width: 100%; height: 100%;}



.left div.info {
	padding: 80px 0 0 0;
/*	background: #fdbe57 url(images/circles_bottom.jpg) no-repeat bottom right; */
	font-size: 9pt;
}


.left a.lendhand {
	display: block;
	text-indent: -9000px;
	background: #FCAF45 url(http://www.tampepitalia.it/lend_hand/img/Lend_Hand_button.jpg) no-repeat center center;
	border-bottom:1px solid #FA932C;
	border-right:1px solid #FA932C;
	border-top:1px solid #FA932C;
	height:45px;
	margin-top:10px;
}



/* --- RIGHT --- */


.right {
	width: 750px;
	float: left;
	clear: right;
}



.right .header {
	height: 182px;
	background: transparent url(images/header_bg.jpg) no-repeat top left;
}

.right .header a {
	display: block; 
	width: 100px; 
	float:right;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 10px;
	height: 13px;
	line-height: 13px;
	color: #604518;
}

.right .header a img {border:0; margin-right: 4px;}

.right .body {
	background: white url(images/mainbg.jpg) repeat-y top left;
	padding: 2px 20px 20px 20px;
}

.right .footer {
	height: 77px;
	background: transparent url(images/footer_bottom.jpg) no-repeat top left;
	text-align: center;
	padding-top: 5px;
	color: white;
}

.right .footer a {	
	color: white;
	font-size: 8pt;	
	font-weight: normal;
}
.right .footer a:hover {text-decoration: underline;}

.right .footer ul.footmenu {
	list-style-type: none; 
	display: block; 
	width: 100%;
	margin: 0 auto;
	width: 650px;
}

.right .footer ul.footmenu li {
	display: inline;
	margin-right: 15px; 
}


.right .footer div {
	color: white;
	font-size: 8pt;	
	font-weight: normal;
	display: block;
	clear: both;
	margin-top: 10px;
}



/* --- Gallery --- */

div.thumbscontainer {width: 100%;}
div.thumbscontainer ul.thumbs {margin: 0 auto;}
div.thumbscontainer ul.thumbs li{}
div.thumbscontainer ul.thumbs li a{}
div.thumbscontainer ul.thumbs li a img{}

div.shortfields {}
div.shortfields input {margin: 3px 0;}
div.managecontainer {}

div.managecontainer input,
div.managecontainer textarea {border: 1px solid #aaa; margin-right: 4px;}

div#lbBottomContainer {clear: both;}

/* --- Mailing List --- */

form#km_form {}
form#km_form fieldset {}
form#km_form label {}
form#km_form label input {}

