/*
	Screen-Styles for Smart Mechatronics
	written 2008 by Tim Adler
	www.tim-adler.com
*/
/* INCLUDES */


/* @group TAG REDEFINITIONS */

* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	outline: none;
	border: 0;
}

html {
	background: #d3e9fe url(../images/header-back.gif) repeat-x 0 top;
	min-height: 100%;
	height: auto !important;
}
body { 
	font-size: 68,75%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	min-height: 100%;
	height: auto !important;
	color: #427cb7;
	line-height: 1.3em;
} /* IE */
html > body   { 
	font-size: 11px;
	color: #427cb7;
}  /* Other browsers */


p {
	margin-bottom: 1em;
}

label		{ font-weight: bold; display: block;}
input, textarea, select	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	background-color: #ddd;
	border: 1px solid #bbb;
	padding: 2px;
}
textarea {
	font-size: 0.95em;
}
fieldset {
	border-top: 1px solid #e2e7de;
	margin: 1.5em 0;
	padding: 0.5em 0;
}
ol, ul {
	margin-bottom: 1em;
}
ol li, ul li {
	margin-left: 20px;
}
h1 { 
	font-size: 2em; 
	color: #003f7f;
	margin-bottom: 0.5em
}
h2 { 
	font-size: 1.6em; 
	color: #003f7f;
	margin-bottom: 0.4em;
}
h3 { 
	font-size: 1.4em; 
	color: #003f7f;
	margin-bottom: 0.3em
}
h4 { 
	font-size: 1.2em; 
	color: #003f7f;
	margin-bottom: 0.2em	
}
h5 {
	text-transform: uppercase; 
	font-size: 1em; 
	font-weight:bold; 
	color: #003f7f;
	margin-bottom: 0.1em	
}
h6 { 
	font-size: 1em;
	color: #003f7f;	
}
a {
	color: #003f7f;
	font-weight: bold;
}
a:hover {
	color: #3273bb;
}
button {
	background-color: #003f7f;
	padding: 1px 5px;
	color: white;
	border: 2px outset #003f7f;
	font-size: 1em;
}
img {
	border: 1px solid #ddeeff;
}
strong {
	color: #1d5288;
}
cite {
	display: block;
	color: #003f7f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1.2em;
	margin-bottom: 1em;
}
/* @end */

/* @group UTILITIES */
.hidden {
	display: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	zoom: 1; /* Triggering hasLayout in IE7 : THIS IS NOT VALID */
}
* html .clearfix { /* only show to IE */
	height: 1%;
}
img[align=left] {
	margin-right: 5px;
}
img[align=right] {
	margin-left: 5px;
}
p.nobr {
	margin-bottom: 0;
}
p.dblbr {
	margin-bottom: 2em;
}
input.clear {
	color: #b5b5b5;
}
/* @end */

/* @group IDs, CLASSes, SELECTORs */
.wrapper {
	position: relative;
	width: 860px;
	margin: auto;
}
#header {
	position: relative;
	height: 119px;
	padding-top: 40px;
}
#logo {
	width: 218px;
	height: 54px;
	background-image: url(../images/logo.gif);
	overflow: hidden;
	text-indent: -999px;
	margin: 0;
}
#menu {
	margin-top: 22px;
	list-style: none;
	font-size: 10px;
	background: url(../images/menu-item-divider.gif) no-repeat right top;
}
#menu li {
	width: 143px;
	height: 43px;
	float: left;
	list-style: none;
	margin: 0;
}
#menu li.selected {
	background: url(../images/menu-item-highlight.gif) repeat-x left center;
}
#menu li a {
	display: block;
	width: 121px;
	height: 27px;
	padding: 8px 11px;
	background: url(../images/menu-item-divider.gif) no-repeat left top;
	text-decoration: none;
}
#menu li a span.main{
	display: block;
	color: #9cf;
	text-transform: uppercase;
	font-weight: bold;
}
#menu li a span.description{
	display: block;
	margin-top: 3px;
}
#submenu {
	height: 38px;
	background: url(../images/submenu-back.gif) repeat-x left;
	overflow: hidden;
}
#submenu ul {
	list-style: none;
	margin: 0;
	float: left;
	background: url(../images/submenu-divider.gif) no-repeat right;
	overflow: hidden;
}
#submenu ul li {
	list-style: none;
	float: left;
	margin: 0;
	background: url(../images/submenu-divider.gif) no-repeat left;
}
#submenu ul li a {
	display: block;
	padding: 10px 15px;
	height: 18px;
	color: #002348
}
#submenu ul li.selected a {
	background: url(../images/submenu-back-selected.gif) repeat-x;
	text-decoration: none;
}
#submenu ul li a:hover {
	color: #235184
}
#content {
	background-color: #f2f9ff;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer {
	position: relative;
	border-top: 1px solid #c0dffe;
	padding: 18px 0;
	line-height: 1.3em;
}
#footer a {
	color: #427cb7;
	font-weight: normal;
}
#footer a:hover {
	color: #90c2f4;
}
#footer img.ornament {
	position: absolute;
	right: 0px;
	bottom: -18px;
	z-index: 99;
	border: 0;
}
div.main {
	float: left;
	width: 564px;
	margin-right:11px;	
}
div.imageblock {
	margin: 0;
	padding: 0;
}

