/* CSS Document */
@charset "utf-8";
/* IE6 CSS */

@charset "utf-8";
/* Home CSS */

html,*
{
	margin:0;
	padding:0;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

img {
	border:none;
}

#overall
{
	width:985px;
}
/*Cenit Left section*/
#ficol
{
	width:79px;
	background-color:#FFFFFF;
	float:left;
	position:relative;
}

#ficol .fi
{
	background-image:url(../img/home/ficolfi.gif);
	background-repeat:no-repeat;
	height:470px;
	position:relative;
}
/*Content area*/
#content_area{
	width:841px;
	height:470px;
	background-color:#009a8f;
	float:left;
	position:relative;

}
/*Bottom area with search inside*/

#thcol
{
	width:67px;
	height:101px;
	background-color:#009a8f;
	position:absolute;
	left:79px;
	top:470px;

}
#thcol .secol .se{
        background-image:url(../img/home/secolse.gif);
        background-repeat:no-repeat;
        height:101px;
}


#search_area
{
	width:774px;
	height:59px;
	background-color:#009a8f;
	position:absolute;
	left:146px;
	top:470px;

}
#search_area_se
{
  background-image:url(../img/home/thcolse.gif);
  background-repeat:no-repeat;
  width:774px;
  height:20px;
	position:absolute;
	left:146px;
	top:529px;

}
#search_area_in
{
  background-image:url(../img/home/thcolth.gif);
  background-repeat:no-repeat;
  height:22px;
  width:774px;
	position:absolute;
	left:146px;
	top:549px;

}

/*Cenit right section, Cenit LOGO*/
#focol
{
	width:65px;
	background-color:#FFFFFF;
	position:absolute;
	left:918px;
	top:0px;
}

    #focol .fi
    {
        background-image:url(../img/home/focolfi.gif);
        background-repeat:no-repeat;
        height:529px;
		    width:65px;
    }
    
    #focol .se
    {
        background-image:url(../img/home/focolse.gif);
        background-repeat:no-repeat;
        height:20px;
		width:65px;
    }
/*Bottom Navigation*/   
.search
{
	width:500px;
	height:15px;
	border:none 0px;
	background-color:transparent;
	padding-top:0px;
	margin-top:0px;
}

.swordinput
{
	float:left;
}

.swordinput .searchbox
{
	border:none 0px;
	background-color:transparent;
	width:310px;
	height:15px;
	color:#FFFFFF;
	padding:0px 0 0 10px;
}

.gobutton .suchgo_submit
{
	margin-left:10px;
}
#bottomnavi
{
	padding:131px 0 30px 0;
	clear:both;
	width:985px;
}

#bottomnavi ul
{
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	text-align:center;
}

#bottomnavi ul li
{
	display:inline;
	margin:0;
	padding:0;
}

