body {
	margin: 0px auto 0;
	width: 931px;
	background: #CCC url(images/bg_body.gif) repeat-y center center;
	font-size: 14px;
	font-family: Arial, Verdana;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	border: none;
}
a:hover {
	text-decoration: underline;
}

input, textarea {
	font-family: Verdana, Arial;
	font-size: 12px;
}

.left {	text-align: left; }
.right { text-align: right; }
.red { color: red; }
.blue { color: blue; }

#banner {
	margin: 0;
	width: 100%;
	height: 60px;
	/*background: url(images/logo.gif);*/
	border-top: 0px solid white;
	border-bottom: 1px solid white;
	background: url(images/bg98.jpg) repeat-x;
	overflow: hidden;
}
#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 189px;
	height: 100%;
	background: url(images/bg98.jpg) repeat-x;
}
#logo a, #logo img {
	border: none;
}
#company_name {
	float: left;
	margin: 0;
	padding: 0;
	width: 400px;
	height: 60px;
	border: 0px solid gold;
	background: black url(images/bg98.jpg) repeat-x;
}
#lang {
	float: right;
	margin: 3px 5px;
	padding: 0;
	width: 150px;
	height: 30px;
	font: normal normal 11px Verdana, Arial;
	text-align: center;
	/*background: url(images/bg2.gif) no-repeat -12px bottom;
	background: url(images/lang.png) no-repeat left bottom;*/
	overflow: hidden;
}
#lang a {
	margin: 0;
	padding: 3px 5px;
	color: silver;
	line-height: 24px;
	vertical-align: bottom;
	text-decoration: none;
}
#lang a:hover {
	color: white;
	text-decoration: underline;
}

#main {
	clear: both;
	float: left;
	padding: 5px 10px;
	width: 911px;
	background: white;
	overflow: hidden;
}

#footer {
	float: left;
	margin: 0;
	padding: 5px 0;
	width: 931px;
	color: #333;
	text-align: center;
	font: normal normal 12px Verdana, Arial;
	background: white;
}
#footer #quick_link {
	margin: 0 auto;
	padding: 5px 0 15px 0;
	width: 98%;
	text-align: center;
	border-top: 1px solid gray;
}
#quick_link a{
	color: navy;
}
#footer .a_div{
	margin: 0 5px;
	padding: 0;
	color: silver;
}

#login {
	margin: 5px 0 0;
	padding: 10px 15px;
	height: 100px;
	font: normal normal 12px Arial;;
	background: url(images/bg_login.png) no-repeat;
}
.overdue {
	padding: 0 40px;
	color: brown;
	background: url(images/faq_info.png) no-repeat;
}

/*- Sub-Menu --------------------------- */
#submenu {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	width: 200px;
	font-size : 11px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background: url(images/menu4.gif) no-repeat left top;
	overflow: hidden;
}

#submenu ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	border-top: 1px solid #90bade;
	background: url(images/menu4.gif) no-repeat left bottom;
}

#submenu li {
	margin: 0;
	list-style: none;
	list-style-image: none;
	border-bottom: 1px solid #90bade;
}

#submenu li a {
	padding: 5px 5px 5px 0.5em;
	display: block;
	width: 100%;
	color: #fff;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	text-decoration: none;
}

html>body #submenu li a {
	width: auto;
}

#submenu li a:hover {
	color: #fff;
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
}

#submenu li #active {
	color: #fff;
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
}



#info {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0px 0;
	width: 700px;
	background: #2F4F4F;
	background: #033;
	background: #003377;
	background: #EE7700;
	background: white;
	overflow: hidden;
}

#info #company_image {
	margin: 0;
	width: 700px;
	height: 200px;
	overflow: hidden;
}

#info .title {
	margin: 0;
	padding: 10px 35px 0;
	width: 100%;
	height: 21px;
	color: white;
	vertical-align: text-bottom;
	background: white url(images/t2.png) no-repeat;
	overflow: hidden;
}
#info .box {
	margin:  0 0 5px 0;
	padding: 10px 10px 10px 5px;
	width: 672px;
	line-height: 16px;
	font: normal normal 12px Verdana, Arial;
	border: 6px solid #AAAAAA;
	border-top: none;
	background: #DDD;
}


/*code based on Stu Nicholls "ultimate dropdown menu"
http://www.cssplay.co.uk*/
/*common styling*/
/*menu container*/
.menucontainer {
	clear: both;
	margin: 0;
	width: 931px;
	width: 100%;
	background: #fff url(images/bgOFF.gif) no-repeat bottom left;
}
/*basic menu styling*/
.menu {
	float: left;
	/* position: relative; */
	width: 100%;
	height: 34px;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: url(images/bgOFF.gif) repeat-x left bottom;
	/*border-top: 4px solid #B30000;*/
	border-top: 4px solid royalblue;
	overflow: hidden;
}
.menu ul {
	float: left;
	/* position: relative; */
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul li {
	float: left;
	/* position: relative; */
	display: inline;
	background: url(images/bgDIVIDER.gif) no-repeat right bottom;
}
/*style of main items normal state*/
.menu ul li a, .menu ul li a:visited {
	float: left;
	display: block;
	text-decoration: none;
	width: auto;
	color: #666;
	padding: 0px 16px 0px 16px;
	line-height: 30px;
	height: 34px;
	/*border-top: 4px solid silver;*/
}
* html .menu ul li a, .menu ul li a:visited {width:auto;w\idth:auto;}
/*hide sub nav items*/
.menu ul li ul {display:none;}
/*clear the main nav bg*/
.menu ul li ul li{
	background: none;
}
/*style for table of sub nav items*/
table {
	margin: -1px;
	border-collapse: collapse;
	font-size: 13px;
}
/*specific to non IE browsers*/
/*main nav over state*/
.menu ul li:hover a {
	color: #B30000;
	color: mediumblue;
	background: transparent url(images/bgON.gif) repeat-x left bottom;
	/*border-top: 4px solid royalblue;*/
}
/*show drop-down list*/
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 36px;
	margin-top: 1px;
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
}
/*drop-down on state*/
.menu ul li:hover ul li a {
	display: block;
	background: #e3e3e3;
	color: #333;
	height: auto;
	line-height: 16px;
	padding: 2px 16px 2px 16px;
	width: 120px;
	border-top: 1px solid #fff;
}
/*sub drop-down over state*/
.menu ul li:hover ul li a:hover {
	color: #fff;
	background: #B30000 url(images/sub-arrow.gif) no-repeat;
	background-position: 4px 8px;
}
.menu #curr_tab {
	color: mediumblue;
}






/*- Bobbin Menu --------------------------- */
#bobbin_menu {
	float: left;
	margin: 0px;
	padding: 10px 0 0 0;
	width: 200px;
	background: url(images/menu4.gif) no-repeat left top;
}

#bobbin_menu ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	background: url(images/menu4.gif) no-repeat left bottom;
}

#bobbin_menu li a {
	height: 24px;
	text-decoration: none;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#bobbin_menu li a:link, #bobbin_menu li a:visited {
	padding: 8px 0 0 30px;
	display: block;
	color: #888;
	background: url(images/menu3.gif);
}

#bobbin_menu li a:hover, #bobbin_menu li #current, #bobbin_menu li a:active {
	padding: 8px 0 0 30px;
	color: black;
	background: url(images/menu3.gif) 0 -32px;
}
