@charset "UTF-8";

/* GLOBALS */
* { margin:0; padding:0; }

body,html {
	
}
img {
	border:0;
}

a:active { outline: none; }

a:focus { -moz-outline-style: none; }

/* ELEMENTS */

#wrapper {
	width: 870px;
	margin: 5px auto 0 auto;
	position: relative;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	height: 95%;
}

#wrapper #header {
	background-color: #c9dced;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 146px;
	width: 870px;
	margin: 0;
	padding: 0;
}
#content  {
	position: relative;
	height: 700px;
}
#wrapper #content #column-left {
	width: 250px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 700px;
}
#wrapper #content #column-right {
	width: 250px;
	float: right;
	height: 700px;
	overflow: hidden;
}
#wrapper #content #column-centre {
	float: left;
	width: 370px;
	display: block;
	overflow: hidden;
}

#wrapper #content #column-centre #square-choice {
	float: left;
	height: 192px;
	width: 350px;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	margin: 0 10px 0 10px;
	display: inline;
}
#column-centre #fiat {
	float: left;
	height: 115px;
	width: 115px;
	margin: 38px 4px 0 50px;
	background-image: url(../images/enter-fiat.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#column-centre #alfa {
	float: right;
	height: 115px;
	width: 115px;
	margin: 38px 50px 0 4px;
	background-image: url(../images/enter-alfa.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


#wrapper #content #column-centre #form-container {
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	float: left;
	height: 192px;
	width: 350px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
}

#wrapper #content #column-left #item1 {
	float: left;
	width: 200px;
	margin-top: 78px;
	margin-right: 25px;
	margin-left: 25px;
	display: inline;
}
#wrapper #content #column-left #item1 p {
	text-align: left;
	font-family: "helvetica neue", helvetica, verdana, arial;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}


/* STYLING */


#wrapper #content #column-centre h2 {
	text-align: center;
	font-family: "Cochin", Times New Roman, Times, serif;
	color: #333333;
	width: 370px;
	display: block;
	font-size: 25px;
	margin: 25px 0 25px 0;
	height: 28px;
}

#wrapper #content #column-centre h3 {
	font-family: "Cochin", Times New Roman, Times, serif;
	color: #666666;
	font-size: 18px;
	text-align: center;
	float: left;
	width: 370px;
	font-weight: normal;
	margin: 30px 0 0 0;
}
#wrapper #content #column-centre h4 {
	display: block;
	width: 370px;
	float: left;
	text-align: center;
	font-family: "helvetica neue", helvetica, verdana, arial;
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	margin: 20px 0 10px 0;
}
#wrapper #content #column-centre h5 {
	font-size: 24px;
	font-style: italic;
	font-family: "Cochin", "Times New Roman", Times, serif;
	display: block;
	width: 370px;
	float: left;
	text-align: center;
	color: #333333;
	font-weight: normal;
	margin: 20px 0 0 0;
}

a:link,a:visited,a:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	}
#wrapper #content #column-right #info  {
	width: 200px;
	display: inline;
	padding: 0;
	float: left;
	margin: 78px 25px 0 25px;
}
#wrapper #content #column-right #info p {
	text-align: left;
	font-family: "helvetica neue", helvetica, verdana, arial;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	padding: 0;
	margin: 0 0 8px 0;
	line-height: 16px;
}
form p{
	text-align: left;
	font-family: "helvetica neue", helvetica, verdana, arial;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	padding: 0;
	line-height: 16px;


}
#form-container iframe {
	float: left;
	height: 170px;
	width: 320px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;

}

