@charset "utf-8";
/* CSS Document */























/*----general-----*/















body {
	padding:0px;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	background-color: #e7e7e7;
	font-size: 11px;
	background-image: url(../images/bckg_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bckg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper_top {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bckg_wrappertop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}
#wrapper_bottom {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bckg_wrapperbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}
/*---top---*/















#top {
	width:970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#top_bottom {
	width:970px;
	height:10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/bckg_wrapperbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top form {
	width:250px;
	float:right;
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top form label {
	display:block;
	width:57px;
	height:20px;
	color:#B9B9B9;
	background-color:inherit;
	float:left;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
}
#top form input.txtBox {
	width:145px;
	height:18px;
	background-color:#F4F4F4;
	color:#4D4D4D;
	float:left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	font-size: 10px;
	font-style: italic;
	border: 1px solid #e7e7e7;
	line-height: 18px;
}
#top form input.btnGo {
	width:30px;
	height:20px;
	border:none;
	cursor:pointer;
	float:left;
	background-color:#DDDDDD;
	color:#fff;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
/*---header---*/















#header {
	width:950px;
	height: 130px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
}
/*---top menu---*/







#nav {
	width:950px;
	height:30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #eeeeee;
}
#nav ul {
	height:30px;
	margin-left: auto;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}
#nav ul li {
	float:left;
	height:30px;
	list-style-type: none;
}
#nav ul li.noBdr {
	border:none;
}
#nav ul li a {
	display:block;
	color:#333333;
	background-color:inherit;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-transform: lowercase;
	letter-spacing: -1px;
}
#nav ul li a:hover {
	color:#02a4b9;
}
#nav ul li a.hover {
	display:block;
	color:#02a4b9;
	text-decoration:none;
}
/*---grayBox---*/





#grayBox {
	width:950px;
	background-color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background-image: url(../images/bckg_graybox.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#grayBox p {
	display:block;
	width:370px;
	color:#f6f6f6;
	float:left;
	height:65px;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#grayBox p a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#grayBox p a:hover {
	text-decoration: underline;
}
#grayBox .download {
	display:block;
	width:55px;
	height:35px;
	float:right;
	text-align:center;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#grayBox .download a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
}
#grayBox .download a:hover {
	background-color:inherit;
	text-decoration: underline;
}
/*---infoBox---*/















#infoBox {
	width:950px;
	background:url(../images/black_bg_1px.gif) 0 0 repeat-x #f2f2f2;
	color:#333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#infoBoxLeft {
	width:580px;
	float:left;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 0;
}
#infoBoxLeft h2 {
	display:block;
	color:#333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 14px;
	font-weight: bold;
}
#infoBoxLeft p {
	display:block;
	padding:0 0 3px 0;
	line-height: 18px;
}
#infoBoxLeft p a {
	font:normal 11px/20px Arial, Helvetica, sans-serif;
	color:#02a4b9;
	text-decoration:none;
}
#infoBoxLeft p a:hover {
	color:#02a4b9;
	text-decoration: underline;
}
#infoRight {
	width:300px;
	float:right;
	margin-right: 15px;
}
#infoRight form {
	width:250px;
	padding:14px 0 22px 51px;
}
#infoRight form input.username {
	width:100px;
	height:17px;
	border-bottom:#D4D0C8 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-top:#808080 solid 1px;
	border-left:#808080 solid 1px;
	padding:2px 0 0 6px;
	font:normal 10px/17px Arial, Helvetica, sans-serif;
	color:#040404;
	background-color:#fff;
	margin:0 11px 11px 0;
	float:left;
}
#infoRight form input.pass {
	width:100px;
	height:15px;
	border-bottom:#D4D0C8 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-top:#808080 solid 1px;
	border-left:#808080 solid 1px;
	padding:4px 0 0 6px;
	font:normal 10px/15px Arial, Helvetica, sans-serif;
	color:#040404;
	background-color:#fff;
	margin:0 0 11px 0;
	float:left;
}
#infoRight form input.login {
	width:40px;
	height:21px;
	background:url(../images/btn_login.gif) 0 0 no-repeat;
	float:right;
	border:none;
	cursor:pointer;
	margin:0 0 11px 0;
	font:normal 11px/21px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#404040;
}
#infoRight form input.check {
	width:12px;
	height:12px;
	float:left;
	margin:0 4px 0 0;
}
#infoRight form label.formTxt {
	font:normal 10px/12px Arial, Helvetica, sans-serif;
	color:#E5E6C4;
	background-color:inherit;
	float:left;
	margin:0 13px 0 0;
}
#binfoRight form label.f_pass {
	float:left;
	margin:0;
	width:95px;
	height:18px;
	background:url(../images/forgot_password.gif) 0 0 no-repeat;
	padding:0 0 0 19px;
}
#infoRight form label.f_pass a {
	font:normal 10px/18px Arial, Helvetica, sans-serif;
	color:#FE0C9F;
	background-color:inherit;
	text-decoration:none;
}
#infoRight form label.f_pass a:hover {
	color:#fff;
	background-color:inherit;
}
/*---Content---*/















