html, body, table, tr, td, th, ul, ol, p, dl, form {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
form {display: inline;}
table, td, th, input, select, textarea {font-family: Tahoma, Arial, sans-serif; font-size: 100%;}	
img {
	border:0;
	vertical-align: top;
}
html {
	width: 100%;
	height: 100%;
}
body {
	background: #fefefe url('img/bg_top.jpg') repeat-x left top;
	width: 100%;
	height: 100%;
	min-width: 826px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 70%;
	color: #434343;
	min-width: 1000px;
}
hr
{
	height:0.1px;
	width:50%;
	color:#CCCCCC;
}
* html body {width: expression((documentElement.clientWidth) < 1000 ? "1000px" : "100%");}

/*links*/
a {color: #28a8e4;}
a:hover {color: #ed352d;}

/*tags*/
ul, ol, p, dl {margin: 0 0 15px 0;}
ul, ol {line-height: 1.4em;}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {margin: 0 0 15px 20px;}
dt span, dd span {color: #2bb4f4;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 254%;
	font-weight: normal;
	margin: 0;
}
	.index h1 {margin: 0 0 15px -18px;}
	.inner h1 {margin: 0 0 15px -155px;}
	h1.q {text-indent: 10000px;}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin: 0 0 10px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 0 10px 0;
}
h4 {
}

/*main*/
#main {
	background: url('img/bg_bottom.jpg') repeat-x left bottom;
	height: 100%;
	width: 100%;
}
#main td {vertical-align: top;}
.column {width: 100px;}

/*top*/
#top {height: 83%;}
#logoBg {
	background: #000 url('img/logo_bg.jpg') repeat-x left top;
	height: 87px;
	height: 59px/*ie*/;
	padding-top: 28px;
}
#fastNav {
	float: right;
	margin: 18px 0 0 0;	
}
	#fastNav a {margin-right: 50px;}
#lang {
	float: right;
	margin: 18px 65px 0 0;
	color: #404040;
	text-transform: uppercase;
	font-size: 82%;
}
/*	#lang a {color: #5b5b5b;}*/

/*auth*/
#authBg {background: url('img/auth_bg.jpg') repeat-x left top;}
#authBgLeft {background: url('img/auth_bg_left.jpg') no-repeat left top;}
#authBgRight {
	background: url('img/auth_bg_right.jpg') no-repeat right top;
	height: 79px;
}
#auth {
	float: right;
	margin: 26px 42px 0 0;
	display: inline;
	width: 266px;
}
.tauth {margin-top: 35px!important;}
	* html #auth {width: 269px;}
	#auth input {float: right;}
	#auth .input {
		padding: 2px 2px 3px 5px;
		margin-right: 15px;
		height: 19px;
		height: auto/*ie*/;
		background: #d2f0ff;
		border: solid 1px #9bcae0;
		font-size: 92%;
		width: 88px;
		width: 81px/*ie*/;
		color: #5e5e5e;
	}
	#auth span.otst {
		margin-right: 10px;
		float: right;
		height: 19px;
	}
#register {
	clear: both;
	padding: 5px 0 0 2px;
	color: #59bbea;
}
	* html #register {
		padding-left: 3px; 
		padding-left: 5px/*ie*/;
	}
#navBar {
	float: left;
	position: relative;
	top: 37px;
	margin: 0 0 0 41px;
	display: inline;
	color: #5f5f5e;
	font-size: 92%;
	color: #a8a8a8;
}
	#navBar a {color: #a8a8a8;}
	#navBar a:hover {color: #5f5f5e;}

