html, body{
	margin: 0;
	padding: 0;
	font: 14px "Trebuchet MS",verdana, arial, sans;
	background: #d7d7d7 url('images/menu.jpg') repeat-x left top;
	color: #333;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
a img{
	border: none;
}
a{
	color:#d80707;
}
a:HOVER, a:VISITED{
	color:#990000;
}
h1,h2,h3,h4,h5,h6,p,form{
	margin: 0;
	padding: 0;
}
ul{
	padding-left: 14px;
}

h1,h3,h4,h5,h6,p{
	margin-bottom: 6px;
	padding-bottom: 6px;
	background: url(images/hh.png) repeat-x left bottom;
}
p{
	background: none;
	padding-bottom: 0;
}
.onenews{
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #999;
}
.onenews h3{
	font-size: 16px;
	background: none;
	margin: 0 0 6px 0;
	padding: 0;
}
.last{
	font-size: 11px;
	text-align: justify;
}
.last a{
	text-decoration: none;
	color: #555; 
}
h1{
	font-size: 22px;
	color:#BB0707;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
	color: #333;	
}
h4{
	font-size: 16px;
}
h5{
	font-size: 15px;
}
h6{
	font-size: 14px;
}
blockquote {
  font-size: 12px;
  color: #BB0707;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 5px;
  padding-left: 15px;
  border-left: 3px solid #BB0707;
} 

#header{
	height: 500px;
}
#header_inner{
	background: url('images/menu.jpg') repeat-x left top;
	position: relative;
	z-index: 2;
	margin-top: -500px;
}
#headerimage{
	position: relative;
	z-index: 0;
}
#header ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 41px;
	overflow: hidden;
	float: right;
	background: url('images/menu.jpg') repeat-x left top;
}
#header ul li{
	margin: 0;
	padding: 0;
	float: left;	
}
#header ul li a{
	display: block;
	padding: 12px 10px;
	text-decoration: none;		
	color: #333;
	background: url('images/menu_separator.jpg') no-repeat right top;
}
#header ul li a:HOVER{
	color: #FFF;
	background: url('images/menu_separator.jpg') no-repeat right -41px;
}
#logo a{
	text-indent: -9999px;
	display: block;
	height: 81px;
	width: 230px;	
	background: url('images/logo.png') no-repeat left 21px;	
	padding-top: 20px;
}
* html #logo a{
	background: url('images/logo.gif') no-repeat left 21px;
}
.wrapper{
	width: 990px;
	margin: 0 auto;
}
#wrapper{
	width: 990px;
	position: relative;
	z-index: 3;
	margin: -60px auto 0 auto;
	line-height: 160%;	
	background: url('images/wrapper.png') repeat-y 687px 0px;
}
* html #wrapper{
	background: url('images/wrapper.gif') repeat-y left top;
}
#leftSide{
	float: left;
	width: 670px;
}
#rightSide{
	margin-left: 710px;
}
#rightSide ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer{
	clear: both;
	padding: 10px 0px 30px 0;
	text-align: center;
	font-size: 11px;
	color: #666;
	background: url('images/footer.jpg') no-repeat left bottom;
}
#footer a{
	color: #666;
}
#footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 120%;
}
#footer ul li{
	margin: 0;
	padding: 0;
	float: left;
}
#footer ul li a{
	display: block;
	color: #666;
	border-right: 2px ridge #CCC;
	padding:0 6px 0 0;
	margin: 1px 6px 1px 0px;
	text-decoration: none;
}
#footer ul li a:HOVER{
	color: #333;
	text-decoration: underline;
}

.imgs{
	width: 100%;
	height: 140px;
	overflow: hidden;
	padding: 1px;
	background: #FFF;
	border: 2px groove #EEE;
}
.imgs img{
	max-height: 250px;	
	margin-left: -20%;
	 -moz-opacity:.50; 
	 filter:alpha(opacity=50); 
	 opacity:.50;
}
.imgs a:HOVER img{
	-moz-opacity:1; 
	 filter:alpha(opacity=100); 
	 opacity:1;
}
#demotip { 
    display:none; 
    background:transparent url(images/black_arrow.png); 
    font-size:12px; 
    height:80px; 
    width:160px; 	
	overflow: hidden;
    padding:20px; 
    color:#fff;   
	line-height: 120%;
	z-index: 8988;
}
#demotip2 { 
    display:none; 
    background:transparent url(images/white.png); 
    font-size:12px; 
    height:12px; 
    width:169px; 
    padding:22px 20px; 
	text-align: center;
    color:#000;   
	line-height: 120%;
	z-index: 8989;
}
/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#CCC; 
     
    width:675px; 
    min-height:200px; 
    border:1px solid #999; 
    text-align: center; 
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 .simple_overlay  img{
	max-width: 675px;
	max-height: 500px;	
	margin: 0 auto;
 }
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}


.contact{
	font-family: "Trebuchet MS";
	font-size: 22px;
	text-align: center;
	color: #666;
	line-height: 180%;
}
.contact b{
	color: #999;	
	font-size: 23px;
}
.contact i{
	color: #888;
}
.product{
	width: 40%;
	height: 300px;
	float: left;
	margin: 0 8% 0 2%;	
}
.copyright{
	float: right;
	text-align: right;
}
.descriptions{
	margin-right: 320px;
	color: #999;
}
