html, body {height: 100%;}

body {
	font-size: 14px;
	text-align: center;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

/*=================================================================*/
/* Layout */ 

* html div#wrapper {
	height: 100%;
}
	
div#wrapper {
	position: relative;
	min-height: 100%;
	/*width: 1000px;*/
	max-width: 1004px;
	margin: 0 auto;
	border-left: 1px solid #322624;
	border-right: 1px solid #322624;
	background-color: #E8DAB0;
	background-image: url(/i/bg0.jpg);
	text-align: left;
}

* html div#wrapper_sub {
	height: 100%;
}
	
div#wrapper_sub {
	position: relative;
	min-height: 100%;
	/*width: 1000px;*/
	max-width: 1010px;
	margin: 0 auto;
	border-left: 1px solid #322624;
	border-right: 1px solid #322624;
	background-color: #E8DAB0;
	background-image: url(/i/bg0.jpg);
	text-align: left;
}

* html div#wrapper_popup {
	height: 100%;
}

div#wrapper_popup {
	position: relative;
	min-height: 100%;
	margin: 0 20px;
	border-left: 1px solid #322624;
	border-right: 1px solid #322624;
	background-color: #E8DAB0;
	background-image: url(/i/bg0.jpg);
	text-align: left;
	padding: 1em;
}
		
div#main {
	padding-bottom: 125px;
}

/* ------------------ Header (main) ------------------ */
#header {
	height: 459px;
	background-image: url(/i/top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header img {
	margin: 37px 0 0 15px;
}

/* ------------------ Header (sub) ------------------ */
#header_sub {
	height: 216px;
	background-image: url(/i/top_sub.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#header_sub img {
	margin: 27px 0 0 15px;
}

/* ------------------ Content (main) ------------------ */
* html #content {
	height: 160px;
}

#content {
	background-image: url(/i/bg1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 160px;
	padding: 40px 16% 25px 16%;
}

/* ------------------ Content (sub) ------------------ */
#content_sub {
	padding: 40px 16% 25px 16%;
}

/* ------------------ Menu ------------------ */
#menu {
	margin: 0 auto;
	border-bottom: 2px solid #836A4B;
}

#menu td {
	padding-bottom: 6px;
	padding-right: 15px;
}

#menu td.last {
	padding-right: 0;
}

/* ------------------ Submenu ------------------ */
.submenu {
	color: #836A4B;
	font-size: 1.14em;
	font-weight: bold;
	margin: 2em -80px;
}

.submenu span {
	color: #CE0000;
}

.submenu a, .submenu a:link, .submenu a:focus, .submenu a:visited, .submenu a:hover {
	color: #836A4B;
	font-weight: bold;
	text-decoration: underline;
}

.submenu a:active {
	color: #CE0000;
	text-decoration: none;
}

.submenu a.active, .submenu a.active:link, .submenu a.active:focus, .submenu a.active:visited, .submenu a.active:hover {
	color: #CE0000;
	font-weight: bold;
	text-decoration: none;
}

.submenu a.active:active {
	color: #CE0000;
	text-decoration: underline;
}

/* ------------------ Content Columns ------------------ */
.column {
	width: 50%;
	margin-top: 15px;
	vertical-align: top;
	padding: 0 1em;
}
.tableobjects {
	width: 100%;
}
.columnnarrow {
	width: 30%;
	margin-top: 15px;
	vertical-align: top;
	padding: 0 1em;
	font-weight: bold;
}
.columnnarrowcont {
	width: 35%;
	margin-top: 15px;
	vertical-align: top;
	padding: 0 .5em;
}
.columnwide {
	width: 70%;
	margin-top: 15px;
	vertical-align: top;
	padding: 0 1em;
}
.columnwidecont {
	width: 65%;
	margin-top: 15px;
	vertical-align: top;
	padding: 0 .5em;
}
.logo {
	vertical-align: top;
	padding: 0 1.5em 1em 1.5em;
	text-align: center;
}

.logo img {
	margin: 0 auto 0.5em auto;
}

.productpic {
	margin-bottom: 0.5em;
}

.floatdiv170 {
	width: 150px;
	padding: 10px;
	float: left;
}
.floatcon170 {
	width: 150px;
	padding: 10px;
	padding-top: 0 !important;	
	float: left;
}
.floatdiv110 {
	width: 100px;
	padding: 5px;
	float: left;
}
.floatimg110 {
	border: 1px solid #322624;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
}

/* ------------------ Footer ------------------ */
div#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:130px;
}

#footerparts {
	font-size: 0.79em;
	text-align: left;
}

#footerparts td {
	padding-left: 20px;
	padding-top: 20px;
}

#counters {
	margin-top: 6px;
	white-space: nowrap;
}

#counters img {
	margin-right: 8px;
	vertical-align: middle;
}

#footer_tel {
	vertical-align: middle;
	padding-top: 0 !important;
}

#footer_tel img.tel {
	float: right;
	width: 374px;
	height: 36px;
}