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


a img {
border:none;
}



* {
    margin: 0;
    padding: 0;
}

body {
	background-color:#60686b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	background-attachment: fixed;
}


/* background stuff */
/*
html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}


#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;	
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}
*/
/* end of background stuff */




/* start of dw contatiner */

.twoColFixLt #container { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	margin: 30px 0px 0px 60px; /* the auto margins (in conjunction with a width) center the page */ /*was 80 0 0 100*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 199px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
}

.twoColFixLt #mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 0px 0px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLt #mainText {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 0px 0px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLt #mainStory {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 0px 0px 0px; /* was padding: 53px 0px 0px 0px; */ /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLt #mainStory2 {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 0px 0px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLt #lookbook {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* end of dw contatiner */



/* ------------NAVIGATION-------------------*/

#nav_box {
	width: 200px;
	margin:0px;
	padding:0px;
}

#nav_box a img {
	border:none;
}

#nav_menu {
	margin:0;
	padding:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:2px;
}

#nav_menu ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#nav_menu li {
	padding-left:0px;
	padding-bottom:7px;
	margin-left:0px;
}

/*
grey = #60686b 
peach = #f6d8be
*/

#nav_menu a {
	color:#FFF;
	padding:5px 0px 4px 0px;
	text-decoration:none;
}

#nav_menu a:hover {
	background-color: #000;
	color:#FFF;
	text-decoration:underline;
}

.selected {
	background-color:#000;
	padding:5px 0px 4px 0px;
	color:#FFFFFF;
	text-decoration:underline;
}

.selected-A {
	text-decoration:underline;
}

/*
.selected_sub {
	padding:5px 0px 4px 0px;
	color:#FFFFFF;
	text-decoration:underline;
}

.selected_sub a:hover {
	background-color:#FFF;
	padding:5px 0px 4px 0px;
	color:#000;
	text-decoration:underline;
}


.sub_selected {
	background-color:#000;
	padding:5px 0px 4px 0px;
	color:#FFF;
	text-decoration:underline;
}

*/

#sub_link a {
	padding:5px 0px 4px 0px;
	margin-left:0px;
}

#sub_link a:hover {
	background-color:#000;
	padding:5px 0px 4px 0px;
	margin-left:0px;
	color:#FFF;
	text-decoration:underline;
}


/* ------------END OF NAVIGATION-------------------*/


h1 {
	font-weight:bold;
	font-size:20px;
}

h2 {
	font-weight:bold;
	font-size:16px;
}

h3 {
	font-weight:normal;
	font-size:16px;
}

h4 {
	font-weight:bold;
	font-size:14px
}

h5 {
	font-weight:normal;
	font-size:14px;
}

h6 {
	font-weight:bold;
	font-size:12px
}
	

#mainContent {
	position:relative;
}

#mainContent h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}


#mainContent p {

	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:14px;
	line-height:15px;
	font-size:12px;
	width:450px;
}



.main_content a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#fff1de;
	padding:1px 0px 3px 0px;
	text-decoration:none;
}


.main_content a:hover {
	background-color: #000;
	color:#FFF;
	text-decoration:underline;
}





/* -------------------------------*/

.mainText {
	margin: 0 0 0 230px;
	padding: 50px 0px 0px 0px;
} 
	

.mainText {
	position:relative;
		color:#2e2a25;

}

.mainText h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
}


.mainText h1 {
	font-size:11px;
	font-weight:normal;
	color:#2e2a25;
	text-transform:uppercase;
	letter-spacing:5px;
	text-decoration:underline;
}

.mainText h2 {
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:5px;
	text-decoration:underline;
}


.mainText p {

	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom:14px;
	line-height:17px;
	font-size:12px;
	width:410px;
}



.mainText a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	font-weight:normal;
	color:#2e2a25;
	padding:1px 0px 3px 0px;
	text-decoration:underline;
	text-transform:none;
	letter-spacing:1px;
	font-style:italic;
}


.mainText a:hover {
	background-color: #000;
	color:#FFF;
	text-decoration:underline;
}


/* -------------------------------*/

#mainTextAlt h1, h2, h3, h4, h5, h6, p, a {
	color:#FFF;
}



#contacts {
	font:Arial, Helvetica, sans-serif;
}

#contacts h1, h2, h3, h4, h5, h6, a, p, {
	font:Arial, Helvetica, sans-serif;
}

