@charset "UTF-8";
/* CSS Document */

.allcontent {
		background-image:url(images/bg.gif);
		background-position:top left;
		background-repeat:no-repeat;
		width:1024px;
		height:768px;
		padding:0px;
		font-size:large;
		margin-left:auto;
		margin-right:auto;
		margin-top:-8px;
}

#maininfo {
		width:552px;
		height:87px;
		float:left;
		margin:30px 0px 0px 20px;
		font-family:Verdana, Geneva, sans-serif;
		font-style:italic;
		font-size:75%;
}

#divider {
		width:1024px;
		height:15px;
		background-image:url(images/divide.gif);
		float:left;
		margin:-15px 15px 0px 0px;
}

#contact {
		background-image:url(images/contact.gif);
		width:329px;
		height:98px;
		float:left;
		margin:30px 0px 0px 20px;
}

#logo {
		background-image:url(images/logo.gif);
		width:405px;
		height:163px;
		float:left;
		margin:450px 0px 0px -350px;
}

#logo a:link {
		width:405px;
		height:163px;
}

#frontimage {
		background-image:url(images/front_img.jpg);
		width:627px;
		height:412px;
		float:right;
		margin:-375px 0px 200px 0px;
}

#customimage {
		background-image:url(images/custom_img.jpg);
		width:627px;
		height:412px;
		float:right;
		margin:-375px 0px 200px 0px;
}

#insulationimage {
		background-image:url(images/insulation_img.jpg);
		width:627px;
		height:412px;
		float:right;
		margin:-375px 0px 200px 0px;
}

#additionimage {
		background-image:url(images/addition_img.jpg);
		width:627px;
		height:412px;
		float:right;
		margin:-375px 0px 200px 0px;
		background-repeat:no-repeat;
}

#commercialimage {
		background-image:url(images/commercial_img.jpg);
		width:627px;
		height:412px;
		float:right;
		margin:-375px 0px 200px 0px;
		background-repeat:no-repeat;
}

#condoimage {
		background-image:url(images/condo_img.jpg);
		width:627px;
		height:412px;
		float:right;
		margin:-375px 0px 200px 0px;
		background-repeat:no-repeat;
}

#nav {
		margin:-40px 0px 0px 0px;
		width: 400px;
		height:700px;
		float:right;
		text-align:right;
}

#nav a:link {
		color:#7a8c99;
}

#nav #email a:link {
		color:#F00;
}

#nav a:hover {
		color:#000;
}

#nav #email a:hover {
		color:#000;
}

#nav a:visited {
		color:#7a8c99;
}

#nav #email a:visited {
		color:#F00;
}

#footer {
  		color:#7a8c99;
        width:770px;
		height:30px;
  		text-align:center;
		padding:15px;
  		margin:-200px 0px 0px 100px;
  		font-size:70%;
		float:left;
}

#logo a {
		display:block;
		text-decoration:none;
		width: 405px;
		height: 163px;
}

#leftside {
		float:left;
		clear:both;
		margin-top:-480px;
		width:400px;
}

#leftside .bullets .nobullet {
		margin-left:0px;
		list-style:none;
}

#pickbox {
		margin-left:25px;
}

#leftside #picbox {
		width:250px;
		height:80px;
		display:block;
		padding:15px;
		background-color:#FFFFFF;
		border:solid 1px #000000;
		overflow:scroll;
		position:absolute;
		margin:0px 0px 0px 40px;
}

#leftside #picbox img {
		border-style:none;
}

#leftside #picbox a:hover {
		border:solid 1px #c3c3c3;
}

.bullets a:link {
		color:#666666;
		text-decoration:none;
}

.bullets a:hover {
		color:black;
		text-decoration:none;
}

.bullets a:visited {
		color:#666666;
		text-decoration:none;
}