/********/
/* html */
/********/
html{
	overflow-x:hidden;
}

body {
	background:#d1e8ff url(../img/bg/body.gif) repeat-x;
	margin:0;
	padding:0;
	text-align:center;
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1,h2,h3,h4,h5,h6{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

h1 {
	color:#00489b;
	font-style:italic;
	font-size:20px;
	margin:13px 0 25px 0;
}

h2{
	font-size:20px;
	margin:29px 0 0 0;
}

#sidebar_right_inner h2{
	margin:0;
}

h3 {
	font-size:12px;
	margin:18px 0 11px 0;
}

h4 {
	font-size:10px;	
}

h5 {
	
}

h6 {
	
}

p {
	margin:0 0 18px 0;
	padding:0;
}

a {
	color:#6d6d6d;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#e54000;
}

a.active,
a:focus {
	outline: 0
}

hr {
	background:#FFF;
	border:0;
	border-top:1px solid #DDD;
	height:1px;
	line-height:1px;
	margin:0 0 10px 0
}

form {
	margin:0;
	padding:0
}

input,
textarea,
select {
	border:1px solid #DBDFE6;
	color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:16px;
	padding:2px 5px 0 5px
}

td {
	color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	vertical-align:top
}

ul {
	margin:0 0 20px 15px;
	padding:0
}

/**********/
/* layout */
/**********/
/* page */
#page {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:928px;
	min-height:580px;
	background:url(../img/bg/page.png) repeat-y;
	position:relative;
}

#page #inner{
	width:900px;
	min-height:580px;
	margin:0 0 0 1px;
}

#page_shadow{
	width:928px;
	margin:0 auto;
	background:url(../img/bg/page_shadow.png) no-repeat;
	height:31px;
}

/* header */
#header {
	height:121px;
	background:url(../img/bg/header_bg.gif) repeat-x;
	position:relative;
}

#logo {
	position:absolute;
	left:30px;
	top:19px;
	z-index:20;
}

#logo img {
	height:87px;
	position:absolute;
	left:0;
	top:0;
}

#logo h1{
	position:absolute;
	left:100px;
	top:45px;
	z-index:20;
	width:400px;
	font-size:18px;
}

#home #logo h1{
	position:absolute;
	left:100px;
	top:12px;
	z-index:20;
	width:400px;
	font-size:18px;
}

#logo .logo_txt2 h1{
	position:absolute;
	left:100px;
	top:12px;
	z-index:20;
	width:400px;
	font-size:18px;
}

#action_menu{
	position:absolute;
	z-index:20;
	left:720px;
	top:13px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
}

#action_menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#action_menu a{
	text-decoration:none;
	color:#00489b;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	line-height:25px;
}

#action_menu a.active,
#action_menu a:hover{
	color:#e54000;
}

#action_menu li.active{
	display:none;
}

#header_bg img{
	width:900px;
	height:120px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}

/* menu */
#menu {
	position:absolute;
	font-size:10px;
	left:28px;
	z-index:20;
	top:132px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0
}

#menu li {
	float:left;
	margin:0 0 0 -1px;
}

#menu li a {
	text-decoration:none;
	color:#00489b;
	padding:0 10px;
	line-height:27px;
	display:block;
	border-top:1px solid #c1e0ff;
	background:url(../img/bg/menu_seperator.gif) no-repeat right center;
}

#menu li a:hover,
#menu li:hover a,
#menu li.active a,
#menu li.cs_hover a {
	color:#e54000;
	background: #fff;
	border-top:1px solid #00489b;
	border-left:1px solid #00489b;
	border-right:1px solid #00489b;
	padding:0 9px;
}

/* submenu */
#menu li ul {
	left:0;
	margin:0;
	padding:10px 0 0 0;
	position:absolute;
	display:none;
	top:22px;
	width:640px;
}

