﻿#layout {
	height: auto;
	padding-bottom: 50px;
}

#content {
	color: #000;
	font-family: Helvetica, Arial;
	font-size: 1.1em;
	line-height: 1.8;
	margin: 0 6% 0 4%;
	padding: 180px 0 0 0;
	position: relative;
	z-index: 3;
}

#content A {color: #0058c4;}
#content A:hover {color: #0058c4;}


H1 {
	font-weight: normal;
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}
H1 STRONG {
	font-weight: bold;
}

#illustration, #illustration DIV {
	height: 283px;
	width: 546px;
}
#illustration {
	background: url("collection_img.png") no-repeat;
	left: -20px;
	margin: 0 0 1.2em 0;
	position: relative;
}

#content P {
    margin: 0 0 1em 0;
}

.loyalty_program {
/*	float: right;
	font-size: 0.8em;
	line-height: 1.4;
	position: relative;*/
	display: none;
}

.features {
    font-size: 0.75em;
	margin: 0 0 2em 0;
}
.features .left {
	float: left;
	margin: 0 -100% 0 0;
	width: 45%;
	position: relative;
}
.features .right {
    margin: 0 0 0 55%;
}

.about_collection {
	margin: 2em 320px 0 180px;
	clear: both;
}
.about_collection .content {
    position: relative;
	width: 100%;
}
div#content .about_collection .content p {width: 100%; float: left; margin-right: -100%;}

.about_collection .border {
    margin: 0 0 3em -180px;
}
.about_collection .see_collection {
	font-size: 1.2em;
	left: 300px;
	line-height: 1.2;
	margin: 0 0 0 100%;
    position: relative;
    float: left;
    //display: inline;
	top: -2em;
	width: 7em;
}

#photo01, #photo01 DIV {
	width: 230px;
	height: 223px;
}
#photo01 {
	background: url("photo01.png") no-repeat;
	left: 5px;
	margin: 0 -100% 0 100%;
	position: relative;
	float: left;
	//display: inline;
	top: 10px;
}
#photo01 DIV {
	background: url("photo01_inner.png") no-repeat;
}

.border {
    font-size: 0.7em;
}

/* Gallery */
.gallery {
	clear: both;
	float: left;
	padding: 2em 0 1em 0;
	position: relative;
    width: 117%;
}
.gallery LI {
    float: left;
	width: 14%;
}

