html {
	background: #2d2823 url(images/html.gif);
	position: relative;
}

body {
	background: url(images/body.gif) repeat-x top;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 60px 0 20px 0;
	margin: 0;
	position: relative;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}
	
	
/* content */
#content {
	font-size: 12px;
	padding: 10px 30px 30px; 
	color: #444;
	margin: -10px 0 0 0;
	position: relative;
	min-height: 600px;
	z-index: 1;
	background: #fff;
	width: 500px;
	float: left;
	}
	
* html #content {
	height: 600px;
	margin-right: -3px;
	}
	
#content p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}

/*  links */

#content a {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px solid #f5e9e9;
	}
	
#content a:hover {
	color: #990000;
	border-bottom: 1px solid #cc0000;
	background: #fae5e5;
	}
	
.external_link {
	background: url(images/external_link.gif) no-repeat right center;
	padding-right: 20px;
	}
	
#content ul {
	list-style: none;
	margin: 0 -10px;
	padding: 0 30px 0 20px;
	}
	
#content li {
	padding-left: 20px;
	margin: 10px 0;
	background: url(images/li.gif) no-repeat left 5px;
	}
	
* html #content li {
	height: 1px;
	}
	
/* Links List */
#content .links {
	margin: 20px 50px 50px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e4eaef;
	}
	
#content .links li {
	min-height: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	}
	
* html .links li {
	height: 1px;
	}
	
#content .links a {
	display: block;
	height: 23px;
	border-bottom: 1px solid #ddd;
	border-top: none;
	padding: 7px 0 0 20px;
	background: url(images/links_a.gif) no-repeat 5px center;
	}
	
#content .links a:hover {
	color: #fff;
	background-color: #6c6359;
	border-bottom: 1px solid #ddd;
	}
	
.links a .icon {
	vertical-align: middle;
	margin: 0 0 0 10px;
	}

* html .links a .icon {
	vertical-align: top;
	}
	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #423323;
	}
		
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 27px;
	line-height: 36px;
	margin: 25px 0 0;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	}
	
h2, h3, h4 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px 0;
	font-weight: normal;
	}
	
h2 {
	margin: 20px 0 0 0;	
	}
	
h3 {
	margin: 30px 0 0 0;
	line-height: 20px;
	}
	
h4 {
	margin: 40px 20px 5px 0;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	}
	
	
/* Wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0 25px 10px;
	background: url(images/wrapper.png) repeat-y;
	position: relative;
	min-height: 1px;
	}
	
* html #wrapper {
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
	}
	
* html #wrapper_pre {
	display: none;
	}
	
#wrapper_pre {
	width: 800px;
	height: 30px;
	background: url(images/wrapper_pre.png);
	position: absolute;
	top: -30px;
	left: 0;
	}
/* Header */

#header {
	position: relative;
	height: 115px;
	margin: 0 0 10px;
	background: #2d2823 url(images/header.jpg);
	}

	
#header_logo {
	position: absolute;
	top: -35px;
	left: 30px;
	}
	
#header_description {
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 320px;
	text-align: right;
	color: #d5d4d3;
	margin: 0;
	padding:0;
	line-height: normal;
	}
	
#page_header_container {
	display: none;
	}
	
/* Header Site Tools */
#site_tools {
	position: absolute;
	top: -30px;
	right: 10px;
	font-size: 10px;
	color: #eee;
	padding: 2px 0;
	text-align: right;
	text-transform: uppercase;
	}
	
#site_tools a {
	color: #ccc;
	text-decoration: none;
	padding: 2px 5px;
	}
	
#site_tools a strong {
	color: #fff;
	}
	
#site_tools a:hover {
	background: #766c61;
	color: #fff;	
	border: 1px solid #000;
	padding: 1px 4px;	
	margin: 0;
	}
	
/* Header Search */
#header_search {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 150px;
	height: 20px;
	padding: 5px;
	}

* html #header_search {
	background: none;
	}
	
#header_search .search_field {
	font-size: 10px;
	width: 118px;
	height: 14px;
	border: 1px solid #330000;
	padding: 2px 25px 2px 5px;
	color: #666;
	margin-right: 0px;
	background: #e3deda url(images/header_search_field.gif) no-repeat left;
	position: absolute;
	top: 5px;
	left: 5px;
	}
	



#header_search .search_field:focus, #header_search .search_field.focus {
	border: 2px solid #e10000;
	top: 4px;
	left: 4px;
	background: #fff;
	}


#header_search .search_button {
	position: absolute;
	display: block;
	width: 19px;
	height: 18px;
	background: url(images/header_search_button.gif) no-repeat 0 0;
	top: 6px;
	right: 6px;
	}
	
#header_search .search_button:hover {
	background-position: 0 -18px;
	}	
	
#header_search .search_button *{
	display: none;
	}
	

/* Main Menu Container */
#menu_container {
	height: 25px;
	z-index: 1000;
	position: absolute;
	top: 90px;
	right: 30px;
	}
	
* html #menu_container {
	right: 20px;
	top: 100px;
	}
	
/* Main */
#main {
	padding: 10px 0 0;
	margin: 0;
	position: relative;
	z-index: 1;
	min-height: 1px;
	}
	
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
* html #main {
	height: 1px;
	}
	
#breadcrumb {
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	border-bottom: 1px solid #ddd;
	background: url(images/breadcrumb.gif) repeat-x bottom;
	font-size: 10px;
	text-transform: uppercase;
	color: #a0907d;
	}
	
