html
{
	padding: 0;
	margin: 0;
}

body
{
	padding: 0;
	margin: 0;
	background-color:#dedad2;
}


/***********************************
Page Frame
***********************************/

#frameTop
{
	margin:15px auto 0 auto;
	width:990px;
	height:23px;
	background:url('../images/frameTop.png') no-repeat 0 0 ;
}

#frameMiddle
{
	margin:0 auto;
	width:990px;	
	background:url('../images/frameMiddle.png') repeat-y center top;
}

#frameBottom
{
	margin:0 auto 30px auto;
	width:990px;
	height:23px;
	background:url('../images/frameBottom.png') no-repeat 0 0 ;
}


#pageContent
{
	width:960px;
	margin-left:15px;
	position:relative;
}

/***************************
Header and Navigation
***************************/

#logo
{
	position:absolute;
	top:15px;
	left:20px;
	width:127px;
	height:92px;
	z-index:999;
}

#header
{
	height:70px;
	position:relative;
}


#header #topLinks
{
	position:absolute;
	top:-9px;
	right:38px;
	font-size:11px;
	color:#fff;
	padding:4px 12px 4px 12px;
	background-color:#4e4e55;
}

	#header #topLinks a
	{
		padding:0 0 0 5px;
		margin-left:3px;
		color:#ffffff;
		border-left:solid 1px #999;
	}

#navTop
{
	height:23px;
	position:absolute;
	left:150px;
	bottom:0px;
	background-color:#727160;
	width:809px;
}

/***************************
Left Column
***************************/

#leftCol
{
	float:left;
	width:150px;
	margin:40px 0 0 10px;
}

/***************************
Content Area
***************************/


#pageImage
{
	position:absolute;
	top:0;
	left:0;
}

#contentFrame
{
	float:right;
	width:730px;
	margin:20px 25px 0 0px;
	min-height:560px;
}

#contentTop
{
	background: url('../images/contentFrameTop-About.png') no-repeat 0 0 ;
	width:730px;
	height:33px;
}

	#contentTopusa
	{
		background: url('../images/contentFrameTop-USA.png') no-repeat 0 0 ;
		width:730px;
		height:33px;
	}

	#contentTopuk
	{
		background: url('../images/contentFrameTop-UK.png') no-repeat 0 0 ;
		width:730px;
		height:33px;
	}

	#contentTopmiddleeast
	{
		background: url('../images/contentFrameTop-MiddleEast.png') no-repeat 0 0 ;
		width:730px;
		height:33px;
	}

	#contentTopaboutus, #contentToplogin, #contentTopregister, #contentTopprivacy
	{
		background: url('../images/contentFrameTop-About.png') no-repeat 0 0 ;
		width:730px;
		height:33px;
	}

	#contentTopjvpartners
	{
		background: url('../images/contentFrameTop-JVPartners.png') no-repeat 0 0 ;
		width:730px;
		height:33px;
	}

	#contentTopcontact
	{
		background: url('../images/contentFrameTop-Contact.png') no-repeat 0 0 ;
		width:730px;
		height:33px;
	}

#contentFrame #contentArea
{
	background:url('../images/contentFrameMid.png') repeat-y 0 0 ;
	padding:0 0 0 1px;
	min-height:470px;
}

#contentFrame #contentArea #imagePlaceholder
{
}

#contentFrame #contentArea #bodyPlaceholder
{
	padding:15px 30px 30px 30px;
}



#contentFrame #contentBottom
{
	background:url('../images/contentFrameBottom.png') no-repeat 0 0 ;
	width:730px;
	height:25px;
}


/***************************
Home
***************************/




/***************************
Login Page
***************************/

#loginPagePanel
{
	margin:0;
}




/***************************
Login Panel 
***************************/

div#loginPanel
{
	font: normal normal normal 1em Arial, Sans-Serif;
}
div#loginPanel div.input
{
	padding-top: 5px;
}
div#loginPanel div.input input.text
{
	display: block;
	border: 1px solid #4e3a27;
	background: #fff;
	margin-top: 5px;
	padding: 0 2px;
	width: 119px;
	font: normal normal normal 11px Arial, Sans-Serif;
}
div#loginPanel div.input label
{
	text-transform: lowercase;
}
div#loginPanel div.buttons
{
	margin-top: 5px;
	text-align: right;
}
div#loginPanel div.buttons input.login
{
	border: 1px solid #4e3a27;
	background: #cab692;
	color: #4e3a27;
	padding: 1px 5px;
	font: normal normal normal 10px "Arial", Sans-Serif;
}
div#loginPanel div.buttons a.register
{
	color: #4e3a27;
	text-decoration: none;
	padding: 4px 4px 0 0;
}






/***********************************
Footer 
***********************************/

#footer
{
	margin:10px 0 0 0 ;
	padding:15px 0 0 0 ;
	font-size:10px;
	color:#999;
	background-color:#ffffff;
}

div#footer div
{
	padding:0px 10px 0 207px;
}


div#footer span
{
	font-weight:normal;
}

div#footer a
{
	text-decoration: none;
	padding: 0 5px 0 7px;
	font-weight:normal;
	border-left:solid 1px #fff;
	color:#999;
}


div#footer a:hover
{
	color: #666;
}


/*
** Structural rules
*/
div.Clear { clear: both; height: 1px; background-color:Transparent; }
