@charset "utf-8";
body, html {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/bg.jpg) repeat-x;
	background-position: top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 100%
}
* {
	outline: none;
}
a img {
	border: 0;
}
td.header {
	height: 87px;
}
td.td2 {
	height: 35px;
	background: url(../images/td2.jpg) no-repeat;
	background-position: top center;
}
.clear {
	clear: both;
	height: 0;
}
/*************Menu**************/
#menu {
	float: right;
	margin-top: 9px;
}
#menu ul {
	display: block;
}
#menu ul li {
	float: left;
	list-style: none;
	padding: 0 20px;
	background: transparent;
	border: 1px transparent solid;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #009dff;
	font-size: 13px;
	line-height: 30px;
	font-weight: 900;
}
#menu ul li:hover{
	background: url(../images/li_active.jpg) repeat-x;*/
	background-position: top center;
	height: 32px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
    border-bottom: 1px #001929 solid;
	border-right: 1px #001929 solid;
	border-left: 1px #587c92 solid;
	border-top: 1px #587c92 solid;
}
#menu ul li.active {
	background: transparent url(../images/li_active.jpg) repeat-x;
	background-position: center;
	height: 32px;
	border-bottom: 1px #001929 solid;
	border-right: 1px #001929 solid;
	border-left: 1px #587c92 solid;
	border-top: 1px #587c92 solid;
}
#menu ul li.active a, #menu ul li:hover a{
	color:  #FFF;
}
/***************Content***************/
table.main {
	height: 100%;
}
p {
	font-size: 13px;
	text-align: justify;
}
td.content {
	background: url(../images/bg_content.jpg) no-repeat;
	background-position: top;
	padding: 40px;
}
.title {
	position: relative;
	font-size: 20px;
	color: #0079c2;
	font-weight: 900;
	margin-bottom: 40px;
}
/***************Footer****************/
td#bottom {
	position: relative;
	background: url(../images/td_bottom.jpg) no-repeat;
	background-position: bottom;
	height: 260px;
	padding-top: 30px;
	z-index: 102;
}
td#bottom  p {
	font-size: 12px;
	color: #616161;
}
#footer {
	position: relative;
	margin-top: -315px;
	background: #1a1a1a url(../images/bg_footer.jpg) repeat-x;
	background-position: top;
	width: 100%;
	height: 345px;
	left: 0;
	z-index: 1;
}
.left {
	float: left; 
	width: 215px;
	font-size: 13px;
	color: #0079c2;
	letter-spacing: -1pt;
	margin-top: 7px;
	margin-left: 5px;
}
#f, #t {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-top: 15px;
	font-size: 0;
	cursor: pointer;
}
#f {
	background-image: url(../images/f_inactive.jpg);
}
#t {
	background-image: url(../images/t_inactive.jpg);
}
a:hover #f {
	background-image: url(../images/f_active.jpg);
}
a:hover #t {
	background-image: url(../images/t_active.jpg);
}
#menu_footer {
	margin-left: 70px;
}
#menu_footer, #menu_footer ul {
	float: left;
}
#menu_footer ul {
	display: block;
	margin-top: 15px;
	padding: 0;
}
#menu_footer ul li {
	list-style: none;
	height: 24px;
	padding: 0 10px;
}
#menu_footer ul.menu1 li {
	width: 100px;
}
#menu_footer ul.menu2 li {
	width: 165px;
}
#menu_footer ul li a {
	display: block;
	font-size: 13px;
	font-weight: 900;
	color: #808080;
	line-height: 24px;
	text-decoration: none;
}
#menu_footer ul li:hover {
	background-color: #000;
}
#menu_footer ul li:hover a {
	color: #f6841f;
}
#prod {
	float: right;
	margin-right: 50px;
}
#prod img {
	margin-right: 20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
}
#prod img:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1.0;
}
#text { 
	width: 735px;
	margin-left:175px;
	padding-top: 20px;
	padding-bottom: 10px;
}