body {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	color: #4c4c4c;
	line-height: 160%;
	background: #fff;
}

#container {background: #fff;}

.page_info {
	border: 1px solid #aaa;
	background: #f1f1f1;
	padding: 8px;
	margin: 3px;
}

#navcontainer a {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #1f382e;
	text-decoration: none;

}

ol, ul {margin-top: 4px;}

h1 {
	color: #cac537;
	font-family: Verdana;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 0.5em;
}
h2 {
	font-family: "Trebuchet MS", Verdana, serif;
	font-size: 1.2em;
	color: #646464;
	font-weight: bold;
	line-height: 130%;
}
h3 {
	font-size: 1em;
	color: #646464;
}

a {
	color: #6087dd;
	text-decoration: underline;
}

a:hover {
	color: #A48531;
	text-decoration: underline
}

.button {
	border: #808080 1px solid;
	font-size: 9pt;
	color: #000000;
}

#header_topmenu {
	position: absolute;
	top: 62px;
	right: 1px;
}
#header_image {
	position: absolute;
	top: 94px;
	left: 1px;
}
#headerbar_top a {color: #fff;}
#header {background: url(/media/header_yellow.gif) top left no-repeat #fff;}
#header img {border: 0;}

#header_nav {
	position: absolute;
	top: 204px;
	left: 660px;
}
#header_nav select {font-size: 10px;}

/*******************************************************************************/
/* MAIN MENU BEGIN */
/*******************************************************************************/
#navcontainer #navlist {
	margin: 0;
	white-space: nowrap;
}
#navcontainer #navlist li {
	list-style-type: none;
	float: left;
}
#navcontainer #navlist a {
	display: block;
	text-transform: uppercase;
	width: 98px;
	height: 27px;
	padding-top: 5px;
	margin-left: 5px;
	text-align: center;
	background: url(/media/topmenu_bkg_blur.gif) top right no-repeat;
	font: 11px Arial;
	color: #393939;
}
#navcontainer #navlist #active {
	background: url(/media/topmenu_bkg_focus_yellow.gif) top right no-repeat;
}
#navcontainer #navlist a:hover {
	background: url(/media/topmenu_bkg_hover.gif) top right no-repeat;
}

/*******************************************************************************/
/* SUB MENU */
/*******************************************************************************/
#navcontainer2 #navlist2 {
	margin: 0;
	white-space: nowrap;
}
#navcontainer #navlist li {
	list-style-type: none;
}
#navcontainer2 #navlist2 a {
	display: block;
	width: 164px;
	height: 28px;
	padding-top: 5px;
	text-align: left;
	list-style-type: none;
	background: url(/media/leftmenu_bkg_blur.gif) top left no-repeat;

	padding-left: 10px;
	font: 11px Arial;
	font-weight: bold;
	color: #393939;
	text-decoration: none;
}
#navcontainer2 #navlist2 a:hover {
	background: url(/media/leftmenu_bkg_hover.gif) top left no-repeat;
}

#navcontainer2 #navlist2 #active_left {
	background: url(/media/leftmenu_bkg_focus_yellow.gif) top left no-repeat;
}

/*******************************************************************************/
/* SUB MENU END */
/*******************************************************************************/

#footer {
	font-size: 1em;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
	background: #fff url(/media/footer_bkg.gif) repeat-x;
}
#footer a {
	text-decoration: none;
}

.image_border {
	border: 1px solid #000;
	padding: 3px;
	margin: 12px;
}

#tell_a_friend {
	position: absolute;
	top: 175px;
	right: 10px;
	padding: 15px;
	padding-top: 25px;

}
#tell_a_friend a {color: #c20016;}
#tell_a_friend img {border: 0;}