/*menu*/
#menuBg {background: url('img/menu_bg.jpg') repeat-x left top;}
#menuBgLeft {background: url('img/menu_bg_left.jpg') no-repeat right 143px; vertical-align: bottom!important;}
#menuBgRight {background: url('img/menu_bg_right.jpg') no-repeat left 143px;}
.gibt #menuBgLeft {background: url('img/menu_bg_left_act.jpg') no-repeat right 143px!important;}
#menu {
	width: 100%;
	font-family: Tahoma, Arial, san-serif;
	font-size: 110%;
	text-transform: uppercase;
	height: 31px;
}
#menu td.nav {width: 160px;}
#menu td#first a {background: none;}
	#menu a {
		background: url('img/menu_sep.gif') no-repeat left top;
		text-decoration: none; 
		display: block;
		padding: 8px 0 10px 0;
		cursor: pointer;
		width: 100%;
		text-align: center;
	}
		#menu td.act {background: url('img/menu_bg_act.gif') repeat-x left top;}
		#menu td.act a {color: #fff;}
		#menu td:hover a, #menu td.over a, #menu td.nav a:hover  {color: #fff;}
	#menu td.nav ul {
		position: absolute;
		z-index: 100;
		background: #95d9f9 url('img/submenu_bg_bottom.gif') repeat-x left bottom;
		margin: 0px;
		padding: 0;
		list-style: none; 
		display: none;
		float: left;
		width: 160px;
	}
	#menu td.nav ul li {
		margin: 0;
		display: block;
		float: left;
		clear: left;
		width: 160px;
	}
		#menu td.nav ul a {
			background: url('img/submenu_sep.gif') no-repeat left top!important;
			color: #000;
			font-weight: bold;
			text-transform: none;
			display: block;
			padding: 5px 0 7px 40px;
			margin: 0;
			width: 160px;
			width: 120px/*ie*/;
			text-align: left;
			text-decoration: underline;
		}
		#menu td.nav ul a:hover {
			background: url('img/submenu_sep_act.gif') no-repeat left top!important;
			text-decoration: none;
		}
		#menu td:hover ul, #menu td.over ul {display: block!important;}
	
/*submenu*/
#subMenu {
	list-style-type: none;
	margin: 67px 0 0 47px;
}
#subMenu li {
	line-height: 1.3em;
	margin: 8px 0;
	font-size: 110%;
	font-weight: bold;
}
	
/*middle*/
#middle {
	background: #fffefe;
	width: 100%;
	height: 100%;
}
#shadowTop {
	background: #000 url('img/shadow_top.jpg') no-repeat left top;
	width: 5px;
	height: 254px;
}
#shadowBottom {
	background: #000 url('img/shadow_bottom.jpg') no-repeat left bottom;
	width: 5px;
	height: 365px;
}
#lMiddle {
	float: left;
	height: 420px;
}

/*content*/
#content {
	background: url('img/menu_bg_down_right.jpg') no-repeat right top;
	padding: 20px 45px 0 0;
}
.index #content {margin: 0 0 0 242px;}
.inner #content {margin: 0 0 0 200px;}
.index #lMiddle {
	background: url('img/cell_bg.jpg') no-repeat left top;
	width: 242px;
	margin-right: -242px;
}
.inner #lMiddle {
	background: url('img/menu_bg_down_left.jpg') no-repeat left top;
	width: 200px;
	margin-right: -200px;
}

#hand_01 {height: 300px;} 
.index #hand_01 {background: url('img/hand_main_01.jpg') no-repeat left bottom;}
.index #middle {background: #fffefe url('img/hand_main_02.jpg') no-repeat left bottom;}
.about #hand_01 {background: url('img/hand_about_01.jpg') no-repeat left bottom;}
.about #middle {background: #fffefe url('img/hand_about_02.jpg') no-repeat left bottom;}
.products #hand_01 {background: url('img/hand_products_01.jpg') no-repeat left bottom;}
.products #middle {background: #fffefe url('img/hand_products_02.jpg') no-repeat left bottom;}
.support #hand_01 {background: url('img/hand_support_01.jpg') no-repeat left bottom;}
.support #middle {background: #fffefe url('img/hand_support_02.jpg') no-repeat left bottom;}

/*styles*/
#content li {margin-left: 20px;}
.table td {
	vertical-align: middle!important;
	padding: 5px 15px 5px 0;
}
.floatL {float: left;}
.img {
	padding: 1px;
	background: #e8f7fe;
	border: solid 1px #c2e1f0;
}

/*footer*/
#footer {
	height: 17%;
	background: url('img/footer_bg.jpg') repeat-x left top;
}
	#footerLeft {background: url('img/footer_bg_left.jpg') no-repeat left top;}
	#footerRight {background: url('img/footer_bg_right.jpg') no-repeat right top;}
	#footerLeftLeft {background: url('img/f_bg_left_left.jpg') no-repeat right top;}
	#footerRightRight {background: url('img/f_bg_right_right.jpg') no-repeat left top;}
#develop {
	background: url('img/sitio.gif') no-repeat left top;
	width: 72px;
	height: 28px;
	overflow: hidden;
	float: right;
	display: inline;
	margin: 57px 48px 0 -72px;;
}

#develop_eng {
	background: url('img/sitio_eng.gif') no-repeat left top;
	width: 72px;
	height: 28px;
	overflow: hidden;
	float: right;
	display: inline;
	margin: 57px 48px 0 -72px;;
}

#develop_eng a {display: block;}

	#develop a {display: block;}
