@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
}
img {
	border: 0px;
}

/* --- SPLASH --- */

#splash {
	position: relative;
	top: 40%;
	left: 40%;
	width: 432px;
	height: 86px;
	margin-top: 0px; /*set to a negative number 1/2 of your height*/
	margin-left: 0px; /*set to a negative number 1/2 of your width*/
	border: 0px;
	margin-right: 500px;
	vertical-align: middle;
	white-space: normal;
	right: 60%;
	bottom: 60%;
}

/* --- NAV --- */

#nav {
	position: absolute;
	left: 100px;
	top: 100px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	list-style-type: none;
	height: 12px;
}

/* --- COLLECTIONS MENU --- */

#menu {
	position: absolute;
	left: 100px;
	top: 280px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #A9A9A9;
	letter-spacing: .1em;
}
#menu a, #menu a:link, #menu a:visited {
	color: #A9A9A9;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: #000000;
	text-decoration: none;
}
#menu ul {
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
#menu ul li {
	margin: 0px;
	padding: 5px 0px 0px 2px;
	list-style-type: none;
}

/* --- COLLECTIONS --- */

#collections {
	padding: 0px 50px 0px 0px;
	position: absolute;
	top: 100px;
	left: 300px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9A9A9;
display:inline-block
}
#collections ul {
	margin: 0px;
	padding: 0px;
    display: inline-block;
	white-space: nowrap;
}
#collections ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	white-space: nowrap;
}
#collections label {
	margin-top: 5px;
	padding: 0px;
	display: block;
}


/* --- ABOUT --- */

#about {
	width: 250px;
	padding: 0px 50px 0px 0px;
	position: absolute;
	top: -71px;
	left: 186px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9A9A9;
	line-height: 18px;
}

/* --- CONTACT --- */

#contact {
	width: 250px;
	padding: 0px 50px 0px 0px;
	position: absolute;
	top: 142px;
	left: 18px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9A9A9;
	line-height: 18px;
}
#contact p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
#contact a, #contact a:link, #contact a:visited {
	color: #A9A9A9;
	text-decoration: none;
}
#contact a:hover, #contact a:active {
	color: #000000;
	text-decoration: none;
}

/* --- RETAILERS --- */


/* --- PRESS --- */

#press {
	padding: 0px 30px 0px 0px;
	position: absolute;
	top: 100px;
	left: 300px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9A9A9;
	line-height: 13px;
}
#press td {
	padding: 0px 10px 10px 0px;
}
#press img, #press td img {
	border: solid 1px #DDDDDD;
}
#press td img:hover {
	border: solid 1px #000000;
}
#press ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#press ul li {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
}
#press label {
	padding-top: 5px;
	display: block;
}
#press label span {
	font-weight: bold;
	text-transform: uppercase;
}

