#AtaGlance {
	width: 300px;
	background-color: #E6E6E6;
	color: #03C;
}
/* Font-sizes
	font-size:1.6em; = 16px
	font-size:1.3em; = 14px
	font-size:1.1em; = 13px 
	font-size:1em; = 12px
	font-size:.82em;= 11px 
	font-size:16px;
*/

html,body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	background-color: #FFEDB6;
	background-image: url(../images/bg.jpg);
}
* {
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#001156;
}
a:hover{
	/*color:#666666;*/
}
p{
	margin-bottom:15px;
	line-height:normal;
}
h1{
	font-size:15px;
	color:#FFC100;
	font-weight:normal;
}
h2{
	font-size:15px;
	color:#001356;
	margin-bottom:15px;
}
h3{
	font-size:15px;
}
h4{
	font-size:13px;
}
h5{
	font-size:12px;
	color:#001A5A;
	margin-bottom:10px;
}
h6{
	font-size:11px;
	color:#001A5A;
	margin-bottom:5px;
}
li{
	list-style:none;
}
img{
	border:0 none;
	vertical-align:bottom;
	padding-left: 3px;
}
fieldset{
	border:0 none;
}
input.text{
	padding:4px 0 4px 5px;
	border:1px solid #7F9DB9;
	width:150px;
}
select{
	font-size:10px;
	width:155px;
}
textarea{
	border:1px solid #7F9DB9;
	overflow:auto;	
	padding:5px 0 0 5px;
}
div#container{
	width:870px;
	margin:20px auto 0 auto;
	text-align:left;
	font-size:11px;
	background-color: #FFF;
}
div#header{
	z-index:20;
}
div#header h1{ 
	display:inline;/* IE6 double margin bug */
	float:right;
	line-height:70px;
	margin-right:25px;
}
div#main{
	clear:both;
	overflow:hidden;
	height:1%;
}
* html div#main{
	/*height:500px;*/
}
div#nav{
	height:24px;
	background:url(../images/bg_nav.jpg) top left repeat-x;
	clear:both;
}
div#footer,
div#main,
div#nav{
	border-left:1px solid #FFC100;
	border-right:1px solid #FFC100;
}
div#nav ul{
	float:left;
	/*letter-spacing:0.1em;*/
	height:24px;
}
div#nav ul li{
	float:left;
	line-height:24px;
}
div#nav ul li a.end{
	border:0 none;
}
div#nav ul a{
	color:#294371;
}
div#nav ul li.current a{
	color:#000000;
}
div#nav ul a:hover{
	color:#FF6600;
}
ul#navSite{
	padding-left:8px;
}
ul#navSite li{
	padding:0 8px 0 0;
	position:relative;
}
ul#navSite li a{
	border-right:1px solid #ffffff;
	padding-right:12px;
	color:#3D5C97;
}
ul#navCat{
	background:url(../images/bg_navdrk.jpg) top left repeat-x;
}
ul#navCat li{
	padding-left:8px;
	position:relative;
}
ul#navCat li a{
	font-size:13px;
	border-right:1px solid #48659E;
	padding-right:8px;
}
ul#navCat li.current li a{
	color:#294371;
}
/* ----------------------Drop down menu courtesy of suckerfish------------------------  */
/* 1st level drop down nav */
div#nav ul ul{
	/*margin:0;
	padding:0 10px 0 0;*/
	position:absolute;
	width:auto;
	left:-999em;
	background:url(../images/bg_dropmenu.jpg) top left repeat-y;
	/*line-height:28px;*/
	clear:left;
	top:24px;
	height:auto;
	z-index:22;
	padding:0;
}
div#nav ul ul li a{
	display:block;
	width:140px;
	clear:left;
	padding-left:30px;
	border:0 none;
	min-height:23px;
}
* html div#nav ul ul li a{
	height:23px;
}
div#nav ul ul li a:hover{
	background:url(../images/bg_dropstar.gif) 0 0 no-repeat;
}
div#nav ul ul li{
	display:block;
	clear:left;
	margin:0;
	width:170px;
	border:0 none;
	border-bottom:1px solid #ffffff;
	padding:5px 0 0 0;
	font-size:11px;
	line-height:normal;
}
div#nav ul ul li.end{
	border:0 none;
}
/* 2nd and 3rd level drop down nav */
div#nav ul ul ul{
	left:-999em;
	clear:left;
	margin:-30px 0 0 160px;
	z-index:22;
	/*padding:0;*/
}
*:first-child+html div#nav ul ul li {
	height: 1%;
}
div#nav ul ul li:hover,div#nav ul ul li.ieHover{
	background:url(../images/bg_drophover.jpg) top left repeat-y;
}
div#nav ul li:hover ul ul, div#nav ul li.ieHover ul ul,
div#nav ul li:hover ul ul ul, div#nav ul li.ieHover ul ul ul{
     left: -999em; 
}
div#nav ul li:hover ul,div#nav ul li.ieHover ul,
div#nav ul li li:hover ul, div#nav ul li li.ieHover ul,
div#nav ul li li li:hover ul, div#nav ul li li li.ieHover ul{
	left:0;
}
/* ----------------End drop menu--------------------  */
/* Right column */
div#rightCol{
	display:inline; /* IE 6Double margin bug */
	float:right;
	width:155px;
	margin:35px 30px 40px 0;
	color:#001A5A;
}
div#rightCol p a{
	font-weight:bold;
}
div#rightCol h5 a,
div#rightCol p a,
div.dwnlBox a{
	color:#FF6600;
}
div#rightCol h5 a{
	padding-left:3px;
	font-size:10px;
}
div#rightCol h6{
	margin:5px 0 0 0;
}
div.bgBrown,div.prodSum{
	padding-bottom:10px;
	background:#FFEDB6;
	border-bottom:1px solid #ffffff;
}
div.bgBrown img{
	border-bottom:1px solid #FFFFFF;
}
div.bgBrown p{
	margin:10px 10px 0 10px;
}
div.dwnlBox{
	background:#FFEDB6;
	padding:10px 0 10px 7px;
	background:#EBEBEB;
	font-weight:bold;
}
div#rightCol a.pdfLink{
	background:url(../images/icon_pdf.gif) right center no-repeat;
	padding-right:16px;
	display:block;
	margin:5px 20px 0 0;
}
/* Left column */
div#leftCol{
	display:inline;
	width:610px;
	float:left;
	margin:30px 0 0 15px;
}
/* Footer */
div#footer{
	clear:both;
	height:100px;
	padding:8px 10px 0 20px;
	margin-bottom:30px;
}
div#footer p{
	color:#001156;
	font-weight:bold;
	line-height:13px;
	margin: 0;
	padding-right: 4px;
	font-size: 12px;
}
div#footer a.footIco{
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
div#footer p.floatR{
	font-size:12px;
	margin-top:5px;
	font-weight:normal;
}
div#footer p.floatR span{
	/*color:#FFC100;*/
	font-weight:bold;
}
/* ########## Home Page ########## */
ul#homeNav{
	background:url(../images/star_home.jpg) 0 70px no-repeat;
	padding-left:45px;
	float:left;
	margin-bottom:30px;
}
ul#homeNav a{
	padding-right:20px;
	background:url(../images/btn_chevyel.gif) center right no-repeat;
}
ul#homeNav a:hover,
ul#homeNav a.current{
	background:url(../images/btn_chevgry.gif) center right no-repeat;
}
ul#homeNav li img{
	vertical-align:middle;
	margin-right:5px;
}
ul#homeNav li#navDomes{
	margin:25px 0 0 22px;
}
ul#homeNav li#navSpan{
	margin:-5px 0 0 120px;
}
ul#homeNav li#navTubes{
	margin:40px 0 0 140px;
}
ul#homeNav li#navWins{
	margin:25px 0 0 80px;
}
div.prodSum{
	display:none;
}
#home div.prodSum p{
	margin:10px
}
div.prodSum.showInfo{
	display:block;
}
/* ########## Product Pages ########## */
ul.circList{
	margin-bottom:15px;
}
ul.circList li{
	background:url(../images/bul_circyellow.gif) top left no-repeat;
	padding-left:20px;
	margin-top:15px;
	width:265px;
	line-height:1.2;
}
ul.circList li.noBul{
	background:none;
}
ul#rightNav{
	display:block;
	height:1%;
}
ul#rightNav li{
	font-weight:normal;
	padding:0 5px 0 10px;
	margin-top:10px;
	display:block;
	height:1%;
}
ul#rightNav li a{
	display:block;
	background:url(../images/btn_chevyel.gif) center right no-repeat;
}
ul#rightNav li a:hover{
	color:#FF6600;
}
ul#rightNav li.current a{
	font-weight:bold;
	background:url(../images/btn_chevgry.gif) center right no-repeat;
}
/* Dome 2000 */
#dome2000 div#main{
	background:url(../images/bgs/bg_dome2000.jpg) left bottom no-repeat;
	height:610px;
}
/* Dome Galaxy */
#domeGalaxy div#main{
	background:url(../images/bgs/bg_domegalaxy.gif) left bottom no-repeat;
	height:510px;
}
/* Dome Tpx */
#domeTpx div#main{
	background:url(../images/bgs/bg_domeSkyGlass.jpg) right bottom no-repeat;
	height:540px;
}
/* Dome Trade */
#domeTrade div#main{
	background:url(../images/bgs/bg_dometrade.jpg) left bottom no-repeat;
	height:510px;
}
/* Dome Mark5 */
#domeMark5 div#main{
	background:url(../images/bgs/bg_domemark5.jpg) left bottom no-repeat;
	height:575px;
}

