* {margin: 0; padding: 0}
body {background: #fff; color: #000; font: 100% helvetica,arial,sans-serif}
img {border: none}

a {color: #366093}
a:hover {text-decoration: none}

table {border-collapse: collapse}
td, th {margin: 0; padding: 0; vertical-align: top}

.clear {clear: both; height: 1px; overflow: hidden; }
.dot {display: none;}

#page {width: 941px; margin: 40px auto; 0; position: relative}

.index #logo img {display: block; margin: 32px auto 18px}

#menu {margin: 0 auto; width: 442px; padding: 0 0 100px}
#menu img {float: left; margin: 0 13px;}
#menu .active img {border-bottom: 1px solid #6c6c6c; padding-bottom: 1px}
#lang {
	position: absolute;
	top: 25px;
	right: 25px;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.inner #lang {top: 0;}

#lang:hover {
    filter:alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;	
}

.inner #logo {float: left; margin: 0}
.inner #menu {float: left; margin: 16px 0 0 140px}

.content {min-height:645px; height: 645px; }
html>body .content {height: auto;}

h1 {font-size: 24px; font-weight: normal; color: #333333; margin: 25px 0 40px}
h2 {font-size: 18px; font-weight: normal; color: #333333; margin: 0 0 7px;}
h2 .date {display: block; font-size: 11px; color: #989898}

.illustration {float: left;}

.text {font-size: 13px; margin: 0 0 0 60px; float: left; width: 530px; overflow: auto; height: 500px; }
.text .wrapper {padding-right: 60px}
.text p {line-height: 17px; margin-bottom: 14px}

.link {font-size: 11px; margin-bottom: 50px !important}
.link a {text-decoration: none}

.news-item {padding-bottom: 15px}

.archive a {color: #000; font-size: 14px; font-weight: bold}

.brand-item {margin-left: 0; width: 420px; float: left }
.brand-item .wrapper {padding-right: 40px !important}

.brand-preview {float: left; width: 340px; margin-left: 16px}
.brand-preview img, .collection-preview img {display: block; float: left; margin: 0 25px 25px 0; }
.brand-preview img, .collection-preview img, #collections-listing p img  {background: #eee; font: 11px helvetica,arial,sans-serif; line-height: 40px; text-indent: 10px}
.brand-preview a img, .collection-preview a img {color: #777}
.brand-preview a:hover img, .collection-preview a:hover img, #collections-listing p a:hover img  {color: #333; background: #e5e5e5}

.collection-preview {margin-right: 50px}

.collection h1 {margin-bottom: 0px}
.collection h1 a {text-decoration: none; color: #333}
.collection h2 {font-size: 16px; font-weight: normal; margin-bottom: 35px; color: #333333}


.in-collections h2 {font-size: 14px; font-weight: bold}

#brands {margin: 0 0 0 130px}
.brand {font-size: 12px; width: 200px; text-align: center; height: 290px; float: left; margin: 0 40px 0 0 }
.brand img {display: block; width: 200px; height: 200px}
.brand p {margin: 20px 0 0 0}
.brand a {color: #000; }


#collections-listing h2 {margin: 20px 0 7px; clear: both}
#collections-listing h2 a {text-decoration: none; color: #333333;}
#collections-listing p {font-size: 13px; width: 200px; margin: 0 30px 30px 0; float: left; text-align: center}
#collections-listing p a {color: #000}
#collections-listing p img {display: block; margin: 0 0 5px; width: 200px; height: 200px;}

#collections-listing .wrapper {margin: 30px 0 0 130px}


.contacts .text {margin-left: 0; width: 260px; float: left;}
.contacts .text p {line-height: 20px}

.map {position: absolute; top: 0px; left: 330px: background: #e5e5e5; height:400px; width:600px;}

/*lightbox*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/static/i/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/static/i/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/static/i/next.gif) right 50% no-repeat; }

html>body #nextLink:hover, html>body #nextLink:visited:hover { background: url(/static/i/next.png) right 50% no-repeat; }
html>body #prevLink:hover, html>body #prevLink:visited:hover { background: url(/static/i/prev.png) left 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	display: none;
	}

#imageData{
	display: none;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 600px;
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display: none;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

#lightboxIframe {
	display: none;
}

#credit {text-indent: -10000px}
