﻿/* Reset style */
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: 0px none;
	outline: 0;
	font-size: 100%;
	background: ;
	text-align: center;
	z-index: 0;
}
body {
    line-height: 1;
}
a
{
    color: #fb6600;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CSS layout */
body {
    background-color: #310C04;
    font-size: 12px;
    line-height: 14px;
    color:#cccccc;
    font-family: Verdana;
}
#contenitore_sotto {
	width: 940px;
	margin: 18px auto 0 auto;
	padding: 0 0 20px 0;
}
#downleft {
    margin: 0 0 18px 18px;
    float: left;
    width: 266px;
    color: #ccc;
    font-size: 11px;
    font-weight: normal;
}

#downleft p, #downleft img {
    margin-bottom: 10px;
}

#downleft p a {
    color: #575757;
}

#downleft a:hover {
    text-decoration: underline;
}
#downright {
	float: right;
	margin: 0 18px 18px 0;
	width: 500px;
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
}

#downright p {
    margin-bottom: 10px;
}
.titolo01 {
    font-size: x-large;
    font-family: "Times New Roman";
    font-weight: normal;
    text-transform: uppercase;
    color: #C0C0C0;
    line-height: normal;
    margin: 0;
    text-align: center;
    font-style: normal;
}
.titolo02 {
    font-size: 27px;
    font-family: "Times New Roman";
    font-weight: normal;
    text-transform: uppercase;
    color: #ffebc4;
    line-height: 25px;
    margin:0;
}
.clearboth {
    clear: both;
    height: 0;
}
#footer {
    border-top: 1px solid #703600;
    border-bottom: 1px solid #703600;
    font-size: 11px;
    width: 100%;
    text-align: center;
    color: #575757;
    background: padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}
#footer ul li, #footer_menu ul li{
    font-size: 11px;
    display:inline;
}

#footer h2 {
    display: none;
}
