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

body { font: 12px Arial, Helvetica, sans-serif; color:#94946f; background: #232323;	border: 0; margin: 0; padding: 0; list-style: none;}
p {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	text-indent: 10px;
	color: #94946f;
	}
h1 {
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	}
h2 {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	}

label {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	margin: 0;
	padding: 0;
	}
textarea {
	width: 580px;
	height: 200px;}
a {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
	}
a:link a:visited {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
	}
a:hover {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	}
img {
	border: 0;
	}

/*	Main Layout Positioning	and Basic Styles	*/
#main { width: 980px; background: #3f3f3f; }
#header {
	background: url(../i/header.jpg) top no-repeat;
	display: block;
	width: 980px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: 0;
	}
#subheader { width: 980px; height: 25px; margin: 0; padding: 0; background: url(../i/under_button_pad.jpg) top no-repeat;}
#middle {
	background: url(../i/gdbg.jpg);
	background-repeat: repeat-x;
	width: 980px;
	padding: 10px 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 960px;
}
html>body #middle {
	width: 960px;
	}
#leftpanel {
	float: left;
	padding: 0 5px 5px 0;
	width: 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 195px;
	}
html>body #leftpanel {
	width: 195px;
	}
#rightpanel {
	background-color: #333333;
	float: right;
	width: 150px;
	height: 700px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
html>body #rightpanel {
	width: 150px;
	}
#content {
	/*background-color: #898f3b;*/
	margin: 0 0 0 200px;
	padding: 0 5px 0 5px;
	width: 610px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 600px;
	}
html>body #content {
	width: 600px;
	}
#footer {
	width: 980px;
	height: 35px;
	background: url(../i/footer.jpg) top no-repeat;
	margin: 0 0 20px 0;
	padding: 0 40px 0 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 920px;
	height: 35px;
	}
html>body #footer {
	width: 920px;
	height: 35px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.mhl {
	float: left;
}
.mhr {
	float: right;
}

.baner1 {
	display: block;
	float: right;
	background: #222222;
	width: 195px;
	height: 340px;
	}
/*	End of Main Layout Positioning and Basic Styles	*/

/*	Site Interface Elements	*/
/*	#######################	*/

/*	Header menu UL based	*/
/*
<div id="header">
	<ul>
		<li><a href="#"><img src="i/images/hmb2_03.jpg" /><div>Home</div><img src="i/images/hmb2_06.jpg" /></a></li>
		<li><a href="#"><img src="i/images/hmb2_03.jpg" /><div>News</div><img src="i/images/hmb2_06.jpg" /></a></li>
		<li><a href="#"><img src="i/images/hmb2_03.jpg" /><div>Products</div><img src="i/images/hmb2_06.jpg" /></a></li>
		<li><a href="#"><img src="i/images/hmb2_03.jpg" /><div>Services</div><img src="i/images/hmb2_06.jpg" /></a></li>
		<li><a href="#"><img src="i/images/hmb2_03.jpg" /><div>Visuals</div><img src="i/images/hmb2_06.jpg" /></a></li>
		<li><a href="#"><img src="i/images/hmb2_03.jpg" /><div>About us</div><img src="i/images/hmb2_06.jpg" /></a></li>
	</ul>
</div>
*/
#header ul {
	display: block;
	position: relative;
	top: 164px;
	left: 220px;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 36px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 760px;
	height: 36px;
	}
html>body #header ul {
	width: 760px;
	height: 36px;
	}
#header li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 5px 0 0;
    }
#header li a div {
	display: block;
	float: left;
	height: 36px;
	margin: 0;
	padding: 13px 0 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 23px;
	cursor: pointer;
	}
html>body #header li a div {
	height: 23px;
	}
#header li a img {
	display: block;
	float: left;
	border: 0;
	visibility: hidden;
	}
#header li a {
	display: block;
	color: #232323;
	height: 36px;
	}
#header li a:link a:visited {
	color: #232323;
	}
#header li a:hover {
	color: #FF9900;
	background: url(../i/images/hmb2_05.jpg) top repeat-x;
	}
#header li a:hover img {
	visibility: visible;
	}
/*	End of Header menu UL based	*/

/*	Footer links settings	*/
#footer a {
	font: 11px;
	color: #232323;
	display: block;
	float: right;
	height: 35px;
	margin: 0;
	padding: 10px 5px 0 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;
	}
html>body #footer a {
	height: 25px;
	}
#footer a:link a:visited {
	font: 11px;
	color: #232323;
	}
#footer a:hover {
	font: 11px;
	color: #383838;
	}
/*	End of Footer links settings	*/