#menu li:hover ul,
#menu li.cs_hover ul,
#menu li.active ul{
	display:block;
	background:url(../img/bg/white.gif) repeat-x bottom;
}

#menu li li {
	border:none;
	margin:0;
	float:left;
}

#menu li li a,
#menu li.active li a,
#menu li.cs_hover li a{
	font-weight:normal;
	color:#00489b;
	margin:0;
	padding:0 13px;
	text-transform:none;
	border:0;
	background:#fff url(../img/bg/menu_seperator.gif) no-repeat right 9px;
	line-height:25px;
}

#menu li.active li a.active,
#menu li.cs_hover li a.active{
	color:#e54000;
}

#menu li li a:hover,
#menu li li.active a {
	border:0;
	padding:0 13px;
	background:transparent url(../img/bg/menu_seperator.gif) no-repeat right 9px;
	color:#e54000;
}

/* content */
#content {
	background:url(../img/bg/content_top_effect.gif) 0 0 no-repeat;
	width:700px;
	float:left;
	display:inline;
	text-align:center;
}

#home #content{
	background:url(../img/bg/content_top_effect_home.gif) 0 0 no-repeat;
}

#content_inner{
	width:700px;
	margin-bottom:30px;
}

#box_wrapper{
	color:#6d6d6d;
	font-size:10px;
	line-height:20px;
	width:681px;
	margin:70px 0 0 19px;
	float:left;
	background:url(../img/bg/content_bg.gif) repeat-y;
	display:inline;
	min-height:330px;
}

#box_wrapper #inner_left{
	margin:32px 0 20px 0;
	padding:0 20px;
	float:left;
	width:380px;
}

#box_wrapper #inner_right{
	margin:20px 0 0 0;
	padding:0 20px;
	float:left;
	width:201px;
}

#box_shadow{
	float:left;
	background:url(../img/bg/box_bottom.gif) no-repeat;
	height:48px;
	width:700px;
	display:inline;
	margin-bottom:30px;
}

#sidebar_right {
	background:#00489b;
	width:200px;
	float:left;
	color:#fff;
	font-size:10px;
	line-height:16px;
}

#sidebar_right h1,
#sidebar_right h2 {
	line-height:22px;
}

#sidebar_right #sidebar_right_inner{
	padding:29px 20px 0 20px;
}

#sidebar_right img{
	margin:0 0 0 1px;
}

#sidebar_right #sidebar_right_inner img{
	margin:0;
}

#sidebar_right a{
	color:#fff;
}

#sidebar_right a:hover{
	color:#e54000
}

/* triggers */
#triggers {
	height:31px;
	background:url(../img/bg/content_bottom_effect.gif) repeat-x;
	position:absolute;
	bottom:0;
	left:1px;
	width:700px;
	margin:20px 0 0 0;
}

#triggers ul{
	margin:0 0 0 21px;
	padding:0;
	list-style:none;
}

#triggers li{
	float:left;
	background:url(../img/bg/menu_seperator.gif) no-repeat right center;
}

#triggers a{
	color:#175ba8;
	text-decoration:none;
	padding:0 18px;
	font-size:10px;
}

#triggers a:hover,
#triggers a.active{
	color:#e54000;
}

/*********/
/* pages */
/*********/
/* HOME */
#home #box_shadow{
	background:url(../img/bg/box_bottom_home.gif) no-repeat;
	height:25px;
}

#home #box_wrapper_inner{
	width:600px;
	height:330px;
	margin:0 0 21px 30px;
	background:#d2e8ff;
	border:1px solid #00489b;
}

#home #box_wrapper_inner p{
	margin:0;
}

#home #box_wrapper_inner a{
	color: #00489b;
	text-decoration:none;
}

#home #box_wrapper_inner a:hover{
	color: #e54000;
}

#home #box_wrapper_inner .column1,
#home #box_wrapper_inner .column2,
#home #box_wrapper_inner .column3{
	width:200px;
	float:left;
	height:330px;
	display:inline;
}

