* {
	margin: 0;
	padding: 0;
	}

/* mac hide \*/
html,body{
	height: 100%;
	width: 100%;
	}
/* end hide */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #000;
	margin: 0;
	}

#content, #content_contact, #content_subscribe, #content_press {
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 1022px;
	height: 588px;
	border: #999 solid 1px;
	margin: 25px auto 0;
	padding-top: 65px;
	}

	#content_press {background: url("images/bg_press.jpg") no-repeat bottom right;}

	#content_contact {background: url("images/bg_contact.jpg") no-repeat bottom right;}

	#content_subscribe {
		overflow: visible;
		background: url("images/bg_subscribe.jpg") no-repeat bottom right;
		}

	#bg_home1, #bg_home2 {
		position: absolute;
		bottom: 0;
		left: 0;
		}

		#bg_home1 {z-index: 1;}
		#bg_home2 {
			z-index: 0;
			visibility: hidden;
			}

#bee {
	z-index: 5;
	position: absolute;
	width: 1022px;
	height: 588px;
	cursor: pointer;
	background: transparent url("images/bee_logo.png") no-repeat 772px 416px;
	}

#menubar {
	z-index: 10;
	position: absolute;
	top: -65px;
	left: 0;
	width: 1022px;
	height: 64px;
	border-bottom: #999 solid 1px;
	background: #000 url("images/word_logo.png") no-repeat 25px 20px;
	}

	#home {
		position: absolute;
		top: 20px;
		left: 25px;
		width: 124px;
		height: 25px;
		}

	#menu {
		position: absolute;
		top: 25px;
		left: 240px;
		margin: 0;
		padding: 0;
		}

	#lang {
		position: relative;
		visibility: hidden;
		width: 1024px;
		margin: 3px auto 0;
		}

		#menu li, #lang li {
			display: inline;
			border-right: 1px solid #fff;
			padding: 0 20px;
			}

		#lang li {float: right;}
		#lang li.link {
			float: left;
			padding: 0;
			}

			#menu li.menu_last, #lang li.menu_last, #lang li.link {border-right: none;}

			#facebook {
				display: block;
				width: 38px;
				height: 40px;
				/*background: transparent url("images/facebook.png") no-repeat;*/
				background: transparent url("images/face_book.gif") no-repeat;
				margin: 5px 0px 0px 10px;
				}
		
				#facebook:hover {
				/*background: transparent url("images/facebook.png") no-repeat 0 -143px;*/
				background: transparent url("images/face_book.gif") no-repeat 0 -41px;
				}
		
			#onepercent {
				display: block;
				width: 35px;
				height: 39px;
				/*background: transparent url("images/1percent.png") no-repeat;*/
				background: transparent url("images/1percent_for.gif") no-repeat;
				margin: 5px 5px 0px 10px;
				}
		
				#onepercent:hover {background: transparent url("images/1percent_for.gif") no-repeat 0 -40px;}

		#menu #lookbook_menu {
			position: relative;
			padding: 0 65px;
			}

			#lookbook_menu ul {
				display: block;
				position: absolute;
				left: 0;
				top: -10px;
				list-style: none;
				width: 130px;
				}

				#lookbook_menu li {
					display: block;
					float: none;
					text-align: center;
					border: none;
					}

	#tagline {
		position: absolute;
		top: 25px;
		right: 25px;
		}

.block_30, .block_70, .img_70 .img_full {
	color: #fff;
	overflow: hidden;
	}

.block_30, .block_40, .block_60, .block_70 {
	height: 549px;
	padding: 20px;
	}

	.block_30, .block_40 {
		z-index: 4;
		float: left;
		background: #000;
		}
		
		.block_31{
		z-index: 4;
		float: left;
		height: 549px;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		width: 299px;
		}

	.block_60, .block_70 {
		z-index: 3;
		float: right;
		}

		.block_30 {width: 299px;}
		.block_40 {width: 380px;}
		.block_60 {width: 557px;}
		.block_70 {width: 638px;}

.img_70, img_full {
	z-index: 3;
	float: right;
	height: 590px;
	padding: 0;
	}

	.img_70 {width: 683px;}

	.img_full {width: 1024px;}

	.img_7x5 {
		background: #fff;
		padding: 45px 162px;
		}

#next, #prev {
	z-index: 9;
	position: absolute;
	top: 300px;
	width: 50px;
	height: 24px;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50);
	}

	#next {
		right: 25px;
		background: transparent url("images/next.png") no-repeat;
		}

	#prev {
		left: 25px;
		background: transparent url("images/prev.png") no-repeat;
		}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 1024px; /*Width of Carousel Viewer itself*/
	height: 590px; /*Height should enough to fit largest content's height*/
	}

	.stepcarousel .belt{
		position: absolute; /*leave this value alone*/
		left: 0;
		top: 0;
		}

		.stepcarousel .panel{
			float: left; /*leave this value alone*/
			overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
			width: 1024px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
			}

.scroll {overflow: auto;}

.loading {visibility: hidden;}




h1 {
	line-height: 25px;
	margin: 0 0 15px;
	}

a, a:visited {
	color: #fff;
	text-decoration: none;
	}

	a:hover, a:active, a.active {text-decoration: underline;}

p {
	text-align: justify;
	margin: 0 0 0px;
	padding: 0;
	}

	.mail {
		font-size: 14px;
		font-weight: bold;
		}

		.mail a, .mail a:visited {font-weight: normal;}
		.mail a:hover, .mail a:active {font-weight: bold;}

	.alert {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		}

hr {
	width: 150px;
	height: 1px;
	border: none;
	background: #fff;
	margin: 10px auto;
	padding: 0;
	}

	.scroll hr {width: 280px;}

input, textarea {
	font-family: "Times New Roman", Times, serif;
	display: block;
	border: 1px solid #646166;
	padding: 2px 0px 3px 2px;
}

.textbox {
	position: absolute;
	display: block;
	bottom: 15px;
	left: 450px;
	margin: 0;
	padding: 0;
	}

	.sub_fr {left: 500px;}

	.textbox dt {
		display: block;
		font-weight: bold;
		width: 110px;
		margin: 0 0 15px;
		}

		.textbox dd {
			display: block;
			margin: -36px 0 20px 110px;
			}
#shop_lnks {
	width:200px;
	float:left;
	padding-left:60px;
	text-align:center;
}
#shop_lnks ul {
	font-size:17px;
	text-align:center;
}
#shop_lnks li {
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	list-style:none;
	padding:0px 0px 30px 0px;
}
#shop_lnks li a {
	color:#FFFFFF;
	text-decoration:none;
}

