/*---------------------------------
MAIN STYLE SHEET

Version:	1.0
Author:		Michael Walsh
Website:	www.enovate.co.uk
Created:	06/05/10

----------------------------------

CONTENTS

00 RESET STYLES
01 FONT FAMILY
02 HTML TAGS
03 FORMS
04 PAGE LAYOUT
05 NAVIGATION
06 FOOTER
07 HOMEPAGE
08 STORES PAGE
09 OPENING HOURS PAGE
10 CONTACT PAGE
11 BRANDS PAGE
12 LOCATION PAGE
13 GALLERY PAGE
14 STORE PAGE
15 WOMENSWEAR STORE PAGE
16 WOMENSWEAR PRESS PAGE
17 PROMOTIONS PAGE
18 EVENTS PAGE
19 LIGHTBOX
20 FACEBOX

--------------------------------*/


/*------------------------------------------------------------------------------------------------------- =00 RESET STYLES ------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------- =01 FONT FAMILY ------*/


h1, .nav, .nav ul
{
	font-family:"Times New Roman", Times, serif;
}

h2, h3, h4, h5, .section p, .section .copyright, .datatable, #facebox, .section ul {
	font-family:Arial, Helvetica, sans-serif;
}


/*------------------------------------------------------------------------------------------------------- =02 HTML TAGS ------*/

body {
  color:#FFF;
  text-align:center;
  background:#000;
}

html {
     overflow: -moz-scrollbars-vertical;
}

p, h3, h4, h5, ul, ol, dl, small {
	padding-top:1em;
}

ul, ol {
	padding-left:3em;
}

ul ul, ol ol {
	padding-top:0;
}

table {
	margin-top:1.4em;
	margin-bottom:1.4em;
}

h1 {
	font-size:18px;
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
}

h2 {
	font-size:13px;
	color:#FFF;
	font-weight:bold;
}

em {

}

abbr, acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

cite {
	font-style:normal;
	font-weight:bold;
	margin-top:0.5em;
	color:#000;
	display:block;
	text-align:right;
}

img {
	border: 0px none; 
	display:block;
}

object {
	display:block;
	float:left;
}

small {
	font-size:0.8em;
	line-height:1.4;
	color:#999;
	display:block;
}

/*------------------------------------------------------------------------------------------------------- =03 FORMS ------*/

form {
	margin:0;
	border:0;
	padding:0;
}

form p {
	clear:both; 
	padding-top:25px !important;
	height:1%;
}

input, textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #868686;
	border-top:1px solid #3D3D3D;
	border-left:1px solid #3D3D3D;
	width:300px;
	padding:4px;
	color:#000;
	float:left;
	margin:0 !important;
}

label {
	width:175px;
	display:block;
	float:left;
}

input:focus, textarea:focus {
	border:1px solid #FFF;
}

.button {
	width:75px;
	background-color:#393939;
	border:1px solid #808080;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	background-image:none !important;
	float:right;
	padding:3px;
	margin:0;
	margin-right:20px !important;
}

.buttonHover {
	width:75px;
	background-color:#FFF;
	border:1px solid #808080;
	color:#000;
	font-weight:bold;
	font-size:0.9em;
	background-image:none !important;
	float:right;
	padding:3px;
	margin:0;
	margin-right:20px !important;
}

* html .button {margin-left:153px;}
* html .buttonHover {margin-left:153px;}

/*------------------------------------------------------------------------------------------------------- =04 PAGE LAYOUT ------*/

#wrapper {
	width:740px;
	margin:40px auto;
	text-align:left;
	position:relative;
}

#header, #header a {
	width:82px;
	height:495px;
	float:left;
}

#header p {
	padding:0;
	text-indent:-9999px;
}

#header a {
	background-image:url(../images/interface/logo.gif);	
}

.inner {
	float:right;
	width:618px;
}

.section {
	width:598px;
	min-height:400px;
	padding:40px 0;
}

