@import url("reset.css");
@import url("content.css");
@import url("scroll.css");

body {
	background-color: #bc773c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrap {
	width: 820px;
	margin: 25px auto;
	padding: 10px 25px;
	background-color: #c5834f;
}
#wrap #banner {
	height: 100px;
	background: url(../images/handcrafted_logo.gif) no-repeat;
	position: relative;
}
#wrap #banner #logo {
	height: 100px;
	width: 320px;
}
#wrap #banner #logo a {
	display: block;
	height: 100px;
	width: 320px;
	text-indent: -9999px;
}
#wrap #banner #banner_info {
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 14px;
	line-height: 150%;
	font: Arial, Helvetica, sans-serif;
}
#wrap #menu {
	height: 50px;
	background: #510100;
	margin: 10px 0;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#wrap #menu ul {
	list-style-type: none; /* bullet can't be positioned here */
}
#wrap #menu ul li {
	float: left;
	border-left: 1px solid #84514d;
	padding: 10px 11px; /* 13px SAFARI */
	margin-top: 8px;
}
#wrap #menu .first {
	border-left: none;
	margin-left: 5px;
	_margin-left: 3px;
}
#wrap #menu a, #wrap #menu a:visited {
	color: #FFF;
	text-decoration: none;
}
#wrap #menu a:hover, #wrap #menu a:active {
	text-decoration: underline;
}
/* --- FOOTER --- */
#wrap #footer {
	height: 20px;
	margin-top: 10px;
	font-weight: bold;
}
#footer .company, #footer .telefon {
	float: left;
	margin-right: 50px;
}
#footer .mail {
	float: left;
	color: #000000;
}
#footer .pbox {
	float: right;
	margin-right: 50px;
}
#footer .address {
	float: right;
}
#clear {
	clear: both;
	height: 1px;
	width: 1px;
}

/* drop down menu */

#wrap #menu li ul {
	position: absolute;
	display: none;
}
#wrap #menu li ul li {
	float: left;
	background: #510100;
	padding: 10px 11px; /* 13px SAFARI */
	margin-top: 8px;
}
#wrap #menu li:hover ul, li.over ul { 
	display: block;
}

