body {
	background-color: #e8e9e9;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	color: #564b47;
	padding: 20px;
	padding-top: 1em;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
table thead {
	text-align: left;
	color: #000;
}
h1 {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
/* for the benefit of IE5 Mac */
}
h2, form.form fieldset legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CE0005;
	font-size: 1.3em;
	font-weight: bold;
	background-color: transparent;
	margin-top: 0.25em;
	margin-right: 0.25em;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CE0005;
	font-weight: bold;
	font-size: 1.0em;
	background-color: transparent;
	margin-top: 0.25em;
	margin-right: 0.25em;
	margin-bottom: 0.1em;
	padding-bottom: 0.25em;
}
h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 1.0em;
	background-color: transparent;
	margin-top: 0.25em;
	margin-right: 0.25em;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
}
img {
	border-width: 0px;
}
acronym {
	cursor: help;
	background-image: url(images/Information16.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 18px;
	height: 16px;
}
dfn {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
/* for the benefit of IE5 Mac */
}
.invisible {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
/* for the benefit of IE5 Mac */
}
/* *********************************************************************  * GENERAL LAYOUT  * *********************************************************************/
#global_nav {
	padding: 0;
	margin: 0;
	font-size: 0.75em;
	margin-left: 1em;
	float: left;
	color: #CE0005;
	font-weight: bold;
}
#global_nav a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#global_nav .selected_menu_entry {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#global_nav a:focus, #global_nav a:hover, #global_settings a:active {
	color: #666;
	text-decoration: none;
}
#global_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#global_nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #ccc;
}
#textzoom_container {
	padding: 0;
	padding-right: 0.25em;
	margin: 0;
	text-align: right;
}
#textzoom_container a {
	color: #000;
	text-decoration: none;
}
#textzoom_container p {
	padding: 0;
	margin: 0;
}
#frame {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	background-color: #fff;
	font-size: 0.8em;
}
* html div#frame {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	background-color: #fff;
	position: relative;
}
#maincontainer {
	border: 5px solid #ccc;
	border-top: 5px solid #ccc;
}
* html div#maincontainer {
	position: relative;
}
#style_selector {
	margin-left: 300px;
}
#style_selector a:link {
	text-decoration: none;
}
#style_selector a:visited {
	text-decoration: none;
}
#style_selector a:hover {
}
#style_selector a:active {
	color: #314A10;
}
#top {
	height: 179px;
	text-align: left;
	border: 5px solid #ccc;
	border-bottom: 0px solid #ccc;
	margin: 0;
	padding: 0;
	/*background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
*/
}
* html div#top {
	margin-top: -2px;
	height: 179px;
	text-align: left;
	border: 5px solid #ccc;
	border-bottom: 0px solid #ccc;
}
#top_nav {
	width: 750px;
	display: block;
	text-align: left;
	margin: 0px auto;
	background-color: #f6f6f6;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
	height: 1.7em;
}
#breadcrumb {
	color: #666;
	background-color: #f6f6f6;
	padding: 0.25em;
	font-weight: bold;
	font-size: 0.8em;
	border-bottom: 1px solid #ccc;
	padding: 0.5em;
	margin-bottom: 20px;
}
* html body #breadcrumb {
}
#history_path {
}
#history_path a:link, #history_path a:visited, #history_path a:hover, #history_path a:active {
	color: #666;
	text-decoration: none;
	/*background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
*/
}
#history_path a:hover, #history_path a:active {
	/*background: #e3e3e3;
*/
}
.breadcrumb_elem {
	color: #666;
	text-decoration: none;
	/*  background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
*/
}
.std_button {
	color: #666;
	text-decoration: none;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
	padding: 0.25em;
	border: 1px solid #999;
	cursor: pointer;
}
.std_button:active, .std_button:focus, .std_button:hover {
	background: #e3e3e3;
}
#siteinfo {
	text-align: right;
	margin-top: 20px;
	padding-right: 5px;
	color: #ADB8C1;
	font-size: 0.8em;
}
#icon_place_holder {
	margin-top: 10px;
}
* html div#icon_place_holder {
}
#main_menu {
	border-bottom: 1px solid #999;
	padding: 0;
	background-color: #A0A0A0;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
}
* html body #main_menu {
	position: relative;
}
#main_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main_menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}
* html body #main_menu ul li {
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: -2px;
}
#main_menu ul li img {
	padding: 0;
	margin: 0;
}
#main_menu ul li a {
	display: block;
	padding: 0.25em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	border-right: 1px solid #999;
}
* html body #main_menu ul li a {
}
#main_menu ul li a:link {
	text-decoration: none;
	color: #333;
/*62707C*/
}
#main_menu ul li a:visited {
	text-decoration: none;
	color: #333;
}
#main_menu ul li a:focus, #main_menu ul li a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000;
}
#main_menu ul li a:focus img {
	outline: 3px solid red;
}
#main_menu ul li a:hover img {
	outline: 0px solid red;
}
#main_menu ul li a:link.selected_menu_entry {
	color: #000;
}
#main_menu ul li a:visited.selected_menu_entry {
	color: #000;
	background-color: #fff;
	background-image: none;
}
#main_menu ul li a:focus.selected_menu_entry, #main_menu ul li a:hover.selected_menu_entry {
	color: #000;
	background-color: #fff;
	background-image: none;
}
#main_menu ul li a:active.selected_menu_entry {
	color: #000;
	background-color: #fff;
	background-image: none;
}
#menu {
	text-align: center;
	margin-top: 0px;
	float: right;
	background-image: url(images/main_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 5px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
}
#menu ul li a:link {
	text-decoration: none;
	color: #000;
