@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/nav-back.gif) 0 60px repeat-x;
	}
	
.nav {
	position: absolute;
	top: 60px;
	left: 0px;
	height: 70px;
	min-width: 1052px;
	z-index: 100;
	}

.logowrap {
	width: 385px;
	height: 70px;
	float: left;
	}
	
.menuwrap {
	width: 667px;
	height: 20px;
	float: left;
	margin-top: 50px;
	}
	
#logo {
	display: block;
	width: 385px;
	height: 70px;
	text-indent: -100em;
	background-image: url(../images/logo.gif);
	margin: 0px;
	}

.line {
	float: left;
	}
	
.collections a {
	display:block;
	width: 73px;
	height: 20px;
	float: left;
	font: bold 13px sans-serif;
	color:#333;
	background: url(../images/collections.gif) 0 0 no-repeat;
	text-decoration: none;
}

.atelier a {
	display:block;
	width: 48px;
	height: 20px;
	float: left;
	font: bold 13px sans-serif;
	color:#333;
	background: url(../images/atelier.gif) 0 0 no-repeat;
	text-decoration: none;
}

.wardrobe a {
	display:block;
	width: 62px;
	height: 20px;
	float: left;
	font: bold 13px sans-serif;
	color:#333;
	background: url(../images/wardrobe.gif) 0 0 no-repeat;
	text-decoration: none;
}

.appointments a {
	display:block;
	width: 94px;
	height: 20px;
	float: left;
	font: bold 13px sans-serif;
	color:#333;
	background: url(../images/appointments.gif) 0 0 no-repeat;
	text-decoration: none;
}

.ss05 a {
	display:block;
	width: 127px;
	height: 24px;
	float: left;
	font: bold 13px sans-serif;
	color:#333;
	background: url(../images/ss05.gif) 0 0 no-repeat;
	text-decoration: none;
}

.ss05 a:hover, .ss05 a.hover {
	background-position: 0 -24px;
	color: #049;
}

.collections a:hover, .atelier a:hover, .wardrobe a:hover, .appointments a:hover, .collections a.active, .atelier a.active, .wardrobe a.active, .appointments a.active { 
background-position: 0 -20px;
color: #049;
}

#main2 {
	position: absolute;
	top: 190px;
	left: 0px;
	z-index: 50;
	}
	
#main3 {
	z-index: 25;
	position: absolute;
	right: 0;
	top: 190px;
	}

.temp {
	position: absolute;
	top: 190px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	font-size: 10px;
	text-align: center;
	}
	
.temp p {
	width: 600px;
	text-align: center;
	}

.mainimage {
	position: absolute;
	top: 0px;
	left: 190px;
	}
	
.ultrawrap {
	position: absolute;
	left: 50%;
	width: 925px;
	margin-left: -463px;
	top: 190px;
	}
	
.collections-menu {
	position: absolute;
	top: 32px;
	left: 28px;
	width: 127px;
	}
	
.footer {
	position: absolute;
	right: 10px;
	top: 715px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 9px;
	}
	
#pad-right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 75;
	}