/*<group=Standard Styles>*/

ul {
	line-height: 1.2em;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
}

li {
	line-height: 1.2em;
	list-style: outside square;
	margin-bottom: 15px;
	color: #ffff66;
}

ol {
	color: #ffffff;
	margin-top: 30px;
	margin-left: 15px;
	list-style: inside;
	margin-bottom: 30px;
}

ol li {
	list-style: decimal;
}

body {
	background: #ba0000 left bottom url(images/stripes.gif) fixed repeat-x;
	font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: white;
}

a:link, a:visited {
	color: #ffff66;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}

blockquote {
	margin-top: 5px;
	margin-bottom: 10px;
	background: #ffff66;
	font-size: .9em;
	color: #333333;
	padding: 8px;
	line-height: 1.4em;
}

h1 {
	color: #ffff66;
	font-size: 2.1em;
	line-height: 2.1em;
}

h2 {
	color: #ffff66;
	font-size: 1.8em;
	line-height: 1.8em;
}

h3 {
	color: #ffff66;
	font-size: 1.5em;
	line-height: 1.5em;
}

h4 {
	color: #ffff66;
	font-size: 1.2em;
	line-height: 1.2em;
}

p {
	color: #fff;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 10px;
}

p a:link, p a:visited {
	color: #fff;
	line-height: 1.4em;
	text-decoration: underline;
}

p a:hover, p a:active {
	color: #ffff66;
	line-height: 1.4em;
	text-decoration: underline;
}

/*</group>*/

/*<group=Layout>*/

#disclaimer {
	color: #0080ff;
	font-size: .75em;
	line-height: 1em;
}

img {
	border: 0;
}

.image-left {
	float: left;
	margin: 5px 5px 5px 0;
}

.image-right {
	float: right;
	margin: 5px 0 5px 5px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 784px;
	margin-top: 30px;
	border-style: none;
}

#header {
	width: 764px;
	height: 149px;
	border-style: none;
	margin: 0 auto;
}

#mainlogo {
	width: 180px;
	height: 148px;
	float: left;
}

.tab {
	background: 0px 0px no-repeat url(images/tab.png);
	width: 180px;
	height: 148px;
	float: right;
	text-align: center;
	margin: 0 0 0 4px;
}

.tab:hover {
	width: 180px;
	height: 148px;
	float: right;
	text-align: center;
	margin-left: 4px;
	background: 0px -148px no-repeat url(images/tab.png);
}

.tab2 {
	background: url(images/tab2.png) 0px 0px no-repeat;
	width: 180px;
	height: 148px;
	float: right;
	text-align: center;
	margin: 0 0 0 4px;
}

.tab2:hover {
	background: 0px -148px url(images/tab2.png) no-repeat;
	width: 180px;
	height: 148px;
	float: right;
	text-align: center;
	margin-left: 4px;
}

.headerlink {
	margin-top: 110px;
	text-align: center;
	font-size: .9em;
}

.headerlink a:link, .headerlink a:visited {
	text-align: center;
	color: #666666;
}

.headerlink a:hover, .headerlink a:active {
	text-align: center;
	color: #800000;
}

#headerimage {
	background: url(images/title-image.png) no-repeat top;
	width: 210px;
	height: 148px;
	float: left;
	text-align: center;
	margin: 0 0 0 4px;
}

#nav {
	width: 782px;
	height: 21px;
	background: url(images/nav-back.png) no-repeat;
	padding-top: 7px;
	text-align: center;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
}

.navlink {
	width: 190px;
	text-align: center;
	color: #666666;
	font-size: .9em;
	text-shadow: #fff 0 1px 0px;
	float: left;
	font-weight: bold;
}

.navlink a:link, .navlink a:visited {
	width: 190px;
	text-align: center;
	color: #666666;
	text-shadow: #fff 0 1px 0px;
	text-decoration: none;
	line-height: normal;
	float: left;
	font-weight: bold;
}

.navlink:hover {
	width: 190px;
	text-align: center;
	color: #666666;
	text-shadow: #fff 0 1px 0px;
	text-decoration: underline;
	line-height: normal;
	float: left;
	font-weight: bold;
}

#shadow {
	width: 762px;
	height: 12px;
	background: url(images/shadow.gif) no-repeat;
	margin: 0 auto;
	float: none;
	margin-top: 0;
	margin-left: 10px;
}

#content {
	float: left;
	width: 480px;
	margin-left: 18px;
}

#sidebar {
	background: right top;
	width: 224px;
	margin-top: 20px;
	margin-right: 18px;
	float: right;
}

.clearer {
	clear: both;
}

#rule {
	border-bottom: 1px solid #800000;
	width: 762px;
	height: 1px;
	margin: 20px auto 8px;
}

#footcontainer {
	width: 762px;
	height: 20px;
	margin: 20px auto 50px;
}

#footer {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 600;
	text-align: left;
	line-height: 1.2em;
	float: left;
	width: 490px;
}

#copyright {
	color: #ffffff;
	font-size: 1em;
	float: right;
	margin-top: 8px;
	margin-right: 50px;
}

#imagetopmargin {
	margin-top: 30px;
}

#productlist {

}

#productlist li {
	color: #ffffff;
	list-style: url(images/bullet.gif);
	margin-left: 30px;
}

#products {
	width: 390px;
	height: 90px;
	margin-left: 30px;
}

#press {
	background: #ffffff;
	border: 2px solid #000000;
}

.datasheet {
	text-align: center;
	width: 110px;
	margin-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	margin-bottom: 15px;
	height: 150px;
}

/*</group>*/

/*<group=Thickbox CSS>*/

/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_window h2 {
	color: #800000;
	font-size: 1.8em;
	line-height: 1.8em;
}

#TB_window h4 {
	color: #800000;
	font-size: 1.2em;
	line-height: 1.2em;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

#TB_window a:link {
	color: #666666;
}

#TB_window a:visited {
	color: #666666;
}

#TB_window a:hover {
	color: #000;
}

#TB_window a:active {
	color: #666666;
}

#TB_window a:focus {
	color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height: 100%;
	width: 100%;
	background: #000 url(images/tb-back.png);
}

* html #TB_overlay {
	/* ie6 hack */
     position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	border: 4px solid #800000;
	text-align: left;
	top: 50%;
	left: 50%;
}

* html #TB_window {
	/* ie6 hack */
position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	height: 27px;
	background: #e8e8e8 repeat-x url(images/tb-title.gif);
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
	color: black;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
	/* -height/2 0 0 -width/2 */
}

* html #TB_load {
	/* ie6 hack */
position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect {
	/* ie6 hack */
     position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

/*</group>*/

/*<group=rollover>*/

.rollover a {
	display: block;
	width: 160px;
	;
background: url(images/button.gif) no-repeat 0 0;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 8px;
	background: url(images/button.gif) no-repeat 0 0;
	color: #666666;
	padding: 4px 20px;
}

.rollover a:hover {
	background-position: 0px -24px;
	color: #666666;
}

.rollover a:active {
	background-position: 0px -48px;
	color: #fff;
}

/*</group>*/