/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color: #E5E5E5;
}


#main{
	position: relative;
	width: 800px;
	border: 1px solid black;
	margin-left: 10%;
	background-color:#FFFFFF;
/*	height:800px;*/
}

#menubar{
/*	left:0;
	top: 0; */
/*	width:800px; */

	position: relative;
	height:20px;
	background-color:#003399;
	padding:0;
	margin:0;
	/*background-image:url(images/layout/barlines.gif);*/
}

#menubar > #linkmenu{
/*	left:473px; */
	position: absolute;
	right: 0;
}

#midsection{
	position: relative;
	/*border: 1px solid green;*/

	height: 100%;
	
	background-image:url(images/layout/stripe.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
	
	/*background-position:top;*/
}


#titlebar{
	position: relative;
	height:100px;
/*	width:790px;
	/*border: 2px solid magenta;*/
}

.logo{
	position:relative;
	margin-left:20px;
	width: 198px;
	height: 86px;
	background: url(images/layout/logo_dark.gif);
	
}
.title{

	position: absolute;
	top: 0px;
	left: 330px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 52pt;
	color:#003399;
}

#leftcol{
	position: relative;
	float: left;
	width: 330px;
	padding-left: 10px;

/*	border: 2px solid blue; */
}



#tlink1{
	padding-top:2px;
	float:left;
	width:55px;
}

#tlink2{
	padding-top:2px;
	float:left;
	width:122px;
}

#tlink3{
	padding-top:2px;
	float:left;
	width:100px;
}

#tlink4{
	padding-top:2px;
	float:left;
	width:50px;
}

#linkmenu{
	position:absolute;
	padding-top:1px;
	
	left:446px;
	
}






#midsection > #leftcol{
	float: left;
	width: 330px;
	margin-right: 10px;
	margin-left: 10px;
	/*border: 2px solid blue;*/
}

#rightcol{
	width: 430px;
	float: left;
	/*border: 2px solid orange;*/
}

#quote{
	margin-left:80px;
	left: 20px;
	/*border: 2px solid red;*/
}

#footer{
	position: relative;
/*	display:block; */
	clear:both;
/*	width: 800px; */
	height: 171px;
	background-image:url(images/layout/greyfade.jpg);
	background-repeat:repeat-x;
	/**margin-top:300px;  targets IE6 and 7 */
 	/*_margin-top:0; /* targets IE6 */

margin-left: 111px;

	/*border: 1px solid red;*/
}


.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

 /* mac hide \*/
	* html .clearfix {height: 1%;}
	  .clearfix {display: block;}
 /* End hide */


.boxtop{
	width:433px;
	height:25px;
	background-image:url(images/layout/blue_top.png);
	background-repeat:no-repeat;
}

.sboxtop{
	width:433px;
	height:25px;
	background-image:url(images/layout/lblue_top.png);
	background-repeat:no-repeat;
}

.tcboxtop{
	width:433px;
	height:25px;
	background-image:url(images/layout/yellow_top.png);
	background-repeat:no-repeat;
}
.pboxtop{
	width:433px;
	height:25px;
	background-image:url(images/layout/orange_top.png);
	background-repeat:no-repeat;
}

/* \*/
* html .boxtop {
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/blue_top.png', sizingMethod='image'); 
}
/* \*/
* html .sboxtop {
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/lblue_top.png', sizingMethod='image'); 
}
/* \*/
* html .tcboxtop {
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/yellow_top.png', sizingMethod='image'); 
}
/* \*/
* html .pboxtop {
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/orange_top.png', sizingMethod='image'); 
}
* html #corgi {
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/corgi.png', sizingMethod='image'); 
}
/* */

.boxmid{
	width:391px;
	background-image:url(images/layout/blue_mid.png);
	background-repeat:repeat-y;
	padding-left: 21px;
	padding-right: 21px;
	text-align:justify;
	
}

.boxbase{
	width:433px;
	height:25px;
	background-image:url(images/layout/blue_base.jpg);
	background-repeat:no-repeat;
}

.sboxmid{
	width:391px;
	background-image:url(images/layout/lblue_mid.jpg);
	background-repeat:repeat-y;
	padding-left: 21px;
	padding-right: 21px;
	text-align:justify;
	
}



