/*
 * $Id: main.css 445 2009-06-18 13:25:03Z root $
 */
body {
	background-color: #D4D0C7;
}

h3,h4,h5 { margin-top: 0; }

div#siteBody {
	background: #D4D0C7 url('../images/site/body_shadow.gif') repeat-y center top;
}
div#breadcrumbs {
	background: transparent url(../images/site/category_bg.jpg) repeat-y scroll 0 0;
	padding: 2px;
	color: #cecece;
}
div#breadcrumbs a { color: #cecece; }
div#container {
	width: 790px;
	margin: 0 auto;
	position: relative;
	background: transparent url('../images/site/body_bg.jpg') repeat-y;
}

div#header {
	height: 326px;
	position: relative;
	background: transparent url('../images/site/header_bg.jpg') no-repeat;
}

/* Titlebar style */
div#titleBar {
	position: relative;
	height: 68px;

	color: #c3c3c3;
	font-size: 0.85em;
}
div#titleBar a {
	color: #c3c3c3;
}

a#homeLink {
	position: absolute;
	display: block;

	right: 0;
	top: 73px;
	width: 534px;
	height: 188px;
}

a#cart {
	position: absolute;
	display: block;
	right: 30px;
	top: 18px;
	height: 22px;
	padding-left: 28px;
	padding-top: 12px;
	background: transparent url('../images/shop/cart.gif') no-repeat;
}
a#cart .hilight {
	color: #efc116;
}
/* * * * * * * * * * * * */

/* Start Main menu style */
div#mainMenu {
	position: absolute;
	left: 84px;
	top: 76px;
	font-size: 1em;
	line-height: 125%;
}

div#mainMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#mainMenu ul a {
	color: #4C4C4C;
}
div#mainMenu ul li {
	margin-bottom: 1px;
}
div#mainMenu ul a:hover, div#mainMenu ul a.itemOn {
	text-decoration: none;
	font-weight: bold;
}
div#mainMenu ul ul {
	padding-left: 15px;
}
div#mainMenu ul span {
	font-weight: bold;
	color: #454545;
}
/* End Main menu style */

/* Start Quick menu style */
div#quickMenu {
	position: absolute;
	z-index: 10;
	left: 25px;
	top: 0;
}

div#quickMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#quickMenu ul li {
	float: left;
	border-left: 1px solid #757575;
}
div#quickMenu ul a {
	display: block;
	padding: 25px 10px 0px 10px;
	text-align: center;
	color: #c3c3c3;
}
div#titleBar a:hover, div#quickMenu ul a.itemOn {
	color: #eed61a;
	text-decoration: none;
}

/* End Quick menu style */

div#main {
	position: relative;
	background: transparent url('../images/site/info_bg.jpg') no-repeat 25px 0;
	padding-left: 85px;
	padding-right: 15px;
	padding-bottom: 15px;

	min-height: 285px;
	/* Because of the hasLayout problem in IE, see
	http://www.satzansatz.de/cssd/onhavinglayout.html */
	height: auto !important;
	height: 300px;
	/* * * * */
}

div#content {
	border-top: 1px solid #125089;
	background-color: #ffffff;
	width: 100%; /* IE needs this, shouldn't be neccesary (hasLayout) */

	min-height: 280px;
	height: auto !important;
	height: 280px;
	padding: 0;
}
div#info {
	width: 59px;
	position: absolute;
	top: 0;
	left: 25px;
}
#info h1 { margin: 0; padding: 0; }

div#footer {
	clear: left;
}

table.searchNavigation { width: 100%; background-color: #eaeaea;}
table.searchNavigation a {  }
table.searchNavigation td.left, table.searchNavigation td.right {
	width: 7em;
	padding: 2px;
}
table.searchNavigation td.right {
	text-align: right;
}
table.searchNavigation td.main { text-align: center; padding: 2px;}
table.searchNavigation td.main a { padding: 1px 6px;  margin: 0 2px;}
table.searchNavigation td.main a.selected { color: #125089; border: 1px solid #125089; font-weight: bold;}
/* clear element */
div.clear { clear: both; }