
/**
 * Top Area
 */

#top
{
	/*height:142px;*/
	height:181px;
	width:960px;
}
#top #logo		{float:left;margin-top:60px;}
#top .logo{
	background:url(../images/logo.png) no-repeat;
	height:68px;
	width:313px;
}
#top .logo-fr{
	background:url(../images/logo-french.png) no-repeat;
	height:68px;
	width:416px;
}

#top #loginbox
{
	float:right;
	width:374px;
	height:53px;
	background:url('../images/backgrounds/top_login.png') top left no-repeat;
	
}
#top #loginbox label	{color:#FFF;margin-left:13px;margin-top:16px;font-weight: bolder;float:left;}
#top #loginbox select	{margin-top:12px;margin-left:10px;float:left;}
#top #loginbox div.buttons{width:124px;height:46px;float:right;color:#FFF; }/*margin-left:31px;*/
#top #loginbox div.buttons div a{color:#FFF; font-size:11px;}
#top #loginbox div.buttons img{cursor:pointer;}
#top #loginbox div.buttons div.login{cursor:pointer;margin-top:10px;margin-left:25px; background:url(../images/buttons/login.png) no-repeat; height:25px; width:72px;}
#top #loginbox div.buttons div.login-fr{cursor:pointer;margin-top:10px;margin-left:-23px; background:url(../images/buttons/login-french.png) no-repeat;height:25px; width:133px;} 
.login-btn{

background:url(../images/buttons/employee_login.png) no-repeat scroll 0 0 transparent;
cursor:pointer;
height:30px;
width:72px;
float:left;

}
.login-btn-fr{
background:url("../images/buttons/login-french.png") no-repeat scroll 0 0 transparent;
cursor:pointer;
height:25px;
margin-top:10px;
width:133px;

}
.register-btn{
	cursor:pointer;
	margin-top:10px;
	margin-left:112px; 
	background:url(../images/buttons/register.png) no-repeat;
	height:30px; 
	width:92px;
}

.register-btn-fr{
	cursor:pointer;
	margin-top:10px;
	margin-left:118px; 
	background:url(../images/buttons/register-french.png) no-repeat;
	height:25px; 
	width:98px;
}


#top #searchbox
{
	float:right;
	width:500px;
	text-align: right;
	padding-top:10px;
	padding-right:20px;
	height:26px;
}
#top #searchbox input[type=text]	{padding:2px;border:1px solid #CACACA;}

#top #menubox
{
	float:right;
	padding-top:11px;
	min-width:590px;
}



#contents
{
	width:960px;
}


/**
 * Copy right
 */
#copyright
{
	width:960px;
	font-size:10px;
	border-top:4px solid #43638A;
	height:40px;
	padding-top:5px;
}
#copyright div.website			{float:left;color:#43638a;line-height: 150%;}
#copyright div.website a		{color:#43638a;text-decoration: none;font-weight:bolder;}
#copyright div.eqqydesigns		{float:right;color:#7499c6;}
#copyright div.eqqydesigns a	{color:#7499c6;text-decoration: none;}