div#header
{
	height: 132px;
	background-image: url("../images/navigationBackground.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	line-height: normal;
	width: 980px;
}

div#header a
{
	z-index: 0;
}

div#header div#logo
{
	position: absolute;
	margin-left: 10px;
	margin-top: 20px;
	width: 330px;
	height: 78px;
}

div#header div#clock_div
{
	position: absolute;
	margin-left: 700px;
	margin-top: 10px;
	top: 0px;
	width: 230px;
	height: 100px;
}

img#dropdown_corners_left
{
	position: absolute;
	margin-left: -10px;
	margin-top: -5px;
}

img#dropdown_corners_right
{
	position: absolute;
	margin-left: 405px;
	margin-top: -5px;
}

div#collections_dropdown
{
	visibility: hidden;
	display: block;
	position: absolute;
	width: 400px;
	height: 66px;
	background-color: #FFFFFF;
	z-index: 12;
	margin-left: -317px;
	margin-top: 20px;
	padding: 5px;
	border: 0px solid none;
}

div#collections_dropdown ul#subNavigation
{
	position: absolute;
	list-style: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	z-index: 13;
}

div#collections_dropdown ul#subNavigation li
{
	position: relative;
	float: left;
	line-height : 1.35em;
}

div#collections_dropdown ul#subNavigation li a.subNavButton
{
	display: block;
	width: 122px;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 10px;
	text-transform: lowercase;
}

div#collections_dropdown ul#subNavigation li a.subNavButton:hover
{
	text-decoration: underline;
}


ul#navigation
{
	position: absolute;
	list-style: none;
	padding: 0px;
	margin-top: 60px;
	margin-left: 510px;
	z-index: 11;
	width: 490px;
}

ul#navigation li
{
	position: relative;
	float: left;
	line-height : 1.35em;
	cursor: pointer;
}

ul#navigation li a.navButton
{
	display: block;
	height: 21px;
	text-align: center;
	text-decoration: none;
	color: #EEEEEE;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	background-repeat: no-repeat;
	cursor: pointer;
}

a#navHome
{
	background-image: url("../images/navigation/button_home.png");
	width: 120px;
}
a#navProducts
{
	background-image: url("../images/navigation/button_products.png");
	width: 98px;
}
a#navProducts2
{
	background-image: url("../images/navigation/button_products.png");
	width: 98px;
}
a#navGetTheLook
{
	background-image: url("../images/navigation/button_special.png");
	width: 100px;
}
a#navMischa
{
	background-image: url("../images/navigation/button_products.png");
	width: 115px;
}
a#navFindYourCollection
{
	background-image: url("../images/navigation/button_products.png");
	width: 98px;
}
a#navSpecial
{
	background-image: url("../images/navigation/button_special.png");
	width: 153px;
}
a#ratingsReviews
{
	position: absolute;
	margin-left: 370px;
	height: 20px;
	width: 160px;
	display: block;
	text-indent: -9999px;
	line-height: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a#justForFun
{
	position: absolute;
	margin-left: 530px;
	height: 30px;
	width: 155px;
	display: block;
	text-indent: -9999px;
	line-height: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a#getAFreeSample
{
	position: absolute;
	margin-left: 720px;
	width: 170px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	line-height: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a#storeLocator
{
	position: absolute;
	margin-left: 770px;
	height: 20px;
	width: 110px;
	display: block;
	text-indent: -9999px;
	line-height: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

div#logoSubtext
{
	position: absolute;
	z-index: 0;
	margin-left: 95px;
	margin-top: 61px;
	color: #EEEEEE;
}
div.hrule
{
	border: none;
	border-top: 1px solid #000000;
	display: block;
	height: 1px;
	width: 90%
	line-height: 0px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
}

a#viewAll
{
	margin: 4px;
	margin-left: 6px;
	color: #000000;

	text-decoration: none;
}

a#viewAll:hover
{
	text-decoration: underline;
}

body.home a#navHome
{
	background-image: url("../images/navigation/button_home_on.png");
}

body.products a#navProducts
{
	background-image: url("../images/navigation/button_products_on.png");
}

body.get_the_look a#navGetTheLook
{
	background-image: url("../images/navigation/button_special_on.png");
}
body.find_your_collection a#navFindYourCollection
{
	background-image: url("../images/navigation/button_products_on.png");;
}
body.mischa a#navMischa
{
	background-image: url("../images/navigation/button_products_on.png");;
}
body.offers a#navSpecial
{
	background-image: url("../images/navigation/button_special_on.png");
}