.textfield {border: 1px solid #b0aca9;}

/***************************************************************************/
/* BOX DESIGN */
/***************************************************************************/

.listbox_gold .topbox, .listbox_silver .topbox, .listbox_bronze .topbox {
	background: url(/media/box_gold_top_yellow.gif) no-repeat;
	height: 10px;
	overflow: hidden;
}
.listbox_gold .contentarea, .listbox_silver .contentarea, listbox_bronze .contentarea {
	background: url(/media/box_gold_yellow.gif) repeat-y;
	padding: 15px;
	width: 582px;
	overflow: hidden;
}
.listbox_gold .bottombox, .listbox_silver .bottombox, .listbox_bronze .bottombox {
	background: url(/media/box_gold_bottom_yellow.gif) no-repeat;
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;
	clear: both;
}
.listbox_gold .logo, .listbox_silver .logo {float: left}
.listbox_gold .image, .listbox_silver .image {float: left;}
.listbox_gold .copy, .listbox_silver .copy {
	width: 310px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.listbox_gold h1, .listbox_silver h1, .listbox_bronze h1 {
	color: #cac537;
	font-family: Verdana;
	font-size: 1.5em;
	font-weight: bold;
}
.listbox_gold a h1, .listbox_silver a h1, .listbox_bronze a h1 {
	text-decoration: none;
}
.listbox_gold a:hover h1, .listbox_silver a:hover h1, .listbox_bronze a:hover h1 {
	text-decoration: underline;
}
.listbox_silver .contentarea {
	background: url(/media/box_silver.gif) repeat-y;
}
.listbox_silver .topbox {
	background: url(/media/box_silver_top.gif) no-repeat;
}
.listbox_silver .bottombox {
	background: url(/media/box_silver_bottom_small.gif) no-repeat;
	height: 24px;
}
.listbox_silver h1 {color: #afafaf;}

.listbox_bronze .topbox {
	background: url(/media/box_bronze_top.gif) no-repeat;
}
.listbox_bronze .contentarea {
	padding: 5px;
	padding-right: 90px;
	border-left: 1px solid #f2dcc1;
	border-right: 1px solid #f2dcc1;
}
.listbox_bronze .bottombox {
	background: url(/media/box_bronze_bottom.gif) no-repeat;
	height: 10px;
}
.listbox_bronze h1 {
	font-size: 1em;
	color: #dca55e;
}
.grade_indication {
	position: absolute;
	left: 710px;
	width: 80px;
	margin-top: 15px;
	font-size: 9px;
	text-align: right;
}
.listbox_bronze .grade_indication {
	margin-top: 5px;
}
.listbox_odd, .listbox_even {
	padding-left: 10px;
}
.listbox_odd {background: #f4eab0;}

/***************************************************************************/
/* NOTE PAPER TO THE LEFT */
/***************************************************************************/

#notepaper {
	background: #f9f2aa url(/media/left_notepaper_bottom.gif) no-repeat bottom left;
	margin-top: 20px;
	width: 144px;
	padding-top: 20px;
	padding: 10px;
	padding-bottom: 30px;
	font-size: 0.8em;
}

/***************************************************************************/
/* COMPANY PRESENTATION */
/***************************************************************************/

#company_info #left_column {
	width: 460px;
	float: left;
	padding-right: 20px;
}
#company_info #right_column {
	width: 120px;
	float: left;
}

#interactive_content {
	clear: both;
	padding-top: 20px;
}
#interactive_content fieldset {
	padding: 10px;
}
#interactive_content legend {
	font-weight: bold;
}

.customer_list {
	display: block;
	padding: 5px;
	padding-left: 10px;
	width: 250px;
	background: url(/media/link_button.gif) no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.customer_list:hover {
	color: #000;
	background: url(/media/link_button_hover.gif) no-repeat;
	text-decoration: none;
}

#interactive_content .head {
	background: url(/media/box_gold_top_yellow.gif) no-repeat;
	height: 10px;
	overflow: hidden;
}
#interactive_content .content {
	background: url(/media/box_gold_yellow.gif) repeat-y;
	padding: 15px;
	width: 582px;
}
#interactive_content .foot {
	background: url(/media/box_gold_top_yellow_small.gif) no-repeat;
	height: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.visitor_comment {
	border: 1px solid #f6efcc;
	background: #fcf9ea;
	padding: 5px;
	margin-bottom: 5px;
}
