@import url("reset.css");
@import url("fonts.css");
@import url("base.css");



/*standard*/
.clear {clear: both;height: 0;}

hr {
	border-color: #bfb7ae;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 20px;
	height: 0;
}

/*structure*/

html {
	color: #043454;
}


#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(../img/header.gif) no-repeat;
	height: 40px;
	width: 565px;
	border-bottom: 3px solid #FFFFFF;
	padding-top: 126px;
	padding-left: 185px;
}

a.header:link, a.header:visited {
	color: #FFFFFF;
	background: #2c5c7b;
	border: 1px solid #444444;
	text-decoration: none;
	padding: 4px 12px;
	margin-right: 8px;
	display: inline;
}

a.header:hover, a.header:active {
	color: #322F31;
	background: #FDBA31;
	border: 1px solid #393839;
}

#intro {
	background: #245372 url(../img/intro-bg.gif) no-repeat right bottom;
	min-height:178px;
	height:auto !important;
	height: 178px;
	width: 748px;
	border: 1px solid #444444;
}

#intro-content {
	color: #FFFFFF;
	margin: 20px 230px 20px 20px;
}

#intro h1 {
	font-size: 182%;
	margin-top: 0px;
	margin-bottom: .5em;
}

#headline {
	background: #245372;
	width: 748px;
	border: 1px solid #444444;
}

#headline-content {
	color: #FFFFFF;
	margin: 20px;
}

#headline h1 {
	font-size: 220%;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: .5em;
}


#body {
	border-top: 3px solid #FFFFFF;
	background: url(../img/body-bg.gif) repeat-y;
}

#leftCol {
	float: left;
	width: 528px;
	padding: 20px;
}

#rightCol {
	float: left;
	width: 182px;
}

#nav {
	width: 148px;
	margin: 17px;
	border-size: 1px;
	}
	
#nav h2 {
	font-size: 123.1%;
	margin-top: 0px;
}
	
#nav ul {
	margin:0;
}

#nav ul li {
	list-style: none;
	}
	
#nav li a {
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	padding: 8px 3px;
	}	
	
#nav li a:link{
	color: #FFFFFF;
	}
	
#nav li a:visited {
	color: #FFFFFF;
	}
	
#nav li a:hover {
	background: #245372;
	}

#nav li a:active {
	background: #245372;
	}





#footer {
	color: #eeeeee;
	font-size: 93%;
	text-align: center;
	background: url(../img/bg-pattern.gif) repeat;
	padding: 10px;
	border-top: 3px solid #FFFFFF;
}


#credits {
	font-size: 85%;
	font-weight: bold;
}

#download-contractors {
	background: url(../img/contractors-download.gif) no-repeat 0px 0px;
	float: right;
	height: 67px;
	width: 226px;
	display: block;
}

#download-contractors a {
	height: 67px;
	width: 226px;
	display: block;
}

#download-contractors a:hover {
	background: url(../img/contractors-download.gif) no-repeat 0px -67px;
}

#download-mould {
	background: url(../img/mould-download.gif) no-repeat 0px 0px;
	float: right;
	height: 67px;
	width: 226px;
	display: block;
}

#download-mould a {
	height: 67px;
	width: 226px;
	display: block;
}

#download-mould a:hover {
	background: url(../img/mould-download.gif) no-repeat 0px -67px;
}

#contractors-img {
	width: 120px;
	float: left;
}


#contractors {
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 93%;
	width: 385px;
}

#contractors h2 {
	margin: 0px;
}

/*anchors*/

a {font-weight: bold;}
a:link ,a:visited {
	color: #043454;
}

a:hover, a:active {
	color: #FDBA31;
}


a.reverse:link, a.reverse:visited {
	color: #FFFFFF;
}

a.reverse:hover, a.reverse:active  {
	color: #FDBA31;
}
