* {
	margin: 0;
	padding: 0;
}

body {
	background: #e9e9e9 url("../../gfx/bg.gif") repeat-x;
}

div, td, th, p, div, textarea, select, input {
	color: #7d7c7c;
	font: 11px arial, helvetica, sans-serif;
	line-height: 17px;
}

a {
	color: #7d7c7c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	behavior: url("include/htc/pngbehavior.htc");
}

h1, h2.h1_like {
	color: #986823;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 28px;
}

h2, h1.h2_like {
	color: #7d7c7c;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 10px 0;
}

h3 {
	color: #7d7c7c;
	font: 14px arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #9b9b9b;
}

/**
 *
 * Structure and global style
 *
 */

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 972px;
}

div#container {
	float: left;
	width: 100%;
	background: url("../../gfx/bg_main.gif") repeat-y;
}

div#header {
	background: url("../../gfx/header.jpg") no-repeat;
	width: 972px;
	height: 148px;
}

div#main {
	background: #fff url("../../gfx/content_bg.gif") repeat-x;
	float: left;
	position: relative;
	width: 100%;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	padding-bottom: 30px;
}

div.content {
	float: right;
	position: relative;
	width: 751px;
}

.content p {
	padding-bottom: 8px;
}

.content a {
	text-decoration: underline;
}

img.content_image {
	padding: 1px;
	border: 1px solid #ccc;
}

.list a {
	text-decoration: none;
}

.list a:hover {
	text-decoration: underline;
}


div#footer {
	clear: both;
	float: left;
	width: 972px;
	height: 23px;
	border-bottom: 1px solid #d4d4d4;
	line-height: 22px;
}

#footer span {
	padding-left: 25px;
}

#footer a {
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
}

div.spacer {
	clear: both;
}

small {
	color: #363636;
}

img#previous_button {
	position: absolute;
	bottom: 2px;
	left: 615px;
}

img#previous_button2 {
	position: absolute;
	top: -37px;
	right: -3px;
}

strong.fte {
	color: #986823;
}

th {
	text-align: right;
	padding-right: 10px;
}

ul.list {
	list-style-type: none;
}

.list li {
	margin-left: -13px;
}

div.bullit {
	position: absolute;
	left: -30px;
	top: 0px;
}

div.bullit2 {
	position: absolute;
	left: -53px;
	top: 0px;
}

/**
 *
 * Menu
 *
 */

div#menu {
	position: absolute;
	left: 182px;
	top: 115px;
}

div#menu_select_bar {
	position: absolute;
	left: 0px;
	top: 148px;
	width: 972px;
	height: 5px;
	font-size: 1px;
}

#menu li {
	float: left;
	list-style-type: none;
	margin-right: 7px;
}

/**
 *
 * Sub menu
 *
 */

div#sub_menu_bg_top {
	position: absolute;
	left: 221px;
	top: 148px;
	width: 24px;
	height: 192px;
	z-index: 2;
}
 
div#submenu {
	background: url("../../gfx/menu_bg_middle.png") no-repeat 0px 192px;
	position: absolute;
	left: 0px;
	top: 148px;
	width: 245px;
	z-index: 1;
}

#submenu ul.head {
	margin: 50px 0 0 23px;
}

#submenu ul.sub {
	margin: 0 0 0 23px;
}
 
#submenu li {
	list-style-type: none;
	text-transform: uppercase;
	position: relative;
}

#submenu div.menu {
	float: left;
	width: 245px;
	min-height: 192px;
	height: auto !important;
	height: 192px;
	padding-bottom: 50px;
}

#submenu div.menu ul.head li {
	margin-bottom: 10px;
}

#submenu div.menu ul.sub li {
	margin-bottom: 10px;
}

#submenu div.menu ul.sub {
	margin-top: 10px;
}

#submenu div.menu ul.head a { text-decoration: none; font-weight: bold; font-size: 12px; }
#submenu div.menu ul.sub a { text-decoration: none; font-weight: normal; font-size: 12px; color:#7d7c7c; }
#submenu div.menu a.blue, h2.blue, h3.blue, span.blue, a.selected { color: #0079bc; }
#submenu div.menu a.beige, h2.beige, h3.beige, span.beige { color: #d3bb36; }
#submenu div.menu a.brown, h2.brown, h3.brown, span.brown { color: #986823; }
#submenu div.menu a.orange, h2.orange, h3.orange, span.borangeue { color: #f18e00; }
#submenu div.menu a.yellow, h2.yellow, h3.yellow, span.yellow { color: #f0de46; }

#submenu div.contact {
	background: url("../../gfx/menu_bg_bottom.png") no-repeat bottom;
	float: left;
	width: 245px;
	padding-bottom: 50px;
}

#submenu div.contact p {
	margin-left: 23px;
}

/**
 *
 * Content sublinks
 *
 */

ul.content_sublinks {
	margin-left: 15px;
}

.content_sublinks li {
	margin-bottom: 3px;
	text-transform: uppercase;
}

.content_sublinks a {
	text-decoration: none;
}