/* Residential */
#residential div#main{
	height:820px;
	background-image: url(../images/bgs/bg_residential.jpg);
	background-repeat: no-repeat;
	background-position: 120px 50px;
}
/* Suntube Ultra */
#sunTubeUltra div#main{
	background:url(../images/bgs/bg_suntubeprem.jpg) right bottom no-repeat;
	height:850px;
}
#sunTubeUltra div.floatL{
	width:50%;
}
#sunTubeUltra div#leftCol h6{
	color:#FFB300;
}
#sunTubeUltra ul.circList li{
	margin-top:0;
}
/* Coxspan Ridgelight */
#spanRidge div#main{
	background:url(../images/bgs/bg_ridgelight.jpg) left bottom no-repeat;
	height:510px;
}
/* Coxspan Range */
#spanRange div#main{
	background:url(../images/bgs/bg_spanrange.jpg) bottom right no-repeat;
	height:510px;
}
/* Windows Range */
#winRange div#main{
	background:url(../images/bgs/bg_windows.jpg) right bottom no-repeat;
	height:700px;
}
/* Windows Range */
#winVents div#main{
	background:url(../images/bgs/bg_windvents.jpg) right bottom no-repeat;
	height:550px;
}

/* ########## About Us Page ########## */
#aboutUs div#main{
	background:url(../images/bgs/bg_aboutus.jpg) bottom right no-repeat;
	height:1%;
	padding-bottom:100px;
	height:730px;
}
#aboutUs div#leftCol{
	width:550px;
}
#aboutUs ul.circList a{
	color:#FF6600;
}
#aboutUs ul.circList div{
	margin-top:10px;
	display:none;
}
/* ########## News Page ########## */
#news div#leftCol{
	width:825px;
}
p.itemDate{
	margin-bottom:0;
}
div.newsItem{
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #ffc203;
	padding-bottom:20px;
	margin-bottom:20px;
}
div.newsItem img{
	float:left;
	margin:0 20px 10px 0;
}
div.newsItem h6{
	color:#000000;
}
#news div.lastItem{
	border:0 none;
}
/* ########## Technical Services Page ########## */
#techServ div#main{
	height:630px;
}
/* ########## Portfolio Page ########## */
#portfolio div#main,
#techServ div#main{
	background:url(../images/bgs/bg_generic.gif) bottom right no-repeat;
}
#portfolio h2 span{
	font-size:11px;
	font-weight:normal;
	padding-left:60px;
}
div#gallery{
	padding-bottom:100px;
	overflow:hidden;
	height:1%;
}
div#gallery a{
	float:left;
	width:178px;
	margin-bottom:15px;
	background:url(../images/bg_porttxt.jpg) bottom left repeat-x;
	border:1px solid #ffffff;
}
div#gallery a.midPic{
	margin-right:3px;
	margin-left:3px;
}
div#gallery a span{
	display:block;
	height:19px;
	padding:3px 0 3px 3px;
	background:url(../images/btn_chevyel.gif) 165px 5px no-repeat;
}
div#gallery a:hover{
	border:1px solid #FFC100;
}
/* ########## Contact Us Page ########## */
#contactUs div#main{
	background:url(../images/bgs/bg_contactus.jpg) 83% 100% no-repeat;
	height:835px;
}
#contactUs #leftCol h5{
	color:#0961B4;
}
#contactUs #leftCol h6{
	margin-bottom:0;
}
/* misc */
.italics{
	font-weight:normal;
}
.btnChev{
	padding:0 3px;
	background:#FFCC00;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	line-height:6px;
}
.floatL{
	float:left !important;
}
.floatR{
	float:right !important;
}
.dispBlock{
	display:block !important;
}
.dispBlock{
	display:none; !important;
}
.whiteTxt{
	color:#FFFFFF !important;
}
/* ########## Forms/Form ########## */
#form div#main{
	background:url(../images/bgs/bg_generic.gif) bottom right no-repeat;
	height:1%;
	padding-bottom:100px;
	height:730px;
}
#form div#leftCol{
	width:550px;
}
#form ul.circList a{
	color:#FF6600;
}
#form ul.circList div{
	margin-top:10px;
	display:none;
}
/* ########## Calc Heat Loss Page ########## */
#calc_heat_loss div#leftCol{
	width:825px;
}
p.calc{
	margin-bottom:0;
}
div.calc{
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #ffc203;
	padding-bottom:20px;
	margin-bottom:20px;
}
div.calc img{
	float:left;
	margin:0 0px 10px 0;
}
div.calc h6{
	color:#000000;
}
#calc div.lastItem{
	border:0 none;
}
Table   {
	border: 0.5px solid #FCEC7D;
}
#Icon_Links {
	background-color: #FFEDB6;
}

