html{
	height:100%;
	background-color: #e6edf4;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
body {
	height:100%;
	background-image: url(gfx/bg_html.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

p {
	font-family: Tahoma;
	font-size: 11px;
	color: #333366;
	margin:0px;
}

strong {
	font-weight: bold;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: square;
}




h1 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #02448d;
	font-weight: normal;
	margin:0px;
	 }
h2 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1d57a0;
	font-weight: bold;
	margin:0px;
	 }
	 
h3 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02448d;
	font-weight: bold;
	margin:0px;
	 }

a {
	color: #02448d;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #02448d;
	text-decoration: none;
}

.btn a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	text-decoration: none;
	float: left;
}
.btn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 19px;
}

.subbtn a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02448d;
	width: 268px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	background-image: url(gfx/arrowbtn.gif);
	background-repeat: no-repeat;
	background-position: 22px 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.subbtn a:hover{
	background-color: #02448d;
	color: #FFFFFF;
}

.f_search input{
	height: 16px;
	width: 120px;
	background-color: #ccdae8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.b_search input{
	background-image: url(gfx/btn_search.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 20px;
}

.container {
	/*height: 100%;*/
	width: 955px;
	position: relative;
	
	margin:auto;
	float: none;
}
.mainpage {
	/*height: 100%;*/
	width: 955px;
	position: relative;
	margin:auto;
	min-height:100%;
	float: none;
	height: auto;
}.top {
	float: left;
	height: 270px;
	width: 935px;
	background-image: url(gfx/bg_top.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.logocontainer {
	float: left;
	height: 270px;
	width: 207px;
	background-image: url(gfx/logo.gif);
	background-repeat: no-repeat;
}
.rtopcontainer {
	float: left;
	height: 270px;
	width: 708px;
}
.abstop {
	float: left;
	height: 50px;
	width: 708px;
	background-image: url(gfx/bg_abstop.gif);
	background-repeat: no-repeat;
}
.i_home {
	height: 18px;
	width: 18px;
	position: absolute;
	top: 21px;
	left: 238px;
}
.i_contact {
	height: 18px;
	width: 18px;
	position: absolute;
	left: 260px;
	top: 21px;
}
.i_l01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3569a4;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 539px;
	top: 23px;
}

.i_l02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3569a4;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 561px;
	top: 23px;
}

.i_l03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3569a4;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 583px;
	top: 23px;
}
.t_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3569a4;
	height: 18px;
	position: absolute;
	left: 666px;
	top: 22px;
}
.f_search {
	height: 20px;
	width: 120px;
	position: absolute;
	left: 706px;
	top: 19px;
}
.b_search {
	height: 17px;
	width: 20px;
	position: absolute;
	left: 833px;
	top: 20px;
}




.mainimgcontainer {
	float: left;
	height: 220px;
	width: 688px;
	background-image: url(gfx/img.jpg);
	background-repeat: no-repeat;
}
.menucontainer {
	float: left;
	height: 31px;
	width: 915px;
	padding-left: 40px;
	background-image: url(gfx/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.menuleft {
	float: left;
	height: 31px;
	width: 567px;
	padding-left: 10px;
}
.dot {
	background-image: url(gfx/dot.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 31px;
	width: 2px;
}

.menuright {
	float: left;
	height: 31px;
	width: 286px;
	padding-left: 12px;
}
.contentcontainer {
	float: left;
	width: 916px;
	padding-left: 39px;
}
.maincontent {
	float: left;
	width: 875px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #e6edf4;
}
.promospace {
	float: left;
	/*height: 131px;*/
	width: 555px;
	border: 1px solid #eef3f8;
	background-color: #e6edf4;
	padding-top: 20px;
	padding-left: 20px;
}
.promotxt {
	float: left;
	height: 100px;
	width: 350px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
.promoimg {
	float: left;
	height: 98px;
	width: 166px;
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}
.rightcontainer {
	float: right;
	width: 298px;
}
.leftcontainer {
	float: left;
	width: 577px;
}

.news {
	float: right;
	height: 153px;
	width: 297px;
	background-color: #e6edf4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.newshead {
	float: left;
	height: 28px;
	width: 275px;
	border: 1px solid #e6edf4;
	background-color: #FFFFFF;
	padding-top: 18px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #02448d;
}
.newstxtcontainer {
	float: left;
	height: 103px;
	width: 297px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.mainnewstxt {
	float: left;
	width: 237px;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 40px;
	background-image: url(gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
}

.icons {
	float: left;
	height: 141px;
	width: 577px;
}
.call {
	float: left;
	height: 125px;
	width: 278px;
	background-image: url(gfx/bg_call.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 20px;
}
.calltxt {
	float: left;
	height: 56px;
	width: 152px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 0px;
}
.callimg {
	float: left;
	height: 72px;
	width: 104px;
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(gfx/callimg.jpg);
}
.categorylist {
	width: 535px;
	padding: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.submenu {
	float: right;
	width: 298px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.hmenu {
	width: 535px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
}
.hbtn {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.gallerycontainer {
	float: left;
	width: 557px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.gallimg {
	float: left;
	height: 130px;
	width: 130px;
	border: 1px solid #FFFFFF;
	margin-right: 2px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}


.footer {
	float: left;
	height: 54px;
	width: 916px;
	padding-left: 39px;
}
.footertxt {
	float: left;
	width: 875px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 40px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3569a4;
	text-align: center;
	padding-top: 14px;
}
.content {
	float: left;
	width: 535px;
	background-color: #e6edf4;
	padding-top: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding-right: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #eef3f8;
	border-right-color: #eef3f8;
	border-left-color: #eef3f8;
}


.div_2 {
margin-top:20px;background:#ffffff;padding:10px;
}
.form_2 {
color: #000000;
}
.form_2 b {
color: #02448d;
}
.form_2 inputtt {
background:#ccdae8;
color:#02448d;
}
input.but { background:#02448d; color:#ffffff; }
.table_2 {
background:#ffffff;
}

table.table_4 {
background: #E6EDF4; !important;
}
.table_4 tr { background: #E6EDF4; !important }
.table_4 tr td { background: #E6EDF4; !important;
	border: 0;
	  }
