*{
	margin: 0;
	padding: 0;
}

body{
	background: #C9DCEB;
	color:#333333;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;	
}
#container{
	background-color:#fff;
	margin: 0 auto;
	text-align: left;
	width: 753px;
}
a:link, a:visited, a:active {
	color:#ee3b33;
	text-decoration: underline;
}
a:hover {
	color:#ee3b33;
	text-decoration: none;
}


.header{
	background: transparent url(../images/header2.gif) no-repeat;
	height: 123px;
	width: 753px;
}
.header h1{
text-indent: -9997px;
}
h2{
	background-color: #FFFFFF;
	color: #3355AA;
	font-size: 20px;
	text-align: center;
	line-height: normal;
}

h3{
	background-color: #FFFFFF;
	color: #3355AA;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	margin: 15px 0 15px 0;
}
.highlight{color: #ee3b33;}

.line {
	background-color: #C9DCEB;
	height: 10px;
	margin: 0 0 0 30px;
	width: 680px;
	clear: both;
}

/*______ quotation form ___________*/

div.contactform{
	padding: 20px 0 0 43px;
}

.textfield {
	margin-bottom:	10px;
}
.first {
	display: block;
	text-transform:	uppercase;
	font-size: 80%;
	font-weight: bold;
}
label{
display: block; 
}
.sub{
margin:15px 0 35px 0;
}
 