* html .section {height:400px;}

.section p {
	text-align:justify;
	font-size:12px;
	line-height:1.6;
}

.section ul {
	font-size:12px;
}

.section a {
	color:#FFF;
}

.section a:hover, .section a:focus {
	text-decoration:underline;
}

/*------------------------------------------------------------------------------------------------------- =05 NAVIGATION ------*/

.nav {
	font-size:13px;
	position:absolute;
	right:0px;
}
 
.nav ul {
	display:block;
	margin:0;
	padding:0;
	border:0;
	list-style: none;
}

.nav li {
	float: left;
	padding: 0 25px 0 0;
	margin: 0;
}

.nav li.last {
	padding-right:20px;	
}

.nav ul a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
}

.nav ul a:hover, .nav ul a:focus, .nav ul li.current a {
	text-decoration:underline;
}

/*------------------------------------------------------------------------------------------------------- =06 FOOTER ------*/

.footer {
	width:598px;
	height:12px;
	background:url(../images/interface/address.gif) no-repeat;
	text-indent:-9999px;
}

.footer p {
	padding:0;
}

.copyright {
	color:#151515;
	font-size:11px;
	margin: 0 auto;
	clear:both;
	padding:20px 0;
}

.copyright a {
	color:#151515;
}

.copyright a:hover {
	text-decoration:underline;
}

/*------------------------------------------------------------------------------------------------------- =07 HOMEPAGE ------*/

#home #wrapper {
	width:778px;	
}

#home #header, #home #header a {
	width:653px;
	height:183px;
}

#home #header {
	float:none;
	margin-bottom:40px;
}

#home #header a {
	background-image:url(../images/homepage/logo.gif);
	margin-left:62px;
}

.intro {
	width:653px;
	height:28px;
	background-image:url(../images/homepage/intro.gif);
	text-indent:-9999px;
	margin:40px 0 40px 63px;
}

#home .section {
	margin:0;
	padding:0;
	min-height:0;
	width:653px;
	float:none;
}

* html #home .section {height:1%;}

#home .footer {
	width:653px;
	height:12px;
	background-image:url(../images/homepage/address.gif);
	margin:0 0 40px 63px;
}

#home .copyright {
	padding:0;
	padding-bottom:10px;	
}

/*------------------------------------------------------------------------------------------------------- =08 STORES PAGE ------*/

#stores .inner, #stores .section {
	width:618px;	
}

#stores .section {
	padding-top:36px;	
	padding-bottom:44px;
}

ul.stores {
	padding:0;
	margin:0;
	list-style:none;
}

ul.stores li {
	width:289px;
	height:115px;
	float:left;
	padding:18px 20px 0 0;
	position:relative;
	z-index:100;
	overflow:hidden;
}

ul.stores li span {
	position:absolute;
	bottom:-1px;
	left:0;
	height:36px;
	width:289px;
	z-index:101;
}

ul.stores li a {
	float:left;
	background-color:#333;
}

/*------------------------------------------------------------------------------------------------------- =09 OPENING HOURS PAGE ------*/

#facebox .datatable {
	border:2px solid #FFF;
	color:#FFF;
	margin:0 auto;
	font-size:12px;
	margin-top:1em;
}

#facebox .datatable th {
	background-color:#FFF;
	color:#000;
	padding:0.5em 0.7em;
}

#facebox .datatable td {
	padding:0.5em 0.7em;
	border:2px solid #FFF;
	background-color:#000;
}

.zagger-opening-hours #facebox p {
	text-align:center;
	font-size:11px;
	font-weight:bold;
	padding-bottom:1em;
}

/*------------------------------------------------------------------------------------------------------- =10 CONTACT PAGE ------*/

.zagger-contact ul.stores li span {
	top:25px;	
}

.zagger-contact ul.stores li {
	padding-top:61px;
	height:55px;
	font-size:25px;
	text-align:center;
}

