/* CSS Document */

* {	margin:0; padding:0; font-size:100%;}

body{background:#000000; text-align:center;}
.footer-tail{ background:url(images/footer-bg.gif) bottom repeat-x #000000;}

img {vertical-align:top;}
a img { border:0;}


.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

html{ font-family:Arial, Helvetica, sans-serif; font-size:0.6875em; line-height:1.364em; color:#47494b;}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#87A7AB;}
a:hover{text-decoration:none;}
.black{ color:#47494b; font-weight:bold; zoom:1; text-decoration:none;}
.black:hover{ text-decoration:underline;}


/* ============================= header ====================== */
#header{
	background:#ffffff;
	padding-top: 7px;
	padding-right: 53px;
	padding-bottom: 0;
	padding-left: 59px;
}
.top-menu ul{
	float:right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 2px;
}
.top-menu li{
	float:left;
	font-size:1.09em;
	background:url(images/top-menu-bg.gif) right no-repeat;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 10px;
}
.top-menu li a{
	color:#000F3D;
}
.top-menu .last{ background:none; }

.header-box{ background:url(images/header-bg.gif) repeat-x; }

.header-box-left-bg{ background:url(images/header-left-bg.gif) left top no-repeat;   }
.header-box-right-bg{ background:url(images/header-right-bg.gif) right top no-repeat;   }
.header-box img{ margin:21px 0 21px 42px; }

#SearchForm { float:right; padding:42px 23px 36px 0;}
#SearchForm .input{	padding:0 0 0 5px; font-size:1em; color:#9b9b9b; height:17px; width:165px; border:solid 1px #d0cfcf; background:#ffffff; margin-right:3px;}

.menu{ padding:11px 0 0 8px; }
.menu li{ float:left; padding:5px 0 5px 10px; width:135px; background:url(images/menu-link-bg.gif) right no-repeat; }
.menu li a{ font-weight:bold; padding:2px 0 3px 35px; display:block; color:#5a5a5a; font-size:1.182em; }
.menu .m1{ background:url(images/m1-bg.gif) no-repeat;}
.menu .m1:hover{ background:url(images/m1-act-bg.gif) no-repeat;}
.menu .m1-act{ background:url(images/m1-act-bg.gif) no-repeat;}
.menu .m2{ background:url(images/m2-bg.gif) no-repeat;}
.menu .m2:hover{ background:url(images/m2-act-bg.gif) no-repeat;}
.menu .m2-act{ background:url(images/m2-act-bg.gif) no-repeat;}
.menu .m3{ background:url(images/m3-bg.gif) no-repeat;}
.menu .m4{ background:url(images/m4-bg.gif) no-repeat;}
.menu .m5{ background:url(images/m5-bg.gif) no-repeat;}
.menu .m6{ background:url(images/m6-bg.gif) no-repeat;}
.menu .last{ background:none; width:105px;}