/*	Newsfield Elements	*/
/*
<div class="newsfield">
	<img id="mhl" src="i/images/menu_header_01.jpg" /><img id="mhr" src="i/images/menu_header_04.jpg" />
	<h1>Section menu</h1>
	<h2>Headline place holder</h2>
	<p>Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus et, fermentum ut, sapien.</p>
	<p>Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus et, fermentum ut, sapien.</p>
	<a href="#">Article link 1</a>
	<a href="#">Article link 2</a>
	<a href="#">Article link 3</a>
</div>
*/
.newsfield {
	display: block;
	background: #232323;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px #94946f dotted;
}
.newsfield h1 {
	display: block;
	background: #333333;
	line-height: 0;
	margin: 0;
	padding: 5px 15px 0 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FF9900;
	height: 25px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 19px;
	}
html>body .newsfield h1 {
	height: 19px;
	}
.newsfield h2 {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	margin: 5px 5px 5px 15px;
	padding: 0;
}
.newsfield p {
	color: #94946f;
	margin: 5px;
	padding: 0;
	}
.newsfield a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
	text-align: right;
	display: block;
	height: 15px;
	margin: 3px;
	padding: 0;
	}
.newsfield a:link a:visited {
	color: #FF9900;
	}
.newsfield a:hover {
	color: #94946f;
	}
.newsfield a img {
	display: none;
	}
.newsfield a:hover img {
	float: right;
	display: block;
	border: 0;
	}
/*	End of Newsfield Elements	*/

/*	Teaser Menu Elements	*/
.teasermenu {
	background: url(../i/images/teaser_02.jpg) top repeat-x;
	margin: 0 0 10px 0;
	width: 600px;
	height: 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 600px;
	height: 200px;
	}
html>body .teasermenu {
	width: 600px;
	height: 200px;
	}
.teasermenu h1 {
	display: block;
	border-bottom: 1px #666666 dotted;
	height: 25px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 20px;
	}
html>body .teasermenu h1 {
	height: 20px;
	}
.teasermenu h2 {
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	}
.teasermenu p {
	margin: 0 0 5px 0;
	padding: 0;
	}
.teasermenu ul {
	display: block;
	float: left;
	width: 215px;
	margin: 0;
	padding: 0;
	}
.teasermenu li {
	display: block;
	list-style: none;
	background: url(../i/images/menu_header3_02.jpg) top repeat-x;
	height: 25px;
	margin: 0 0 6px 0;
	padding: 0;
	}
.teasermenuimg {
	display: block;
	float: left;
	border: 0;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 5px;
	}
.teasermenu li a {
	display: block;
	float: left;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
	}
object {
	float: left;
	}
embed {
	float: left;
	}
.teaser {
	display: block;
	float: left;
	border-right: 1px #666666 dotted;
	margin: 0 10px 0 0;
	width: 350px;
	height: 150px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 350px;
	height: 150px;
	}
html>body .teaser {
	width: 350px;
	height: 150px;
	}
.teaser img {
	display: block;
	float: left;
	width: 150px;
	border: 1px #FF9900 solid;
	margin: 0 10px 0 0;
	}
.teaserimg {
	display: block;
	float: left;
	width: 150px;
	border: 1px #FF9900 solid;
	margin: 0 10px 0 0;
	}
.teaser a {
	display: block;
	text-align: right;
	font-weight: normal;
	margin: 0 5px 0 0;
	}
/*	End of Teaser Menu Elements	*/

/*	New Product Elements	*/
.newpro {
	display: block;
	background: url(../i/newprobg.jpg) top no-repeat;
	margin: 0 0 5px 0;
	padding: 0;
	width: 400px;
	height: 110px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 400px;
	height: 110px;
	}
html>body .newpro {
	width: 400px;
	height: 110px;
	}
.newpro h1 {
	background: url(../i/images/menu_header2_02.jpg) repeat-x;
	height: 15px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
.newpro h2 {
	font-size: 12px;
	color: #FF9900;
	margin: 5px;
	padding: 0;
	}
.newpro p {
	margin: 0 5px 0 0;
	padding: 0;
	}
.newpro a {
	display: block;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	margin: 0 5px 0 0;
	padding: 0;
	}
.newproimg {
	display: block;
	float: left;
	border: 1px #94946f solid;
	height: 80px;
	margin: 5px 10px 5px 5px; 
}
/*	End of New Product Elements	*/

/*	Insert Form Elements	*/
.insertButton {
	display: block;
	float: left;
	border: 0;
	background: url(../i/images/menu_header_02.jpg) top repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 25px;
	margin: 0;
	padding: 0;
}
input, textarea, select {
	background: #999999;
	border: 1px #FF9900 dotted;
	border-left: 5px #FF9900 solid;
	margin: 0 0 10px 0;
	}
#storybox {
	width: 590px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 575px;
	}
html>body #storybox {
	width: 575px;
	}
#headlinebox {
	width: 475px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 460px;
	}
html>body #headlinebox {
	width: 460px;
	}
#insertNews div{
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
	}
#insertNews img {
	display: block;
	float: left;
	border: 0;
	}
