/*****************************RESET***********************************/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style-type: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*****************************RESET***********************************/

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:900;
}

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

a {
	text-decoration:none;
	color:inherit;
}

p {
	color:#777777;
	font-size:.9em;
	line-height:1.5em;
}

h2 {
	font-size:1.5em;
	letter-spacing:-.05em;
	color:#1b3747;
}

strong {
	font-weight:700;
}

.tooltip {
	display:none; 
	background:#fff;
	padding:10px; 
	width:300px;
	z-index:100;
	font-weight:100;
	font-size:.90em;
	line-height:1.65em;
	color:#777777;
	border:5px solid #d8effc;
}

#months .tooltip {
	width:400px;
}

.spec {
	padding:5px;
	width:auto;
}
/*****************************HEADER***********************************/
#cart {
	position:absolute;
	top:18px;
	right:463px;
}

#header {
	width:100%;
	padding:18px 0;
	background:#d8effc url('images/home-footer-bg.jpg') repeat;	
}

#header li {
	position:relative;
	float:right;
	width:108px;
	height:34px;
	margin:0 2px;
	background:#1b3747;
	color:#fff;
	text-align:center;
   	font-weight: 900;
   	font-size:1em;
   	letter-spacing:-.05em;
}

#header li:first-child {
	margin-right:20px;
}

#header li:hover {
	background:#7cc0e7;
}

#header li a {
	display:block;
	padding:9px;
}

#header li ul {
	display:none;
	position:absolute;
	z-index:10;
	top:34px;
}

#header li ul li {
	margin:1px 0;
}

#header li ul li:first-child {
	margin-top:2px;
	margin-right:0;
}

/*****************************CONTENT***********************************/

#content {
	position:relative;
	padding-left:25px;
	padding-bottom:45px;
	min-height:600px;
}

#currentDate {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	padding:5px;
}

#currentDate p {
	color:#fff;
	font-weight:100;
}

.contact {
	position:absolute;
	top:0;
	left:0;
	margin-top:35px;

}

p#copyright a{
	color:#1b3747;
}

p#copyright a:hover {
	text-decoration:underline;
}

#content #main {
	width:590px;
	min-height:600px;
	margin-top:35px;
	overflow:hidden;
	z-index:100;
}

#content #main li {
	margin-top:10px;
}

#content #main li em {
	position:relative;
	padding-right:10px;
	font-size:5em;
	color:#1b3747;
	letter-spacing:-.08em;
	opacity:0.1;
}


#content #main li p {
	display:none;
	margin-top:18px;
	font-weight:100;
	font-size:.90em;
	line-height:1.65em;
}

#content #main li a#principles {
	display:none;
	font-weight:700;
	margin-top:18px;
	font-size:.90em;
	line-height:1.65em;
	color:#1b3747;
}

#content #main li a#principles:hover {text-decoration:underline;}

#content #main li p {width:450px;}

#content #main li p a {color:#1b3747;}

#content #main li p a:hover {text-decoration:underline;}

#content #main li em:hover {
	cursor:pointer;
}

#content #silhouettes {
	width:672px;
	position:absolute;
	right:0;
	bottom:0;
}

#silhouettes .sil {
	width:224px;
	height:500px;
	position:relative;
	float:left;
	
}

#silhouettes .sil .collection-name {
	background:#ccc;
	opacity:0;
	filter: alpha(opacity = 0);
	position:absolute;
	width:100px;
	padding-top:46px;
	text-align:center;
	top:-80px;
	left:0px;
}

#silhouettes #sil1 {background:transparent url('images/bobo-sil-top.jpg') no-repeat;}
#silhouettes #sil2 {background:transparent url('images/butterfli-sil-top.jpg') no-repeat;}
#silhouettes #sil3 {background:transparent url('images/ripe-sil-top.jpg') no-repeat;}

#silhouettes #sil1 .collection-name {background:url('images/bobo-h1-small.png') no-repeat; width:123px;background-position:0px -63px;}
#silhouettes #sil2 .collection-name {background:url('images/butterfli-h1-small.png') no-repeat top left;width:175px;}
#silhouettes #sil3 .collection-name {background:url('images/ripe-h1-small.png') no-repeat top left;}

#silhouettes .sil img {
	opacity:0;
	filter: alpha(opacity = 0);
}

#logo {
	width:300px;
	padding-top:15px;
	min-height:30px;
	background:#fff url('images/logo.png') no-repeat;
	background-position:0 15px;
	text-transform:uppercase;
	text-indent:-9999px;
}

#logo a {
	display:block;
	width:300px;
	height:30px;
}

#months {
	margin-top:12px;
}

#months li {
	float:left;
	font-size:1.2em;
	color:#ddd;
	letter-spacing:-.05em;
}

#months li.past {
	color:#333;
}
/*****************************CONTENT***********************************/

#footer {
	background:#d8effc url('images/home-footer-bg.jpg') repeat;
	min-height:256px;
	position:relative;
	padding-top:15px;
}

#footer div.footer-col {
	width: 30.3%;
	min-height:200px;
	float:left;
	margin-top:15px;
	margin-left:.8%;
}

#footer div.footer-col:first-child{
	margin-left:25px;
}

#footer div.footer-col p {
	width:350px;
	font-weight:100;
	font-size:.8em;
	margin-top:10px;
	line-height:1.65em;
}

#footer div.footer-col img {position:relative;top:10px;margin-right:18px;margin-top:-10px;}

#footer div.footer-col a {color:#1b3747;}

#footer div.footer-col a:hover {text-decoration:underline;}

#copyright {
	position:absolute;
	left:25px;
	bottom:0;
	color:#777777;
	font-weight:100;
	font-size:.75em;
}

