@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

body { font-family:Arial, Helvetica, sans-serif; color: #555; background: url("../images/body_bg.jpg") repeat; font-size: 12px;}

a { outline:none; }
a img { border:none; text-decoration:none; }
img { border:none; text-decoration:none; margin:0; padding:0;}

.clear { clear:both; }
.green_large { color:#0c6333; font-size: 25px; font-weight:bold; }
.red_small { color:#d11313; font-size: 12px; font-weight:bold; }
.red_large { color:#d11313; font-size: 25px; font-weight:bold; }
.darkgrey_medium {color: #333333;  font-size: 15px;}
.darkgrey_large {color: #333333;  font-size: 18px;}
.sText {color: #555;font-size: 10px;}
.tText {color: #555;font-size: 13px;  margin-bottom:20px; font-weight:bold; }

p {line-height:18px; margin-bottom:20px;}
ul { margin-left: 20px; list-style:none; margin-top:10px;}
li { margin-left: 5px; list-style:disc; color:#555; margin-bottom:3px;}


input, textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EAEAEA none repeat scroll 0 0;
border:1px solid #ccc;
padding:2px;
color:#666;
font-size: 12px;
}

input[type="submit"],input[type="reset"],input[type="button"] {
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
background-color: #900000;
color: #fff;
margin: 0px;
padding: 2px 7px;
cursor: pointer;
border: 0;
font-weight: bold;
}

/* CONTENT SECTIONS */
div#wrap { width:980px; margin:0 auto; }

div#promo {width:360px; height:84px; margin-left: 570px; margin-top:10px;}

div#header { width:980px; height: 120px; background:url(../images/header_bg.png) top no-repeat; margin-top:0px;}
div#logo { width:400px; height:80px; float:left; margin-left:30px; margin-top:30px;}
div#contacti { width:300px; float:right; margin-right:12px; margin-top:37px; text-align:center;}

div#menu {width:980px; height:54px; padding-top:15px; background:url(../images/menu_bg.png) top no-repeat;}
div#menu a{color:#555; text-decoration:none;  font-weight:bold;}
div#menu a:hover{color:#d11313; text-decoration:none;  font-weight:bold;}

div#content {width:980px; height:533px; background:url(../images/content_bg.png) top no-repeat;}
div#banner { float:left; width:520px; height:518px; margin-left:2px; margin-top:4px;}
html>body div#banner { margin-left:4px;}
div#contentBody{ float:right; width: 450px;  height:510px;}

#mainContent {
	height:500px;
	width: 400px;
	margin-right: 5px;
}


div#footer { height: 32px; background-color:#000;  margin-top:5px; font-size:10px; color:#fff; text-decoration:none; }
div#footerBody {width:950px; margin:0 auto; }
div#footerBody a {font-size:10px; color:#fff; text-decoration:none;}
div#footerBody a:hover {font-size:10px; color:#b40000; text-decoration:underline;}
