* {margin: 0px; padding: 0px; outline: 0px;}


body {
	background-color: #111F06;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #6d696b;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .75em;


}

.clear {clear: both;}

#wrapper{
	width:866px;
	height:auto;
	margin:auto;
}

p{
text-align:justify;
line-height:160%;
padding:0px 0 5px 0;
}

a {
	color: #E56608;
	text-decoration:none;
}
a:hover{
	text-decoration:none; border-bottom: dotted 1px #626262;
}

.more {
	color: #E56608;
	padding-left: 6px;
}
.line {
	height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
	text-align: center;
	width: 806px;
	margin-top: 15px;
	margin-bottom: 15px;
}


p.delivery{
	text-align:justify;
	line-height:17px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 70px;
	background-image: url(images/courier.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	color: #FF6600;
	text-decoration: inherit;
}

h1{
	font-size:18px;
	font-weight: normal;
	color:#333333;
	padding-bottom: 30px;
}

h2{
	font-size:14px;
	font-weight: bold;
	color:#333333;
	padding-bottom: 10px;
}
h3 {
	color: #DE6104;
	margin-bottom: 20px;
	font-weight: normal;
}


/*----------------------MENU-------------------------*/
#menu{
	float:left;
	margin-top: 130px;
	padding-left: 10px;
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 856px;
	padding-top: 20px;
}
#menu ul{
list-style:none;display:block;
}
#menu ul li{
list-style:none;display:inline;}

#menu ul li a{
	text-decoration:none;
	margin:0px 8px 0 8px;
	color:#fff;
	text-align:center;
	font-size: 12px;
}
#menu ul li a:hover{
	text-decoration:none;
	color: #E56608;
}

/*-----------------MAIN CONTENT TOP----------------------------*/

#main_content_top{
	padding-top: 20px;
	width:866px;
	height:330px;
	background-image: url(images/bg_main_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;	
}

#main_content_top_long{
	padding-top: 20px;
	width:866px;
	background-image: url(images/bg_main_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 20px;	
}

#main_content_top_long a:hover {border: none;}

.left_content{
	width:300px;
	float:left;
	padding-right: 20px;
	padding-left: 30px;
	
}
.products_heading {
	margin-left: 30px;
}


.right_content{
	width:475px;
	float:right;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 30px;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.left_products{
	width:383px;
	float:left;
	padding-right: 20px;
	padding-left: 30px;
	text-align: center;
	
}

.right_products{
	width:383px;
	float:right;
	padding-right: 30px;
	padding-left: 20px;
	text-align: center;	
}

.right_news{
	float:right;
}
.product {
	width: 383px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}



.product img {border: solid 5px #f2f2f2; padding: 1px;}

.news_icon{
    width: 118px;
	height:200px;
	float:left;
	background-image: url(images/business-cards.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 30px;
}
.news_content{
width:230px;
float:right;
text-align:justify;
line-height:15px;
padding-left: 20px;
padding-top: 70px;
}

/*-----------------MAIN CONTENT BOTTOM----------------------------*/
#main_content_bottom{
	padding-top: 20px;
	width:806px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
	background-color: #ffffff;
}

#main_content_bottom a{
	color: #626262;
	text-decoration:none;
}

#main_content_bottom a:hover{
	text-decoration:none; border-bottom: dotted 1px #626262;
}

.box_bottom_left{
	width:230px;
	float:left;
	padding-right:38px;
}

.box_bottom_middle{
	width:230px;
	float:left;
	padding-left: 19px;
	padding-right: 19px;
}

.box_bottom_right{
	width:230px;
	float:left;
	padding-left: 38px;
}

.item_icon {
    padding-top: 20px;
	float: left;
	width: 70px;
}
.item_description {
	float: right;
	width: 160px;
	font-size: 90%;
}

/*-----------------------------footer------------------*/
#footer{
	height:20px;
	background-color: #000000;
	width: 846px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copyright{
float:right;
padding-left:10px;
font-size:90%;
}

#footer a{
text-decoration:none;
color: #999999;
}
#footer a:hover{
color: #CCCCCC;
}
.margin_left {
	margin-right: 15px;
}
.wrapped_text {
	margin-left: 37px;
}


td {
	vertical-align: top;
	padding-bottom: 5px;
}


#name, #email, #tel_number, #company {
	width: 250px;
	border: 1px solid #E0E0E0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}

select {
	width: 150px;
	border: 1px solid #E0E0E0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}
.submit {
	width: 70px;
	font-size: 100%;
	background-color: #DE6104;
	color: #FFFFFF;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	width: 250px;
	border: 1px solid #E0E0E0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}
#enquiry {
	padding-top: 15px;
}
.bold_grey {
	font-weight: bold;
	color: #333333;
}
.features {
	font-size: 120%;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

#noborder {border: none;}

