/*
	GLOBAL
	Set Layout for Main Page Blocks
	- Global
	- Root
	- Header
	- Navigation
	- Content
	- Footer
*/

*
{
	margin: 0px;
	padding: 0px;
	border: 0px solid #ffffff;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
	text-decoration: none;
}

html
{
	background: #e2e2e2 url(./img/g_BG.gif) repeat-x;
}

ul
{
	list-style-type: none;
}

.g_Clear
{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.g_Accessibility
{
	display: none;
}

.g_MarginRight_10
{
	margin-right: 10px;
}

.g_MarginBottom_10
{
	margin-bottom: 10px;
}

/*
	ROOT
*/

#g_PageWrapper
{
	width: 840px;
	margin: 0 auto;
}

#g_Page
{
	width: 790px;
	margin-bottom: 30px;
	border: 5px solid #ffffff;
	background-color: #f1f1f1;
	float: left;
}

#g_ShadeLeft
{
	width: 20px;
	height: 232px;
	background-image: url(./img/g_ShadeLeft.gif);
	background-repeat: no-repeat;
	float: left;
}

#g_ShadeRight
{
	width: 20px;
	height: 232px;
	background-image: url(./img/g_ShadeRight.gif);
	background-repeat: no-repeat;
	float: left;
}

/*
	HEADER
*/

#g_PageHeader
{
	height: 85px;
	background-color: #ffffff;
}

#g_PageHeaderLeft
{
	width: 300px;
	height: 85px;
	float: left;
}

#g_PageHeaderRight
{
	width: 300px;
	height: 85px;
	text-align: right;
	float: right;
}

#g_PageLogoWrapper {
	width: 175px;
	height: 38px;
	margin-top: 24px;
	margin-left: 30px;
	background-image: url(./img/handon-dressed-to-sell.gif);
	background-repeat: no-repeat;
}

/*
	NAVIGATION
*/

#g_PageMainNavigation
{
	height: 40px;
	background-color: #f6f6f6;
}

/*
	CONTENT
*/

#g_PageContent
{
	padding: 20px;
	background-image: url(./img/g_ContentBG.gif);
	background-repeat: repeat-x;
}

#g_PageContentLeft
{
	width: 190px;
	margin-right: 20px;
	float: left;
}

#g_PageContentRight
{
	width: 540px;
	background-color: #ffffff;
	float: left;
}

/*
	FOOTER
*/

#g_PageFooter
{
	height: 50px;
	background-color: #d4d4d4;
}