/* Hubert website Layout Styles */
/* Created: 29-11-2005: Decorboo <reclame | design | internet> by Arjen Hoekema */
body {
	background: #aabcc7 url("../images/body_back.gif") repeat-x top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px; /* Opera */
}

td {
	font-size: 11px;
}

/* Top bar */
div#top {
	background: #7396a2;
	height: 16px;
	width: 760px;
}

div#top ul {
	font-size: 9px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#top ul li {
	float: right;
	padding: 0px 4px 0px 4px;
}

div#top ul li a {
	color: #fff;
	text-decoration: none;
}

div#top ul li a:hover {
	color: #f3f3f3;
	text-decoration: none;
}

/* Wrappers for shadow & placement */
div#main_wrap {
	background: url("../images/shadow_main.gif") repeat-y;
	width: 772px;
}

div#main_left {
	background: url("../images/shadow_left.gif") no-repeat top left;
}

div#main_right {
	background: url("../images/shadow_right.gif") no-repeat top right;
}

div#main_bottom {
	background: url("../images/shadow_bottom.gif") no-repeat top center;
	height: 6px;
	overflow: hidden;
}

/* Header styles */


div#header {
	background: #fff url("../images/header_back.gif") repeat-x top;
	padding-top: 6px;
	width: 760px;
}

div#logo {
	background: url("../images/logo_back.gif");
	height: 55px;
	width: 750px;
}

div#stock {
	background: #efefef;
	height: 75px;
	width: 750px;
}

/* Main styles */
table#main {
	background: #ffffff url("../images/main_back_repeat.gif") repeat-y;
	width: 760px;
}

td#left {
	background: url("../images/hubert_drop.jpg") no-repeat bottom right;
	border-right: 1px solid #ffffff;
	height: 464px;
	padding-left: 5px;
	width: 180px;
}

div#search {
	background: #ffffff url("../images/search_back.gif") no-repeat;
	border-bottom: 1px solid #ffffff;
	height: 34px;
	width: 180px;
}

td#right {
	padding-right: 5px;
}

div#breadcrumb {
	background: #7396a2;
}

div#content {
	padding: 0px 16px 16px 16px;
}

div#footer_wrap {
	background: #ffffff;
	padding: 1px 0px 5px 0px;
	width: 760px;
}

div#footer {
	background: #638d9a url("../images/footer_back.gif") repeat-x;
	height: 42px;
	width: 750px;
}

div#footer img {
	padding: 16px 0px 0px 8px;
}