@charset "utf-8";
/* CSS Document */
/* link menu style 1 -------------------------------------*/
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(images/Im_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:39px;
	}
a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(images/Im_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:39px;
	}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:none;
	height:39px;
	border:dotted 1px #A9D6F5;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:12px;
	padding-right:12px;
	background-image: url(images/arrow_left.jpg), url(images/arrow_right.jpg);
    background-repeat: no-repeat, no-repeat,;
 	background-position: left, right;
 	} 
	}
a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(images/Im_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:39px;
	}
a.pop:link {
	color: #000000;
	text-decoration: none;
}
a.pop:visited {
	color: #000000;
	text-decoration: none;
}
a.pop:hover {
	color: #000000;
	text-decoration: none;
}
a.pop:active {
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
/* ----------------------------------------------------- */

body {
	background-color: #cccccc;
}

.innovextex{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}

.innovextex_menu{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:550;
		padding-left:8px;
		border:1px solid #618bbb;
		background-color:#e2ebf4;
}
.innovextex_submenu{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-left:8px;
		line-height:20px;
}
.search_button { 
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #FFFFFF;
		background-image:url(images/button_bg.jpg);
		background-position:center;
		background-repeat:repeat-x;
		border:1px #fcff05 solid;
		
}

.contact_text{
		font-family:Arial, Helvetica, sans-serif;
		color:#0066CC;
		font-size:12px;
		line-height:15px;
}

.title_bg { 
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #FFFFFF;
		background-image:url(images/title_bg.jpg);
		background-position:center;
		background-repeat:repeat-x;
}

.title_bg_2 { 
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #FFFFFF;
		background-image: url(images/title_white_bg.jpg);
		background-position:center;
		background-repeat:repeat-x;
}
.title_bg_3 { 
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #FFFFFF;
		background-color:#E2EBF4;
		background-position:center;
		background-repeat:repeat-x;
}

.menu { 
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 16px;
		color: #FFFFFF;
		background-image: url(images/Im_bg.jpg);
		background-position:center;
		background-repeat:repeat-x;
		height:39px;
}
.title_right_br{
		border-right:1px solid #6699cc;
}

.border {
		border:1px solid #618bbb;
}
.contener_brdrs {
		border:1px solid #618bbb;
		border-top:none;
}
.footer_bg{
		background-image:url(images/footer_middle.jpg);
		background-position:center;
		background-repeat:repeat-x;
}

.menu_bg {
		border:1px solid #618bbb;
		background-color:#e2ebf4;
}
.blck_color {
		color: #000000
}
.padImg {
		padding-bottom:2px;
}
.bottomdotted {
		border-bottom:1px dotted #000000;
}
.leftblueborder {
		border-left:1px #618bbb solid;
}