@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

#wrap {
	margin: 0 auto;
	width:940px;
	/*height:1000px;*/
}

#header {
    
	height:188px;
	position:relative;

}

.logo {
	position: absolute;
	display:block;
	height:184px;
	width:102px;
	top:0px;
	right:125px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

.menu {
	width:734px;
	height:22px;
	position:absolute;
	top:163px;
	left:-1px;
	background-image: url(images/menu_bg_03.jpg);
	background-repeat: repeat;
	
	
	font-size: 14px;
}
.menu ul li {
	float: left;
	padding-right:40px;
	padding-left:20px;
	list-style-type: none;
	line-height:none;
	padding-top: 2px;
}
.menu ul li a {
	color:#333333;
	text-decoration:none;
}
.menu ul li a:hover {
	color:#F00;
	text-decoration:none;
}

#banner_img {
	height:316px;}

#info { 
	height:100%; 
    width:940px;
	margin-top:10px;  
	background:url(images/menu_bg_03.jpg) repeat;
	overflow: hidden;
}
	
.carburo {
	width:152px;
	height:100%;
	float:left;
	text-align:right;
	padding:32px;
	/*
	padding-left: 40px;
	padding-right: 20px;
	*/
	
	font-style:italic;
	font-size: 25px;
	line-height: 26px;
}

.divisor {
	width: 4px;
	position:relative;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/divisor_03.jpg) repeat-y;
}	
		 
.texto {
	/*size:11px;*/
	/*color: #333333;*/
	padding-left:10px;
	padding-top:30px;
	padding-right:30px;
	padding-bottom:30px;
	font-size: 12px;
	font-style: italic;
	float:left;
	width:680px;
	height:auto;
}


.footer {
	width: 940px;
	color: white;
	height: 55px;
	background:url(images/footer_bg_07.png) repeat-x;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	float: left;
	margin-top: 10px;
	padding-top: 35px;
	
}

.bodytext {
	text-align: right;
}

h1 {
	float: left;
}

#close-window {
	float: right;
	display: block;
	padding: 4px 7px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.formclass {
	clear:both;
	font-style: italic;	
	background: transparent url('images/menu_bg_03.jpg') repeat scroll 0 0;
}

.divisor2 {
	background: transparent url('images/divisor_03.jpg') repeat-y scroll 361px 0;
	overflow: hidden;
	padding: 15px;
}

#contact-form  {
	width: 332px;
	overflow: hidden;
	float: left;
}

#contact-form .field {
	margin: 0 0 13px 0;
}

#contact-form .field input, #contact-form .field textarea {
	width: 236px;
	border: 1px solid #ddd;
	padding: 2px;
}

#contact-form .field textarea {
	height: 220px;
}

#contact-form .button input {
	background-color: #ff0000;
	color: #fff;
	border: 0;
	padding: 5px 11px;
	
}

#contact-form .button {
	text-align: right;
}

#contact-form .field label {
	width: 81px;
	display: block;
	float: left;
	text-align: right;
	margin: 0 7px 0 0;
	
}

#contact-info {
	float:left;
	margin: 0 0 0 27px;
	width: 200px;
}

#contact-info p {
	margin: 0 0 13px 0;
}

#contact-info span {
	display: block;
	font-weight: bold;
	margin: 0 0 2px 0;
}