/* LAYERS & POSITIONING */

#wrapper {
    padding: 1px;
    margin:0px auto;     	/* centres the website */ 
    width:752px;
    }	
	
#row-header	{
    width:752px;
	height:118px;
	clear:both;
	margin-top:5px;
	font-size: 9px;			/* basket text */
    color:#666666;

	}

#row-nav	{
    width:752px;
	height:43px;
	clear:both;
	text-align:center;
/*	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
*/	}

#row-trail { 				/* cookie trail  */
	padding: 10px 0px 10px 42px;
	width:auto;
	height:auto;
	font-size: 9px;			/* cookie text */
    color:#666666;
	text-transform: lowercase;
	}

#page-top {   			/*  */ 
	width:752px;
	height:19px;
	background-image: url(../img_web/page_bg_01.gif);
	margin: 0px 0px 0px 0px;
    }	
#page-main {   			/*  */ 
	width:752px;
	height:auto;
	background-image: url(../img_web/page_bg_02.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 60px 0px;
    }
#page-logos {   			/*  */ 
	width:752px;
	height:55px;
	background-image: url(../img_web/page_bg_02.gif);
	background-repeat: repeat-y;
    }	
#page-bottom {   			/*  */ 
	width:752px;
	height:23px;
	background-image: url(../img_web/page_bg_03.gif);
    }	

#row-footer {
    padding: 10px 0px 50px 40px;
	width:auto;
	height:81px;
	}


#content-area {
	padding: 15px 42px 0px 42px;
	width:auto;
	height:auto;
	}















#container1 {   			/* container for 1 column layout - main content area */ 
	width:752px;
	background-color: #fff;
	}	
	
#container2 {   			/* container for 2 column layout - sets LHS column's background */ 
	width:752px;
	background-color: #dadada;
	background-image: url(../images/bg_subnav.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
    }	






#row-body	{ 				/* main content area for 1 column layout  */ 
    width:752px;
	clear:both;
	min-height:380px;
	}
	* html #row-body {height:380px;}
	
	
#col-LHS {					/* LHS nav  */ 
    float:left;
    width:200px;
	}
	
#col-RHS {					/* RHS main content area  */ 
	float:right;
	width:512px;
	background-color: #fff;
	padding:0px 0px 0px 30px;
	min-height:290px;
	}
	* html #col-RHS {height:290px;}

#col-LHS-2 {				/* LHS subnav - LHS base */ 
    float:left;
    width:200px;
	}
	
#col-RHS-2 {				/* RHS footer area - RHS base  */ 
	float:right;
	width:512px;
	background-color: #fff;
	padding:0px 0px 15px 30px;
	min-height:75px;
	}
	* html #col-RHS-2 {height:75px;}

#subnav-title {
	background-image:url(../images/bg_subnav_head.gif);
	height:29px;
	width:100%;
	}
	
#row-footer1	{
    width:752px;
	height:35px;
	clear:both;
	background-color:#3399cc;
	background-image:url(../images/bg_foot.gif);
	background-repeat:repeat-x;
    background-position:top;
	margin:0px auto;
	}

#row-footer2 	{
    width:752px;
	height:auto;
	clear:both;
    margin:0px auto;
	padding: 0px 0px 100px 0px;    	/* long drop for firefox scrollbar */
	text-align:center;
	font-size:10px;					/* footer text */
	line-height: 17px;
	color:#666666;
	}
		* html #row-footer2 {padding:10px 0px 0px 0px;}  /* IE padding fix */