/*------------------------------------------------------------------------------------------------------- =11 BRANDS PAGE ------*/

#facebox div.brands-list ul {
	overflow:hidden;
	list-style-type:none;
	padding:2em 0 1em 0;
	font-size:13px;
}

#facebox div.brands-list ul li {
	width:175px;
	float:left;
	padding-bottom:4px;
}

.brands #facebox #fbx-womenswear {
	width:600px;
}

.brands #facebox #fbx-womenswear ul li {
	width:200px;
}

/*------------------------------------------------------------------------------------------------------- =12 LOCATION PAGE ------*/

#zagger-location .section, #zagger-location .section p {
	text-align:center;
}

#zagger-location .section img {
	margin:0 auto;	
}

#zagger-location h1 {
	padding-top:2em;
}

/*------------------------------------------------------------------------------------------------------- =13 GALLERY PAGE ------*/

ul.gallery {
	padding:0;
	margin:0;
	list-style:none;
	padding-top:35px;
	height:1%;
}

ul.gallery li {
	height:131px;
	width:175px;
	float:left;
	padding:30px 27px 0 4px;
}

ul.gallery li a {
	position:relative;
	height:131px;
	width:175px;
	float:left;
}

.cooper-bmw-chelmsford ul.gallery {
	padding-top:115px;	
}

ul.gallery li span {
	display:none;
	position:absolute;
	height:115px;
	width:159px;
	z-index:101;
	border: 8px solid #000;
	border: 8px solid rgba(0, 0, 0, .75);
}

.gallery ul.gallery {
	padding-top:0;
	margin-top:0;
	overflow:hidden;
	float:left;
}

/*------------------------------------------------------------------------------------------------------- =14 STORE PAGE ------*/

#store .figure img {
	float:right;
	margin-left:20px;
	margin-top:0.5em;
}

#store .section {
	min-height:390px;
	padding:55px 0 35px 0;
}

* html #store .section {height:390px;}

.zagger-menswear .section p {padding-top:52px;}
.zagger-womanswear .section p {padding-bottom:1em; padding-top:0;}
.zagger-fashion .section p {padding-top:77px;}
.zagger-basic .section p {padding-top:52px;}
.zagger-hugo-boss .section p {padding-top:47px;}
.zagger-labels-for-less .section p {padding-top:52px;}

#store .figure {
	padding-top:0;	
}

/*------------------------------------------------------------------------------------------------------- =15 WOMENSWEAR STORE PAGE ------*/

.column-left {
	width:289px;
}

.column-right {
	float:right;
	width:289px;
}

.zagger-womanswear ul.stores li {
	padding-right:0;	
}

/*------------------------------------------------------------------------------------------------------- =16 WOMENSWEAR PRESS PAGE ------*/

#press-photos img {
	display:inline;
}

#press-photos .section p {
	text-align:center;
	padding-left:50px;
	padding-right:50px;
}

/*------------------------------------------------------------------------------------------------------- =17 PROMOTIONS PAGE ------*/

#zagger-promotions .section h1 {
	text-align:center;
	font-size:30px;
	padding-left:50px;
	padding-right:50px;
	padding-top:155px;
}

/*------------------------------------------------------------------------------------------------------- =18 EVENTS PAGE ------*/

.zagger-events ul.stores {
	padding-top:65px;
	height:1%;
}

/*------------------------------------------------------------------------------------------------------- =19 LIGHTBOX ------*/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	/*zoom: 1;*/
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*------------------------------------------------------------------------------------------------------- =20 FACEBOX ------*/

#facebox .b {
  background:url(../images/facebox/b.png);
}

#facebox .tl {
  background:url(../images/facebox/tl.png);
}

#facebox .tr {
  background:url(../images/facebox/tr.png);
}

#facebox .bl {
  background:url(../images/facebox/bl.png);
}

#facebox .br {
  background:url(../images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #000;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .bottom{
  border-top: 1px solid #333;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 150;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}