/*
Design by Iain Fraser
http://www.survey2cad.com
All rights reserved 2007
*/

body {
	margin: 1;
	padding: 0;
	background: url(images/img01.jpg); 
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	
}


h1, h2, h3, {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0066CC;
}

	 h4 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

	 h5 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

	 h6 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

	
h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	letter-spacing: 0px;
	
}


h5 {
	font-size: 1.1em;
	letter-spacing: -1px;
	
}

h6 {
	font-size: 13px;
	
}


p, ol {
	margin-bottom: 1.6em;
	line-height: 110%;
	letter-spacing: 1px;
}

p {
}

blockquote {
	font-style: italic;
}

ul { 
	margin-bottom: 1.6em;
	line-height: 110%;
}

ol {
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {

	color: #0066CC;
	
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}


/* Header */

#header {
	width: 750px;
	height: 250px;
	margin: 0 auto;
	background: url(images/banner2.jpg) no-repeat;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	
}

#header h1 {
	padding: 110px 0 0 50px;
}

#header h2 {
	padding: 0 0 0 50px;
}

#header a {
	text-decoration: none;
	color: #0066CC;
}


#header a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#header p { 
	font-size: 15px;
	letter-spacing: 1px;
	
}

/* Subheader */

#subheader {
	width: 750px;
	margin: 0 auto;
	background: url(images/img02.jpg) ;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}




/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background: url(images/img01.jpg) ;
	border: 1px solid #CCCCCC;
}



/* Content */

#content {
	float: right;
	width: 470px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 35px;
		
}




/* Sidebar */

#sidebar {
	float: left;
	width: 195px;
	border-right: 1px solid #CCCCCC;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	
}

#sidebar li {
	margin-bottom: 0px;
	padding: 5px 0px 0px 10px;
}

#sidebar li ul {
	line-height: 1em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	margin-bottom: 14px;
	letter-spacing: -1px;
	color: #0066CC;
}

#sidebar a {
	color: #000000;
	border: none;
}


#sidebar a:hover {
	color: #0066CC;
}


/* Offer */

#offer {
	float: left;
	width: 195px;
	background: url(images/img03.jpg) no-repeat;
	border-right: 1px solid #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 110%;
	letter-spacing: 1px;
}

#offer a {
	color: #FF9900;
	text-decoration: none;
}

#offer a:hover {

	color: #0066CC;
	
}