fieldset {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	border: 1px #FF9900 dotted;
	margin: 0 0 10px 0;
	}
/*	End of Insert Form Elements	*/

/*	View all news presentation structure	*/
#newsbox {
	display: block;
	border: 1px #5F5F5F solid;
	background: #333333;
	margin: 0 0 5px 0;
	padding: 5px;
	width: 600px;
	height: 120px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 589px;
	height: 109px;
	}
html>body #newsbox {
	width: 589px;
	height: 109px;
	}
#newsbox h2{
	display: block;
	float: left;
	background: #232323;
	width: 590px;
	height: 20px;
	margin: 0;
	padding: 2px 5px 0 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 580px;
	height: 18px;
	}
html>body #newsbox h2{
	width: 580px;
	height: 18px;
	}
#newsbox h3{
	display: block;
	float: left;
	background: #232323;
	width: 590px;
	height: 20px;
	margin: 0;
	padding: 0 5px 0 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 580px;
	height: 20px;
	}
html>body #newsbox h3{
	width: 580px;
	height: 20px;
	}
#newsbox p{
	display: block;
	float: left;
	width: 400px;
	height: 65px;
	margin: 0;
	padding: 0 5px 0 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 390px;
	height: 65px;
	}
html>body #newsbox p{
	width: 390px;
	height: 65px;
	}
#newsbox img {
	display: block;
	float: left;
	border: 1px #FF9900 solid;
	background: #232323;
	margin: 5px 10px 0 0;
	width: 50px;
	height: 50px;
	}
#newsbox a:hover img {
	display: block;
	float: left;
	border: 1px #666666 solid;
	background: #232323;
	margin: 5px 10px 0 0;
	}
#newsbox span {
	display: block;
	float: right;
	padding: 2px 5px 0 5px;
	font-size: 12px;
	font-weight: normal;
}
/*	End of View all news presentation structure	*/

/*	View News Elements	*/
#viewnews {
	margin: 0 0 20px 0;
	padding: 0 5px 5px 5px;
	width: 600px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 590px;
	}
html>body #viewnews {
	width: 590px;
	}
#viewnews div {
	background: #333333;
	margin: 0 0 5px 0;
	padding: 5px;
	border: 0;
	border-left: 5px #FF9900 solid;
	width: 590px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 575px;
	}
html>body #viewnews div {
	width: 575px;
	}
#images img {
	display: block;
	float: left;
	border: 1px #FF9900 solid;
	width: 180px;
	margin: 0 5px 0 0;
	}

/*	End of View News Elements	*/

/*	Main Page Content Control Form	*/
#newsFields, #teaserFields, #productFields, #set {
	background: #333;
	border: 1px #FF9900 dotted;
	margin: 10px 0 10px 0;
	padding: 5px;
	}
.headlineBox {
	background: #333;
	margin: 0;
	padding: 2px;
	border: 1px #666 solid;
	}
form img {
	display: block;
	float: left;
	border: 0;
	}

/*	End of Main Page Content Control Form	*/

/*	View Current News Content	*/

/*########## Left Panel Links ###################*/
#newsPanelLinks {
	display: block;
	width: 195px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#newsPanelLinks li {
	display: block;
	list-style: none;
	background: url(../i/images/menu_header3_02.jpg) top repeat-x;
	height: 25px;
	margin: 0 0 6px 0;
	padding: 0;
	}
#newsPanelLinks .teasermenuimg {
	display: block;
	float: left;
	border: 0;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 5px;
	}
#newsPanelLinks li a {
	display: block;
	float: left;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
	}
/*########## End of Left Panel Links ###################*/

/*########## Content Elements ###################*/
#newsContentViewBox {
	width: 590px;
	border: 0;
	margin: 0;
	padding: 0;
	}
#newsContentHeadline {
	border: 0;
	margin: 0;
	padding: 10px;
	display: block;
	text-align: right;
	font: 32px Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 380px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 358px;
}
html>body #newsContentHeadline {
	width: 358px;
	}
#newsContentNewsImage {
	background: #FF9900;
	margin: 0;
	padding: 0;
	border: 1px #999 solid;
	display: block;
	float: left;
	width: 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 198px;

}
html>body #newsContentNewsImage  {
	width: 198px;
	}
#newsContentStory {
	display: block;
	float: left;
	margin: 0;
	padding: 10px;
}
#newsContentImagesBox {
	display: block;
	float: left;
	background: #232323;
	border: 1px #666 solid;
	margin: 0px;
	padding: 10px 0 10px 10px;
	}
#newsContentImagesBox img {
	display: block;
	float: left;
	background: #FF9900;
	border: 1px #666 solid;
	margin: 0 10px 0 0;
	padding: 0;
	width: 180px;
	}
/*########## End of Content Elements ###################*/
/*	End of View Current News Content	*/
