HTML, BODY {
	height:100%;
	margin:0px;
	padding:0px;
}
/* Common */
BODY {
	background: #FFF;
}
BODY, TD {
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #27417E;
}
H1 {
	font: bold 18px Tahoma, Helvetica, sans-serif;
	color: #27417E;
	margin: 10px 0px 10px 0px; padding: 0px;
	text-transform: uppercase;
}
H2 {
	font: bold 14px Tahoma, Helvetica, sans-serif;
	color: #27417E;
	margin: 0px; padding: 0px;
}
H3 {
	font: bold 14px Tahoma, Helvetica, sans-serif;
	color: #27417E;
	margin: 20px 0px 10px 0px; padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #9F9F9F;
}
H4 {
	font: bold 10px Verdana, Helvetica, sans-serif;
	color: #27417E;
	margin: 5px 0px 0px 0px; padding: 0px;
}
H5 {
	font: bold 11px "MS Trebuchet", Tahoma, Helvetica, sans-serif;
	color: #27417E;
	margin: 0px 0px 10px 0px; padding: 0px;
}
H6 {
	font: bold 10px Verdana, Helvetica, sans-serif;
	color: #27417E;
	margin: 5px 0px 10px 0px; padding: 0px;
}
TD {
	vertical-align: top;
}
P {
	ttext-align: justify;
	margin: 0px; padding: 5px 0px;
}
A {
	color: #27417E;
	text-decoration: underline;
}
A:hover {
	color: #536FB0;
	text-decoration: underline;
}
DIV.newsDate {
	font: italic 10px Verdana, Helvetica, sans-serif;
	color: #27417E;
	margin: 5px 0px 5px 0px; padding: 0px;
}

/* Main Table */
#main {
	width: 100%; height: 100%;
}
#main TD.top {
	width: 100%;
}
#main TD.bottom {
	width: 100%; height: 50px;
	vertical-align: middle;
}

/* Header */
#header {
	width: 100%; height: 98px;
}
#header TD.right {
	vertical-align: middle;
	padding: 15px 30px;
}
#header TD.lang {
	font: bold 10px Tahoma, Helvetica, sans-serif;
	vertical-align: middle;
}
#header A {
	font: normal 10px Tahoma, Helvetica, sans-serif;
	color: #27417E;
	text-decoration: none;
}
#header A:hover {
	text-decoration: underline;
}

/* Main Menu */
DIV.visualBack {
	height: 195px;
	background: url(../images/bg-visual-back.gif) repeat-x;
}
DIV.visual {
	height: 195px;
	background: url(../images/bg-visual.jpg) no-repeat;
}
#menu TD.link {
	width: 140px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	background: url(../images/bg-link.gif) no-repeat;
}
#menu TD.linkAct {
	width: 140px;
	padding-top: 12px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	background: url(../images/bg-link-act.gif) no-repeat;
}
#menu DIV.active {
	text-align: center;
	height: 28px;
}
#menu A.mainMenu {
	width: 140px;
	color: #A9C2FB;
	padding-top: 12px;
	height: 195px;
	display: block;
	text-decoration: none;
}
#menu A.mainMenu:hover {
	color: #FFF;
	text-decoration: none;
	background: url(../images/bg-link-act.gif) no-repeat;
}

/* Submenu */
#subMenu {
	width: 140px;
	height: 137px;
	background: #5B81DD;
}
#subMenu DIV.activeSubLink {
	font: 10px/10px Verdana, Helvetica, sans-serif;
	background: url(../images/bg-subLink-act.gif) repeat-y;
	color: #FFF;
	padding: 4px 0px 5px 10px;
	border-top: 1px solid #3F61B2;
	border-bottom: 1px solid #3F61B2;
}
#subMenu A {
	font: 10px/10px Verdana, Helvetica, sans-serif;
	color: #D5E2FE;
	padding: 4px 0px 5px 10px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #5B81DD;
	border-bottom: 1px solid #5B81DD;
}
#subMenu A:hover {
	background: url(../images/bg-subLink-act.gif) repeat-y;
	color: #FFF;
	display: block;
	text-decoration: none;
	border-top: 1px solid #3F61B2;
	border-bottom: 1px solid #3F61B2;
}

/* News */
#news {
	height: 154px;
	background: #C7D9FE url(../images/bg-news.gif) repeat-x;
	padding: 20px 30px;
}
#news TD {
	width: 245px;
}
#news .newsItem {
	padding-right: 35px;
}
.newsDate {
	padding-bottom: 15px;
}
.newsTitle {
	font-weight: bold;
	text-decoration: underline;
}
A.more {
	font-weight: bold;
}

/* Content */
#content {
	width: 100%;
}
#content TD.left {
	width: 20%;
}
#content DIV.leftCol {
	width: 255px;
}
#content DIV.leftColPadding {
	padding: 20px 30px;
}
#content TD.center {
	width: 60%;
}
#content DIV.centerCol {
	padding: 40px 20px 30px 0px;
}
#content TD.right {
	width: 20%;
	padding: 45px 5px 0px 0px;
}
#content DIV.rightCol {
	width: 155px;
}
#content DIV.rightColPadding {
	padding: 0px 5px 30px 10px;
}