#contacts h2 {
	padding-bottom:2px;
}

#contacts p {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	line-height:18px;
}

#contacts a {
	color:#000;
	background-color:#FFF;
	text-decoration:underline;
}

#contacts a:hover {
	color:#FFF;
	background-color:#000;
	text-decoration:underline;
}

/*
.contacts a {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:16px;
}


.contact p {
		font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:2px;
}
*/



.home-bg {
	background-image:url(../images/bg-1650x1240.jpg);
	background-repeat:no-repeat;
	background-position:25% 0% ;
	width:1650px;
	height:1240px;
	overflow:hidden;
}

.aw2010-bg {
	background-image:url(../images/bg4-3000x1250.jpg);
	background-repeat:no-repeat;
	background-position:50% 20%;
	/*
	width:3000px;
	height:1250px;
	overflow:hidden;
	*/
}

.aw2010alt-bg {
	background-image:url(../images/Seven-sisters-bg-1680-blur.jpg);
	background-repeat:no-repeat;
	background-position:30% 35%;
	background-color:abb8bc;
}

.aw2010story-bg {
	background-image:url(../images/Seven-sisters-bg-1680.jpg);
	background-repeat:no-repeat;
	background-position:30% 35%;
	background-color:abb8bc;
}

.aw2010lookbook-bg {
	background-image:url(../images/aw2010_images/6582.jpg);
	background-repeat:no-repeat;
	background-position:30% 35%;
	background-color:abb8bc;
}

.contacts-bg {
	background-image:url(../images/bg-1650x1240.jpg);
	background-repeat:no-repeat;
	background-position:25% 0% ;
	width:1650px;
	height:1240px;
	overflow:hidden;
}

.press-bg {
	background-image:url(../images/bg2.1-2250x1240.jpg);
	background-repeat:no-repeat;
	background-position:20% 30%;
	/*
	width:2250px;
	height:1240px;
	overflow:hidden;
	*/
}


.stockists-bg {
	background-image:url(../images/bg2.1-2400x1350.jpg);
	background-repeat:no-repeat;
	background-position:50% 30%;
}

.bio-bg {
	background-image:url(../images/bg3-2250x1466.jpg);
	background-repeat:no-repeat;
	background-position:35% 5%;
	/*
	width:2250px;
	height:1466px;
	overflow:hidden;
	*/
}





#mainStory {
	position:relative;
	width:670px;
}

#mainStory p {
	font-size:10px;
	padding-top:5px;
	padding-bottom:0px;
/*	width:330px; */
	width:310px;
	color:#2e2a25;
	line-height:11px;
}

#mainStory h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:underline;
	letter-spacing:3px;
/*	width:330px; */
	width:310px;
	color:#2e2a25;
	padding:0px 0px 5px 0px;
}

#mainStory h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
		text-transform:none;
		letter-spacing:normal;
/*	width:330px; */
	width:310px;
	color:#2e2a25;
	padding:0px 0px 5px 0px;
}

#mainStory a {
	font-style:italic;
	color:#444;
	letter-spacing:1px;
	line-height:12px;
}

#mainStory a:hover {
	background-color: #000;
	color:#FFF;
	text-decoration:underline;
}

#mainStory img a:hover {
	text-decoration:none;
	padding:0px;
}

#mainStory2 {
	position:relative;
	width:2500px;
	padding-right:400px;
}

/*
.lookbook img {
	float:left;
	display:inline;
	margin-left:50px;
}
*/

.story img {
	display:inline;
	padding-left:50px;
}



#lookbook p {
	font-size:10px;
	padding-top:5px;
	padding-bottom:0px;
	width:300px;
	color:#2e2a25;
	line-height:11px;
}

#lookbook h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	width:330px;
	color:#2e2a25;
	padding-bottom:5px;
	line-height:12px;
	text-transform:uppercase;
	letter-spacing:3px;
	text-decoration:underline;
}

#lookbook img {
	padding:5px 0px 3px 0px;
}


#lookbook a {
	font-style:italic;
	color:#444;
	text-decoration:none;
	padding:3px 0px 1px 0px;
	letter-spacing:1px;
		background-color: #FFF;

}

#lookbook a:hover {
	background-color: #000;
	color:#FFF;
	text-decoration:none;
	padding: 3px 0px 1px 0px;
}