/* ------------------- General ------------------- */

body {
	padding: 0;
	margin: 0;
	color: black;
	background: #1a8040 url("/media/images/design/body_bg.gif") repeat-x center top;
	text-align: center;
}

h1, h2 {
	margin-top: 0;
	margin-top: 0;
}

/* ------------------- Classes ------------------- */

/* ------------------- Design frame--------------- */

/* Menu */

div#menu {
	display: block;
	width: 100%;
	height: 38px;
	background: #1E6332 url("/media/images/design/menu_bg_1px.gif") repeat-x center bottom;
	text-align: center;
	color: white;
	font-size: 13pt;
	padding-top: 14px;
}

div#elements {
	display: block;
	position: relative;
	width: 831px;
	text-align: left;
	margin: 0 auto;
}

div#elements span {
	padding-right: 35px;
}

div#elements a:link, div#elements a:visited, div#elements a:active {
	color: white;
	text-decoration: none;
}

div#elements a:hover {
	color: white;
	text-decoration: underline;
}

/* Layout */

div#container {
	display: block;
	position: relative;
	width: 871px;
	text-align: left;
	margin: 0 auto;
}

div#whitebox {
	display: block;
	position: relative;
	left: 0;
	right: 0;
	width: 661px;
	background: white url("/media/images/design/whitebox_bg.gif") repeat-y left top;
	text-align: left;
}

div#whitebox_top  {
	display: block;
	position: absolute;
	width: 661px;
	height: 21px;
	top: 0;
	left: 0;
	background: transparent url("/media/images/design/whitebox_top.jpg") no-repeat left top;
}


div#whitebox_top_left {
	display: block;
	position: absolute;
	width: 21px;
	height: 103px;
	top: 21px;
	left: 0;
	background: transparent url("/media/images/design/whitebox_top_left.jpg") no-repeat left top;
}

div#whitebox_top_right {
	display: block;
	position: absolute;
	width: 21px;
	height: 103px;
	top: 21px;
	right: 0;
	background: transparent url("/media/images/design/whitebox_top_right.jpg") no-repeat right top;
}

div#whitebox_bottom  {
	display: block;
	position: relative;
	width: 661px;
	height: 38px;
	top: 0;
	left: 0;
	clear: both;
	background: transparent url("/media/images/design/whitebox_bottom.jpg") no-repeat left bottom;
}


div#whitebox_header {
	display: block;
	position: relative;
	left: 24px;
	top: 25px;
}

div#whitebox_header img#front_image {
	margin-left: 11px;
}


div#whitebox_content {
	display: block;
	position: relative;
	padding: 35px 38px 0 36px;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 280px;
}

div#companies {
	display: block;
	position: absolute;
	left: 640px;
	top: 150px;
	color: white;
	text-align: left;
	width: 210px;
}

div#companies h2 {
	color: white;
	background: transparent url("/media/images/design/1x1.gif") repeat-x left bottom;
	padding: 0 0 3px 22px;
	width: 100%;
	margin-bottom: 10px;
}

div#companies h3 {
	color: white;
	padding: 0 0 0 22px;
	margin: 0;
}

div#companies p {
	color: white;
	padding: 0 0 0 22px;
	margin-top: 0;
	font-size: 8pt;
}

div#companies a {
	color: white;
	white-space: nowrap;
}

/* ------------------- Other ------------------- */

/* Form fields */

input, textarea, select {
	background: white;
/*	color: #b48f00; */
	border: #9cd586 inset 2px;
}

input.button {
	background: #1a8040 url("/media/images/design/form_elements/input_button_bg.gif") repeat-x left top;
	padding: 3px 5px 3px 5px;
	color: white;
	border: #9cd586 outset 2px;
}

input.radio {
	border: 0;
}


/* Contact */


