* 
{
	margin: 0px auto;
	padding: 0px;
}

html, body 
{
	font-family: arial,verdana,helvetica,sans-serif;
	line-height: 20px;
	font-size: 62.5%;
	color: #555555;
	background: #636363 url("../images/bg.jpg") top left repeat-x fixed;
	text-align: center;
}

span 
{
	display: none;
}

.red 
{
	color: #c0223e;
}

.blue 
{
	color: #0195bb;
}

.text_color 
{
	color: #555555;
}

.light_grey 
{
	color: #cccccc;
}

.dark_grey 
{
	color: #818181;
}

.float_left {
	float: left;
}

.float_right 
{
	float: right;
}

a 
{
	color: #c0223e;
}

a:hover 
{
	text-decoration: none;
}

img 
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}

a:link.language_switch_red,
a:visited.language_switch_red 
{
	color: #c0223e;
	text-decoration: underline;
	display: block;
	width: 30px;
	float: left;
}

a:hover.language_switch_red 
{
	color: #c0223e;
	text-decoration: none;
	display: block;
	width: 30px;
	float: left;
}

a:link.language_switch_blue,
a:visited.language_switch_blue 
{
	color: #01afd4;
	text-decoration: underline;
	display: block;
}

a:hover.language_switch_blue 
{
	color: #01afd4;
	text-decoration: none;
	display: block;
}

#container 
{
	position: relative;
	display: block;
	overflow: hidden;
	width: 950px;
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.min_height 
{
	float: right;
	width: 1px;
	height: 500px;
}

#sidebar 
{
	position: relative;
	display: block;
	overflow: hidden;
	width: 950px;
	background: #cccccc url("../images/bg_sidebar.jpg") top left no-repeat;
}

#language_switch 
{
	position: absolute;
	top: 13px;
	left: 22px;
	width: 100px;
	font-size: 14px;
}

#home_button 
{
	position: absolute;
	top: 80px;
	left: 100px;
}

.home
{
	width: 502px;
	float: left;
}

.consultancy
{
	text-align: center;
	width: 251px;
	float: left;
}

.solutions
{
	text-align: center;
	width: 251px;
	float: right;
}

.consultancy a:link
{
	text-decoration: none;
}

.news 
{
	width: 164px;
	height: 475px;
	padding-left: 6px;
	margin-top: 18px;
	float: right;
	background: url("../images/bg_news.gif") top left repeat-y;
	font-size: 10px;
	line-height: 16px;
}

.news h3
{
	margin-top: 4px;
	font-size: 11px;
	font-weight: bold;
}

#banner 
{
	border-top: 8px solid #ffffff;
	border-bottom: 8px solid #ffffff;
	width: 690px;
	height: 220px;
	background-image: url('../images/banner_1.jpg');
}

#page 
{
	position: relative;
	width: 691px;
	background: #ffffff;
	padding: 0 10px 20px 10px;
	margin: 0 0 0 240px;
	font-size: 12px;
	display: inline;
}

#logo_bottom 
{
	position: absolute;
	right: 0;
	bottom: 0;
}

#breadcrumbs li 
{
	margin-top: 24px;
	float: left; 
	display: inline; 
	font-size: 10px;
	color: #818181;
	padding-left: 24px;
	padding-right: 9px;
	background: url(../images/breadcrumb_divider.jpg) top left no-repeat; 
}

#breadcrumbs #home 
{
	background: none;
	padding-left: 0px;
}	

#nav ul 
{
	font-size: 14px;
	position: absolute;
	width: 162px;
	left: -1000px;
}

#nav li 
{
	float: left;
	width: 172px;
	border-left: 1px solid #000000;
	list-style: none;
	text-align: center;
}

#nav li:hover ul,
#nav li.ie_does_hover ul
{
	left: auto;
	background-position: 0 0;
	font-weight: normal;
}

#nav a {
	display: block;
	margin: 10px 5px 3px 5px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#nav ul ul a:link,
#nav ul ul a:visited 
{
	font-weight: normal;
	color: #cccccc;
	cursor: pointer;
	margin: 10px 5px 3px 5px;
}

#nav ul ul a:hover,
#nav ul ul a:active 
{
	font-weight: normal;
	color: #000000;
	cursor: pointer;
}

#nav li 
{
	background-color: #ffffff;
	border-top: 15px solid #d1d1d1;
}

#nav li:hover
{
	border-top: 15px solid #c0223e;
	background-color: #f3f3f3;
}

#nav li ul li 
{
	margin: 0px 0px 0px -1px;
	margin: 0px 0px 0px -87px !ie;
	border-top: 0px;
	border-right: 1px solid #000000;
	background: #f3f3f3 url("../images/bg_submenu_normal.gif") top left repeat-y;
}

#nav li ul li:hover 
{
	border-top: none;
	background: #ffffff url("../images/bg_submenu_hover.gif") top left repeat-y;
}

#nav .black_bottom
{
	border-bottom: 1px solid #000000;
}

#nav .no_border 
{
	border-left: 0px;
}

#nav .active 
{
	border-top: 15px solid #0195bb;
}

#nav .active_no_border
 {
	border-left: 0px;
	border-top: 15px solid #0195bb;
}

#nav li ul .active
{
	border-top: none;
	background: #f3f3f3 url("../images/bg_submenu_active.gif") top left repeat-y;
}

#nav .active_black_bottom 
{
	border-bottom: 1px solid #000000;
	background: #f3f3f3 url("../images/bg_submenu_active.gif") top left repeat-y;
}

#content 
{
	margin-left: 6px;
	display: block;
	overflow: hidden;
	clear: both;
	width: 683px;
	float: left;
}

.quote_box 
{
	margin-top: 24px;
	background: #dfdfdf url("../images/bg_quote_box.gif")	top left repeat-x;
	border: 1px solid #cecece;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 18px;
	font-style: italic;
}

#container #sidebar #page #content p 
{
	margin-top: 12px;
}

#container #sidebar #page #content ul 
{
	margin-top: 12px;
	margin-left: 20px;
	list-style-type: disc;
}

#container #sidebar #page #content h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin-top: 24px;
	padding-bottom: 4px;
}

#container #sidebar #page #content h1, h2, h3, h4, h5, h6 a
{
	text-decoration: none;
}

#container #sidebar #page #content h1
{
	color: #c0223e;
	font-size: 26px;
}

#container #sidebar #page #content h2
{
	color: #0195bb;
	font-size: 22px;
}

.quote_box h1, h2, h3, h4, h5, h6
{
	font-style: normal;
}

.pricelist 
{
	border-collapse: collapse;
	border-color: #cccccc;
}

.pricelist th 
{
	padding: 4px 8px 4px 8px;
	border: 1px solid #cccccc;
	text-align: center;
	font-weight: normal;
}

.pricelist td
{
	padding: 4px 8px 4px 8px;
	border: 1px solid #cccccc;
}
