/* 

	Document:				layout.css
	This version:			*** Commented for development ***
	Deployment version:		E:\WCS Deployment Files\Wallis\feature\css\layout.css
	Documentation:			svn/Documentation/Zoom User Guides/layout.css.doc
	Notes:					Use for generic layout styling for Yasmin Le Bon mini-site
	
*/

* {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}
	
body {
	background: #ffffff;
	font-size: 0.75em;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	}
	
#header {
	width: 900px;
	text-align: right;
	}
	
#container {
	width: 900px;
	margin: 0 auto;
	}
	
/* ------------------- Main Container  ------------------------------------------------------------------------*/

#main_container {
	width: 900px;
	}
	
#main_container img.left {
	float: left;
	}
	
#main_container div.information {
	float: left;
	margin-left: 10px !important;
	width: 690px;
	}
	
#main_container p {
	padding-bottom: 12px;
	color: #333333;
	font-size: 1.1em;
	}
	
#main_container #quotes {
    display: block;
    width: 307px;
	padding: 20px;
	position: absolute;
	right: 30px;
}

#main_container #quotes span.ql {
    text-indent: -9000px;
	display: block;
	background: url(../images/ql.gif) no-repeat top left;
	width: 17px;
	height: 15px;
	position: absolute;
}

#main_container #quotes p {
	width: 288px;
	font-size: 1.2em;
	color: #999999;
	position: absolute;
	left: 45px;
	padding-right: 0px;
	font-weight: normal;
}

#main_container a {
	color: #333333;
	text-decoration: none;
	}
	
#main_container a:hover {
	color: #cccccc;
	text-decoration: none;
	}
	
/* ------------------- Flash Container  ------------------------------------------------------------------------*/

#main_container #flash_container {
	width: 900px;
	height: 501px;
	margin-bottom: 21px;
	}


/* ------------------- video Container  ------------------------------------------------------------------------*/

#main_container #scroller_container {
	width: 900px;
	height: 501px;
	margin-bottom: 21px;
	}

/* ------------------- Profile Container  ------------------------------------------------------------------------*/

#profile_container {
	background: url(../images/profile_bg.jpg) no-repeat top right; 
	width: 900px; 
	padding-top: 21px;
	height: 480px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	border-top: 1px solid #cccccc; 
	}
	
#profile_container div.information {
	width: 500px;
	margin: 0px;
	padding: 0px;
	}
	
#profile_container p.wrap_txt {
	width: 300px !important;
	}
	
	
/* ------------------- video Container  ------------------------------------------------------------------------*/

#video_container {
	width: 900px; 
	padding-top: 21px;
	height: 480px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	border-top: 1px solid #cccccc; 
	}
	
#video_container div.information {
	width: 697px;
	margin: 0px;
	padding: 0px;
	}
	
#main_container #video {
	width: 642px;
	background: #eae9e9;
	padding-top: 28px;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 10px;
	}


/* ------------------- Press Container  ------------------------------------------------------------------------*/

#press_container {
	width: 900px;
	padding-top: 21px;
	display: block;
	border-top: 1px solid #cccccc; 
	}
	
	
#press_container #ContainerOne {
	background: url(../images/pressbg1.jpg) no-repeat top right;
	height: 524px;
	}

#press_container #ContainerOne div.quotes p, #press_container #ContainerOne p {
	width: 296px;
	}
#press_container #ContainerOne p a {text-transform:uppercase; color:#ccc; padding-left:25px; line-height:4em;}
#press_container #ContainerOne p a:hover {color:#000;}

#press_container #ContainerTwo {
	background: url(../images/pressbg2.jpg) no-repeat top right;
	height: 524px;
	}

#press_container #ContainerTwo div.quotes p, #press_container #ContainerTwo p {
	width: 296px;
	}
#press_container #ContainerTwo p a {text-transform:uppercase; color:#ccc; padding-left:25px; line-height:4em;}
#press_container #ContainerTwo p a:hover {color:#000;}

#press_container #ContainerThree {
	background: url(../images/pressbg3.jpg) no-repeat top right;
	height: 524px;
	}

#press_container #ContainerThree div.quotes p, #press_container #ContainerThree p {
	width: 296px;
	}
#press_container #ContainerThree p a {text-transform:uppercase; color:#ccc; padding-left:25px; line-height:4em;}
#press_container #ContainerThree p a:hover {color:#000;}

/* this is used on a different page ylb_for_wallis.html */
/*#video_movie {border:1px solid #fff;}*/
#lookbook_flash {width:697px; height:600px; margin-bottom:20px;}
#look_container {
	width: 900px; 
	padding-top: 21px;
	display: block;
	position: relative;
	border-top: 1px solid #cccccc; 
	}
#press_container #ContainerFour {
	background: url(../images/pressbg4.jpg) no-repeat top right;
	height: 539px;
	}

#press_container div.information img {
	margin-bottom: 20px;
	}
	
#press_container div.quotes {
    display: block;
	margin-top: 12px;
	position: relative;
}

#press_container div.quotes span.ql {
    text-indent: -9000px;
	display: block;
	background: url(../images/quote.gif) no-repeat top left;
	width: 21px;
	height: 20px;
	position: absolute;
}	
	