/* Content Inner Pages */
#contentInner {
	width: 100%;
}
#contentInner TD.left {
	width: 20%;
}
#contentInner DIV.leftCol {
	width: 255px;
}
#contentInner DIV.leftColPadding {
	padding: 0px 30px 20px 30px;
}
#contentInner TD.center {
	width: 60%;
}
#contentInner DIV.centerCol {
	padding: 5px 20px 30px 0px;
}
#contentInner TD.rightProducts {
	width: 80%;
}
#contentInner DIV.product {
	padding: 15px 20px 30px 0px;
}
#contentInner TD.right {
	width: 20%;
	padding: 10px 5px 0px 0px;
}
#rightNews {
	width: 195px;
	background: #EAF2FF;
}
#rightNews DIV.rightNewsPadding {
	padding: 5px 10px 30px 10px;
}
#rightNews P {
	font: 10px Verdana, Helvetica, sans-serif;
}
#rightNews .more {
	font: bold 10px Verdana, Helvetica, sans-serif;
	text-align: right;
	padding: 0px 0px 20px 0px;
}
DIV.newsMore {
	font: bold 10px Verdana, Helvetica, sans-serif;
	text-align: right;
	padding: 0px 0px 10px 0px;
	margin-bottom:20px;
	border-bottom: 1px solid #050B3C;
}
DIV.hrWhite {
	height: 10px;
	border-top: 1px solid #FFF;
}

/* Search and Breadcrumbs */
#breadcrumbs {
	background: #CBDAFE url(../images/bg-breadcrumbs.gif) repeat-x;
	height: 33px;
}
#breadcrumbs TD {
	font: bold 12px Verdana, Helvetica, sans-serif;
	vertical-align: middle;
}
#breadcrumbs H5 {
	font: bold 11px "MS Trebuchet", Tahoma, Helvetica, sans-serif;
	color: #27417E;
	margin: 0px 9px 3px 9px; padding: 0px;
}
#breadcrumbs .firstLevel {
	font: bold 14px Verdana, Helvetica, sans-serif;
}
#breadcrumbs A {
	text-decoration: none;
}

/* Products Menu */
#prodMenu {
	padding-top: 15px;
}
#prodMenu IMG {
	margin-right: 13px;
}
#prodMenu A {
	text-decoration: none;
	font: 10px Verdana, Helvetica, sans-serif;
}
#prodMenu A:hover {
	text-decoration: underline;
}
#prodMenu A.products {
	text-decoration: none;
	font: bold 11px "MS Trebuchet", Tahoma, Helvetica, sans-serif;
}
#prodMenu A.products:hover {
	text-decoration: underline;
}
#prodMenu P {
	padding: 2px 0px;
}

/* Awards Table */
#awards {
	width: 97%;
	margin: 0px 0px 0px 0px;
}
#awards TD.pic {
	width: 7%;
	border-bottom: 1px solid #9F9F9F;
	padding: 15px 20px 15px 0px;
}
#awards TD.text {
	width: 90%;
	border-bottom: 1px solid #9F9F9F;
	padding: 15px 10px 15px 0px;
}
A.download {
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #27417E;
	text-decoration: none;
}
A.download:hover {
	text-decoration: underline;
}


/* All Products Table */
#allProducts {
	width: 95%;
}
#allProducts TD.pic {
	width: 10%;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #9F9F9F;
}
#allProducts TD.description {
	width: 85%;
	padding: 20px 0px 20px 15px;
	border-bottom: 1px solid #9F9F9F;
}
#allProducts TD.next {
	padding: 10px 0px;
	text-align: right;
}

/* Product Description */
#description TD.text {
	ttext-align: justify;
}
#description TD.pic {
	width: 10%;
	padding: 0px 0px 0px 20px;
}
#techInfo {
	border-top: 1px solid #B5CDE7;
	border-right: 1px solid #3F7DC1;
	border-bottom: 1px solid #3F7DC1;
	border-left: 1px solid #B5CDE7;
}
#techInfo TD {
	font: 12px Tahoma, Helvetica, sans-serif;
	padding: 5px;
	border-top: 1px solid #3F7DC1;
	border-right: 1px solid #B5CDE7;
	border-bottom: 1px solid #B5CDE7;
	border-left: 1px solid #3F7DC1;
}
#techInfo TR.blue {
	background:#E6EEF7;
}

/* Footer */
#footer {
	width: 100%; height: 50px;
}
#footer TD.copy {
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #577DD6;
	padding: 15px 30px;
	vertical-align: middle;
}
#footer TD.rm {
	padding: 14px 30px;
	vertical-align: middle;
	text-align: right;
}

/* Form */
FORM {
	padding: 0px; margin: 0px;
}
INPUT {
	font: 10px Tahoma, Helvetica, sans-serif;
	color: #000;
}
INPUT.search {
	border: 1px solid #050B3C;
	width: 125px; height: 18px;
}