/* 
Site layout has two parts:
	1) Containers that block out the page content
	2) Dynamic contnet includes
*/

/**********************************************************
Layout Grid
***********************************************************/
body 
	{         
    text-align: center;		/* centers table in IE */
	}
#mainContainer  			
	{   
	margin: auto;			/* centers table in Firefox */
	margin-top:10px;
	}	
	
/* --- Header --- */
#headerContainer	
	{ 
	position: relative;
    }	
#brandingContainer	
	{ 
    }	
#navContainer  	  			/* places right header image */
	{
	position: absolute;
	top:5px; right:0;
	text-align:right;
    }	
	
/* --- Content --- */
#subContentA				/* left column */
	{ 
 	text-align:right;
    }
	
#mainContent 	
	{ 
	padding: 0 15px 15px 15px;
    }
	
/* --- Footer --- */	
#footerContainer			/* tr */
	{
	text-align:center; 
    }
#navFooter	
	{ 
	margin: 1.5em;
    }	
	
	
/**********************************************************
Dynamic Content
***********************************************************/

/* --- branding --- */
#logo
	{ 
    } 
#siteName
	{ 
	font-size:2.2em;
	line-height: 1.75em;
    } 
#siteTagline	
	{ 
	position:absolute; top:0px; right:0; 
    }		

/* --- basket total --- */
#basketTotal
	{ 		
	margin-top: 1em;
	text-align: right;
	}
#basketText
	{ 
    } 
		
/* --- breadcrumb trail --- */	
#navBreadcrumb		
	{ 
    } 

/* --- Page Menu left column --- */	
#navPages	
	{ 
	margin-top:15px;
    } 
	
/* --- login box --- */
#loginForm
	{
	float:right;
	text-align: left;
	width: 140px;
	margin:15px 0 20px 0;
	}
#loginForm fieldset
	{
	padding:.4em;
	}
#loginForm legend
	{
	}
#loginForm label
	{
	font-size: .8em;
	}
#loginForm .formField
	{
	width: 125px;
	}
.rememberme
	{
	margin: 2px 0 4px 0;
	}
.submit
	{
	text-align: center;
	}
#loginForm .formButton
	{
	width: 48%;
	}
#loginForm .forgotpassword
	{
	text-align: center;
	margin-top:5px;
	font-size: 10px;
	}
	
#navAccount  			/* --- When logged in --- */
	{
	margin: 0;
	padding: 5px 0 5px 20px;
	text-align: left;
	}
	
	
/* --- search --- */	
#searchBox input
	{ 
	margin-top: 1em;
	width: 150px;
    }
			
/* --- select menus--- */
#brandSelect, #productTypeSelect, #languageSelect, #currencySelect 
	{ 
	margin-top: 1.8em;
    } 
#brandSelect select, #productTypeSelect select	
	{ 
	width: 150px;
    } 
#languageSelect select, #currencySelect  select	
	{ 
	width: 150px;
    } 
form h4
	{
	font-size: 1em;
	}		
	
/* --- footer --- */
#copyright
	{ 
	
    } 
#footerText 
	{ 
	
    } 
	
/* --- adminMenu --- */
#adminMenu
	{
	margin-top: 15px;
	}	
#adminMenu a
	{
	display: block;
	}		
