/* CSS Document */
a img{ 
border: 1px solid #ff9c00;
}

a img:hover{ 
border: 1px solid #ffffff;
}

body {
background-image: 
url('honey.jpeg');
background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0;
}

h2{
color: #ff9c00;
}

h3{
color: #ff9c00;
}
#container {
position:relative;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header{
position:relative;
	left:0px;
	top:0px;
	width:1170px;
	height:250px;
	overflow:hidden;
}

#header-side{
position:absolute;
	overflow:hidden;
	left:940px;
	top:5px;
	width:230px;
	height:250px;
	background-image: url('header-side.png');
	background-repeat: no-repeat;
}

#menu_area {
	padding:5px 5px 5px 5px;
	left:0px;
	top:250px;
	border-left:2px solid #000000;	
	border-right:2px solid #000000;	
	width:926px;
	height:20px;
background-image: 
url('menubg.gif');
background-repeat: repeat-x
		z-index: 1;
}

#menu_area a{
color:#ff9c00;
font-weight:bold;
font-style:normal;
text-decoration: none;
}

#menu_area {
color:#313131;
font-weight:bold;
font-style:normal;
text-decoration: none;
}

#menu_area a:hover, .active {
color:#ffffff;
font-weight:bold;
font-style:normal;
text-decoration: none;
}

#main_area {
	padding:10px 10px 10px 10px;
	left:0px;
	top:280px;
	border:1px solid #000000;
	width:916px;
	background-color:#7e7e7e;	
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#main_area a{
color:#ff9c00;
font-weight:bold;
font-style:normal;
text-decoration: none;
}

#main_area a:hover, .active{
color:#ffffff;
font-weight:bold;
font-style:normal;
text-decoration: none;
}

#news {
	position:absolute;
	left:435px;
	top:5px;
	border-top:2px solid #000000;	
	border-bottom:2px solid #000000;	
	border-left:2px solid #000000;	
	border-right:2px solid #000000;	
	width:487px;
	height:660px;
background-image: url('news.png');
background-repeat: no-repeat;
	background-color:#303030;	
}

#newspostscontainer {
position:relative;
top: 0px;
}

#productscontainer {
	position:relative;
	float:right;
		padding:10px 10px 10px 10px;
	width:590px;
	top:-40px;
	background-color:#303030;	
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	overflow:hidden;
	color: #ffffff;
}

#projectimage{
position:relative;
float: right;
border: 2px solid #ffffff;
width:190px;
height:100px;
overflow:hidden;
}

#cat_image{
position:relative;
width:190px;
height:100px;
overflow:hidden;
border: none;
}

#cat_image a img{
border: none;
}

#singleproduct {
background-color:#171717;
border: 1px solid #ff7800;
width: 190px;
height: 120px;
padding:0px 0px 3px 0px;
text-align: center;
}

#singleproduct a{
font-weight: bold;
}

#singleproduct a:hover {
font-weight: bold;
color:#ff9c00;
}

#singleproduct:hover{
background-color:#ffffff;
border: 1px solid #ffffff;
}

#product p {
color: #d6d6d6;
}

#date{
float: right;
	color: #ff9000;
}

#title{
float: left;
color: #ff9000;
}

#newsimage{
position:relative;
top: 8px;
float: left;
border: 1px solid #000000;
	width:80px;
	height:80px;
}

#newstext{
position:relative;
float: right;
top: 5px;
width:500px;
color: #d6d6d6;
font-size: 10pt;
}

#categories{
position:relative;
float:left;
width:275px;
padding:5px 5px 5px 5px;
border: 2px solid #000000;
background-image: url('newsbg2.gif');
background-repeat: repeat-x;
background-color:#303030;	
}

#categories_title{
float:left;
	background-image: url('categories.png');
	background-repeat: no-repeat;
	border: 2px solid #000000;
	left:635px;

	width:285px;
	height:30px;
	background-color:#303030;	
}

#projectcategories_title{
float:left;
	background-image: url('projects.png');
	background-repeat: no-repeat;
	border: 2px solid #000000;
	left:635px;

	width:285px;
	height:30px;
	background-color:#303030;	
}

#footer{
position:relative;
color:#ffffff;
width:930px;
text-align: center;
margin-left:auto;
margin-right:auto;
}

#footer a{
color:#ff9600;