.content_sublinks a:hover {
	text-decoration: underline;
}

/**
 *
 * Block
 *
 */

div.block {
	position: relative;
	float: left;
	width: 165px;
	margin-right: 14px;
}
 
.block table {
	width: 100%;
}

.block div.title {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 16px;
	padding-left: 5px;
}

.block div.title h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.block td.value {
	background: #ececed;
	padding: 10px;
}

/**
 *
 * Content images
 *
 */

/* Large ver */
div#image_ver_large {
	position: relative;
	width: 348px;
	height: 446px;
	background: url("../../gfx/image_bg_ver_large.png") no-repeat;
}

#image_ver_large img.content {
	position: relative;
	left: 16px;
	top: 15px;
}

#image_ver_large div.corner {
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Large hor */
div#image_hor_large {
	position: relative;
	width: 348px;
	height: 254px;
	background: url("../../gfx/image_bg_hor_large.png") no-repeat;
}

#image_hor_large img.content {
	position: relative;
	left: 16px;
	top: 15px;
}

#image_hor_large div.corner {
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Small ver */
div#image_ver_small {
	position: relative;
	width: 138px;
	height: 177px;
	background: url("../../gfx/image_bg_ver_small.png") no-repeat;
}

div#image_ver_small2 {
	position: relative;
	width: 138px;
	height: 177px;
	background: url("../../gfx/image_bg_ver_small2.png") no-repeat;
}

#image_ver_small img.content, #image_ver_small2 img.content {
	position: relative;
	left: 6px;
	top: 6px;
}

#image_ver_small div.corner, #image_ver_small2 div.corner {
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Small hor */
div#image_hor_small {
	position: relative;
	width: 156px;
	height: 101px;
	background: url("../../gfx/image_bg_hor_small.png") no-repeat;
}

div#image_hor_small2 {
	position: relative;
	width: 156px;
	height: 101px;
	background: url("../../gfx/image_bg_hor_small2.png") no-repeat;
}


#image_hor_small img.content {
	position: relative;
	left: 6px;
	top: 6px;
}

#image_hor_small2 img.content {
	position: relative;
	left: 6px;
	top: 5px;
}

#image_hor_small div.corner, #image_hor_small2 div.corner {
	position: absolute;
	right: 0px;
	top: 0px;
}

/**
 *
 * Content block
 *
 */

.content_block_overview td {
	width: 228px;
	background: url("../../gfx/content_block_middle_small.gif") repeat-y;
}

.content_block_overview td.spacer {
	height: 15px;
	background: none;
}

.content_block_overview div.con {
	position: relative;
	padding: 8px 12px 10px 10px;
}

.content_block_overview h1, .floating_content_block_small h1, .floating_content_block_large h1,
.content_block_overview h2, .floating_content_block_small h2, .floating_content_block_large h2
	{
	color: #d3bb36;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 10px;
}

.content ul, .content_block_overview ul, .floating_content_block_small ul, .floating_content_block_large ul {
	margin-left: 15px;
}

.content_block_overview li, .floating_content_block_small li, .floating_content_block_large li {
	margin-bottom: 3px;
}

.content_block_overview div.top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 228px;
	height: 4px;
	font-size: 1px;
	background: url("../../gfx/content_block_top_small.gif") no-repeat;
}

.content_block_overview div.bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 228px;
	height: 4px;
	font-size: 1px;
	background: url("../../gfx/content_block_bottom_small.gif") no-repeat;
}

/* Floating small */
div.floating_content_block_small {
	float: left;
	width: 228px;
}

.floating_content_block_small div.top {
	width: 100%;
	height: 4px;
	font-size: 1px;
	background: url("../../gfx/content_block_top_small.gif") no-repeat;
}

.floating_content_block_small div.middle {
	width: 100%;
	background: url("../../gfx/content_block_middle_small.gif") repeat-y;
}

.floating_content_block_small div.middle div {
	padding: 8px 12px 10px 10px;
}

.floating_content_block_small div.bottom {
	width: 100%;
	height: 4px;
	font-size: 1px;
	background: url("../../gfx/content_block_bottom_small.gif") no-repeat;
}

/* Floating large */
div.floating_content_block_large {
	float: left;
	position: relative;
	width: 465px;
}

.floating_content_block_large div.top {
	width: 100%;
	height: 4px;
	font-size: 1px;
	background: url("../../gfx/content_block_top_large.gif") no-repeat;
}

.floating_content_block_large div.middle {
	width: 100%;
	background: url("../../gfx/content_block_middle_large.gif") repeat-y;
}

.floating_content_block_large div.middle div {
	padding: 8px 12px 10px 10px;
}

.floating_content_block_large div.bottom {
	width: 100%;
	height: 4px;
	font-size: 1px;
	background: url("../../gfx/content_block_bottom_large.gif") no-repeat;
}

/**
 *
 * Form
 *
 */

.input_field, .input_select {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 5px;
}

input, select, textarea {
	color: #000;
}

.button {
	color: #000;
	padding: 0 5px 0 5px;
} 