/* Main Declarations */
html,body,div,p,h1 {
	font: normal 14px Trebuchet MS, Tahoma, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #B22222;
}

a:visited {
	color: #DD4D4D;
}

img {
	border: none;
}

/* Positioning and layout */

#container {
	width: 750px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;	
}

#masthead {
	height: 106px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;	
}
#logo {
	background: url(images/logobg.gif);
	width: 128px;
	height: 106px;
	margin: 0px;
	position: relative;
	float: left;
	text-align: center;
}

#header {
	background: url(images/header.jpg);
	width: 573px;
	height: 106px;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;	
}

#main {
	padding: 0px;
	margin: 0px;
	position: relative;
	clear: both;	
}

#leftcol {
	background: url(images/leftcol.jpg);
	width: 136px;
	height: 494px;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
}

#nav {
	background: #f00 url(images/navbg.gif) right bottom no-repeat;
	width: 573px;
	height: 30px;
	padding: 0px;
	position: relative;
	float: left;
	text-align: center;
}

#content {
	width: 490px;
	padding-left: 55px;
	padding-right: 20px;
	padding-top: 5px;
	margin: 0px;
	position: relative;
	float: left;
}

#footer {
	padding: 0px;
	margin: 0px 30px 0px 136px;
	position: relative;
	clear: both;
	text-align: center;
}

/* Styling Classes */

.toplogo {
	padding-left: 1px;
	padding-top: 15px;
}

.body {
	
}

.copyright {
	font-size: .8em;
	text-align: center;
}

p.center {
	font-size: 16px;
	display: block;
	text-align: center;
}

/* Tag Styles */

h1,h1.logotype {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	font: 24px Trebuchet MS, Tahoma, sans-serif;
}

.red {
	
	color: #f00;

}


/* Content Divs */

div.imgholder {
	text-align: center;
	width: 100%;
}

div.home {
	height: 400px;
	background: url(images/homebgfade.jpg) top center no-repeat;
}

div.residential {
	height: 400px;
	background: url(images/resibgfade.jpg) top right no-repeat;
}

div.commercial {
	height: 400px;
	background: url(images/commbgfade.jpg) top right no-repeat;
}

div.contact {
	height: 400px;
	background: url(images/contactbgfade.jpg) top right no-repeat;
}

div.insulationtypes {
	height: 575px;
	background: url(images/typesbgfade.jpg) top right no-repeat;
}

/* Nav Menu Styles */

#nav a {
	font: normal Trebuchet MS Tahoma sans-serif;
	text-decoration: none;
}

#nav a:link {
	color: #fff;
}

#nav a:visited {
	color: #EAEAEA;
}

#nav a:hover {
	color: #F0E68C;
	text-decoration: underline;
}

#nav ul {
	margin: 0px 20px 0px 20px;
	padding: 0;
	list-style-type: none;
	display: block;
	text-align: center;
}

#nav li {
	font: bold 14px Trebuchet MS, Tahoma, sans-serif;
	display: block;
	padding: 5px 12px 0px 12px;
	float: left;
	border: thin black;
}