#home #box_wrapper_inner .row1,
#home #box_wrapper_inner .row2,
#home #box_wrapper_inner .row3{
	float:left;
	height:110px;
	width:168px;
	overflow:hidden;
	padding:0 16px;
	color:#00489b;
	position:relative;
	line-height:15px;
}

#home #box_wrapper_inner h1{
	margin:12px 0 4px 0;
	font-size:17px;
}

#home #box_wrapper_inner .column1 .row2{
	background:url(../img/bg/border.gif) repeat-y right;
}


#home #box_wrapper_inner .column1 .row2{
	background:url(../img/bg/border.gif) repeat-y right;
}

#home #box_wrapper_inner .column3 .row1,
#home #box_wrapper_inner .column3 .row2{
	background:url(../img/bg/border.gif) repeat-y left;
}

#home #box_wrapper_inner .column1 .row1{
	background:url(../img/bg/border.gif) repeat-y right;
}

#home #box_wrapper_inner .column3 .row3 h1{
	color:#fff;
}

#home #box_wrapper_inner .column1 .row3,
#home #box_wrapper_inner .column2 .row3,
#home #box_wrapper_inner .column3 .row3{
	background:url(../img/bg/border.gif) repeat-x top;
}

#home #box_wrapper_inner .row1 img,
#home #box_wrapper_inner .row2 img,
#home #box_wrapper_inner .row3 img{
	position:absolute;
	left:0;
	top:0;
	width:199px;
	height:110px;
}

#home #box_wrapper_inner .column2 .row2 img{
	width:200px;
	height:110px;
}

#home #box_wrapper_inner .column3 .row1 img{
	width:199px;
	height:109px;
	margin:0 0 0 1px;
}

#home #box_wrapper_inner .column1 .row3 img{
	width:200px;
	height:109px;
	margin:1px 0 0 0;
}

#home #box_wrapper_inner .column3 .row3{
	background:#00489b;
	color:#fff;
}

#home #box_wrapper_inner .column3 .row3 h1 a{
	color:#fff;
}

#home #box_wrapper_inner .column3 .row3 h1 a:hover{
	color: #e54000;
}

#home #box_wrapper_inner .column3 .row3 a{
	color:#fff;
}

/***********/
/* SEARCH PRODUCTS */
/***********/
#search_box {
	clear: left;
	background: #f0f0f0;
	width: 500px;
	border: solid 1px #CCC;
	height: 72px;
	margin: 0 0 20px 20px;
	padding: 10px 0 0 20px;

}

#search_box td {
	height: 30px;
	color: #6d6d6d;
}

#search_box .td_text {
	width: 130px;
}

#search_box .td_input {
	width: 180px;
}


#search_box .td_button {
	width: 150px;
}


#search_box input {
	width: 130px;
	height: 20px;
	color: #6d6d6d;
	padding: 2px 0px 0 2px;
	border: solid 1px #b4b4b4;
}

#search_box select {
	height: 22px;
	width: 134px;
	color: #6d6d6d;
	padding: 2px;
	border: solid 1px #b4b4b4;
}

#search_box .button {
	background: #00489b;
	font-weight: bold;
	color: #FFF;
	padding: 0 5px 5px 5px;
	margin: 0px;
	height: 19px;
	cursor: pointer;
	width: 75px;
}

.td_input span {
	position: relative;
	bottom: 1px;
}
#search_overview_wrapper {
	margin-left: 20px;
	clear: left;
}

#search_overview_wrapper h3 {
	color:#00489B;
}

#products_overview {
	margin-top: 10px;
	clear:left;
}

#products_overview .product_box {
	border: solid 1px #CCC;
	width: 140px;
	height: 170px;
	float: left;
	margin: 0 20px 20px 0px;
}

#products_overview .productimage td {
	width: 140px;
	height:120px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#products_overview .productimage table {
	width: 138px;
	height: 115px;
}

