
body {
	background-color:#F6F1DE;
	margin:0;
	padding:0;
	font-family:Lucida Sans Unicode, Lucida Sans, Helvetica, Arial, Sans serif;
	font-size:12px;
	color:#000000;
}

#all {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	width:1000px;
}

#top {
	display:block;
	width:1000px;
	height:128px;
	background:url(../art/bg_top.jpg) no-repeat;
}

#siteutil {
	display:block;
	padding:0;
	position:absolute;
	width:81px;
	height:98px;
	top:23px;
	left:13px;
}

#home {
	position:absolute;
	top:24px;
	left:100px;
	width:900px;
	height:99px;
}

#container {
	position: relative;
	width: 1000px;
	height:650px;
	background:url(../art/bg_content.gif);
}

#left_col {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	width: 630px;
	margin-left: 180px;
	margin-right: 190px;
	background-color:#ffffff !important;
	padding:10px 0 10px 0;
}

#right_col {
	width: 178px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin:0 6px 0 6px;
	height:650px;
	background-color:#EED8A7;
}

#navigation {
	position: relative;
	left:13px;
	float: left;
	display:inline-block;
	width: 161px;
	height:650px;
	padding:10px 0 10px 0;
	background-color: #5D3C07;
}

#navigation ul {
	list-style-type: none;
	font-size:14px;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	padding: 0;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #F0EBE8;
	padding: 3px 0 3px 10px;
	display: block;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #E1CA98;
}

#navigation2 {
	left:13px;
	width: 151px;
	padding:2px 0 2px 10px;
	background-color: #5D3C07;
}

#navigation2 ul {
	list-style-type: none;
	font-size:12px;
	width: 100%;
	display: block;
	margin: 0;
}
#navigation2 li {
	display: block;
}
#navigation2 a {
	font-weight: bold;
	text-decoration: none;
	color: #F0EBE8;
	padding: 2px 0 2px 10px;
	display: block;
}
#navigation2 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #E1CA98;
}

.navigation3 {
	padding:0 0 0 10px !important;
	font-size:11px;
	display: block;
}

#address {
	position: relative;
	left:13px;
	float: left;
	display:inline-block;
	width: 151px;
	margin:6px 0 0 0;
	padding:10px 0 10px 10px;
	background-color: #EED8A7;
}

#teaser {
	margin:15px 0 5px 0;
	padding:3px 5px 5px 5px;
	width:188px;
	float:left;
	display:block;
	border:1px solid #653C1C;
	background:url(../art/bg_teaser.jpg) no-repeat;
}

.teaserline {
	border-top:3px double #5F3B07;
}

.header {
	width:610px;
	font-size:25px;
	font-weight:bold;
	color:#5D3C07;
	padding:0 10px 5px 10px;
	background-color:#ffffff;
}

.subheader {
	width:610px;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	padding:5px 10px 5px 10px;
	background-color:#ffffff;
}

.text {
	width:610px;
	padding:0 10px 20px 10px;
	float:left;
	background-color:#ffffff;
}

.pagingbox {
	width:610px;
	padding:5px 0 5px 0;
	margin:0 0 10px 0;
/*	background-color:#F3E9DE;*/
	border-top:1px solid #5D3C07;
	border-bottom:2px solid #5D3C07;
	text-align:right;
	float:right;
}

.texttable {
	font-size:12px;
	padding:0 2px 0 2px;
}

.teasertext {
	font-size:11px;
	padding:0;
}

.articlehd {
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	color:#5D3C07;
	height:32px;
	padding:0 0 5px 0;
}

.articletext {
	vertical-align:top;
	text-align:left;
	padding:10px 0 5px 0;
	height:120px;
}

.articlepic {
	vertical-align:top;
	padding:0 10px 0 0;
}

.articledesc {
	vertical-align:top;
	text-align:left;
	padding:0 0 0 10px;
}

.articletable {
	vertical-align:top;
	text-align:left;
}

.bordr { border-right:1px solid #5D3C07; }
.bordt { border-top:1px solid #5D3C07; }
.bordl { border-left:1px solid #5D3C07; }
.bordb { border-bottom:1px solid #5D3C07; }

.text a,
.text a:link,
.text a:visited,
.text a:active,
.teasertext a,
.teasertext a:link,
.teasertext a:visited,
.teasertext a:active,
.texttable a,
.texttable a:link,
.texttable a:visited,
.texttable a:active {
	text-decoration:underline;
	color:#000000;
}

.text a:hover,
.teasertext a:hover,
.texttable a:hover {
	text-decoration:none;
	color:#555555;
}

.error a,
.error a:link,
.error a:visited,
.error a:active {
	text-decoration:underline;
	color:#C52A2A;
}

.error a:active {
	text-decoration:none;
	color:#f00;
}



#dummy {
	height:6px;
	background-color:#F6F1DE;
}

#searchbox {
	position: relative;
	float: left;
	display:inline-block;
	width: 166px;
	padding:6px;
	background-color: #5D3C07;
	color:#ffffff;
}

#cartteaser {
	position: relative;
	float: left;
	display:inline-block;
	width: 172px;
	padding:3px;
	background-color: #ffffff;
	color:#000000;
}

#teaserbox {
	position: relative;
	float: left;
	display:inline-block;
	width: 166px;
	margin:0 0 6px 0;
	padding:6px;
	background-color: #EED8A7;
	color:#000000;
}


.link {
	text-align:right;
}

.bold {
	font-weight:bold;
}

.error {
	color:#C52A2A;
}

.spaceb {
	padding-bottom:10px;
}

.picright {
	float:right;
	margin:0 0 10px 10px;
}

.picleft {
	float:left;
	margin:0 20px 0 0;
}


.helpbox {
	background-color:#F6F1DE;
	border:1px solid #653C1C;
	margin: 0  0 0 10px;
	width:440px;
}

.cartbox {
	background-color:#F6F1DE;
	border:1px solid #653C1C;
	width:610px;
}

.cartboxhd td {
	color:#5D3C07;
	font-weight:bold;
	background-color:#EED8A7;
	padding:2px 3px 2px 3px;
	border-bottom:1px solid #653C1C;
}

.cartboxtext td {
	font-size:12px;
	padding:2px 3px 2px 3px;
}

.cartboxtext a,
.cartboxtext a:link,
.cartboxtext a:visited,
.cartboxtext a:active {
	text-decoration:underline;
	color:#000000;
}

.cartboxtext a:hover {
	text-decoration:none;
	color:#555555;
}

.cart1 {
	basckground-color:#ffffff;
}

.cart2 {
	background-color:#ffffff;
}

.cartlinetop td {
	border-top:1px solid #653C1C;
}

.cartnoline {
	border-top:0px !important;
}

.inputcart {
	font-size:14px;
	color:#000000;
	background-color:#ffffff;
	border:solid 1px #653C1C;
	padding:1px 0 0 2px;
}

.space {
	padding:10px !important;
}


.print {
	font-size:11px;
	color:#000000;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
.print a,
.print a:link,
.print a:visited,
.print a:active {
	text-decoration:none;
	color:#000000;
}

#footer a:hover,
.print a:hover {
	text-decoration:underline;
	color:#555555;
}

#end {
	float:left;
	height:5px;
}

.floatnone {
    float: none;
    clear: both;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 0px;
    line-height: 0px;
}

