/*
	Core CSS Document [Website Architecture and basic style/resets]
	Author: Echidna Solutions Corp/2008 - support@echidna.ca
*/

/*RESET STYLES*/
body,div, dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,p,th,td{margin:0;padding:0; line-height:1.4em;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ol,ul{list-style:none;}
address,caption,cite,code,dfn,th,var{font-style:normal; font-weight:normal;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0; line-height:1;}
caption,th{text-align:left;}
label,form,input,select,fieldset{margin:0; padding:0;/* line-height:1;*/}

/*
	=SITE STRUCTURE
*******************************/
#container{width:778px; margin:0 auto; text-align:left;}
#header{height:111px; position:relative; background:url(../images/bg_header.jpg) no-repeat top center;}
#navigation_primary{height:41px;}
body#home_page #content{padding:11px 7px 0px 7px;}
body#home_page #content #col_primary{floaT:left;}
body#home_page #content #col_secondary{float:right;}
body#sub_page #content{padding:11px 10px 0px 10px;}
body#sub_page #banner{background:#fff url(../images/bg_content.jpg) repeat-y top center; padding-left:2px;}
#site_info{}

/*
	=NAVIGATION STRUCTURE
*******************************/
/* global */


/*
	=primary navigation
**********************/
#navigation_primary{width:778px; height:41px; background-color:#2b3238;}
#navigation_primary li{height:41px; float:left; position:relative;}
#navigation_primary li a{display:block;text-indent:-9999px; overflow:hidden; height:41px }

/*
	=primary navigation
**********************/



/*
	=COMPONENTS STRUCTURE
*******************************/
#flash_banner{height:208px; width:528px; background-color:#fff;}
#content_banner{}

#projects_container{width:528px;position:relative; margin-top:20px;}
#projects{background:url(../images/bg_projects.jpg) no-repeat top left; padding:5px 0 0 5px;}

#home_intro{width:217px; padding:8px; margin-bottom:25px;  background:url(../images/bg_intro.jpg) no-repeat top center;}
#home_suppliers{width:233px; margin:45px 0 15px 0; padding:0 0 8px 0; background:url(../images/bg_suppliers.jpg) no-repeat bottom center;}

/*
	=FIXES
*******************************/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
