body {
	background-color:#FDE9F2;
	font-family:Georgia,Gill Sans-serif,sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: rgb(0, 0, 0);
	width:992px;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

#wrapper{
	position:relative;
	margin: 0px auto 0px auto;
}

#top{
	position:relative;
	background-color: transparent;
	width: 992px;
	height: 267px;
}

#noflash_top{
	position:relative;
	background-image: url(topbg.jpg);
	background-repeat: no-repeat;
	width: 992px;
	height: 267px;
}

#registernow{
	position:absolute;
	top:10px;
	left:761px;
}

#menu{
	position:relative;
	width: 992px;
	height: 70px;
}

#noflash_menu{
	position:relative;
	background-image: url(menubg.jpg);
	background-repeat: no-repeat;
	width: 992px;
	height: 73px;
}

#homeMenu{
	font-family:"GIll Sans MT", "Gill Sans", Verdana;
	font-weight:bold;
	color:#807960;
	font-size:13px;
	position:relative;
	top:48px;
	text-transform:uppercase;
}
#homeMenu a {color:#FFFFFF; padding:0px 8px; }
#shops{
	position:relative;
	background-image: url(shopsbg.jpg);
	background-repeat: no-repeat;
	height: 330px;
}

#bottom{
	position:relative;
	background-image: url(bottombg.jpg);
	background-repeat: no-repeat;
	width: 992px;
	height: 300px;
	background-color:#494335;
}

#bottomLeft{
	border-left:1px solid #FFF;
	border-right:2px dotted #E4DEC0;
	color:#FFF;
	float:left;
	height:110px;
	width:540px;
	position:relative;
	padding:10px 10px;
	top:150px;
	left:47px;
	text-align:left;
}

#bottomLeft a{
	color:#FFF; 
	text-decoration:none;
	font-size:12px;
}

#bottomRight{
	float:right;
	position:relative;
	top:150px;
	line-height:16px;
	border-right:1px solid #FFF;
	padding:5px 35px 10px 0;
	margin-right:47px;
	width:285px;
	font-family:Cambria, Georgia;
	color:#d7f2f5;
	text-align:left;
	font-size:.9em;
	height:110px;
}

#bottomLeftItem{
	height:18px;
	padding:5px 0px 11px 0px;
	border-bottom:1px dotted #FFF;
}
#bottomLeftItem img{vertical-align:middle;}

#login{
	position:absolute;
	top:5px;
	left:70px;
	font-size:10px;
	color:#C3BB91;
}

#loggedinmenu{
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Tahoma;
	position:absolute;
	text-transform:uppercase;
	top:9px;
	left:125px;
	font-size:13px;
	font-weight:bold;
	color:#D7D0AB;
	background:url('home_user_menu.gif');
	width:300px;
	height:26px;
	padding-top:6px;
}

#loggedinmenu a, #loggedinmenu a:link, #loggedinmenu a:visited{
	color:#FFF;
}

#loggedinmenu a:hover{
	color:#181818;
}

#login div{
	float:left;
	text-align:left;
	text-transform: uppercase;
	margin-right:10px;
	
}

#login #btnLogin{
	background: transparent url(loginbtn.gif) no-repeat center top;
  	cursor: pointer;
  	width: 59px;
	height: 17px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	color:white;
  	text-transform: uppercase;
}

a#forgotpass, a#forgotpass:link, a#forgotpass:visited, a#forgotpass:hover{
	font:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:10px;
	color:#C3BB91;
	text-transform:lowercase;
	text-decoration:none;
}

#aboutlnk{
	position:absolute;
	top:20px;
	left:446px;
	cursor: pointer;
	width:100px;
	height:40px;
}

#boutiquelnk{
	position:absolute;
	top:33px;
	left:170px;
	cursor: pointer;
	width:212px;
	height:59px;
}

#connectlnk{
	position:absolute;
	top:33px;
	left:595px;
	cursor: pointer;
	width:232px;
	height:59px;
}

#contentlnk{
	position:absolute;
	top: 192px;
	left: 420px;
	cursor: pointer;
	width: 124px;
	height: 118px;
}

/*Login Validation Box*/
.messagebox, .messageboxok, .messageboxerror{
	position:absolute;
	top:40px;
	left:302px;
	width:auto;
	padding:3px;
	background:#E9418E;
	border:1px solid #3D392E;
	color:white
}
	
.messagebox{

}
.messageboxok{
	font-weight:bold;
}
.messageboxerror{
	padding:3px;
	font-weight:bold;
}