#press_container div.quotes p {
	width: 310px;
	font-size: 1.2em;
	color: #999999;
	padding-left: 25px;
	padding-bottom: 0px;
	font-weight: normal;
}
	
#press_container div.item {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 21px;
	}
	
#press_container div.last {
	border-bottom: none;
	}
	
#press_container .item p.date {
	padding-bottom: 20px !important;
	color: #cccccc;
	padding-top: 0px !important;
	}
	
	
/* ------------------- Store Container  -------------------------*/	

#store_container {
	background: url(../images/store_bg.jpg) no-repeat top right; 
	width: 900px; 
	padding-top: 21px;
	height: 480px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	border-top: 1px solid #cccccc; 
	}

#store_container div.information {
	background: url(../images/right_store.jpg) no-repeat top right; 
	width: 690px;
	margin: 0px;
	padding: 0px;
	height: 476px;
	}
	
#store_container div.information p {
	width: 640px;
	}
	
#store_container div.information ul {
	margin-top: 20px;
	list-style-type: none;
	}

#store_container div.information ul li {
	margin-bottom: 10px;
	}

#store_container div.information ul li a {
	color: #676767;
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
	}

#store_container div.information ul li a:hover {
	color: #cccccc;
	}
	


	
/* ------------------- Navigation  -------------------------*/		
	
#sub_nav {
	width: 698px;
/*	height: 311px; */
	float: right;
	margin-bottom: 20px;
	}

	
#sub_nav ul li {
	color: #676767;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	text-decoration: none;
	}
	
#sub_nav ul li.title {
	color: #676767;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	padding-bottom: 21px !important;
	}
	
#sub_nav ul li a {
	color: #676767;
	text-decoration: none;
	font-size: 0.9em;
	}

#sub_nav ul li a:hover {
	color: #cccccc;
	}
	
/* ------------------- Main navigation  -------------------------*/	
	
ul.main_navigation {
	display: block;
	width: 202px;
	list-style-type: none;
	position: absolute;
	top: 560px;
	}
	
ul.main_navigation li {
	padding-bottom: 8px;
	}
	
ul.main_navigation li h2 {
	font-size: 1.4em;
	font-weight: bold;
	}
	
ul.main_navigation li.title {
	color: #676767;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	padding-bottom: 21px !important;
	}
	
ul.main_navigation li a {
	color: #676767;
	text-decoration: none;
	font-size: 0.8em;
	text-transform: uppercase;
	}

ul.main_navigation li a:hover {
	color: #cccccc;
	}


/* ------------------- Tile navigation  -------------------------*/	

#sub_nav ul.tile_navigation {
	width: 210px;
	float: left;
	list-style-type: none;
	border-top: 3px solid #676767;
	margin-right: 34px;
	overflow: hidden;
	}

/* ------ Tile -------*/

#sub_nav ul.tile_navigation li {
	height: 154px;
	display: inline;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	}

#sub_nav ul.tile_navigation li a.image {
	display: block;
	height: 154px;
	position: relative;
	top: 0;
	left: 0;
	width: 210px;
	overflow: hidden;
	}
	
#sub_nav ul.tile_navigation li a:hover {
	height: 308px;
	top: -154px !important;
	display: block;
	overflow: hidden;
	}
	
#sub_nav ul.last {
	margin-right: 0px;
	}
	
#sub_nav ul.tile_navigation h2 {
	text-indent: -9000px;
	}	
	
/* ------------------- Scroller  ------------------------------------------------------------------------*/	

#scroller_wrapper {
	position: relative;
	width: 900px;
	height: 500px;
	}
	
#scroller_wrapper #ylb_scroller {
	margin-left: 40px;
	}

#previous {
	top: 236px;
	left: 0px;
	background: url(../images/scroller/scroller_left_arrow.gif) left top no-repeat;
	}

#next {	
	top: 236px;
	right: 0px;
	background: url(../images/scroller/scroller_right_arrow.gif) left top no-repeat;
	}
	
.buttons {
	position: absolute;
	display: block;
	width: 22px;
	height: 27px;
	overflow:hidden;
	text-indent:-9000px;
	cursor: pointer;
	}

/* ------------------- H1 image replacement  ------------------------------------------------------------------------*/	

#profile_container div.information h1 {
	background: url(../images/h1_profile.gif) no-repeat top left;
	display: block;
	width: 600px;
	margin-bottom: 10px;
	text-indent: -9000px;
	}
	
#store_container div.information h1 {
	background: url(../images/h1_store.gif) no-repeat top left;
	display: block;
	width: 600px;
	margin-bottom: 10px;
	text-indent: -9000px;
	}
	
#press_container div.information h1 {
	background: url(../images/h1_press.gif) no-repeat top left;
	display: block;
	width: 600px;
	margin-bottom: 10px;
	text-indent: -9000px;
	}
	
#video_container div.information h1 {
	background: url(../images/h1_video.gif) no-repeat top left;
	display: block;
	width: 600px;
	margin-bottom: 10px;
	text-indent: -9000px;
	height: 30px;
	}