/* CSS Document */

@charset "windows-1251";

html, body, div, span, applet, object h1, h2, p, id, class, img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul, ol {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

li {
	margin: 0px;
	padding: 2px 0px;
}

/* Global Blocks -------------------------------------------------------------------------------------------------*/
body {
	background-color:#000;
	background-image:url(../images/iventi_bg.png);
	background-position:top;
	background-repeat:repeat-x;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #333;
	line-height: 1.2;
}

#container {
	width: auto;
	position:relative;
	margin: 0 auto;
	padding:0px;
	text-align: left;
}

#container_Up {
	width: auto;
	position:relative;
	top: 0px;
	margin: 0 auto;
	padding:0px;
	text-align: left;
	z-index:10;
}

 #container_Body {
	width: auto;
	height:auto;
	position:relative;
	top: 0px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

 #container_Bottom {
	width: auto;
	min-height:100px;
	position:relative;
	top: 0px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

/* Global Text Style ------------------------------------------------------------------------------------------------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding: 10px 10px 5px 10px;
	margin:0px;
	color: #C00;
	text-transform:uppercase;
	text-align:left;
}

h2 {
	font-size: 12px;
	font-weight:bold;
	padding: 5px 10px;
	color: #333;
	text-align:left;
}

h3 {
	font-size: 11px;
	font-weight:bold;
	padding: 10px 0 5px 5px;
	margin:0px;
	color: #333;
	text-align:left;
}

p {
	font-size: 11px;
	font-weight:normal;
	padding: 3px 10px;
	color: #333;
	text-align:justify;
}

/* Header Menu ----------------------------------------------------------------------------------------- */
.header_block {
	background-image:url(../images/iventi_head.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 1000px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	z-index:101;
}

.header_logo {
	width:800px;
	height:60px;
	position: relative;
	margin:0px;
	padding:90px 0px 10px 10px;
}

.top_menu {
	background-image:url(../images/iventi_menu_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	width:1000px;
	height:40px;
	margin:0px;
}

/* Footer ---------------------------------------------------------------------------------------------------- */
.footer_block {
	width:auto;
	border-top:1px solid #F00;
	position:relative;
	overflow:hidden;
}

.footer_content {
	width:1000px;
	height:80px;
	margin:10px auto;
}

.footer_content p{
	color:#FFF;
	font-size:11px;
	text-align:center;
}

.footer_content a:link{
	color:#FFF;
	text-decoration:none;
}
.footer_content a:visited{
	color:#FFF;
	text-decoration:none;
}
.footer_content a:hover{
	color:#F00;
	text-decoration:none;
}

/* Body ---------------------------------------------------------------------------------------------------- */
.body_block {
	background-color:#FFF;
	width:1000px;
	min-height:500px;
	margin:5px auto;
	overflow:hidden;
}

.body_left_block {
	width:200px;
	min-height:500px;
	margin:0px;
	padding:5px;
	float:left;
}

.calc_block {
	background-color:#DFDFDF;
	padding:10px 0px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
.calc_block p{
	font-size:11px;
	padding:9px 0px 0px 12px;
	margin:0px;
	text-align:left;
}
.calc_block input{
	width:170px;
	height:20px;
	margin:5px 10px;
	padding: 1px 5px;
	background-color:#FFF;
	border:1px solid #999;
}

.calc_block select{
	width:180px;
	height:20px;
	margin:5px 10px;
	padding:1px;
	background-color:#FFF;
	border:1px solid #999;
}

.calc_block input:focus {
	border: 1px solid #666;
	background-color:#FFD;
}
.calc_block button {
	width:80px;
	margin:10px 5px 10px 10px;
	float:left;
}

.body_left_pic {
	margin-top: 10px;
	padding:0px 0px 5px 5px;
}

.left_logo {
	width:195px;
	min-height:109px;
	border-top:1px dashed #999;
}

.body_content_block {
	width:550px;
	min-height:500px;
	margin:0px;
	padding:10px;
	border-bottom:0px dashed #999;
	float:left;
}

.body_content_block li{
	text-align:justify
}

.body_content_block table{
	width:100%;
	margin:5px 0px;
}

.body_content_block td{
	padding:3px 0px;
	border: 1px solid #BBBBBB;
	text-align:center;
	background-color:#FFF;
}

.body_content_des {
	padding:10px 0px;
	border-bottom:1px dashed #C00;
}

.body_content_block a:link {
	color:#06C;
	text-decoration:none;
}
.body_content_block a:visited {
	color:#06C;
	text-decoration:none;
}
.body_content_block a:hover {
	color:#F00;
	text-decoration:none;
}

.body_right_block {
	width:196px;
	min-height:500px;
	margin:0px;
	padding:10px;
	float:left;
}
.body_right_block li a:link {
	color:#06C;
	text-decoration:none;
}
.body_right_block li a:visited {
	color:#06C;
	text-decoration:none;
}
.body_right_block li a:hover {
	color:#F00;
	text-decoration:none;
}

.google-add {
	width:190px;
	height:400px;
}