.sboxbase{
	width:433px;
	height:25px;
	background-image:url(images/layout/lblue_base.jpg);
	background-repeat:no-repeat;
}

.tcboxmid{
	width:391px;
	background-image:url(images/layout/yellow_mid.jpg);
	background-repeat:repeat-y;
	padding-left: 21px;
	padding-right: 21px;
	text-align:justify;
	
}

.tcboxbase{
	width:433px;
	height:25px;
	background-image:url(images/layout/yellow_base.jpg);
	background-repeat:no-repeat;
}

.pboxmid{
	width:391px;
	background-image:url(images/layout/orange_mid.jpg);
	background-repeat:repeat-y;
	padding-left: 21px;
	padding-right: 21px;
	text-align:justify;
	
}

.pboxbase{
	width:433px;
	height:25px;
	background-image:url(images/layout/orange_base.jpg);
	background-repeat:no-repeat;
}
.boxwrapper{
	width:405px;
	
}


.plogo{
	position:relative;
	top: 10px;
	left:20px;
	width: 200px;
	height: 74px;
	background: url(images/layout/puffin.gif);
	
}



.stitle{
	position: absolute;
	top: 0px;
	left: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 52pt;
	color:#003399;
}

.tctitle{
	position: absolute;
	top: 0px;
	left: 220px;
	width:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48pt;
	color:#003399;
}

#box1{
 	background: url(images/layout/lblue_circle.gif);
	width: 143px;
	height: 119px;
	float: left;
	margin-right: 15px;
	z-index:3;
}

#box2{
	background: url(images/layout/yellow_circle.gif);
	width: 143px;
	height: 119px;
	float: left;
	margin-right: 15px;
	z-index:4;
}

#box3{
	background: url(images/layout/orange_circle.gif);
	width: 143px;
	height: 119px;
	float: left;
	margin-right: 15px;
	z-index:5;
}
#box4{
	background: url(images/layout/blue_circle.gif);
	width: 143px;
	height: 119px;
	float: left;
	margin-right: 15px;
	z-index:5;
}

#corgi{
	float:left;
	width:41px;
	height: 62px;
	/*position:relative;*/
	background-image:url(/images/layout/gsreg_logo-number-44x60.png);
	margin-left:120px;
	margin-top:50px;
	z-index:1;
	/*border: 2px solid blue;*/
}

#insullogos{
	float:left;
	width:165px;
	height: 119px;
	/*position:relative;*/
	background-image:url(images/layout/insullogos.gif);
	/*margin-left:120px;
	margin-top:50px;*/
	z-index:1;
	/*border: 2px solid blue;*/
}

#circlewrapper{

	position: absolute;
	top: 15px;
	right: 0px;
	width: 650px;
/*	border: 2px solid orange;*/
	z-index:0;
	
}

.ctext{
/*	position:absolute;*/
	margin-top:20px;
	left:20px;
	text-align:center;
	z-index:10;
}

.arrow{
	text-align:center;
	z-index:10;
}

.line{
	font-size:0.8em;
	height:20px;
	
}

a.link1:link{
	font-size: 0.8em;
	font-weight:normal;
	color:#9D9DFF;
	text-decoration: none;
}

a.link1:visited{
	font-size: 0.8em;
	font-weight:normal;
	color:#9D9DFF;
	text-decoration: none;
}

a.link1:hover{
	font-size: 0.8em;
	font-weight:normal;
	color:#9D9DFF;
	text-decoration: underline;
}

a.link1:active{
	font-size: 0.8em;
	font-weight:normal;
	color:#9D9DFF;
	text-decoration: none;
}

a.link2:link{
	font-size: 0.8em;
	color:#9DC9E6;
	text-decoration: none;
}

a.link2:visited{
	font-size: 0.8em;
	color:#9DC9E6;
	text-decoration: none;
}

a.link2:hover{
	font-size: 0.8em;
	color:#9DC9E6;
	text-decoration: underline;
}

a.link2:active{
	font-size: 0.8em;
	color:#9DC9E6;
	text-decoration: none;
}


a.link3:link{
	font-size: 0.8em;
	color:#FFFF66;
	text-decoration: none;
}