#breadcrumb a {
	border: none;
	padding: 1px 3px;
	color: #a0907d;
	}
	
#breadcrumb a:hover {
	background: #eee;
	border: 1px solid #999;
	padding: 0 2px;
	color: #cc0000;
	}

/* Page header */
#page_header {
	background: #eee;	
	}
	
#page_header_image 
{
    width: 740px;
    height: 240px;
    overflow:hidden;
}

#page_header img {
	display: block;
	}
	
/* Sidebar */
#sidebar {
	width: 190px;
	float: left;
	position: relative;
	padding: 60px 0 0;
	min-height: 200px;
	margin: -10px 0 0 0;
	background: #fff;
	z-index: 100;
	}
	

	
* html #sidebar {
	height: 550px;
	}
	
	
/* Sub Menu Container */
#sub_menu_container {
	margin: 0 0 50px;
	padding: 5px 5px 0;
	position: relative;
	z-index: 100;
	border: none;
	}
	
#sub_menu_container h3 {
	margin: 0 0 5px 15px;
	color: #423323;
	}
	
	

/* Footer */
#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 25px;
	font-size: 10px;
	color: #ccc;
	line-height: 16px;
	position: relative;
	clear: both;
	min-height: 1px;
	text-transform: uppercase;
	background: url(images/footer.png) no-repeat top center;
	}
	
* html #footer {
	height: 1px;
	background: none;
	padding: 10px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #eee;
	text-decoration: none;
	padding: 2px 3px;
	}
	
#footer a:hover {
	background: #fff;
	color: #000;	
	border: 1px solid #ccc;
	padding: 1px 2px;	
	margin: 0;
	}
	
p#footer_links {
	margin: 5px 0 0;
	}
	
#footer_credit {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0 0 1px 0;
	}
	
* html #footer_credit {
	top: 10px;
	right: 10px;
	}
	
#footer_legal {
	line-height: normal;
	margin: 10px 200px 0 0;
	border-top: 1px solid #d0d0cd;
	padding: 10px 0 0 0;
	color: #6e6f64;
	}
	
#footer_flags {
  margin: 5px 0;
}

#footer_flags img {
  margin-right: 5px;
}
	
/** Sidebar panels **/
.sidebar_panel {
	padding: 10px;
	margin: 0 5px 10px;
	color: #333;
	min-height: 1px;
	}
	
* html .sidebar_panel {
	height: 1px;
	}
	
.sidebar_panel:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.sidebar_panel h3 {
	margin: 0 0 5px 0;
	line-height: 20px;
	color: #423323;
	font-size: 16px;
	}
	
.sidebar_panel input.field {
	font-size: 11px;
	height: 14px;
	padding: 2px 3px;
	border: 1px solid #999;
	display: block;
	margin: 0;
	width: 150px;
	}
	
.sidebar_panel a {
	color: #e10000;
	text-decoration: none;
	}

	
/* News Box */

#news {
	}
	
#news ul {
	list-style: none;
	margin: -10px 0 10px;
	padding: 0;
	}
	
* html #news ul {
	height: 1px;
	}
	
#news li {
	border-bottom: 1px solid #dfeef0;
	padding: 10px 0;
	}
	
* html #news li {
	height: 1px;
	}
	
#news li a {
	color: #000064;
	margin: 5px -10px;
	padding: 5px 10px;
	display: block;
	min-height: 1px;
	position: relative;
	}
	
* html #news li a {
	height: 1px;
	}
	
#news li a:hover {
	background: #cde4e8;
	border: 1px solid #8ea5c2;
	padding: 4px 9px;
	}
	
#news li .more {
	color: #e10000;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	top: 1px;
	}
	
#news li .date {
	color: #e10000;
	display: block;
	margin-bottom: 2px;
	}
	
	
/* Contact Details */
#contact_details {
	line-height: 1.6em;
	min-height: 1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	padding: 10px 0;
	margin: 10px 0 0;
	}
	
* html #contact_details {
	height: 1px;
	}
	
#contact_details:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	}
	
#contact_details strong {
	display: block;
	float: left;
	width: 110px;
	}
	
#contact_details span {
	display: block;
	float: left;
	}

/* Partner Summary */
.partner_summary {
	border-bottom: 1px solid #eee;
	padding: 0 0 30px 200px;
	margin: 0 0 10px 0;
	position: relative;
	}
	
* html .partner_summary {
	height: 1px;
	}
	
.partner_summary img {
	position: absolute;
	top: 0;
	left: 0;
	}
	
* .partner_summary img {
	top: 30px;
	}

	
/***
==== Page Messages ====
***/
		
.page_message {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	color: #666;
	background: #eee;
}

.page_message img {
	float: left;
	display: inline;
}

.page_message_critical {
  color: #333;
}

.page_message_warning {
  color: #999999;
}

.page_message_information {
  color: #0C6AEA;
}


/*** Distributors **/
#content .distributors {
	font-size: 14px;
	margin: 20px 0;
}

#content .distributors li {
	background: none;
	margin: 0;
	}
	
#content .distributors ul {
	margin-bottom: 20px;
	font-size: 11px;
	}
	
#content .distributors ul li {
	margin: 5px 0;
	}
	
/*** Vacancies ***/
.job_description {
  border-bottom: 1px solid #eee;
}

.job_description p {
  margin: 5px 0;
}