body{
	background-color:#1E1C1D;	
}

.pagewidth{
	margin:auto;
	width:909px;	
}

#wrapper{
	margin:auto;
	width:909px;
	color:#fff;
}

#banner{
	width:909px;
	height:100px;
	background-image:url(../images/home/HitomiGiselle_logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#header{
	width:909px;
	height:36px;
	position:relative;
	text-align:right;
}
#footer{
	width:909px;
	height:36px;
	position:relative;
	margin:auto;
}

#nav{
	width:440px;
	height:25px;
	margin-left:470px;
	background-image:url(../images/home/menu_off.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#nav a{
  width:87px;
  display:block;
  height:25px;
  float:left;
  margin-right:1px;
  border:0px solid red;
}

.active_index_nav{
	background-image:url(../images/home/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.index_nav:hover{
	background-image:url(../images/home/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;	
}
.active_company_nav{
	background-image:url(../images/home/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:-87px 0px;	
}
.company_nav:hover{
	background-image:url(../images/home/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:-87px 0px;	
}
.active_shop_nav{
	background-image:url(../images/home/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:-175px 0px;	
}
.shop_nav:hover{
	background-image:url(../images/home/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:-175px 0px;	
}
.active_vip_nav{
	background-image:url(../images/home/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:-263px 0px;		
}
.vip_nav:hover{
	background-image:url(../images/home/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:-263px 0px;	
}
.active_contact_nav{
	background-image:url(../images/home/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:-351px 0px;	
}
.contact_nav:hover{
	background-image:url(../images/home/menu_on.jpg);
	background-repeat:no-repeat;
	background-position:-351px 0px;	
}

.bar{
	width:909px;
	height:11px;
	background-image:url(../images/home/Barre.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#content{
	margin:auto;
	width:909px;
	display:block;
	text-align:left;
}

#content table{
	margin:auto;
	margin-top:50px;
	width:703px;height:469px;	
}

#myController{
	position:relative;
	height:60px;
	vertical-align:middle;
}
.jFlowControl{
	position:relative;
	height:0px;
	line-height:70px;
	width:0px;
	float:left;
	text-align:center;
	cursor:pointer;
	display:hidden;
}

#myController div.jFlowSelected {
	background-image:url(../images/Cursor.png);
	background-repeat:no-repeat;
	background-position:top center;
	cursor:pointer;
}
#mySlides{
	margin:auto;
}
.jFlowPrev{
	background-image:url(../images/home/arrow_left.jpg);
	background-repeat:no-repeat;
	margin:auto;
	width:17px;
	height:19px;
	display:block;
	cursor:pointer;
}
.jFlowPrev:hover{
	background-image:url(../images/home/arrow_left_on.jpg);
}
.jFlowNext{
	background-image:url(../images/home/arrow_right.jpg);
	background-repeat:no-repeat;
	margin:auto;
	width:17px;
	height:19px;
	cursor:pointer;
	display:block;
}
.jFlowNext:hover{
	background-image:url(../images/home/arrow_right_on.jpg);
	background-repeat:no-repeat;	
}
#dot_bar{
	width:68px;
	height:9px;
	margin:auto;
	margin-bottom:40px;
	clear:both;
}
#dot_bar a{
	width:11px;
	height:9px;
	display:block;
	margin:0px;
	background-image:url(../images/home/naviguation_off.jpg);
	background-repeat:no-repeat;
	float:left;
}
#dot_0{
	background-image:url(../images/home/naviguation_on.jpg);
	background-repeat:no-repeat;
}

.page_bar{
	width:909px;
	height:39px;
	display:block;
	margin-top:20px;
	margin:bottom:20px;
}

.textcode{
	/*
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;	
	*/
	
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
	
}

#company{
	background-image:url(../images/home/Company.jpg);
	background-repeat:no-repeat;
}
#contact{
	background-image:url(../images/home/Contact.jpg);
	background-repeat:no-repeat;
}
#vip{
	background-image:url(../images/home/VIP.jpg);
	background-repeat:no-repeat;
}
#shop{
	background-image:url(../images/home/Shop_header.jpg);
	background-repeat:no-repeat;
}

.title_row{
	height:30px;
	line-height:28px;
	color:#93D655;
	font-size:20px;
}
.form_row{
	height:24px;
	line-height:20px;	
}
.form_row2{
	height:30px;
	line-height:20px;
}
.form_row3{
	height:30px;
	line-height:20px;
	font-size:14px;
}

#contact_table input,#vip_login_table input,#vip_reg_table input, #shop_table input{
	background-color:#2F2D2E;
	border:#93D655 1px solid;
	color:#93D655;
	width:163px;
}
#contact_table textarea{
	background-color:#2F2D2E;
	border:#93D655 1px solid;
	width:300px;
	height:150px;
	color:#93D655;
}
#send_button{
	width:163px;
	height:23px;
	display:block;
	background-image:url(../images/home/Send_Button_OFF.jpg);
	cursor:pointer;
	float:right;
}
#send_button:hover{
	width:163px;
	height:23px;
	display:block;
	background-image:url(../images/home/Send_Button_ON.jpg);
}
#login_button{
	width:163px;
	height:23px;
	display:block;
	background-image:url(../images/home/Login_button_OFF.jpg);
	cursor:pointer;
	float:right;
}
#login_button:hover{
	width:163px;
	height:23px;
	display:block;
	background-image:url(../images/home/Login_button_ON.jpg);
	cursor:pointer;
	float:right;
}
#reg_button{
	width:163px;
	height:23px;
	display:block;
	background-image:url(../images/home/Register_button_OFF.jpg);
	cursor:pointer;
}
#reg_button:hover{
	width:163px;
	height:23px;
	display:block;
	background-image:url(../images/home/Register_button_ON.jpg);
	cursor:pointer;
}

.copyright{
	text-align:right;
	width:409px;
	height:20px;
	color:#FFF;	
}
#logout_button{
	/*width:96px;*/
	height:14px;
	line-height:14px;
	display:block;
	text-decoration:none;
	/*background-image:url(../images/home/logout_button.jpg);
	cursor:pointer;*/
	color:#93D655;
	float:right;
}
/*
#logout_button:hover{
	width:96px;
	height:14px;
	display:block;
	background-image:url(../images/home/logout_button_mouseover.jpg);
	cursor:pointer;
	float:right;
}
*/
#buy_button{
	width:163px;
	height:23px;
	display:block;
	background-image:url(../images/home/Buy_button.jpg);
	cursor:pointer;
}
#buy_button:hover{
	width:163px;
	height:23px;
	display:block;
	background-image:url(../images/home/Buy_button_mouseover.jpg);
	cursor:pointer;
}

.lightbox{
	display:block;
	width:24px;
	height:24px;
	background-image:url(../images/home/square_green.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:4px;
}
.lightbox:hover{
	background-image:url(../images/home/square_mouseover.jpg);
}