/* @override http://localhost:8888/bagnilucca-intro/css/screen.css */

/* Reset CSS Code */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font: 1em/1 Verdana, "Lucida Grande", Lucida, sans-serif;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* My Code */

div.floatfix {
	clear: both;
}

div#wrapper {
	width: 960px;
	margin: auto;
}

div#header {
	text-align: center;
	margin-bottom: 2px;
	width: 960px;
	background: url(../images/header/header.jpg) no-repeat;
	height: 162px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
}

#header h6 {
	display: none;
}

div#content {
	background: url(../images/bg/dot.jpg) repeat-y center 0;
}

div#left {
	float: left;
	width: 480px;
	text-align: center;
}

div#right {
	float: left;
	width: 480px;
	text-align: center;
}

div.top {
	height: 37px;
	margin: auto auto 10px;
}

div.top.retecivica {
	background: url(../images/bg/header-sprite.jpg) no-repeat left top;
}

div.top.turismo {
	background: url(../images/bg/header-sprite.jpg) no-repeat left bottom ;
}

div.center {
	height: 180px;
	padding-top: 20px;
}

div.bottom {
	background: url(../images/bg/bottom.jpg) no-repeat left top;
	width: 260px;
	height: 111px;
	margin: auto;
}

p.normal {
	line-height: 1.8em;
	font-size: 0.8em;
}

p.normal a {
	text-transform: uppercase;
	text-decoration: none;
	color: #006699;
}

p.normal a:hover {
	color: #000;
}

/*a#en {
	background: url(../images/flags/en.jpg) no-repeat left center;
	display: block;
	width: 80%;
	margin: auto;
	text-decoration: none;
	color: #006699;
	text-transform: uppercase;
	text-align: center;
}

a#it {
	/*background: url(../images/flags/ita.jpg) no-repeat left center;
	display: block;
	width: 80%;
	margin: auto;
	text-decoration: none;
	color: #006699;
	text-transform: uppercase;
	text-align: center;
}

a#en:hover, a#it:hover {
	text-decoration: underline;
}*/

div#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
	background: url(../images/bg/footer.jpg) repeat-x;
}

div.center a {
	height: 162px;
	display: block;
	margin: auto;
	width: 280px;
}

span {
	height: 162px;
	display: block;
	overflow: hidden;
}

div#footer p {
	font-size: 0.7em;
	color: #666;
	line-height: 1.5em;
	clear: both;
}

div#footer p a {
	text-decoration: none;
	color: #006699;
}

div#footer p a:hover {
	text-decoration: underline;
}

.tip { 
    width: 179px; 
	padding: 5px;
	border: 1px solid #CCC;
	display: none;
	background-color: #FFF;
}

.tip a { 
    font-size: 10px;
    color: #006699;
	text-decoration: none;
}

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