@charset "utf-8";

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	/*padding: 20px 0 0 0;*/
	font: 12px Arial, Helvetica, sans-serif;
	color: #E8DDD6;
	text-transform: uppercase;
	background: #949496 url(../images/bkg1440.jpg) no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 784px;
}

body#Collections {
	background: #949496 url(/images/bkg1440-col.jpg) no-repeat top right;
}

body#Bio {
	background: #949496 url(/images/bkg1440-bio.jpg) no-repeat;
}

body#Press {
	background: #949496 url(/images/bkg1440-press.jpg) no-repeat;
}

/*.wrapper {
	padding: 0 7%;
	width: 86% !important;
}*/



a {
	color: #e8ddd6;
	text-decoration: none;
}

a:hover {
	color: #776f67;
	text-decoration: none;
}


#header {
	width: 100%;
	height: 86px;
	border-bottom: 1px #d1c7c1 solid;
}

#logo {
	width:434px;
	height:38px;
	padding: 27px 0 0px 7.7%;
	float: left;
}

#language {
	float: right;
	padding: 24px 7.7% 0 0;
}

#menu {
	clear: right;
	float: right;
	padding: 2px 7.7% 0 0;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	display: inline;
	margin-left: 18px;
	text-transform:uppercase;
}

#sub-menu {
	clear: right;
	float: right;
	padding: 2px 7.7% 0 0;
}

	.french #sub-menu ul {
	margin-right: 70px;
	}

#sub-menu ul {
	list-style: none;
	margin-right: 105px;
}

#Press #sub-menu ul {
	margin-right: 72px;
}

.french-press #sub-menu ul {
	margin-right: 87px !important;
}

#sub-menu ul li {
	display: inline;
	margin-left: 18px;
	text-transform:uppercase;
}

#content {
	margin-top: 85px;
}

#Bio #content {
	text-transform:none;
	background: url(/images/slider-bkg.png) scroll 50% 0;
	float: right;
	margin-right: 7.7%;
	width: 450px;
	padding: 10px 0px;
}

.online #content {
	text-transform:none;
	background: url(/images/slider-bkg.png);
	margin: 85px auto 0px;
	width: 565px;
	padding: 10px 0px;
}

#Contact #content {
	text-transform:none;
	background: url(/images/slider-bkg.png) scroll 50% 0;
	float: right;
	margin-top: 207px;
	margin-right: 7.7%;
	width: 450px;
	padding: 10px 0px;
}

.online #content p, .online #content h2 {
	margin: 0 auto;
	padding: 10px 0px;
	width: 495px;
	line-height: 20px;
	}
	
.uppercase {
	text-transform: uppercase;
}

#content a:hover {
	color: #615a54;
	}

#Bio #content p, #Bio #content h2 {
	margin: 0 7.7%;
	padding: 10px 0px;
	width: 381px;
	float: right;
	}
	
#Contact #content p {
	margin: 0 7.7%;
	padding: 10px 0px;
	width: 381px;
	float: right;
	text-align: center;
	}
		
h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
}

.credits {
	float: left;
	margin: 10px 0 0 88px;
	font-size: 10px;
}

#footer {
	width: 100%;
	height: 34px;
	border-top: 1px #d1c7c1 solid;
	font-size: 10px;
	color: #d1c7c1;
	text-transform: uppercase; 
	text-align: center;
	top: 751px;
	position: absolute;
}

#footer p {
	margin-top: 5px;
}

#footer span {
	font-size: 8px;
	display: block;
}

@media screen and (max-width: 1024px){
	body {
	background: #949496 url(/images/bkg1024.jpg) no-repeat top center;
	min-height: 741px;
	}
	
	#footer {
	top: 707px;
	}
	
	body#Collections {
	background: #949496 url(/images/bkg1024-col.jpg) no-repeat top right;
	}
	
	body#Bio {
	background: #949496 url(/images/bkg1024-bio.jpg) no-repeat;
	}
	
	body#Press {
	background: #949496 url(/images/bkg1024-press.jpg) no-repeat;
	}
	
	.french #menu {
		margin-top: -26px;
	}
	#content {
	margin-top: 45px;
	}
}

/* PAGE IDS */

.AW2011 li.AW2011 a, .TFI li.TFI a, .AW2010 li.AW2010 a, #Press li.print-press a, #Press li.online-press a, #Contact li.contact a {
	color: #776f67;
}

#Bio li.bio a {
	color: #615a54;
}

