/* ===============================*/
/*      CSS by 5D Vision OÜ       */
/*      Author: Kullar Kert       */
/*================================*/

/* General Styles */
body {
	margin: 0;
	padding: 0;
	background: #fff;
}
body, td, th, h1, h2, h3,input, textarea, option, select {
	line-height: 150%;
	font-family: verdana, arial, helvetica, sans-serif;
}
body, p, td, th, input, textarea, option, select {
	font-size: 12px;
	color: #3f3f3f;
	font-family: verdana, arial, helvetica, sans-serif;
}
 img, div, p, span { behavior: url(js/iepngfix.htc) }
 
p {
	text-align: justify;
	margin: 0;
	padding: 6px 0;
	line-height: 180%;
}
table{
	border:1px solid;
	border-collapse: collapse;
}

td, th{
	text-align:left;
}
ul {
	padding: 6px 0 6px 25px;
	margin: 0;
	list-style-type: circle;
}
ol li{
	padding: 0 0 0 5px;
	margin: 0;
}
li {
	padding: 6px 0 6px 25px;
	margin: 0;
	font-size:12px;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #faa21c;
	margin: 7px 0 0 0;
	border-bottom: 1px solid #faa21c;
}
h2 {
	font-size: 14px;
	color: #3b75ba;
	padding: 5px 0 3px 20px;
	clear: both;
}
h2 a:link{
	font-size: 12px;
	color: #55717C;
	padding: 10px 0 3px 0;
	text-decoration: none;
}
h2 a:visited {
	font-size: 12px;
	color: #55717e;
	padding: 10px 0 3px 0;
	margin: 0;
	text-decoration: underline;
}
a img {border: 0;}
a:link{
	color: #3f3f3f;
	text-decoration: underline;	
}
a:hover{text-decoration: underline;}
a:visited, a:active {
	color: #3f3f3f;
	text-decoration: none;
}
textarea, select {
	font-size: 12px;
	color: #016096;
	border: 1px solid #aabfc5;
	margin: 0;
	background-color: white;
}
option {color: #016096;}
.checkbox {border: none !important;}

.cl {clear: both;}
/* clearing float */
.clear {  }
*:first-child+html .clear { overflow: hidden; } /* IE7 */
* html .clear { overflow: visible; height: 1px; } /* IE 6 & older */
.clear:after { content: \".\"; display: block; height: 0; clear: both; visibility: hidden; clear: both; } /* Moz */
.noborder{border:0;}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: 2px 10px; margin-bottom: 2px; border: 1px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* starting styles*/
#hBlack{
  width: 100%;
  height:15px;
  background:#000;
}

#bg{
  width:100%;
  height:680px;
  background: url(../img/bg.gif) repeat-x;
}
#centerize{
  width:990px;
  margin:auto;
}
#header{
  /*border:1px solid;*/
}
#logo,#mmenu,#search{
  float:left;
}
#logo{
  padding-top:45px;
  padding-left:10px;
}
#mmenu{
  padding-top:25px;
  text-transform: uppercase;
  font-weight:bold;
}

#nav_1{
  margin-left:15px;
}

#nav_1,#nav2_1{
  list-style-type:none;
  float:left;
  width:200px;
  height:67px;
  border-left:2px solid #eff0f0;
  padding: 3px 0 6px 25px;
  text-decoration:none;
}
#nav_1 li,#nav2_1 li{
  width:180px;
  padding: 0;
  text-decoration:none;
}
#nav_1 li a,#nav2_1 li a{
  width:180px;
  color: #767676;
  display:block;
  padding: 2px 0 5px 2px;
  text-decoration:none;
}
#nav_1 li a:hover,#nav_1 li:hover,#nav2_1 li a:hover,#nav2_1 li:hover,
#nav_1 .activeMenu1,#nav_1 li .activeMenu1,#nav2_1 .activeMenu1{
  color: #3f3f3f;
  text-decoration:none;
  list-style-image: url(../img/btn_active.png);
}

