body {
	background-color: #888178;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#container { /* This is the container for the page. Centers the page and provides the back shadow  */
	position:relative;
	margin:0 auto;
	width: 780px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-image: url(../images/back_shdw.gif);
	background-repeat: repeat-y;
	}
#header {
	background-image: url(../images/header.gif);
	height: 78px;
	width: 780px;
	display: block;
	overflow: hidden;
	line-height: 300px;
	background-repeat: no-repeat;
	}
#main_nav {
	height: 30px;
	width: 780px;
	}
#mainarea { /* This is the container for everything under the main nav. Also provides the vertical lines for separation  */
	background-color: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
	overflow: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/main_back.gif);
	background-repeat: repeat-y;
	}
#mainarea_no_right {
	background-color: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
	overflow: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/main_back2.gif);
	background-repeat: repeat-y;
	}
#mainarea_no_cols
{
	background-color: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
	overflow: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/main_back_nocols.gif);
	background-repeat: repeat-y;
}
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #d21034;
	padding: 8px;
	background-color: #FFFFFF;
	width: 734px;
}
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {color: #d21034; text-decoration: underline;}
#breadcrumbs a:hover {color: #6b655e; text-decoration: none;}


#contentarea { /* This provides the positioning of the middle column within the layout  */
	margin: 0px 0px 0px 147px; 
	voice-family: "\"}\"";
	voice-family: inherit;
	}
#contentarea_no_left { /* This provides the positioning of the middle column within the layout  */
	margin: 0px 0px 0px 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#contentarea_single
{
	margin: 0 20px 0 0;
}
*html #contentarea_single
{
	margin: 10px 20px 0 147px;
}
#sidebar { /* Provides container for the navigation */
	float: left;
	width: 150px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
/* if no images, this text should work ok */
#sidebar_title
{
	background-color:#888178;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 2px 0 2px 6px;
}	
#rightbar {
	float: right;
	width: 144px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}	
	
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #sidebar {
  margin-right: -3px;
  }
* html #rightbar {
  margin-left: -3px;
  }
* html #contentarea {
  height: 1%;
  margin-left: 0;
  margin-right: 0px;
  }
/* End hide from IE5/mac */


#content { /* This controls the width of the middle column */
	width: 440px;
	margin-left: 10px;
	height: 100%;
	}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
  height: 246px;
  }
/* End hide from IE5/mac */
#content a, #content a:link, #content a:active, #content a:visited {color: #d21034; text-decoration: none;}
#content a:hover {color: #6b655e; text-decoration: underline;}

#content_no_right { /* This controls the width of the middle column when there is no right sidebar*/
	width: 580px;
	margin-left: 10px;
	height: 100%;
	}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content_no_right {
  height: 246px;
  }
/* End hide from IE5/mac */

#content_no_right a, #content_no_right a:link, #content_no_right a:active, #content_no_right a:visited {color: #d21034; text-decoration: none;}
#content_no_right a:hover {color: #6b655e; text-decoration: underline;}


#content_no_side { /* This controls the width of the middle column when there is no left sidebar*/
	width: 720px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
	}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content_no_side {
  height: 246px;
  }
/* End hide from IE5/mac */

#content_no_left a, #content_no_left a:link, #content_no_left a:active, #content_no_left a:visited {color: #d21034; text-decoration: none;}
#content_no_left a:hover {color: #6b655e;text-decoration: underline;}

#content_no_left { /* This controls the width of the middle column when there is no left sidebar*/
	width: 580px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
	}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content_no_left {
  height: 246px;
  }
/* End hide from IE5/mac */

#content_no_side a, #content_no_side a:link, #content_no_side a:active, #content_no_side a:visited {color: #d21034; text-decoration: none;}
#content_no_side a:hover {color: #6b655e; text-decoration: underline;}

#content ul{
	margin-top: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b655e;
	}

#mainarea_no_side { 
    background-color: #ffffff;
    margin-right: 10px;
    margin-left: 10px;
    overflow: auto;
    padding-right: 5px;
    padding-left: 5px;
    }

.imageright { /* This is used to float an image to the right */
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D21034;
	height: 25px;
	display: block;
	text-align: center;
	padding-top: 6px;
	background-image: url(../images/footer_back.gif);
	clear: both;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {color: #FFFFFF; text-decoration: none;}
#footer a:hover {color: #FFFFFF; text-decoration: underline;}
.prod_listing {
    width: 280px;
    height: 180px;
    float: left;
    margin-right: 10px;
    padding-top: 15px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6b655e;
}
.prod_listing img{
	float: left;
	width: 72px;
	padding: 10px 10px 0 0;
}
.prod_listing ul{
	margin: 0px 0px 0px 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b655e;
	list-style-image: url(../images/prod_bullet.gif);
	}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .prod_listing ul{
	margin: 0px 0px 0px 92px;
  }
/* End hide from IE5/mac */
#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #D21034;
	height: 22px;
	width: 740px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
}
.calloutbox {
	background-color: #f8f6f4;
	border: 1px solid #d9cec0;
	padding: 10px;
	}
.calloutbox ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b655e;
	list-style-image: url(../images/prod_bullet.gif);
	}	
.calloutbox h2 {
	margin: 0px;
	}	
.resource_section2 {
	margin-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9cec0;
	}	
