*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d3d3d3;	
}

p{
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d3d3d3;
	line-height:20px;
}

img{
	border:0;
	padding:0;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

a:hover{
	color:##C70014;
}

.highlight  {
	color:#eec32e;
	font-weight:bold;
} 

.clear{
	clear:both;
}

body{
	background:#000;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d3d3d3;
	text-align:justify;
	line-height:20px;
}

#main{
	margin:0 auto;
	padding:0 0 0 0;
	width:1004px;
}

#header{
	margin:0 auto;
	background:url(../images/header.jpg) no-repeat;
	height:256px;
}


/*-----------------------MENUS-------------------------*/
.nav{
	margin:0;
	padding:0;
}
#menu{
	margin:0;
	padding-top:2px;
	background:#eec32e;
	width:1004px;
	height:40px;
}

.home{
	padding:0 61px 0 52px;
}

.about{
	padding:0 60px 0 50px;
}

.services{
	padding:0 50px 0 50px;
}

.products{
	padding:0 64px 0 59px;
}

.contact{
	padding:0 61px 0 62px;
}

/*-----------------------CONTENT-------------------------*/
#content{
	padding:35px 20px 0 35px;
	clear:both;
}

#left{
	width:535px;
	float:left;
}

#right{
	width:395px;
	float:right;
}

#bottom{
	background:url(../images/content_bottom_bg.jpg) repeat-x #1a1919;
	padding:30px 0 30px 30px;
	clear:both;
}

#col1{
	width:286px;
	float:left;
	padding:0 50px 0 0;
	text-align:left;
}

#col2{
	width:286px;
	float:left;
	padding:0 50px 0 0;
}

#col3{
	width:290px;
	float:left;
	padding:0 0 0 0;
	line-height:30px;
}
#col3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

#col3 a:hover{
	color:##C70014;
}

#col1 ul{	
	margin:0;
	padding:0;
	list-style:none;
}

#col1 ul li{
	background:url(../images/arrow.jpg) no-repeat center left;
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
	line-height:30px;
	border-bottom:1px dotted #625f5f;
}

#col2 ul{	
	margin:0;
	padding:0;
	list-style:none;
}

#col2 ul li{
	background:url(../images/arrow.jpg) no-repeat center left;
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
	line-height:30px;
	border-bottom:1px dotted #625f5f;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*------------CONTACT US------------*/
#midright { 
	margin:0; 
	padding:0; 
	width:530px;
	float:left;
}

.req{ 
	 display:block;
	 width:560px; 
	 padding:0;
	 line-height:36px; 
	 font-weight:normal;
	 font-size:12px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 color:#F2F63B;
}

.feedback-textfield3{
	border:1px solid #BFBFBF;
	color:#414862;
	line-height:20px; 
	padding-left:4px;
	background-color:#F7F7F7;  
	width:75px;
	height:18px;
	
} 

#formCont{
	margin:0;
	padding:0; 
	float:left;
	width:580px;
	height:1100px;
}

#formCont2{
	margin:0;
	padding:0; 
	float:left;
	width:500px;

}
.cssform p{
	width:549px;
	margin: 0 auto;
	padding:2px 0 2px 0; /*width of left column containing the label elements*/ 
}

.cssform label{
	font-weight:normal;
	float: left;
	text-align:left; /*width of left column*/
	width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.star{
	color:#F2F63B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.feedback-textfield{
	border:1px solid #BFBFBF;
	color:#414862;
	width:180px;
	line-height:20px;
	padding-left:4px;
	background-color:#F7F7F7;
	height:18px;
}


.feedback-textfield2{
	border:1px solid #BFBFBF;
	color:#414862;
	font-weight:bold;
	font-size:13px;
	width:75px;
	height:18px;
	line-height:22px;
	text-align:center;
	background-color:#F7F7F7;
}

.button{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*-----------------------FOOTER-------------------------*/
#footer{
	margin:0;
	padding:8px 0 5px 0;
	background:#eec32e;
	color:#000000;
	text-align:center;
	line-height:18px;
	
}

a {
	font-family:Arial, Helvetica, sans-serif font-size:12px;
	font-weight:normal;
	text-decoration: underline;
	color:#C70014;
}
a:hover{font-weight:normal;
	text-decoration:none;
	color:#000000;
}