﻿/* mac hide\*/
html, body 
{
    height:100%; 
    margin:0;
    padding:0;
    width:100%; 
     
}
/* end hide */
body {	
	text-align:center;
	min-width:1000px;/* for mozilla*/ 
	
}

#outer{
	height:100%;
	min-height:100%;
	width:1040px;	
	position:relative; 
   margin: 0 auto;
   z-index:0;
}

#outer-header{
	height:35px;
	padding: 0;
	margin: 0 auto;	
	position:relative;
	z-index:1;
}

#outer-footer{
	height:20px;
	padding: 5px 0px 5px 0px;
	margin: 0 auto;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */	
	width:1000px;
	margin: 0 auto;
}

#header{
	position:relative;
	top:0;
	left:0;
	width:1000px;
	height:90px;			
	text-align:left;			
}
#leftSide {
	position:absolute;/*was relative - ie needs this to show float */
	width:20px;
	height: auto; /*less headers*/	
	float:left;
	/*padding-top:38px;needed to make room for subHeader*/
	/*padding-bottom:32px; needed to make room for footer */	
}
#leftSide p {padding-left:3px;padding-right:2px}
#rightSide p {padding-left:4px;padding-right:2px}

#rightSide {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:right;
	/*padding-top:38px;needed to make room for header and subHeader*/
	/*padding-bottom:32px; needed to make room for footer */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:100%; /*680px;	*/
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:32px;/* needed to make room for footer */	
	/*padding-left: 150px; needed to make room for left bar */	
    border: none;
    text-align:left;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

#subHeader {
    width:1002px;
    height: 140px;
    text-align:center;
    position:relative;
	padding-top:10px;
	margin: 0 auto;	
	z-index:100;
}

#subHeaderContent {
width:1000px;
 text-align:left;
 position:relative;	
	margin: 0 auto;
	z-index:0;	
}

#footer {
	width:1000px;
	clear:both;
	color: #212414;
	text-align:center;
	left:0;
	bottom:0;
	position: relative;
	font-size:9pt;
	height:230px;
	padding-bottom:71px;
}

* html #footer {/*only ie gets this style*/
	\height:110px;/* for ie5 */
	he\ight:110px;/* for ie6 */
}

/* header stuff */

#leftHeader
{
    width: 115px;
    position: absolute;
    left: 0px;
    height: 98%;
    text-align: left;
    z-index: 1;   
}

#leftHeader img
{
    border: 0 none;
}

#logoText
{
    width: 175px;  
    padding: 20px 0px 0px 0px ;
}

#headerLinks{
	position:absolute;	
	height:65px;			
	text-align:left;		
	left: 170px;
    top: 0px;	
    font-size:10px;
    padding-top:25px;
}

#rightHeader
{
    width: 400px;
    height: 98%;
    text-align: right;
    z-index: 1;   
    position: absolute;
    right: 0px;
    top: 0px;
}

#rightHeader #cart
{
    position: absolute;
    left: 8px;
    top: 41px;
    font-size:13px;
}

#rightHeader #search
{
    position: absolute;
    right: 0px;
    bottom: 2px;
}

#topBody
{
    width:100%; padding: 0 0 10px 0;
}
#middleBody
{
    width:100%; padding: 10px 0 10px 0;
}
#lowerBody
{
    width:100%; padding: 10px 0 10px 0;
}