body {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
	background-image: url('/template/img/body-bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px -153px;
	text-align: center;
	font-family: arial, "lucida console", sans-serif;
	font-size: 13px;
	color: black;
}

body img {
	border: 0;
}

.wrapper {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	position: relative;
	height: 196px;
	background-image: url('/template/img/header-bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 85px;
}

#header img#logo {
	position: absolute;
	left: 7px;
	top: 21px;
}

ul#menu {
	position: absolute;
	right: 0px;
	top: 44px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu li {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

ul#menu li a {
	position: relative;
	display: block;
	float: left;
	height: 11px;
	line-height: 11px;
	padding-left: 8px;
	padding-right: 7px;
	padding-top: 9px;
	padding-bottom: 11px; 
	font-size: 15px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

ul#menu li a:hover {
	color: #e47806;
}

ul#menu li.active a {
	color: white;
	background-color: #e47806;
	background-image: url('/template/img/menu-active-bg.gif');
	background-repeat: no-repeat;
	background-position: -5px 0px;
}

ul#menu li.active a:hover {
	color: black;
}

ul#menu li.active a span {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 5px;
	height: 31px;
	background-image: url('/template/img/menu-active-bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header h1 {
	position: absolute;
	left: 25px;
	top: 117px;
	margin: 0;
	padding: 0;
	font-size: 41px;
	color: white;
}

#header img#header-img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#content {
	position: relative;
	padding-left: 9px;
}

#content #breadcrumb {
	position: relative;
	margin-top: 1px;
	text-align: right;
	height: 27px;
}

#content #breadcrumb a {
	color: #e47806;
	padding-left: 24px;
	margin-left: 6px;
	line-height: 13px;
	text-decoration: none;
	font-size: 13px;
	background-image: url('/template/img/breadcrumb-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#content #breadcrumb a.home {
	background-image: none;
}

#content #breadcrumb a:hover {
	color: black;
}

#content #txt {
	position: relative;
	float: left;
	width: 739px;
	padding-top: 17px;
	padding-bottom: 6px;
}

#content h1,
#content h2,
#content h3 {
	margin: 0;
	padding: 0;
	color: #5e7b0d;
}

#content h1 {
	font-size: 20px;
	border-bottom: 3px solid #e2e2e2;
}

#content h2 {
	clear: both;
	font-size: 16px;
	border-bottom: 3px solid #e2e2e2;
	padding-top: 15px;
	margin-bottom: 4px;
}

#content h3 {
	font-size: 14px;
	margin-top: 14px;
	margin-bottom: 4px;
}

#content #txt p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#content #txt a {
	color: #e47806;
	text-decoration: none;
	border-bottom: 1px dotted #e47806;
}

#content #txt a:hover {
	color: #5c7d01;
	border-bottom: 1px dotted #5c7d01;
}

#content #sidebar {	
	position: relative;
	float: right;
	width: 213px;
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 4px;
}

#content #txt .block {
	position: relative;
	float: left;
	width: 350px;
	height: 84px;
	line-height: 84px;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 10px;
	background-color: #e2e2e2;
}

#content #txt .block h2 {
	margin: 0;
	padding: 0;
	padding-left: 40px;
	background-image: url('/template/img/list-active-arrow.jpg');
	background-repeat: no-repeat;
	background-position: 10px 30px;
}

#content #txt .block h2 a {
	border: 0;
}

#content #txt .block img {
	position: absolute;
	right: 2px;
	top: 2px;
}

#content #txt .prodblock {
	position: relative;
	float: left;
	width: 142px;
	height: 52px;
	padding: 6px;
	padding-left: 10px;
	padding-right: 85px;
	overflow: hidden;
	margin-right: 8px;
	margin-bottom: 4px;
	background-color: #e2e2e2;
	font-size: 12px;
}

#content #txt .prodblock h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#content #txt .prodblock img {
	position: absolute;
	right: 2px;
	top: 2px;
}

#content #txt .prodblock span.price {
	color: black;
}

#content #txt p.note {
	font-size: 11px;
	color: #c1c1c1;
}

ul#submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 2px solid #dddddd;
	background-color: #e58a29;
	background-image: url('/template/img/submenu-bg.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
}

ul#submenu li {
	margin: 0;
	padding: 0;
	height: 25px;
	border-bottom: 1px solid #dddddd;
}

ul#submenu li a {
	display: block;
	overflow: hidden;
	width: 183px;
	height: 23px;
	line-height: 23px;
	padding-left: 30px;
	color: white;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-image: url('/template/img/submenu-arrow.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

ul#submenu li a:hover {
	color: black;
}

ul#submenu li.active {
	background-image: url('/template/img/submenu-active.jpg');
	background-repeat: repeat-x;
	background-position: 0px 1px;
}

ul#submenu li.active a {
	width: 176px;
	padding-left: 37px;
	background-image: url('/template/img/submenu-active-arrow.jpg');
	background-position: 12px 5px;
}

#sidebar #teaser {
	margin-top: 10px;
	margin-bottom: 6px;
}

#sidebar h2 {
	font-size: 20px;
	font-weight: normal;
	color: #4a4a4a;
	margin: 0;
	padding: 0;
	height: 23px;
	line-height: 23px;
	border-top: 3px solid #e2e2e2;
	border-bottom: 3px solid #e2e2e2;
}

#sidebar h2 a {
	color: #4a4a4a;
	border: 0;
	text-decoration: none;
}

#sidebar h2 a:hover {
	color: #5e7b0d;
}

#sidebar p {
	margin: 0;
	margin-top: 3px;
	border-bottom: 3px solid #e2e2e2;
	padding: 5px;
	line-height: 20px;
	background-color: #ededed;
}

#sidebar strong {
	color: #5e7b0d;
	line-height: 25px;
}

#sidebar p a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

#sidebar p a:hover {
	color: #5e7b0d;
}

#footer {
	position: relative;
	clear: both;
	background-image: url('/template/img/footer-bg.jpg');
	background-repeat: repeat-x;
}

#footer .wrapper {
	position: relative;
	height: 330px;
	background-image: url('/template/img/footer-bar.jpg');
	background-repeat: no-repeat;
}

#footer img#footer-logo {
	position: absolute;
	left: 7px;
	top: 50px;
}

#footer p#copy {
	position: relative;
	top: 45px;
	width: 953px;
	margin-left: 7px;
	text-align: right;
	color: black;
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	padding-right: 12px;
	border-top: 1px solid #c9d4b8;
}

#footer p#copy a {
	color: black;
	text-decoration: none;	
}

#footer p#copy a:hover {
	color: #5e7b0d;
}

#footer p#copy img {
	position: relative;
	top: 2px;
	left: 10px;
}

.calc span.field {
	display: block;
	float: left;
	width: 130px;
	text-align: center;
}

.calc span.sign {
	display: block;
	float: left;
	width: 20px;
	line-height: 55px;
	text-align: center;
	font-weight: bold;
}

.calc span.field input {
	border: 1px solid black;
	width: 80px;
}

.calc div.result {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

/* ############# 3rd Party Lightbox elements ############# */

#lightbox {
	border: 1px solid #e2e2e2;
	background-color: #f4f5f9;
	background-image: url('/template/img/body-bg.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 7px;
	color: black;
}
#lightbox a {
	color: #e47806;
	text-decoration: none;
	font-weight: bold;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption{ float: left; font-size: 12px; }
#keyboardMsg{ float: right; }
#lightbox img{ border: none; } 