#products_overview .productimage td img {
	max-width: 138px;
	max-height: 115px;
	display: inline;
}

#products_overview .producttitle a {
	color: #00489b;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	height: 16px;
	display: block;
}

#products_overview .product_download a {
	font-size: 9px;
}

#products_overview .product_download td img {
	display: inline;
	vertical-align: middle;
	margin: 0 8px 0 5px;
}

/* PAGING */
#paging {
	clear: left;
	margin-left: 23px;
}

#paging .active {
	font-weight: bold;
}

/* POPUP */
#overlay {
	background: #000;
	bottom:0;
	left:0;
	filter:alpha(opacity=60);
	opacity:0.6;
	position:fixed;
	right:0;
	top:0;
	z-index:1000;
}

#productdetail_popup #close_popup_button {
	text-align:right;
	width:470px;
	height: 15px;
	margin-top: 5px;
}

#close_popup_button img {
	position: relative;
	bottom: 4px;
	left: 2px;
}

*:first-child+html #close_popup_button img { /* IE7 */
	position: relative;
	bottom: -1px;
	left: 2px;
}


#popup_content {
	background: #f0f0f0;
	width: 460px;
	min-height: 475px;
	padding: 0 20px 20px 20px;
	border: solid 1px #00489b;
	position:fixed;
	left:50%;
	margin:80px 0 0 -250px;
	text-align:left;
	z-index:1002;	
}

#productdetail_popup_wrapper {
	background: #FFF;
	width: 415px;
	min-height: 435px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	border: solid 1px #b4b4b4;
	padding: 20px 20px 0 20px;
}

#productdetail_popup .title {
	font-size: 14px;
	color: #00489b;
	font-style: italic;
	font-weight: bold;
	height:25px;
	font-family:Verdana,Arial,Helvetica,sans-serif;	
}

#productdetail_popup .productdetail_text {
	height: 170px;
	color:#6D6D6D;
	font-size:10px;
	line-height:17px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#productdetail_popup .productdetail_image {
	float: left;
	padding-right: 10px;
	width: 210px;
	height: 170px;
}

#productdetail_popup .productdetail_image img {
	max-width: 210px;
	max-height: 170px;
}

#productdetail_popup .productdetail_specification {
	clear: left;
}

#productdetail_popup td {
	border-top: solid 1px #CCC;
	color: #6D6D6D;
	height: 20px;
	width: 280px;
}

#productdetail_popup table {
	width: 400px;
	margin-top: 10px;
}

#productdetail_popup .bold {
	font-weight: bold;
}

#productdetail_popup .price_text {
	color: #00489b;
	font-weight: bold;
	padding-top: 20px;
}

#productdetail_popup .price {
	font-size: 14px;
	font-weight: bold;
	color: #00489b;
	padding-top: 20px;
}

#productdetail_popup img {
	display: inline;
}

#productdetail_popup .productdetail_download {
	text-align: right;
	padding-right: 5px;
	color:#6D6D6D;
	font-size:10px;
	line-height:17px;
	font-family:Verdana,Arial,Helvetica,sans-serif;	
}

#productdetail_popup .productdetail_download a {
	text-decoration: underline;
}












/***********/
/* overall */
/***********/
.cs_clear,
.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px
}

.hide{
	display:none
}

/* forms */
.cs_form_wrapper{
	width:362px;
}

.cs_form_wrapper .cs_form_label label {
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
}

.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
}

.cs_form_wrapper .cs_form_input textarea{
	height:80px;	
}

.cs_form_wrapper .cs_form_button {
	margin:10px 0 0 0;
}

.cs_form_wrapper .cs_form_button input {
	cursor:pointer;
	width:74px;
	padding:0 0 2px 0;
	background:#00489b;
	color:#fff;
}

.cs_form_wrapper .cs_form_button input:hover {
	background:#045dc3;
}
