@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	color: black;
	background: #eeeeec url("/img/header_bg_gradblue.png") repeat-x;
}

body, td, th, div {
	font: normal 9pt "Tahoma",sans-serif;
	text-align: left;
}

img {
	border: none;
}

div#outer {
	width: 744px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	background: url("/img/header_bg_gradblue.png") repeat-x; /* Aluminium 1 */
	height: 70px;
}

div#header div#navbuttons a {
	width: 74px;
	height: 19px;
	background: url("/img/header_tab_blue.png") no-repeat;
	text-align: center;
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	margin-top: 52px;
	margin-left: 1px;
	padding-top: 3px;
}

div#header div#navbuttons a.red {
	background: url("/img/header_tab_red.png") no-repeat;
}

div#header div#navbuttons a:hover,
div#header div#navbuttons a.red:hover {
	text-decoration: underline;
	background: url("/img/header_tab_lightblue.png") no-repeat;
}

div#separatorbar {
	background: url("/img/header_separatorbar_bluegrad.png") repeat-x;
	height: 4px;
	position: absolute;
	top: 72px;
	z-index: -1;
	left: 0px;
	right: 0px;
	width: 100%;
}

div#logo {
	float: right;
}

div#content {
	width: 100%;
	margin-top: 6px;
	background: #eeeeec url("/img/body_bg_fibonaccispiral.png") no-repeat center 10px;
	padding: 10px;
	overflow: auto;
}

div#content a, div#footer a {
	color: #204a87;
	text-decoration: underline;
}

div#content a:hover, div#footer a:hover {
	color: #a40000;
}

div#content div#banner {
	text-align: center;
}

div.body_column_small {
	margin: 10px;
	width: 147px;
	padding: 8px;
	float: left;
}

div#whatwedo {
	background: url("/img/body_column_bg_blue.png") no-repeat;
}

div.body_column_header {
	text-align: center;
	font-size: 12pt;
	color: #204a87;
	border-bottom: 2px dotted #2e3436;
	padding-bottom: 3px;
}

div.body_column_small div.body_column_header {
	width: 138px;
}

div.body_column_large {
	margin: 10px 0px 0px 180px;
	width: 512px;
	padding: 8px;
}

div.body_column_large div.body_column_header {
	text-align: left;
	width: 490px;
}

div#news, div#products, div#services {
	background: url("/img/body_column_bg_orange.png") no-repeat;
}

div#sitemap {
	background: url("/img/body_column_bg_green.png") no-repeat;
}

div#headlines {
	background: url("/img/body_column_bg_yellow.png") no-repeat;
}

div#sitemap ul {
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 15px;
}

div#sitemap li a {
	display: block;
	padding: 2px;
	text-decoration: none;
}

div#sitemap li a:hover {
	color: #a00000;
	text-decoration: underline;
}

div#footer {
	height: 20px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url("/img/footer_bg_gray.png") center center no-repeat;
	color: #2e3436;
	padding-top: 8px;
	border-top: 2px dotted #2e3436;
	clear: both;
}

div#content a.product {
	display: block;
	margin-top: 5px;
	height: 65px;
	text-decoration: none;
	color: #2e3436;
	vertical-align: middle;
	width: 480px;
	padding: 5px;
	cursor: pointer;
}

div#content a.product:hover {
	background: #df9726 url("/img/product_highlighted_bg.png") repeat-x;
}

a.product span.product_icon {
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	clear: none;
}

a.product span.product_description {
	float: right;
	display: block;
	width: 360px;
	vertical-align: middle;
	clear: none;
}

button {
	padding: 8px;
	margin-right: 10px;
}

div.product_page,
div.service_page {
	line-height: 20px;
}

h1, h2, h3 {
	color: #204a87;
}

div.product_page img.product_icon,
div.service_page img.service_icon {
	float: right;
}

div#services p,
div#support p {
	width: 460px;
}

div#services li {
	margin-bottom: 5px;
	line-height: 15px;
	width: 400px;
}

div#support table#support_login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div#support table#support_login input.text {
	width: 200px;
}

div#support table#support_login td.label {
	width: 60px;
}

div#support table#support_login td.buttons,
div#requestdemo td.buttons {
	text-align: center;
}

div#support table#support_login td.buttons button {
	padding: 2px;
	width: 80px;
}

div#news table {
	width: 490px;
}

div#news td.stamp {
	width: 100px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

div#news td.content {
	padding-bottom: 10px;
}

div#headlines img {
	float: right;
	margin: 10px 30px 10px 10px;
	border: 1px solid black;
}

div#headlines div.blog_title {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

div#headlines div.blog_content {
	font-size: 8pt;
	margin-bottom: 10px;
}

div#contact table {
	margin-top: 20px;
}

div#contact td.label {
	width: 100px;
	vertical-align: top;
	font-weight: bold;
}

div#contact td.info {
	width: 320px;
	padding-bottom: 10px;
}

div#map_canvas {
	border: 1px solid #2e3436;
}

div#requestdemo td.label {
	width: 160px;
	vertical-align: top;
	font-weight: bold;
	padding-right: 5px;
}

div#requestdemo td.input input,
div#requestdemo td.input select {
	width: 300px;
	margin-bottom: 4px;
}

div#news_detail table {
	width: 100%;
}

div#news_detail td {
	vertical-align: top;
}