.resource_section {
	border-bottom: 1px solid #d9cec0;
	}	
.resource_section h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6b655e;
	}			
.resource_section ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b655e;
	line-height:16px;
	/*margin-left: -20px;*/
	}	
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .resource_section ul {
  	margin-left: 10px;
  	}
/* End hide from IE5/mac */

li.resource_title {
	font-weight: bold;
	list-style-type: none;
	}
li.resource_desc {
	list-style-type: none;
	}
li.resource_link_CAD {
	list-style-position: inside;
	list-style-image: url(../images/dwg_icon.gif);
	}
li.resource_link_PDF {
	list-style-position: inside;
	list-style-image: url(../images/pdf_icon.gif);
	}
li.resource_link_misc {
	list-style-position: inside;
	list-style-image: url(../images/misc_icon.gif);
	}

.colourcontainer {
	width: 580px;
	clear: both;
	}
.combrown, .ivory, .sand, .chesnut, .bronze, .brickred, .cedar, .hartford, .deepgreen, .steelblue, .lightgrey, .silver, .black, .oak, .blank {
	width: 160px;
	height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	}	
.white{
	width: 160px;
	height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	}
.combrown{
	background-color: #301e0a;
	}
.blank{
	background-color: #FFFFFF;
	}
.ivory{
	background-color: #eae2cd;
	}
.sand{
	background-color: #928670;
	}
.chesnut{
	background-color: #300a01;
	}
.bronze{
	background-color: #7c715d;
	}
.brickred{
	background-color: #812928;
	}
.cedar{
	background-color: #a67034;
	}
.hartford{
	background-color: #093409;
	}
.deepgreen{
	background-color: #051f04;
	}
.steelblue{
	background-color: #295570;
	}
.lightgrey{
	background-color: #c8ceca;
	}
.silver{
	background-color: #d0d0d0;
	}
.black{
	background-color: #000000;
	}
.oak{
    background-color: #CC9966;
    background-image: url(../../images/oak.jpg);
    }

	
		
/* -------------- TYPOGRAPHY --------------*/	
#rightbar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b655e;
	}
#rightbar h1 { /* This is the section header font for the right sidebar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1b5f5c;
	background-repeat: repeat-x;
	line-height: 25px;
	margin-bottom: -5px;
	}
h1 { /* This is the main page header font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d21034;
	}
h2 { /* This is the secondary main page header font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6b655e;
	padding: 10px 0 5px 0;
	}
h3 { /* This is the third main page header font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d21034;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b655e;
	line-height: 18px;
	}
#content_no_right h1 { /* This controls the width of the middle column */
	margin-top: 15px;
	}
#content h1 { /* This controls the width of the middle column */
	margin-top: 15px;
	}
		
		
/* -------------- INNER FADE LAYOUT ELEMENTS --------------*/

#galleryFader {
	margin-left: 3px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#galleryFader img
{
	padding: 0;
	margin: 0 0 0 3px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #galleryFader {
  margin-left: -3px;
  }
/* End hide from IE5/mac */
  
#gallery img, .gallery img {
	border: 1px solid #6b655e;
	padding: 2px;
	margin: 3px;
}




/* ------------ HOMEPAGE LAYOUT ELEMENTS --------------*/
#mainarea_home {
	background-color: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	}
#home_slide {
	/*border: 1px solid #b3aca3;*/
	margin: 5px;
	float: left;
	width: 495px;
	height: 176px;
	}
#home_banner {
	margin: 5px;
	float: right;
	}
.homepage_element {
	margin: 5px;
	float: left;
	}
#homepage_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b655e;
	height: 163px;
	width: 243px;
	margin: 5px;
	float: left;
	background-image: url(../images/home_news_back.gif);
	background-repeat: no-repeat;
	}
#homepage_news ul {
	margin-top: 6px;
	/*margin-left: -15px;*/
	}
#homepage_news li {
	margin-bottom: 7px;
	}

#homepage_news a, #homepage_news a:link, #homepage_news a:active, #homepage_news a:visited {font-weight: bold; color: #d21034; text-decoration: none;}
#homepage_news a:hover {font-weight: bold; color: #6b655e; text-decoration: underline;}

#glazing_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b655e;
	}
	
.homepage_element a img, 
#homepage_news a img
{
	border:none;
}


/* Homepage postition hacks. Hide from IE5-mac. Only IE-win sees this. \*/
* html #home_slide{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: -3px;
	padding-left: 11px;
  	}
* html .homepage_element {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 2px;
	margin-left: -3px;
	padding-left: 11px;
	}
* html #home_banner {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: -3px;
	padding-left: 7px;
	}
* html #homepage_news {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 2px;
	margin-left: 8px;
	padding-left: 11px;
	}
* html #homepage_news ul {
	margin-left: 15px;
	}
/* End hide from IE5/mac */


.homepage_mission {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b655e;
	line-height: 16px;
	height: 133px;
	width: 233px;
	margin: 5px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/mission_back.gif);
	padding-left: 7px;
	padding-top: 30px;
	padding-left: 10px;
	}

#glazinglist ul{
	margin-left: -10px;
	}
	
#glazinglist li{
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b655e;
	margin-right: 20px;
	text-align:center;
	}	

#glazing_container {
	width: 590px;
	clear: left;
	margin-bottom: 20px;
	}