/*     General     */

* { margin: 0; padding: 0; }

body {
	font-family: 'Arial', 'Verdana', sans-serif;
	font-size: 16px;
	font-weight: normal;
}

a {
	color: #00C;
}

#findStoreButton, #buyOnline {
	display: inline-block;
	margin: 2em 0 0 0;
	padding: 0.625em;
	font-size: 0.75em;
	color: #786954;
	text-decoration: none;
	border: 0.1em solid #E3BD6D;
	background: #F1E8C9;
	cursor: pointer;
}





/* ------- [MAIN] ------- */

#main {
	position: absolute;
	top: 3.125em;
	left: 1.25em;
	overflow: auto;
	padding: 0.375em;
	width: 58.125em;
	border: 0.0625em solid #B7B6B6;
	background: #FFF;
	-webkit-box-shadow: 0 .0625em .125em #666;
	margin-right: 3.125em;
}

#shortDescription {
	display: none;
}





/* ------- [SIDEBAR] ------- */

#sidebar {
	padding: 11.25em 0 0;
	float: left;
	width: 9.375em;
	clear: both;
}

#sidebar h2, #sidebar h3, #sidebar ul {
	margin: .5em 0 .5em 1em;
	font-size: 0.75em;
}

#sidebar h3 {
	padding: .3em 0 .3em 1.2em;
	border-bottom: 0.1em solid #D2D6AB;
	text-transform: uppercase;
	background: url('/images/arrow_down.png') no-repeat 0 50%;
}

#sidebar h3.active {
	background: url('/images/arrow_right.png') no-repeat 0 50%;
}

#sidebar a {
	color: #786954;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a.active {
	color: #65533B;
	color: #000;
}

#sidebar li.active a {
	font-weight: bold;
	/* color: #000; */

}

#sidebar ul {
	margin-bottom: 1.5em;
	margin-top: 1em;
}

#sidebar ul li {
	list-style: none;
	margin: 0.6em 0 0.6em 1em;
}





/* ------- [MAINNAV] ------- */

#mainNav {
	position: absolute;
	top: 3.5625em;
	left: 11.0625em;
	width: 48.75em;
	/* height: 1.875em; */
	background: #907861;
	text-align: center;
	z-index: 2;
	list-style-type: none;
}


#mainNav li {
	list-style-type: none;
	display: inline-block;
	padding: .5625em;
}

#mainNav li a {
	font-size: .6875em;
	color: #FFF;
	text-decoration: none;
}

#mainNav li.active {
	/* background: #9B8570; */
	background-color: #ddcfac;

}


#mainNav li.selected {
	background: #9B8570;
	background: #65533B;
}



/*    Drop Down Menu     */

#dropMenu {
	position: absolute;
	top: 1.875em;
	left: 0em;
	background-color: #ddcfac;
	padding: .125em .5em .25em .5em;
	text-align: left;
	z-index: 3;
}

ul#dropMenu li {
	float: none;
	display: block;
	line-height: .75em;

}

ul#dropMenu li a, #mainNav li.active a {
	color: #52424d;
}

ul#dropMenu li a:hover {
	color: #000;
}





/* ------- [TOPNAV] ------- */

#topNav {
	position: absolute;
	top: 1.875em;
	left: 37.5625em;
	width: 22.5625em;
	background: #FFF;
	border: 1px solid #CCC;
	border-bottom: none;
}

#topNav li {
	list-style: none;
	display: inline;
	float: left;
}

#topNav li a {
	padding: 0.75em 0.75em;
	display: inline-block;
	font-size: .625em;
	color: #000;
	text-decoration: none;
}

#topNav li a:hover, #topNav li a.active {
	color: #444;
}





/* ------- [CONTENT] ------- */

#content {
	margin: 1.625em 0 .75em 0;
	width: 48.75em;
	float: right;
}





/* ------- [LOGO] ------- */

div.logo {
	position: absolute;
	top: 3.5625em;
	left: 1.6875em;
}

div.logo img {
	width: 9.375em;
	height: 10.125em;
}