@charset "utf-8";
/* CSS Document */

img { -ms-interpolation-mode:bicubic; }

body, html {
	font: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding: 0px;
	color: #FFF;
	background: #000 url(../images/bg_loop.jpg) repeat-x;
	border-top: 1px solid #666666;
	}
 
#container {
	width: 898px;
	clear: both;
	margin: auto;
	height: auto;
	text-align: left;
	font: normal 12px "Arial", Verdana, Sans-serif;
	background-color: #000;
}
	
#header{
	width:898px;
	float:left;
	height:113px;
	margin:0px;
	padding:0px;
	_padding:1px 0px 0px 0px;
	background:#000 url(../images/logo.jpg) no-repeat;
}

.topnavi{
	float:right;
	width:90px;
	height:18px;
	color:#fff;
	font-size:11px;
	
}

.navi_img{
	padding-right:10px;
}

#content{
	width:898px;
	float:left;
	height:auto;
	margin:0px;
	padding: 0 0 30px 0;
}

#middle_banner{
	width:898px;
	float:left;
	height:204px;
	margin:0px;
	padding-bottom:5px;
}

#sidenavi{
	float:left;
	width:184px;
	padding:43px 28px 0px 22px;
	margin:0px;
}

.menutitle{
	cursor:pointer;
	color:#ffff00;
	width:180px;
	padding:7px 0px 9px 0px;
	font-weight:normal;
	/*border-bottom: 1px dotted #ccc;*/
	background:#000 url(../images/dotted_line.gif) repeat-x bottom left;
}

.menutitle_last{
	cursor:pointer;
	color:#ffff00;
	width:180px;
	padding:7px 0px 9px 0px;
	font-weight:normal;
	/*border-bottom: 1px dotted #ccc;*/
	/*background:#FFFFFF url(../images/dotted_line.jpg) repeat-x bottom left;*/
}

#content_container {
	float: left;
	height: auto;
	width: 642px;
	padding: 12px 22px 0 0;
}

#middle_services{
	float:left;
	width:413px;
	height:auto;
	padding:0px;
}

#title{
	/*float:left;
	height:37px;*/
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #FFFF66;
	width:auto;
	padding-bottom:17px;
}

.grey {
	color: #ccc;
}

#img_services{
	width:413px;
	padding:0px;
	margin:0px;
}

#img_services img{
	float:left;
	padding:0px 11px 17px 0px;
}

#about_col{
	float:left;
	padding:0px 0 0px 14px;
	width:215px;
}

#content_col{
	width:215px;
	line-height:15px;
	text-align:justify;
}
/************************link***************************/

a:link{
	color:#ffff00;
	text-decoration:none;
}

a:visited{
	color:#ffff00;
	text-decoration:none;
}

a:hover{
	color:#ffff00;
	text-decoration:underline;
}

a:active{
	color:#ffff00;
	text-decoration:none;
}

.submenu a:link{
	color:#fff;
	text-decoration:none;
}

.submenu a:visited{
	color:#fff;
	text-decoration:none;
}

.submenu a:hover{
	color:#fff;
	text-decoration:underline;
}

.submenu a:active{
	color:#fff;
	text-decoration:none;
}

/*****************************footer**************************/

#footer{
	float:left;
	height:80px;
	width:100%;
	border-top: 1px solid #666666;
	background:#000 url(../images/bottom_bg.gif);
	font-family:"Arial", Helvetica, sans-serif;
}

#footer_text{
	margin:0 auto;
	padding:20px 0px 4px 0px;
	clear:both;
	width:898px;
	text-align:center;
	height:18px;
	font-size:12px;
}

#footer_statement{
	margin:0 auto;
	padding:20px 0px 4px 0px;
	clear:both;
	width:898px;
	text-align:center;
	height:18px;
	font-size:11px;
}

.footer_navi{
	margin:0px;
	padding:0px 20px 0px 20px;
	border-right:1px solid #fff;
}

.footer_navi_last{
	margin:0px;
	padding:0px 20px 0px 20px;
}

#footer_text a:link{
	color:#fff;
	text-decoration:none;
}

#footer_text a:visited{
	color:#fff;
	text-decoration:none;
}

#footer_text a:hover{
	color:#fff;
	text-decoration:underline;
}

#footer_text a:active{
	color:#fff;
	text-decoration:none;
}

#headermenu
{
    float:right;
}