@charset "utf-8";
/* CSS Document */
* {
	margin: 0; padding: 0;
}
body {
	background: #ecebe5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper {
	width: 755px;
	margin: 0 auto;
}

/* Left sidebar */
#left {
	width: 246px;
	float: left;
}
#left #logo {
	background: url(images/logo.jpg) no-repeat;
	width: 246px; height: 219px;
}
#left ul {
	background: url(images/border.jpg) repeat-x bottom;
	width: 235px;
	margin: 1px 0 0 6px; padding: 0 0 10px;
	list-style: none;
}
#left ul li { margin: 4px 0 0 0; }
#left ul li a {
	background: url(images/nav_back.jpg) no-repeat;
	width: 235px; height: 24px;
	padding: 12px 0 0 0;
	display: block;
	
	color: #989898;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
/* END Left sidebar */

/* Content */
#right {
	width: 496px;
	margin: 0 0 0 13px;
	float: left;
}
#right .welcome {
	background: url(images/welcome.jpg) no-repeat;
	width: 496px; height: 66px;
}

/* Content */
#right .content {
	margin: 25px 0 0 0;
	text-align: center;
	
	color: #929292;
}
#right .content p {
	margin: 15px 0 0 0;
	
	font-size: 13px;
	text-align: left;
}

/* END Content */


/* Home */
#right h1.new {
	background: url(images/h1.jpg) no-repeat;
	width: 434px; height: 80px;
	margin: 22px 0 0 10px
}
#right .home {
	width: 468px; min-height: 422px;
	margin: 7px 0 0 10px; padding: 0;
	
	color: #929292;
	position: relative;
}
#right .home img {
	position: absolute;
	left: 104px;
	z-index: 1;
}
#right .home p {
	width: 220px;
	position: absolute;
	left: 5px; bottom: 10px;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	z-index: 100;
}
#right h2.fashion {
	background: url(images/h2.jpg) no-repeat;
	width: 475px; height: 19px;
	margin: 24px 0 0;
}
/* END Home */

/* Footer */
#footer { width: 752px; height: 64px; margin: 25px 0 30px 0; }
#footer .main {
	background: #e3e2db;
	width: 615px; height: 54px;
	padding: 10px 0 0;
	float: left;
}
#footer .main p {
	width: 450px;
	margin: 5px 0 0 100px;
	
	color: #b7b6b1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#footer .main a { color: #b7b6b1; text-decoration: none; }
#footer .main a:hover { text-decoration: underline; }
#footer .dev {
	background: url(images/logof.jpg) no-repeat;
	width: 133px; height: 64px;
	margin: 0 0 0 4px;
	float: left;
}
/* END Footer */