@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404f6e;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f4f5f9;
}
ul,li,h1,h2,h3,h4,h5,h6,p,table,div,img,a,form{
	margin:0px;
	padding:0px;
}
*{
	margin:0px;
	padding:0px;
}
h2{
	font-size:12px;
	color:#f8672a;
	padding:5px 0px;
}
h3{
	font-size:12px;
	font-weight:100;
	line-height:150%;
}
ul{
	list-style:none;
}
.clear{
	clear:both;
}
#main{
	padding-left:8px;
	background:url(bg_leftside.gif) #FFFFFF repeat-y left top;
	width:960px;
	margin:0px auto;
}
#main_inside{
	padding-right:8px;
	background:url(bg_rightside.gif) #FFFFFF repeat-y right top;
	width:960px;
}
#top{
	padding:15px 10px;
}
#top_logo{
	background-image:url(logo.jpg);
	width:190px;
	height:140px;
	margin-right:15px;
	float:left;
}
#top_right{
	float:right;
}
#top_sub_menu{
	list-style:none;
	margin-bottom:45px;
	margin-right:20px;
	float:right;
}
#top_sub_menu li{
	float:left;
	margin-left:20px;
}
#top_sub_menu li a img{
	border:none;
}
#menu{
	list-style:none;
}
#menu li{
	float:left;
}
#menu li a img{
	border:none;
}
#menu .menu_middle{
	background:url(menu_bg.gif) repeat-x;
	width:10px;
	height:48px;
}
#middle{
	width:960px;
	background-color:#FFFFFF;
}
#bottom{
	width:930px;
	margin:15px;
	background-color:#ffffff;
	padding-bottom:10px;
	margin-bottom:0px;
}
#bottom_link{
	padding-left:10px;
	background:url(bottom_left.gif) no-repeat left top;
	height:48px;
}	
#bottom_link_inside{
	padding-right:10px;
	background:url(bottom_right.gif) no-repeat right top;
	height:48px;
}
#bottom_link_container{
	background:url(bottom_middle.gif) repeat-x;
	width:910px;
	height:48px;
}	
#phone_service{
	float:left;
	color:#FFFFFF;
	margin-left:10px;
}
#phone_service span{
	float:left;
	padding-top:18px;
}
#phone_service strong{
	float:left;
	padding-top:7px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
}
#bottom_sub_menu{
	float:right;
	margin-right:10px;
	margin-top:15px;
	list-style:none;
}
#bottom_sub_menu li{
	float:left;
}
#bottom_sub_menu li a{
	color:#FFFFFF;
}
#bottom_sub_menu .link_middle_line{
	border-left:1px solid #FFFFFF;
	margin:0px 15px;
}
#copy{
	margin:10px 20px;
	clear:both;
}
#copy_left{
	float:left;
}
#copy_right{
	float:right;
}
