/* General formatting */

body {
	background-color: #466ABB;
	color: white;
	font-size:0.75em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.5em;
}

h2 {
	color: white;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h2.w322 {
		width: 322px;
}

h2 a {
	color: #FFE340;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

a {
	color: #FFE340;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.legend {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0 10px 0 10px;
}

/* Navigation */
#nav{
	margin-top: 120px;
	width: 210px;
}

#nav2 {
	width: 210px;
}

#nav dd {
	padding-bottom: 3px;
}

#nav dd a, #nav2 dd a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.4em;
	color: white;
	text-decoration: none;
}

#nav dl a, #nav2 dl a  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFE340;
}

.subnav dd {
	margin: 5px 0 5px 15px;
	font-size: 0.85em;
	font-weight: bold;
}

dd.first {
	border-bottom: 1px solid #637AAE;
}

dd.middle {
	border-bottom: 1px solid #637AAE;
	border-top: 1px solid #A0B9F1;
}

dd.last {
	border-top: 1px solid #A0B9F1;
}
/*Layout -------------------*/

#wrapper {
	border: 1px solid #A0B9F1;
	width: 742px;
	margin: auto;
}

#header1 {
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	width: 742px;
	height: 130px;
}

#header2 {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	width: 742px;
	height: 133px;
}

#main1 {
	background-image: url(images/bg-main1.jpg);
	background-repeat: no-repeat;
	width: 742px;
	height: 308px;	
}

#main2 {
	background-image: url(images/bg-main2.jpg);
	background-repeat: no-repeat;
	width: 742px;
	background-position: bottom;
	background-color: #466ABB;
}

#left {
	float: left;
	width: 250px;
}

#right {
	float: right;
	width: 468px;
	padding: 15px 20px 0 0;
	text-align: justify;
}
	#col {
		float: right;
		width: 150px;
		font-family: Georgia, "times new roman, times, serif";
		text-align: center;
		font-weight: bold;
		clear: left;
		margin-top: -10px;
		margin-bottom: 25px;
	}
	
		#col img {
			margin-bottom: 5px;
		}


#footer {
	clear: both;
	font-size: 0.75em;
	padding: 10px 0 11px 230px;
	width: 350px;
text-align: center;
}

#footer p {margin: 0;}

.logo {
	margin-left: 30px;
}

/*Price tables */
.prices {
	color: white;
	font-weight: bold;
}

.prices .th {
	background-color: #466ABB;
	border-top: 1px dotted white;
	width: 200px;
}

.prices th, .prices td {
	padding: 5px;
}

 .prices td {
	border-top: 1px dotted white;
}

.prices td, .prices .thead {
	border-left: 1px dotted white;
}

.prices .thead {
	background-color: #FEAA2A;
}

.proptype {
	background-color: white;
	color:#FEAA2A;
}

/*Services */

table.services {
	margin-bottom: -10px;
}

.services td {
	padding: 0 5px 0 0;
	width: 230px;

}

.services td h2 {
	width: 230px;
}
/* Contact ----------------- */
table#contact th {
	text-align: left;
}

#contact th, #contact td {
	padding: 5px;
}

#contact input, #contact textarea {
	border: 1px solid #6C8BDE;
}

.highlight {
	font-size: 0.8em;
	color: #7CFC00;
	font-weight: normal;
}

/*Examples of work */

ul#drawing {
	list-style: none;
	margin: 0;
padding:0;
}

ul#drawing li {
	background-image: url(images/icon-pdf.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 25px;
	height: 25px;	
padding-top: 5px;
margin-left: 20px;
}