/* CSS Document */
div, div img, img
{
	behavior: url(js/iepngfix.htc);
}
*
{
	font-family:"Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
}
a, a:link, a:visited
{
	outline: none;
	border: 0;
	color: #ea6311;
}
a:hover
{
	color: #535252;
}
a img
{
	outline: none;
	border: none;
}
html, body
{
	margin:0px;
	padding:0px;
}
body
{
	font-family:"Helvetica Neue LT Std", Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#cccccc;
}
#wrapper
{
	float:center;
	margin:0 auto;
	width:920px;
	height:680px;
	color:#000000;
}

#wrapperMain
{
	float:center;
	margin:0 auto;
	width:300px;
	height:630px;
	color:#000000;
	padding:40px 0 0 0;
}

#header
{
	float:left;
	width:920px;
	height:40px;
	padding:40px 0 0 45px;
}

#headerMain
{
	float:left;
	width:300px;
	height:40px;
	padding:40px 0 -30px 0px;
}

#content
{
	float:left;
	width:920px;
	height:auto;
	color:#cccccc;
}

#contentMain
{
	float:center;
	width:920px;
	height:auto;
	color:#cccccc;
}

.innerContent
{
	float:left;
	width:900px;
	height:auto;
	margin:10px;
	padding:6px 6px 0 6px;
}

.innerContentAbout
{
	float:left;
	width:900px;
	min-height:600px !important;
	height:auto;
	height:600px;
	padding:15px 113px 0 102px ;
}

/* main menu */

#menu
{
	float:left;
	width:935px;
	height:24px;
	padding:0 0 0 35px;
	border-bottom:thin solid #0099cc;
}

#menu ul
{
	float:left;
	height:12px;
	margin:0px;
	text-align:center;
	padding:0 0px 0 0;
}
#menu ul li
{
	float:left;
	height:24px;
	display:inline;
	list-style:none;
	padding:0 10px 0 10px !important;
}
#menu ul li a
{
	float:left;
	height:12px;
	line-height:12px;
	background:top;
	text-indent:-9000px; background-color:transparent;
}
#menu ul li a.home
{
	width:35px;
	background:url(/images/menu/home.png) no-repeat top;
}
#menu ul li a.comm
{
	width:139px;
	background:url(/images/menu/comm-catalog.png) no-repeat top;
}
#menu ul li a.lifestyle
{
	width:49px;
	background:url(/images/menu/lifestyle.png) no-repeat left top;
}
#menu ul li a.fashion
{
	width:51px;
	background:url(/images/menu/fashion.png) no-repeat left top;
}
#menu ul li a.beauty
{
	width:42px;
	background:url(/images/menu/beauty.png) no-repeat left top;
}
#menu ul li a.plus
{
	width:25px;
	background:url(/images/menu/plus.png) no-repeat left top;
}
#menu ul li a.about
{
	width:41px;
	background:url(/images/menu/about.png) no-repeat left top;
}
#menu ul li a.contact
{
	width:57px;
	background:url(/images/menu/contact.png) no-repeat left top;
}

#menu ul li a:hover
{
	background-position: bottom;
}

/* landing page menu */

#menuMain
{
	float:left;
	width:300px;
	height:600px;
	padding:0 0 0 0px;
}

#menu ul li a:hover
{
	background-position: bottom;
}


/* other */

.aboutUsContent 
{
	float:left;
	width:750px;
	height:600;
	padding:20px 20px 18px 20px;
	color:#666666;
}
.aboutUsContent .aboutImg
{
	float:left;
	width:350px;
	height:525px;
	margin: 0 20px 75px 20px;
}
.aboutUsContent .aboutMain
{
	float:left;
	width:335px;
	height:auto;
	padding:40px 0 0 12px;
	font-size:12px;
	line-height:120%;
}

.aboutUsContent .aboutMain p
{
	margin:0px;
	padding:0px 0 8px 13px;	
}
.contactContent
{
	float:left;
	width:750px;
	height:600px;
	padding:20px 20px 0px 20px;
	margin: 40px 0 0 30px;
	font-size:12px;
	line-height:120%;
	color:#666666;
}

.contactContent .contactMain p
{
	margin:0px;
	padding:5px 0 2px 0px;	
}
.contactMain a
{
	text-decoration: none;	
	color:#ff6600;
}
.contactMain a:hover
{
	text-decoration: underline;	
}

.instruct 
{
	float:left;
	width:900;
	height:40px;
	padding:10px 0 0 30px;
	font-size:10px;
	line-height:120%;
	color:#666666;
}


/* footer */

.createdBy 
{
	margin:auto;
	padding:20px 0 10px 900px;
}
.createdBy span
{
	float:right;
}