/* ------------------------------------------------------------------------
CSS sheet for Bartlet Insulation
Author: Chris Robinson
Date Created: 11-25-2008

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS
GREEN: #b1d284;
BLUE: #6194b5;

------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	color: #000;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/wrapbg.jpg) center top repeat-y #b1d284;
}
#wrap{
	width: 1004px;
	display: block;
	margin: auto;
}
p{
	margin: 1.5em 0px;
}
#content{
	background: url(images/bodybg.jpg) repeat-x;
	width: 100%;
	display: block;
	text-align: left;
	margin: auto;
	overflow: hidden;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	position: relative;
	height: 102px;
	width: 100%;
}
#header a.index{
	float: left;
	display: block;
	background: url(images/logo.png) no-repeat;
	width: 224px;
	height: 122px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 20px;
}
#header ul.nav{
	display: block;
	float: right;
	list-style-type: none;
	margin: 32px 20px 0 20px;
}
ul.nav li{
	float: left;
	display: block;
}
ul.nav li a{
	display: block;
	background: url(images/nav.jpg) no-repeat;
	height: 32px;
	text-indent: -9999px;
}
ul.nav li.home a{
	width: 73px;
	background-position: 0 0;
}
ul.nav li.home a:hover{
	background-position: 0 -32px;
}
ul.nav li.projects a{
	width: 125px;
	background-position: -73px 0;
}
ul.nav li.projects a:hover{
	background-position: -73px -32px;
}
ul.nav li.capablities a{
	width: 145px;
	background-position: -198px 0;
}
ul.nav li.capablities a:hover{
	background-position: -198px -32px;
}
ul.nav li.case a{
	width: 142px;
	background-position: -343px 0;
}
ul.nav li.case a:hover{
	background-position: -343px -32px;
}
ul.nav li.blankets a{
	width: 126px;
	background-position: -485px 0;
}
ul.nav li.blankets a:hover{
	background-position: -485px -32px;
}
ul.nav li.contact a{
	width: 106px;
	background-position: -611px 0;
}
ul.nav li.contact a:hover{
	background-position: -611px -32px;
}
/* -----------------------------------------------------------------------
=BOXES ELEMENTS
-------------------------------------------------------------------------*/
#boxes{
	display: block;
	clear: both;
	width: 966px;
	height: 288px;
	margin: auto;
	background: url(images/boxes.jpg) no-repeat;
	overflow: hidden;
	border-bottom: 3px solid #000;
}
#boxes dl{
	width: 321px;
	height: 288px;
	display: block;
	position: relative;
	text-align: center;
	float: left;
}
#boxes dl.projects{
	width: 326px;
}
#boxes dl.case{
	width: 319px;
}
#boxes dl dt a{
	background: url(images/boxlinks.jpg) no-repeat;
	width: 20px;
	height: 94px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
}
#boxes dl.blankets dt a{
	background-position: 0 0;
}
#boxes dl.blankets dt a:hover{
	background-position: -20px 0;
}
#boxes dl.projects dt a{
	background-position: 0 -94px;
}
#boxes dl.projects dt a:hover{
	background-position: -20px -94px;
}
#boxes dl.case dt a{
	background-position: 0 -188px;
}
#boxes dl.case dt a:hover{
	background-position: -20px -188px;
}
#boxes dl dd.image img{
	margin-top: 18px;
}
#boxes dl dd.text{
	color: #fff;
	font-size: 15px;
}
#boxes dl dd.text a{
	width: 90px;
	margin: auto;
	display: block;
	color: #fff;
}
#boxes dl dd.text a:hover{
	font-weight: bold;
}
/* -----------------------------------------------------------------------
=MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#main{
	width: 950px; /* Increase or decrease to main text content area wider/narrower */
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}
#main h3{
	font-size: 14px;
}
#main #flash{
	float: right;
	margin: 10px 0 10px 10px;
}
img.rightImg{
	float: right;
	margin: 0px 20px;
	border: 2px solid #000;
}
#main a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
#main a:hover{
	border-bottom: 1px solid #000;
}
#main a.blanketsLink{
	display: block;
	float: right;
	width: 250px;
	height: 188px;
	background: url(images/blanketsLink.jpg) top left no-repeat;
	text-indent: -9999px;
	margin: 0px 20px;
	border: 2px solid #000;
}
#main a.blanketsLink:hover{
	background-position: top right;
}
#main a.capabilitiesLink{
	display: block;
	float: right;
	width: 250px;
	height: 280px;
	background: url(images/capabilitiesLink.jpg) top left no-repeat;
	text-indent: -9999px;
	margin: 0px 20px;
	border: 2px solid #000;
}
#main a.capabilitiesLink:hover{
	background-position: bottom left;
}
/* -----------------------------------------------------------------------
=CAPABILITIES ELEMENTS
-------------------------------------------------------------------------*/
/* ul.caps is at bottom of home page */
ul.caps{
	list-style-type: disc;
	float: left;
	width: 29%;
	margin: 0 20px;
}
/* dl.caps is on CAPABILITIES page */
dl.caps{
	margin: 0 1.5em 1.5em 0;
}
dl.caps dt{
	font-weight: bold;
	font-size: 14px;
}
dl.caps dd{
}
dl.caps dd .title{
	display: block;
	font-weight: bold;
}
dl.caps dd .explanation{
	margin-left: 5px;
}
/* -----------------------------------------------------------------------
=PROJECTS ELEMENTS
-------------------------------------------------------------------------*/
dl.project{
	float: left;
	display: block;
	width: 250px;
	margin: 10px 110px;
	text-align: center;
}
dl.project dd img{
	border: 2px solid #000;
}
/* -----------------------------------------------------------------------
=CASE STUDY ELEMENTS
-------------------------------------------------------------------------*/
dl.caseStudy dd{
	margin: 10px 0;
	display: block;
	clear: both;
}
dl.caseStudy strong{
	margin-right: 10px;
}
dl.caseStudy dd ul li{
	list-style-type: none;
	display: block;
	clear: both;
}
dl.caseStudy dd .item{
	margin-left: 10px;
	width: 200px;
	display: block;
	float: left;
}
dl.caseStudy .value{
	float: left;
}
/* -----------------------------------------------------------------------
=BLANKET ELEMENTS
-------------------------------------------------------------------------*/
dl.floatDL{
	float: left;
	margin-right: 50px;
}
dl.floatDL dt{
	font-weight: bold;
}
dl.floatDL dd ul{
	margin-left: 15px;
}
dl.blanket{
	display: block;
	clear: both;
}
dl.blanket dt{
	font-weight: bold;
}
dl.blanket dd span{
	margin: 0 0 5px 10px;
	display: none
}
ul.gallerythumbs{
	width: 540px;
	float: left;
	margin-bottom: 100px;
}
ul.gallerythumbs li{
	float: left;
	list-style-type: none;
}
#main ul.gallerythumbs a{
	border: 0;
	cursor: pointer;
	border: 2px solid #000;
	width: 70px;
	height: 70px;
	float: left;
	margin: 2px;
	
}
#main ul.gallerythumbs a:hover{
	border: 3px solid #000;
	margin: 1px;
}
.mainphoto{
	float: left;
	border: 2px solid #000;
}
/* -----------------------------------------------------------------------
=CONTACT ELEMENTS
-------------------------------------------------------------------------*/
form{
	float: left;
	margin-right: 20px;
}
form ul li{
	display: block;
	margin: 5px 0;
	list-style-type: none;
}
form label{
	width: 150px;
	float: left;
	display: block;
}
form input{
	width: 178px;
}
dl.contact{
	float: left;
	width: 350px;
}
dl.contact dt{
	font-weight: bold;
	float: left;
	width: 80px;
}
dl.contact dd img{
	border: 2px solid #000;
	margin: 40px 20px;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	width: 100%;
	background: url(images/footerbg.jpg) repeat-x #6194b5;
	height: 141px;
	margin-top: 10px;
	padding-top: 5px;
	color: #fff;
}
#footer ul{
	width: 950px;
	margin: auto;
}
#footer ul li{
	float: left;
	list-style-type: none;
	margin-left: 20px;
}
#footer ul li.link{
	padding: 0 20px 0 0;
	border-right: 1px solid #fff;
}
#footer ul li.copy{
	float: right;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}