.Links {
	font-size: 14px;
	font-weight: BOLD;
	color: #F90;
}
#HoverSGS {
	position:fixed;
	width:164px;
	height:73px;
	z-index:25;
	visibility: hidden;
	background-image: url(../images/Links/UK_SGS-75.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	left: 45%;
	bottom: 25%;
}
#HoverCRH {
	position:fixed;
	width:164px;
	height:73px;
	z-index:26;
	visibility: hidden;
	background-image: url(../images/Links/logo_CRH-75.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	left: 45%;
	bottom: 25%;
}
#HoverNAM {
	position:fixed;
	width:164px;
	height:73px;
	z-index:27;
	visibility: hidden;
	background-image: url(../images/Links/narm-75.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	left: 45%;
	bottom: 25%;
}
#HoverFootprint {
	position:fixed;
	width:164px;
	height:73px;
	z-index:29;
	visibility: hidden;
	background-image: url(../images/Links/Footprint-75.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	left: 45%;
	bottom: 25%;
}
#HoverRIBA {
	position:fixed;
	width:164px;
	height:73px;
	z-index:28;
	visibility: hidden;
	background-image: url(../images/Links/RIBA-75.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	left: 45%;
	bottom: 25%;
}
#HoverNBS {
	position:fixed;
	width:164px;
	height:73px;
	z-index:30;
	visibility: hidden;
	background-image: url(../images/Links/nbsPlusLogo-75.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	left: 45%;
	bottom: 25%;
}
#HoverCE {
	position:fixed;
	width:164px;
	height:73px;
	z-index:31;
	visibility: hidden;
	background-image: url(../images/Links/CE-75.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	left: 45%;
	bottom: 25%;
}