#copy {
	margin: 60px -152px 0 35px;
	width: 165px;
	float: left;
	display: inline;
	font-size: 93%;
}
#fMenu  {
	padding: 65px 0 35px 35px;
	text-align: center;
}
#fMenu ul {
	margin: 0;
	list-style-type: none;
}
	#fMenu ul li {float: left;}

/*map*/
ul.map {	
	margin: 0!important;
	padding: 0!important;
	list-style: none; 	
}			
	ul.map li {
		font-weight:bold;
		padding:0!important;
		margin:10px 0 0 0!important;		    
	}				
	ul.map ul {	
		margin: 0px 0 0 20px!important;
		padding: 0!important;
		list-style: none!important; 		
	}
	ul.map ul li {
		font-weight:normal;	
		padding:0!important;		
		margin:0!important;		    
	}

/*registration*/
table.form {
	width: 100%;
	margin-top: 15px;
}
table.form td {
	padding: 5px 0 5px 0;
}
	table.form .inputBox {
		width: 45%;	
		border: solid 1px #aaa;
	}
	table.form .inputText {
		width: 45%;
		height: 150px;
		border: solid 1px #aaa;
	}
table.form td.right {
	width: 130px;
	font-weight: bold;
}
form span.error {color: #da3e08;}

/*download*/
table.download {
	border: solid 1px #5b5b5b;	
}
table.download tr td {
	padding: 10px 10px 10px 10px;
	border: solid 1px #5b5b5b;
}
table.download tr th {
	padding: 10px 10px 10px 10px;
	border: solid 1px #5b5b5b;
	background: #d2f0ff;
}

/*search*/
#search .inputsearch {
		padding: 2px 2px 3px 5px;
		width: 25%;	
		border: solid 1px #aaa;
		margin-right:15px;
		font-size: 92%;
		height:19px;
		height: auto/*ie*/;
}

.ajaxSearch_highlight {
	background-color: #FFFF99;
}

 #ajaxSearch_form {
		color: #444;
		width: auto;
	}
	#ajaxSearch_input {
		display: inline;
        vertical-align: middle;
		width: 35%;	
	}
	#ajaxSearch_submit {
		display: inline;
		line-height: 22px;
        vertical-align:middle;
	}
	#ajaxSearch_output {
		padding: 10px;
		background: #fff;
		display: block;
		height: auto;
		vertical-align: top;
	}
	.ajaxSearch_paging {

	}
	.AS_ajax_result {
		color: #444;
		margin-bottom: 3px;
	}
	.AS_ajax_resultLink {
		text-decoration: underline;
	}
	.AS_ajax_resultDescription{
		color: #555;
	}
	.AS_ajax_more {
		color: #555;
	}

.submit_add{
background:url(/img/send_btn.jpg) no-repeat scroll 0%;
//display:block;
float:left;
font-size:0pt;
height:21px;
width:65px;
border:0;
cursor: pointer;
}

.submit_reset{
float:left;
background:url(/img/clear_btn.jpg) no-repeat scroll 0%;
//display:block;
font-size:0pt;
height:21px;
width:65px;
border:0;
cursor: pointer;
margin-left:10px;
}

.submit_add_eng{
background:url(/img/contact_btn_eng.gif) no-repeat scroll 0%;
//display:block;
float:left;
font-size:0pt;
height:19px;
width:56px;
border:0;
cursor: pointer;
}

.submit_reset_eng{
float:left;
background:url(/img/clear_btn_eng.gif) no-repeat scroll 0%;
//display:block;
font-size:0pt;
height:19px;
width:56px;
border:0;
cursor: pointer;
margin-left:10px;
}

#auth_content{
float: left;
	margin: 0 0 0 0;
	display: block;
	width: 350px;
	
}
	#auth_content input {float: left;}
	#auth_content .input {
		padding: 2px 2px 3px 5px;

		height: 19px;
		height: auto/*ie*/;
		background: #d2f0ff;
		border: solid 1px #9bcae0;
		font-size: 92%;
		width: 88px;
		width: 81px/*ie*/;
		color: #5e5e5e;

	}
td.image1 {
background:url(/assets/images/check_all.jpg) no-repeat 30px bottom;
}

td.image2 {
background:url(/assets/images/media.jpg) no-repeat 30px bottom;
}

td.image3 {
background:url(/assets/images/function_routing.jpg) no-repeat 30px bottom;
}

td.image4 {
background:url(/assets/images/key_license.jpg) no-repeat 30px bottom;
}

td.image5 {
background:url(/assets/images/jds.jpg) no-repeat 30px bottom;
}
