/*
	Core CSS Document [Website Architecture and basic style/resets]
	Author: Echidna Solutions Corp - 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{margin:0 auto; min-width:760px; max-width:70em; text-align:left; padding:7px 8px;}
#header{position:relative; height:105px; background:url(../images/etags_we_have_your_back.jpg) no-repeat 0 23px;}
#content{clear:both;}
#content_main{float:right; width:63%; /* margin:1em 0;*/ overflow:hidden;}
#content_secondary{float:left; width:25%;  /*margin:1em 0 0;*/}
#callcentre_tagline{height:95px;/*padding:4em;*/}
#site_info{clear:both; height:25px;}
.login_module{position:absolute; top:28px; right:0;}
.account_module{position:absolute; top:28px; right:97px;}
#view_cart_module.logged_in_state{position:absolute; top:28px; right:217px;}
#view_cart_module.logged_out_state{position:absolute; top:28px; right:263px;}

/*
	=NAVIGATION STRUCTURE
*******************************/

/* global */
#navigation_primary li,#navigation_secondary li{height:34px; float:left; position:relative;}

/*
	=primary navigation
**********************/
#navigation_primary{position:absolute; bottom:0; right:0; width:619px; height:34px; background:#323b48 url(../images/bg_navigation_primary_h.jpg) no-repeat top left;}
#navigation_primary li a{display:block;text-indent:-9999px; overflow:hidden; height:34px;}

/*
	=COMPONENTS STRUCTURE
*******************************/

/*
	=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 */