/* search box */
#search{
  	padding: 25px 0;
  	margin-top:25px;
  	margin-right:4px;
  	float:right;
}
* html #search{
	padding: 21px 0;
}
.button{
  	background-image: url(../img/btn_bg.gif);
	border: 1px solid #c08138;
	color: #FFF;
  	cursor: pointer;
  	height:20px;
  	overflow:hidden;
  	padding:0 5px 3px 5px;
}
* html .button{
	padding:0;
	margin:0;
}
.field{
  	border: 1px solid #bfbfbf;
	width: 136px;
 	height:17px;
	padding: 2px 3px 0 3px;
	color: #767676;
	font-size:12px;
}
#height{
  height:26px;
}
* html #height{
  height:24px;
}
#fp_img{
  width:990px;
  height:290px;
  background: url(../img/header_img.png) no-repeat;
}
#submenu{
  width:250px;
  float:left;
  text-align:left;
}
* html #submenu{
	width:200px;
}
#submenu ul{
  padding: 6px 0 6px 65px;
  list-style-type:none;
  text-decoration:none;
}
#submenu ul li{
  padding: 0 0 5px 0;
  text-decoration:none;
}
#submenu ul li a{
  width:240px;
  color: #3f3f3f;
  display:block;
  padding: 0px 0 5px 2px;
  text-decoration:none;
}
* html #submenu ul li a{
	width:180px;
}
#submenu ul li a:hover,#submenu ul li:hover{
  text-decoration:underline;
  list-style-image: url(../img/btn_active2.png);
}
.activeMenu2,#submenu ul li .activeMenu2,
.activeMenu3,#submenu ul li .activeMenu3{
  color: #3f3f3f;
  text-decoration:none;
  font-weight:bold;
  list-style-type: circle;
  list-style-image: url(../img/btn_active2.png);
}

#cont_img{
  width:731px;
  height:190px;
  background: url(../img/cont_img.png) no-repeat;
  margin-right:5px;
  float:right;
}
#content{
  padding-left:45px;
  width:940px;
  margin:auto;
}
#content2{
  width:990px;
  margin:auto;
}

#footer{
  width:100%;
  height:83px;
  position: relative;  /* Needed for Safari */
  background: url(../img/btm.gif) repeat-x;
  background-position: bottom center;
  font-size:11px;
  color:#fff;
  bottom:0;
}

#whomade {
	display: block;
	height:25px;
	float: right;
	text-indent: -100px;
	width: 30px;
	margin-right: 5px;
	color:#828282;
}

.fp_table{
	border:0;
}
.fp_table tr td{
	text-align:justify;
	padding-right:10px;
	border-left: 2px solid #3b75ba;
}
.fp_table h2{
	text-align:left;
	padding:0;
	margin:0;
}
#genoPlatform{
	border:0;
}
#genoPlatform li{
	list-style-type:none;
	border-left: 3px solid #3b75ba;
	padding-left:5px;
}

#login_form{
	width:100%;
	border:0;
}
#login_form td,#login_form td input[type=text],,#login_form td input[type=password]{
	color:#767676;
	font-size:12px;
}
#login_form td input[type=text],#login_form td input[type=password]{
	border:1px solid #bfbfbf;
	height:17px;
	width:136px;
	padding:2px 4px;
}
.login_pic{
	background:url(../img/keys.png) no-repeat;
	background-position: 20% 50%;
	height:80px;
	width:80px;
}

.login_btn{
	width:71px;
	background-image: url(../img/btn_bg.gif);
	border: 1px solid #bc7f38;
	color: #FFFFFF;
  	cursor: pointer;
  	height:20px;
  	overflow:hidden;
  	padding:0 5px 3px 5px;
}
#show_login{
	background:url(../img/login.png) no-repeat;
	width:126px;
	height:40px;
	padding-left:50px;
	padding-top:7px;
	margin-right:-15px;
	float:right;
}
#show_login a{
	display:block;
	width:65px;
	height:30px;
	color:#767676;
}

#loggedin{

	background:#ffffff;
	padding:5px 10px;
	padding-top:7px;
	margin-right:30px;
	float:right;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	color:#3f3f3f;
}
#loggedin a{
	color: #767676;
}
#loggedin a:hover{
	color: #767676;
	text-decoration:underline;
}


#vertMenu{
  float:left;
  text-align:left;
}
#vertMenu ul{
  padding: 6px 0 6px 20px;
  list-style-type:none;
  text-decoration:none;
}
#vertMenu ul li{
  padding: 0 0 5px 0;
  text-decoration:none;
}
#vertMenu ul li a{
  min-width:40px;
  color: #767676;
  font-weight:bold;
  display:block;
  padding: 0px 0 5px 2px;
  text-decoration:none;
}
#vertMenu ul li a:hover,#vertMenu ul li:hover{
  text-decoration:underline;
  list-style-image: url(../img/btn_active2.png);
}

#account td input[type=text],#account td input[type=password]{
	border:1px solid #bfbfbf;
	height:17px;
	padding:2px 4px;
}