body {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: white;
	background-image: url(/images/page_bg.gif);
	text-align: left;
}
table.body {
	width: 100%
}
body, td, select, input, font, textarea {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

a {
	color: #A04212;
}
h1 {
	font-size: 12px;
	color: Black;
	text-transform: uppercase;
}
a.menu_hor {
	font-size: 10px;
	color: Black;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu_hor:hover {
	color: #A04212;
}

sup.note {
	color: #A04212;
}

/* Header */
td.header_menu, td.header_branch {
	padding-right: 15px;
	vertical-align: middle;
	text-align: right;
}
td.header_menu {
	height: 30px;
}
td.header_branch {
	height: 24px;
	background-image: url(/images/header_bg.gif);
	border: 1px solid #D5D5D5;
	color: #828A96;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
td.header_shadow {
	height: 4px;
	margin-bottom: 11px;
	background-image: url(/images/header_shadow.gif);
}
/* /Header */

/* Splash */
table.splash {
	margin-top: 11px;
	width: 100%;
}
td.splash {
	height: 141px;
	border: 1px solid #D5D5D5;
}
td.splash_shadow {
	height: 4px;
	margin-bottom: 11px;
	background-image: url(/images/splash_shadow.gif);
}
/* /Splash */

/* Content */
td.counters {
/*	padding-right: 15px;*/
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: bottom;
	text-align: right;
}
td.content {
	padding-top: 11px;
	padding-right: 15px;
	width: 100%;
}
table.module {
	margin-bottom: 11px;
	background-color: white;
	width: 100%;
}
.module_padding {
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	height: 20px;
}
.module_content, .module_img {
	padding: 10px 30px 30px 30px;
}

.module_content {
	border-left: 1px solid #D5D5D5;
	color: #828A96;
	text-align: justify;
	line-height: 150%;
	width: 100%;
}
.module_img {
	border-left: 1px solid #828A96;
	border-right: 1px solid #D5D5D5;
	text-align: center;
}
.module_gradient {
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	height: 31px;
	background-image: url(/images/module_gradient.gif);
}
.module_shadow {
	height: 4px;
	background-image: url(/images/module_shadow.gif);
}
/* /Content */


/* Context */
td.context {
	padding-top: 11px;
	text-align: right;
}
td.context_link {
	border: 1px solid #D5D5D5;
	width: 140px;
	background-color: #A04212;
	text-align: right;
	padding: 15px;
	height: 140px;
}
a.context_link {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 200%;
	color: White;
}
a.context_link:hover {
}
/* /Context */

/* Pricelist */
table.pricelist {
	width: 100%;
	border: 1px solid #D5D5D5;
}
td.compare_no, td.compare_yes {
	width: 11%;
	padding: 4px;
	text-align: center;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
}
td.price_product {
	padding: 4px;
	height: 24px;
	border-left: 1px solid #D5D5D5;
/*	font-weight: bold;*/
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/footer_bg.gif);

}
td.price_feature {
	padding: 4px;
	color: #828A96;
	border-top: 1px solid #D5D5D5;
}
td.price {
	padding: 4px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
}
/* /Pricelist */

/* Footer */
td.footer_copy, td.footer_menu {
	height: 24px;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	vertical-align: middle;
	background-image: url(/images/footer_bg.gif);
}
td.footer_copy {
	border-left: 1px solid #D5D5D5;
	padding-left: 15px;
	font-size: 9px;
}
td.footer_menu {
	border-right: 1px solid #D5D5D5;
	text-align: right;
	padding-right: 15px;
}
/* /Footer */

dt {
	font-weight:bold;
}