*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434244;
	background-color: #f6f6f6;
	line-height: 1.5em;
}
.topSide{
	width: 100%;
	background-color: #F6F6F6;
}
.downSide{
	width: 100%;
	background-color: #F6F6F6;
	margin: 0px;
}

a {
	text-decoration: none;
}

h2 {
	display: inline;
	padding-left: 20px;
	margin: 41px 0px 41px 0px;
	background: url('images/arrow.gif') no-repeat left 8px;
	font-size: 20px;
	color: #C75F28;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
}
h3{
	display: inline;
	padding-right: 20px;
	margin: 41px 0px 41px 0px;
	background: url('images/arrow.gif') no-repeat right 8px;
	font-size: 20px;
	color: #C75F28;
	font-weight: normal;
	letter-spacing: 1px;
}
p {
	margin: 3px 0px 11px 0px;
	line-height: 1.6em;
}

.clear{
	clear: both;
}

.mainContainer{
	width: 960px;
	margin: 0px auto;
}

#header{	
	width: 100%;
	height: 102px;
	/*background: url('images/headerbg.gif') no-repeat bottom;*/
	background: transparent url('images/menu.png') no-repeat bottom;
	text-align: right;
	/* - */
}

#logo {
	margin: 10px 50px 10px 30px;
	width: 206px;
	height: 67px;
	float: left;
}

#searchForm {	
	margin: 11px;
	height: 21px;
	width: 180px;
	float: right;
	background: url('images/searchbg.gif') no-repeat;
}

#searchForm #searchText{
	height: 21px;
	width: 159px;
	margin: 0px;
	background: transparent;
	color: #CC6633;
	vertical-align: top;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
}

#searchForm #searchSubmit{
	width: 21px;
	height: 21px;
	margin: 0px;
	background: transparent;
}

#menu{
	display: inline;
	float: right;
	height: 57px;
	width: 603px;
	margin: 0px;
}
#menu li {
	display: inline;
	float: left; 
	height: 32px;
	text-align: center;
	font-size: 20px;
}
#menu a:link, #menu a:visited{
	display: block;
	height: 32px;
	margin: 28px 11px 0px 11px;
	/*margin: 20px 10px 0px 10px;*/
	font-weight: normal;
	text-decoration: none;
	color: #FCF6F1;
	background: transparent;
}
#menu a:active, #menu a:hover, #menu .activePage a{
	background: url('images/active.gif') no-repeat 50% 26px;
}
#menu #one{
	/*background: url('images/home.png') no-repeat;*/
	width: 74px;

}
#menu #two{
	/*background: url('images/about-us.png') no-repeat;*/
	width: 110px;

}
#menu #three{
	/*background: url('images/commodites.png') no-repeat;*/
	width: 260px;

}
#menu #four{
	/*background: url('images/about-us.png') no-repeat;*/
	width: 129px;

}

.pageContainer{
	width: 960px;
	margin: 0px;
	background: #FBFBFB url('images/aboutbg.png') no-repeat;
}

#pageContent{
	width: 560px;
	padding: 11px 21px 11px 21px;
	margin: 40px auto;
}

#pageContent p{
	margin: 21px 0px 0px 0px;
}

/* home page */
#homePage{
	width: 960px;
	height: 370px;
	margin: 0px auto;
	background: url('images/background3.png') no-repeat;
}
#homePage table{
	margin: 0px auto 0px auto;
}
#homePage td{

}

/* about page */
#aboutPage {
	width: 60%;
	margin: 0px auto;
}
/* search page */
#searchPage {
	width: 60%;
	margin: 0px auto;
}
/* services page */
#servicesPage {
	width: 60%;
	margin: 0px auto;
}

/* contact page */

#contactForm {
	background-color: #F0F0F0;
	margin: 0px;
	width: 560px;
}

#contactForm #colForm{
	margin: 9px;
	/*float: left;*/
}

#contactForm p{	
	margin-top: 11px;
}
#contactForm textarea{
	width: 300px;	
	height: 200px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434244;
}
.mailField{
	width: 200px;
	height: 21px;
	margin-top: 3px;
	border: 1px solid #DCDCDC;
}
.mailSubmit{
	display: block;
	float: right;
	width: 76px;
	height: 25px;
	background: url('images/submit.gif') no-repeat right;
}

/* footer */
#footer{
	width: 100%;
	margin: 11px 0px 11px 0px;
	color: #AAA;
	text-align: center;
}