div.imageCol {
	margin: 0;
	padding: 0;
}

div.main div.sideimg {
	/*float: left;*/
	margin-right: 10px;
	font-size: 0.8em;
	/*width: 213px;*/
	overflow: hidden;
}
div.main div.sideimg img {
	margin-bottom: 4px;
}
div.main div.sideimg p {
	margin-left: 5px;
}
a.arrow {
	color:  #427cb7;
}
a.arrow:hover {
	color: #90c2f4;
}
a.arrow {
	background: url(../images/items-arrow.gif) no-repeat left 4px;
	padding-left: 5px;
}
div.marginals {
	float: left;
	width: 285px;
}

div.marginals h5 {
	margin-left: 10px;
	margin-bottom: 7px;
}
div.marginals p {
	margin-left: 10px;
}
div.marginals form {
	margin-left: 10px;
}
div.marginals form input {
	border: 2px inset #F0F0F0;
	background: #fff;
}
div.marginals ul.items li {
	padding-left: 10px;
	padding-bottom: 7px;
}
div.marginals ul.items li.smallimg a {
	display: inline-block;
	margin-top: 5px;
}
div.marginals ul.textonly li {
	padding-top: 10px;
	padding-bottom: 10px;	
}
div.marginals .bullet-arrow {
	float: right;
}
div.marginals div.contact-person {
	border-bottom: 1px dashed #bddeff;
	padding-bottom: 7px;
	line-height: 1.3em;
}
div.marginals div.contact-person a {
	font-weight: normal;
	color: #427cb7;
}
div.marginals div.contact-person a:hover {
	color: #90c2f4;
}
div.marginals span.emphasize{
	color: #7da6cf;
	font-style: italic;
}

div.element {
	position: relative;
	border-top: 1px solid #bddeff;
	padding-top: 8px;
}
div.follow-element {
	position: relative;
	border-top: 1px dashed #bddeff;
	padding-top: 8px;
}
div.nospace {
	padding-top: 0;
}
div.extraspace {
	padding-bottom: 15px;
}
div.inset {
	padding-left: 10px;
}
.with-meta {
	position: relative;
	padding-left: 140px;
}
.with-meta span.meta {
	display: block;
	position: absolute;
	width: 125px;
	top: 8px;
	left: 0px;
	color: #99c3ec;
	font-weight: bold;
	text-align: right;
}
.with-meta img.meta {
	position: absolute;
	width: 125px;
	top: 26px;
	left: 0px;
}
div.leadin p {
	font-size: 1.2em;
}
div.logo-branded {
	padding-right: 135px;
	padding-bottom: 10px;
	background: url(../images/3d-symbol.gif) no-repeat right bottom;
}
div.columns {
	width: 428px;
	margin-bottom: 0.5em;
}
div.column {
	float: left;
	width: 208px;
	margin-right: 6px;
}
div.column h6 {
	padding: 8px 5px 0 5px;
}
div.column p {
	padding: 0 5px;
}
.column-context {
	margin-left: 5px;
}
ul.items {
	list-style: none;
}
ul.items li {
	list-style: none;
	border-bottom: 1px dashed #bddeff;
	margin: 0;
	padding-top: 8px;
}

.important {
	/*color: #fd5923;*/
	color: #ffa629;
}
a.important:hover {
	color: #fd855b;
}

a.bullet-arrow {
	display: inline-block;
	background-image: url(../images/arrow-bullet.gif);
	padding-left: 15px;
	color:  #427cb7;
	font-weight: normal;
}
a.bullet-arrow-important, ul.bullet-arrow-important li {
	display: inline-block;
	/*color: #fd5923;*/
	color: #ffa629;
	background-image: url(../images/imporant-arrow-bullet.gif);
	font-weight: bold;
	padding-left: 18px;
}
ul.bullet-arrow-important {
	list-style: none;
}
ul.bullet-arrow-important li {
	list-style: none;
	display: block;
	margin: 0 0 1em 0;
}
ul.bullet-arrow-important li a {
	/*color: #fd5923;*/
	color: #ffa629;
}
ul.bullet-arrow-important li a:hover {
	color: #fd855b;
}
ul.bullet-arrow {
	list-style: none;
}
ul.bullet-arrow li {
	display: block;
	background-image: url(../images/arrow-bullet-unimportant.gif);
	padding-left: 18px;
	list-style: none;
	margin: 0 0 1em 0;
}

div.intended {
	position: relative;
	left: 120px;
	top: -30px;
}
div.intended h1 {
	position: relative;
	left: -120px;
	top: 30px;
}


/* @end */
