/* CSS OO MAIN */

body {
	background: #055A8D;
}
#page-area {
	background: url(../pics/bg_main_oo.gif);
}

/* MENU */
#MENU-MAIN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B4B4B4;
	font-weight: bold;
	padding-top: 1px;
}
.main_menu_item A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B4B4B4;
	text-decoration: none;
}

#title {
	float: left;
	width: 155px;
	background: url(../pics/bg_menu_elem.gif);
	background-repeat: no-repeat;
	height: 13px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* MENU SUB */
.sub_menu_item {
	width: 155px;
	height: 15px;
}
.sub_menu_item A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #055A8D;
	text-decoration: none;
	padding-left: 20px;
}
.sub_menu_item_act {
	width: 155px;
	height: 15px;
	background: url(../pics/bg_menu_elem.gif);
	background-repeat: no-repeat;
}
.sub_menu_item_act A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
}
.sub_menu_item2 {
	width: 150px;
	height: 15px;
	background: #F1F1F7;
}
.sub_menu_item2 A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #055A8D;
	text-decoration: none;
	padding-left: 30px;
}
.sub_menu_item_act2 {
	width: 150px;
	height: 15px;
	background: #F1F1F7;
}
.sub_menu_item_act2 A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #055A8D;
	text-decoration: none;
	padding-left: 30px;
}

/* PRODUCTS */
.product-list-item {
	float: left;
	width: 145px;
	height: 150px;
	background: url(../pics/bg_product_list.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
}
.product-list-item-end {
	float: left;
	width: 145px;
	height: 150px;
	background: url(../pics/bg_product_list.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
}
.product-list-title A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #055A8D;
	text-decoration: none;
}
.product-list-title a:hover {
	color: #B4B4B4;
}
.product-single-data TABLE TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #055A8D;
	vertical-align: top;
	padding-right: 5px;
}
.product-single-data TABLE TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #055A8D;
	font-weight: bold;
	padding-right: 5px;
}
.product-single-color-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #055A8D;
	font-weight: bold;
	padding-bottom: 5px;
}
/*Back Link*/
#back-button A {
	display: block;
	background: url(../pics/back_active.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 14px;
}
#back-button a:hover {
	background: url(../pics/back_over.gif);
}

/* CONTENT */
#CONTENT-MAIN-OUTER {
	clear: both;
	width: 553px;
	height: 369px;
	text-align: left;
	border: 2px solid #D2E1EA;
	background: #F1F1F7;
}
A {
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #055A8D;
	text-decoration: none;
}
a:hover {
	color: #B4B4B4;
}
.bodytext A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #055A8D;
	text-decoration: none;
}
.bodytext a:hover {
	color: #B4B4B4;
}