html, body
{
	margin:0px;
	height: 100%;
	font: normal 12px Arial;
	color: #666;
	background: #fff;
}
form
{
	padding: 0px;
	margin: 0px;
}
table
{
	border-collapse:collapse;
}
table td
{
	border-collapse:collapse;
	padding:0px;
	vertical-align:top;
}
select, input, textarea
{ 
	color: #666;
	font: normal 12px Arial;
}
.clear
{
	clear: both;
	font-size: 1px;
	height: 1px;
}
a
{
	color: #0069AA;
	text-decoration:none;
}
a:hover
{
	color: #F7941C;
}
p
{
	margin: 0px;
}
img {border:0;}
.all
{
	margin: 15px;
}
#width
{
	min-width: 1000px; 
	width: expression(document.body.clientWidth < 1005 ? "1004px" : "100%"); 
}
.logo
{
	position: absolute;
	top: 15px;
	left: 15px;
/*	background: url('content/header/logo.jpg');*/
	width: 160px;
	height: 100px;
	display: inline-block;	
}
.top_right
{
	margin: 0 0 0 160px;
}
.links
{
	text-align: right;
}
.home
{
	background: url('/content/header/home.jpg') center no-repeat;
	width: 35px;
	height: 15px;
	display: inline-block;	
	border-right: solid 1px #0069AB;
}
.mail
{
	background: url('/content/header/mail.jpg') center no-repeat;
	width: 35px;
	height: 15px;
	display: inline-block;	
	border-right: solid 1px #0069AB;
}
.map
{
	background: url('/content/header/map.jpg') center no-repeat;
	width: 35px;
	height: 15px;
	display: inline-block;	
}
.set
{
	float: left;
}
.set
{
	font-size: 13px;
	padding: 0 0 0 5px;
	text-align: right;
}
.set .big
{
	font-size: 15px;
	font-weight: bold;
}
.blue
{
	color: #0069AA;
}
.ag
{
	vertical-align: bottom;
	font-size: 13px;
	text-align: right;
	color: #0069AA;
}
.ag a:hover
{
	text-decoration: none;
}
.ag strong
{
	color: #0069AA;
	font-size: 15px;
}
.w100
{
	width: 100%;
}
.top
{
	height: 110px;
	background: url('/content/header/logo.jpg') top left no-repeat;
}
.top_nav_bg
{
	margin: 15px 0 0 100px;
	background: url('/content/header/top_nav_bg.jpg') top left repeat-x;
}
.top_nav_left
{
	background: url('/content/header/top_nav_left.jpg') top left no-repeat;
}
.top_nav_left table
{
	height: 32px;
	width: 100%;
	background: url('/content/header/top_nav_right.jpg') top right no-repeat;
}
.top_nav_left table td
{
	white-space: nowrap;
	padding-right: 1px;
	background: url('/content/header/top_nav_td_right.jpg') top right no-repeat;
}
.top_nav_left table td a
{
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 8px 20px;
	font-weight: bold;	
}
.top_nav_left table td a:hover
{
	background: url('/content/header/top_nav_act.jpg') top left repeat-x;	

}
.top_nav_left table td.last
{
	background: none;
	padding-right: 20px;
}
.top_nav_left table td.first
{
	padding-left: 20px;
}

.submenu_left_right
{
	background: url('/content/header/sub_menu_left_right.jpg') top right no-repeat;	
	height: 67px;
}
.submenu_left_left
{
	background: url('/content/header/sub_menu_left_left.jpg') top left no-repeat;	
}
.submenu_left
{
	float: left;
	width: 210px;
	background: url('/content/header/sub_menu_left.jpg') top left repeat-x;
	text-align: center;
}
.submenu_right
{
	height: 67px;
	margin-left: 210px;
	background: url('/content/header/sub_menu_right.jpg') top right no-repeat;
}
.submenu
{
	background: url('/content/header/sub_menu_bg.jpg') top left repeat-x;
	margin-bottom: 10px;
}
.cards
{
	display: inline-block;
	width: 180px;
	height: 67px;
	background: url('/content/header/cards.jpg') top left no-repeat;
}
.cards:hover
{
	background: url('/content/header/cards_act.jpg') top left no-repeat;
}
.sub
{
	width: 100%;
	height: 67px;
}
.sub td
{
	text-align: center;
	font-weight: bold;
	padding-top:2px;
	width: 10%;
}
.sub td a
{
	text-decoration: none;
}
.sub td a:hover
{
	color: #F7941C;
}
.sub td a img
{
	display: block;
	margin: 0 auto;
	border: none;
}
