/*********************************************
* Author:     Danny Clark                    *
* Web:        http://www.aerovisionit.co.uk/ *
* Mail:       info@aerovisionit.co.uk        *
* Version     1.0                            *
*********************************************/

/* Main structured layout */

body {
	background-color:#000000;
	margin-top: 0px;}

#wrapper {
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	height: 1100px;
	width: 980px;}
	
#header {
	background-image:url(../images/heading.jpg);
	height: 170px;
	width: 980px;}
	
#mainnav {
	background-image:url(../images/mainnav.jpg);
	height: 32px;
	width: 930px;
	padding-top:10px;
	padding-left:50px;}
	
#content {
	height: 788px;
	width: 980px;}
	
#contact {padding-left: 200px;}
	
#leftmarg {
	background-image:url(../images/leftmarg.jpg);
	background-repeat:repeat-y;
	height: 788px;
	width: 9px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}
	
#col1 {
	background-color: #FFFFFF;
	height: 778px;
	width: 457px;
	float:left;
	margin-left: 0px;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;}
	
#col2 {
	background-color: #DFDFFF;
	height: 778px;
	width: 443px;
	float:left;
	margin-left: 0px;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;}
	
#calendarcol {
	background-color: #FFFFFF;
	height: 778px;
	width: 920px;
	float:left;
	margin-left: 0px;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;}
	
#rightmarg {
	background-image:url(../images/rightmarg.jpg);
	background-repeat:repeat-y;
	height: 788px;
	width: 9px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}

#footer {
	background-image:url(../images/footer.jpg);
	height: 80px;
	width: 950px;
	text-align: left;
	padding-top: 20px;
	padding-left: 30px;}
	
.validations {
	background: url(../images/tick.png) 1px;
	background-repeat: no-repeat;
	padding-left:14px;}
	
/* contact us form */

.contact {
	font-size:14px;
	font-weight:bold;
	font-family: Trebuchet MS;
	vertical-align:top;}
	
input {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
	background-color:#FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-bottom-color:#333333;
	border-left-color:#333333;
	border-right-color:#333333;
	border-top-color:#333333;
}

textarea {
    font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
	background-color:#FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-bottom-color:#333333;
	border-left-color:#333333;
	border-right-color:#333333;
	border-top-color:#333333;
	scrollbar-base-color:#333333;
}
	
button {
	color: #DC992E;
	font-weight: normal;
	border: 1px solid #1E1E1E;
	background-color: #000000;
	font-family: Trebuchet MS;
	width: 70px;
	
}

button:hover {
	color: #0066CC;
	font-weight: normal;
	border: 1px solid #1E1E1E;
	background-color: #000000;
	font-family: Trebuchet MS;
	width: 70px;
	
}
	

	