a.link3:visited{
	font-size: 0.8em;
	color:#FFFF66;
	text-decoration: none;
}

a.link3:hover{
	font-size: 0.8em;
	color:#FFFF66;
	text-decoration: underline;
}

a.link3:active{
	font-size: 0.8em;
	color:#FFFF66;
	text-decoration: none;
}

a.link4:link{
	font-size: 0.8em;
	color:#FF6600;
	text-decoration: none;
}

a.link4:visited{
	font-size: 0.8em;
	color:#FF6600;
	text-decoration: none;
}

a.link4:hover{
	font-size: 0.8em;
	color:#FF6600;
	text-decoration: underline;
}

a.link4:active{
	font-size: 0.8em;
	color:#FF6600;
	text-decoration: none;
}

a.boldlink:link{
	font-size: 1.2em;
	font-weight:bold;
	color:#003399;
	text-decoration: none;
	z-index:15;
}

a.boldlink:visited{
	font-size: 1.2em;
	font-weight:bold;
	color:#003399;
	text-decoration: none;
	z-index:15;
}

a.boldlink:hover{
	font-size: 1.2em;
	font-weight:bold;
	color:#003399;
	text-decoration: none;
	z-index:15;
}


a.boldlink:active{
	font-size: 1.2em;
	font-weight:bold;
	color:#003399;
	text-decoration: none;
	z-index:15;
}

a.biglink:link{
	font-size: 1.2em;
	font-weight:bold;
	color:#3333FF;
	text-decoration:none;
	z-index:15;
}

a.biglink:visited{
	font-size: 1.2em;
	font-weight:bold;
	color:#3333FF;
	text-decoration:none;
	z-index:15;
}

a.biglink:hover{
	font-size: 1.2em;
	font-weight:bold;
	color:#3333FF;
	text-decoration:none;
	z-index:15;
}

a.biglink:active{
	font-size: 1.2em;
	font-weight:bold;
	color:#3333FF;
	text-decoration:none;
	z-index:15;
}

a:link{
	color:#003399;
	text-decoration: none;
	z-index:15;
}

a:visited{
	color:#003399;
	text-decoration: none;
	z-index:15;
}

a:hover{
	color:#003399;
	text-decoration: underline;
	z-index:15;
}

a:active{
	color:#003399;
	text-decoration: none;
	z-index:15;
}

.bar{
	height:23px;
	width:2px;
}

#contactbutton{
	width:200px;
	height:80px;
	padding-top:30px;
}

ul{
	list-style-image: url(images/layout/bullet.gif);
	color: #003399;
	font-weight: bold;
	margin-left:16px;
	/*border: 1px solid red;*/
	padding-left: 0;
}

#quote{
	width:230px;
	color: #999999;
	font-style:italic;
	padding-left: 18px;
}
/*
#leftcol > #quote{
	width:225px;
	color: #999999;
	font-style:italic;
	padding-left: 16px;
}
*/
#tall_img{
	postion:absolute;
	width:111px;
	height:245px;
	background-image:url(images/layout/heating2.jpg);
	margin-top:-245px;
/*	margin-left:10%; */
}
#serv_tall_img{
	postion:absolute;
	width:111px;
	height:245px;
	background-image:url(images/layout/servicing2.jpg);
/*	border-left:1px solid #000000; */
	margin-top:-245px;
/*	margin-left:10%; */
}

#insul_tall_img{
	postion:absolute;
	width:111px;
	height:245px;
	background-image:url(images/layout/insul2.jpg);

/*	border-left:1px solid #000000; */
	margin-top:-245px;
/*	margin-left:10%; */
}

#trade_tall_img{
	postion:absolute;
	width:111px;
	height:245px;
	background-image:url(images/layout/trade2.jpg);

/*	border-left:1px solid #000000; */
	margin-top:-245px;
/*	margin-left:10%; */
}
/*
body > #spannerman{
	postion:absolute;
	width:118px;
	height:243px;
	background-image:url(images/layout/spman.gif);
	margin-top:-247px;
	margin-left:10%;
}*/
#rightcol img{
float:right; 
padding:10px;

}

#logotable{
	position:relative;
	left:40px;
	padding-left:5px;
	padding-right:5px;

}