#content {
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#content h2 {
	display:block;
	color:#333333;
	background-color:inherit;
	font-size: 14px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.newsBox {
	width:290px;
	float:left;
	margin-left: 15px;
}
.newsBoxProducts {
	width:200px;
	float:left;
	margin-left: 15px;
}
.newsBox img {
	border:none;
}
.newsBox h2 {
	display:block;
	color:#333333;
	background-color:inherit;
	font-size: 14px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.newsBox h3 {
	display:block;
	width:278px;
	color:#999999;
	background-color:inherit;
	margin:0px;
	font-size: 12px;
	line-height: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.newsBox ul {
	padding:0;
	margin: 0px;
	list-style-type: none;
}
.newsBox ul li {
	display:block;
	background:url(../images/icon3.gif) 0 2px no-repeat;
	color:#727345;
	line-height: 16px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 17px;
}
.newsBox ul li a {
	color:#02a4b9;
	text-decoration:underline;
}
.newsBox ul li a:hover {
	text-decoration:none;
	color: #D9168D;
}
/*---footer---*/















#footer {
	width:950px;
	height:80px;
	background-color: #02a4b9;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer.menu {
	width:950px;
	height:30px;
	margin: 0px;
	padding: 0px;
}
#footer .menu ul {
	width:488px;
	height:11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
	list-style-type: none;
}
#footer .menu ul li {
	font:normal 11px/11px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	float:left;
}
#footer .menu ul li a {
	display:block;
	padding:0 6px;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	float:left;
	font:normal 11px/11px Arial, Helvetica, sans-serif;
}
#footer .menu ul li a:hover {
	color:#fff;
	text-decoration: underline;
}
#footer p.copy {
	width:400px;
	padding:0;
	font:normal 10px/29px Arial, Helvetica, sans-serif;
	color:#C1C1C1;
	background-color:inherit;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: center;
}
/*-----------Innerpage---------*/















#article_box {
	width:600px;
	height:auto;
	float:left;
	padding:0px;
	border-right:dashed 1px #707070;
	margin-left: 15px;
}
#article_box a {
	color: #02A4B9;
	text-decoration: none;
}
#article_box a:hover {
	color: #02A4B9;
	text-decoration: underline;
}
#article_box p {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#article_box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#colRight {
	width:300px;
	height:auto;
	padding:0px;
	float:right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: auto;
}
#rightMenu {
	width:300px;
	margin:0px;
	padding:0px;
}
#rightMenu ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#rightMenu ul li {
	margin: 0px;
	list-style-type: none;
}
#rightMenu ul li a {
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	display: block;
	background-color: #f7f7f7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	background-image: url(../images/arrow_rightmenu.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin: 0px;
}
#rightMenu ul li a:hover {
	color:#02a4b9;
	text-decoration:none;
	background-color: #FFFFFF;
}
#rightMenuSub ul li a {
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	display: block;
	height: 25px;
	background-color: #f7f7f7;
	padding: 0px;
	text-indent: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	background-image:none;
}
#rightMenuSub ul li a:hover {
	color:#02a4b9;
	text-decoration:none;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
}