/*62707C*/
}
#menu ul li a:visited {
	text-decoration: none;
	color: #000;
}
#menu ul li a:focus, #menu ul li a:hover {
	text-decoration: none;
	color: #BD0004;
}
.selected_menu_entry {
	color: #BD0004;
}
#menu ul li a:link.selected_menu_entry {
	color: #BD0004;
}
#menu ul li a:visited.selected_menu_entry {
	color: #BD0004;
}
#menu ul li a:focus.selected_menu_entry, #menu ul li a:hover.selected_menu_entry {
	color: #BD0004;
	text-decoration: none;
}
#menu ul li a:active.selected_menu_entry {
	color: #BD0004;
}
#context {
	margin-left: 0px;
}
* html div#context {
	position: relative;
}
#context_start {
	margin-left: 10px;
	margin-right: 10px;
}
#FF {
	margin-top: 0.1em;
}
#divx {
	padding-top: 0.5em;
}
#submenu {
	font-size: 0.9em;
	margin-top: 38px;
}
* html div#submenu {
	position: relative;
}
#submenu ul, #service ul {
	margin: 0;
	padding: 0;
	color: #000;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.5em;
}
#submenu ul li, #service ul li {
	color: #000;
	background-image: url(images/bullet_arrow_black.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px;
	margin: 0px;
	padding-left: 22px;
}
#submenu ul li a, #service ul li a {
	color: #000;
	text-decoration: none;
}
#submenu ul li a:link, #service ul li a:link {
	color: #000;
	text-decoration: none;
}
#submenu ul li a:visited, #service ul li a:visited {
	color: #000;
	text-decoration: none;
}
#submenu ul li a:focus, #submenu ul li a:hover, #service ul li a:focus, #service ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#submenu span.selected_menu_entry, #service span.selected_menu_entry {
	color: #ce0005;
/*#9E96AC*/
	font-weight: bold;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000;
	width: 75%;
	padding: 0;
	margin: 0;
	float: right;
	background-color: #fff;
	border-left: 1px solid #999;
}
* html body #content {
}
#content a:link {
	color: #CE0005;
	text-decoration: none;
}
#content a:visited {
	color: #CE0005;
	text-decoration: none;
}
#content a:focus, #content a:hover {
	color: #666;
	text-decoration: underline;
}
#content a:active {
	color: #666;
	text-decoration: underline;
}
#content p {
	line-height: 1.5em;
}
#content div {
	line-height: 1.5em;
}
#content table tr td {
	line-height: 1.5em;
	color: #000;
}
#content .content_object {
	margin: 10px;
	margin-left: 20px;
	border-bottom: 1px solid #CE0005;
}
#footer {
	color: #666;
	font-size: 0.8em;
	padding-left: 0.25em;
	text-align: center;
	background-color: #eaeaea;
}
#footer a:link {
	color: #1D2C09;
	text-decoration: underline;
}
#footer a:visited {
	color: #1D2C09;
	text-decoration: underline;
}
#footer a:focus, #footer a:hover {
	color: #000;
	text-decoration: underline;
}
.content_image {
	padding: 0.25em;
}
/*************************** SITEMAP ********************************/
ul.sitemap {
	list-style-image: url(images/bullet_arrow_black.gif);
}
ul.sitemap li {
}
ul.sitemap li .details {
	font-size: 0.8em;
	color: #333;
	line-height: 0.7em;
	padding: 0.25em;
	background-color: #f3f3f3;
	background-image: url(images/f3_to_ff.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
/**************************** SERACHRESULT ********************************/
.search_result_meta_data {
	color: #222;
}
.search_result_path {
	color: #999;
}
.search_result_detail_info {
	margin-top: 0px;
	border-bottom: 1px dotted #fff;
	padding-bottom: 5px;
}
/******************************* FORM SETUP **********************************/
form fieldset {
	padding: 0.5em;
	border: 1px solid #999;
}
form fieldset legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 1px;
	font-size: 1.0em;
	border: 1px solid #999;
	padding: 0.25em;
}
form label {
	font-weight: bold;
	color: #333;
}
form input, form textarea, form select {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0.3em;
	margin-bottom: 0.25em;
	border: 1px solid #666;
}
.search_field {
	background-color: #fff;
	color: #000;
	border: 1px solid #333;
	margin-left: 8px;
	width: 80%;
	font-weight: normal;
	padding-left: 0.3em;
}
form.form br {
	clear: both;
}
select {
	font-size: 1.0em;
}
select option {
	font-size: 1.0em;
}
.left_col {
	float: left;
	width: 47%;
	padding-right: 0.4em;
	margin-right: 0.75em;
	border-right: 1px solid #ccc;
}
form.navigation label {
	font-size: 1.0em;
	color: #000;
	letter-spacing: 1px;
	font-weight: normal;
}
fieldset input, fieldset textarea {
}
#quicksearch_form {
	margin-top: 75px;
	margin-left: 8px;
}
#quicksearch_form input {
	border: 1px solid #666;
	color: #666;
	font-size: 1.1em;
	padding: 0;
	color: #000;
}
/* **************************** * MODULES * ********************************/
form#mod_shopbasket input, textarea {
	float: right;
}
.mod_shopbasket_product_table {
	width: 100%;
	border-spacing: 1px;
	background-color: #e3e3e3;
}
.mod_shopbasket_product_table tr td {
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	padding: 0.25em;
}
.content_separator {
	clear: both;
}
/* **************************** * FORM OBJECTS * ********************************/
form.form_object input, textarea {
	float: right;
}
form.form_object fieldset legend {
	letter-spacing: 0;
}
.form_error {
	border: 1px solid #CE0005;
	background-color: #f6f6f6;
	padding: 0.25em;
	margin-bottom: 1em;
}
.form_desc {
	margin-bottom: 1em;
}

/* TinyMCE CLASSES */
.mce_block_sparator {
	clear: both;
	display: block;
}
