/*-----------------------------------------------------------------------------------------------*/
/*                                                                                               */
/* Stylesheet      : Mea Collection Stylesheet                                                   */
/*                                                                                               */
/* Script Name     : mea_collection_style.css                                                    */
/*                                                                                               */
/* System Name     : Freemans                                                                    */
/*                                                                                               */
/* Author          : Hepd023                                                                     */
/*                                                                                               */
/* Date            : 09/03/2010                                                                  */
/*                                                                                               */
/* Copyright       : (c) OTTO UK Ltd                                                             */
/*                                                                                               */
/* Description     : Contains styling for the Freemans Mea Collection.                           */
/*                                                                                               */
/* Version History                                                                               */
/*                                                                                               */
/* Version Date       Who     Description                                                        */
/* ------- ---------- -----   -----------                                                        */
/* 1.0     09/03/2010 Hepd023    Original version.                                               */
/*                                                                                               */
/*-----------------------------------------------------------------------------------------------*/ 


/* -----------------------------------------Resets---------------------------------------------- */


body, address, blockquote, dl, ol, ul, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, pre {
	margin:0;
	padding:0;
}


/* -------------------------------------Main Template------------------------------------------- */

#main_container {
	left:0px;
	top:0px;
	width:945px;
	height:603px;
}

#left_panel {
	width:616px;
	height:593px;
	float:left;
	overflow:hidden;
}

#right_nav_area {
	width:309px;
	height:594px;
	float:right;
	margin-left:20px;	
}

/* -------------------------------------Right Nav------------------------------------------- */

#mea_title {
	width:129px;
	height:41px;
	background:url(../pix/MeaCollection/mea_title.gif) no-repeat;
	float:left;	
}

#mea_intro_text {
	margin-top:17px;
	width:309px;
	hieght:100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#button1 {
	width:287px;
	height:119px;
	overflow:hidden;
	margin-top:18px;
	float:left;
}

#button2 {
	width:287px;
	height:119px;
	overflow:hidden;
	margin-top:20px;
	float:left;
}

#button3 {
	width:287px;
	height:119px;
	overflow:hidden;
	margin-top:20px;
	float:left;
}

/* ----------------------------View all button with rollover-------------------------------- */

#view_all_button a {
	width:177px;
	height:29px;
	overflow:hidden;
	margin-top:20px;
	float:left;
}

#view_all_button a.all_button {
	background:url(../pix/MeaCollection/view_all_mea_button.gif) no-repeat;
}

#view_all_button a:hover {
	background-position: 100% 0%;
}

/* -------------------------------------Brands area----------------------------------------- */

#brands_area {
	left:0px;
	top:0px;
	width:945px;
	height:70px;
}

.divider {
	width:945px;
	height:11px;
	float:left;
	background:url(../pix/MeaCollection/divider.gif) no-repeat;
	overflow:hidden;
	padding:0;
	margin:0;
}

.divider_bottom {
	width:945px;
	height:1px;
	float:left;
	background:url(../pix/MeaCollection/divider.gif) no-repeat;
	overflow:hidden;
	padding:0;
	margin-top:7px;
	padding-bottom:7px;
}

#brands_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	margin-top:10px;
	margin-bottom:10px;
}

ul.brands_list {
	list-style:none;
	display:inline;
}

ul.brands_list li {
	list-style:none;
	display:inline;
	padding-right:57px;
}

ul.brands_list li.last_item {
	list-style:none;
	display:inline;
	padding-right:0px;
}


/*-----------------------------------------------------------------------------------------------*/ 
/*                                       End of stylesheet										 */
/*-----------------------------------------------------------------------------------------------*/

