body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
	behavior: url("hover.htc");
}

#wrapper{

position:relative;
width: 963px;
margin:auto;
}
img, div { behavior: url("iepngfix.htc") }

#nav {
	position:absolute;
	left:336px;
	top:3px;
	width:650px;
	height:70px;
	z-index:1;

}

#nav ul {
	list-style: none;
	
    display:inline;
	
	float: left;
	}
	
	#nav ul li{
	float: left;
	text-indent:-999px;}
	
	#nav ul li a{
	padding-left: 21px;
	height:90px;
	display:block}
	
	.homebutton a {
	background-image:url(../images/home.png);
	background-repeat: no-repeat;
	background-position:top;
	width: 84px;
	}
	
		.homebutton a:hover {
	background-image: url(../images/home_rol.png);
	background-repeat: no-repeat;
	background-position:top;}
	
		.abbutton a {
	background-image:url(../images/about.png);
	background-repeat: no-repeat;
	background-position:top;
	width: 99px;
	}
	
		.abbutton a:hover {
	background-image: url(../images/about_rol.png);
	background-repeat: no-repeat;
	background-position:top;}
	
			.prodbutton a {
	background-image:url(../images/products.png);
	background-repeat: no-repeat;
	background-position:top;
	width: 146px;
	}
	
		.prodbutton a:hover {
	background-image: url(../images/products_rol.png);
	background-repeat: no-repeat;
	background-position:top;}
	
				.faqbutton a {
	background-image:url(../images/faq.png);
	background-repeat: no-repeat;
	background-position:top;
	width: 42px;
	}
	
		.faqbutton a:hover {
	background-image: url(../images/faq_rol.png);
	background-repeat: no-repeat;
	background-position:top;}
	
				.contbutton a {
	background-image:url(../images/contacts.png);
	background-repeat: no-repeat;
	background-position:top;
	width: 103px;
	}
	
		.contbutton a:hover {
	background-image: url(../images/contacts_rol.png);
	background-repeat: no-repeat;
	background-position:top;}
	
#content {
	position:absolute;
	left:396px;
	top:184px;
	width:458px;
	height:284px;
	z-index:2;
}

#flashcontent {
	position:absolute;
	left:0px;
	top:-70px;
	width:830px;
	height:604px;
	z-index:20;
	
}
.header {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	color: #E0CEB3;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-align:right;
	vertical-align:top;
}

.header2 {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	color: #E0CEB3;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-align:left;
	vertical-align:top;
}

.orangeyellow {color:#FAE793;}
.orange {color:#AD8C2D;}
.style1 {color: #FFFFFF}

.navbar {}
