/* CSS Document */

/*------------------------- Body styles-------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

body{
	background-image: url(../images/bg_all.gif);
	background-position: center 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
	margin-top: 50px;
	color: #363636;
}

/*------------------------- Style styles-------------------------*/

a {
	color: #313546;
	text-decoration: underline;
}

a:HOVER {
	color: #333333;
	text-decoration: none;
}

a.gray {
	color: #999999;
	text-decoration: none;
}

a.gray:HOVER {
	color: #999999
	text-decoration: underline;
}

a.whitenv {
	color: #fff;
	text-decoration: none;
}

a.whitenv:HOVER {
	color: #999999
	text-decoration: underline;
}

a.whitelink {
	color: #fff;
	text-decoration: underline;
}

a.whitelink:HOVER {
	color: #999999;
	text-decoration: none;
}

#wrapper{
	width: 644px;
	margin: 0 auto;
	display: table;
	background-color: #fff;
	border: 1px solid #858685;
	padding: 6px;
}

#header {
	width: 632px;
	background-color: #EC953B;
	padding: 6px;
	display: inline;
	float: left;
	text-align: right;
	color: #fff;
	font-weight: bold;
}

#bodyblock {
	width: 632px;
	padding: 6px;
	background-color: #858685;
	margin-top: 6px;
	display: table;
	float: left;
}

#bodyin {
	width: 610px;
	padding: 10px;
	display: inline;
	float: left;
	border: 1px solid #fff;
}

#bodysubin {
	width: 610px;
	padding: 10px;
	display: inline;
	float: left;
	border: 1px solid #fff;
	background-color: #fff;
}

#bodysubin2 {
	width: 610px;
	padding: 10px;
	display: inline;
	float: left;
	border: 1px solid #fff;
	background-color: #858685;
	text-align: justify;
}

#news {
	width: 250px;
	float: right;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}

#news_other {
	font-weight: normal;
	color: #fff;
	line-height: 16px;
}

#prod_image {
	width: 338px;
	float: left;
}

#logo {
	width: 202px;
	display: table;
	float: left;
	padding: 6px;
	
}

#pagebottom {
	width: 644px;
	display: table;
	float: left;
}

#imgmain {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

span.mainhead {
	color: #91B8CD;
	font-size: 14px;
	font-weight: bold;
}

span.white {
	color: #fff;
}




/*------------------------- Navigation -------------------------*/

#NavBar {
	width: 390px;
	margin: 0px;
	margin-top: 10px;
	padding: 6px;
	display: block;
	float: right;
	text-align: center;
}

#mainNav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	float: left;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #858685;
}

#mainNav li {
	float: left;
	height: 24px;
	margin: 0px;
	margin-right: 1px;
	padding: 0px;
}

#mainNav li a {
	margin: 0px;
	display: block;
	text-decoration: none;
	float: left;
	padding-right: 16px;
	padding-left: 6px;
	color: #858685;
}

#mainNav li a:hover {
	text-decoration: none;
	color: #EC953B;
	background-image: url(../images/nav_button_bg_h.jpg);
	background-repeat: repeat-x;
}

#mainNav li a span {
	padding-left: 10px;
	height: 24px;
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
}

#mainNav li a.leftpad {
	margin-left: 50px;
}


#mainNav li a span:hover {
	margin-top: 0px;
}

#mainNav li a.active {
	color: #CCCCCC;
}

#mainNav li a.active span {
margin-top: 0px;
}

#mainNav li a.active:hover {
color: #fff;
text-decoration: none;
cursor: pointer;
cursor: hand;
}