/* CSS Document */

.bodyarearightsupplier {
	width: 490px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
}

.bodyarearightsupplier h1 {
	font-size:18px;
	font-style:italic; 
	color:#FFFFFF;
	border-bottom-style: solid ; 
	border-bottom-color: #7a2a09; 
	border-bottom-width: 2px; 
	}
	
.bodyarearightsupplier h2 {
	font-size:12px;
	color:#FFFFFF;
}

.bodyarearightsupplier p {
	font-size:12px;
	color:#C37B5D;
}

.bodyarealeftpurchaser {
	width: 314px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 90px;
	float: left;
}

.bodyarealeftpurchaser h1 {
	font-size:18px;
	font-style:italic; 
	color:#FFFFFF;
	border-bottom-style: solid ; 
	border-bottom-color: #7a2a09; 
	border-bottom-width: 2px; 
	}

.bodyarealeftpurchaser p {
	font-size: 12px;
}

.bodyarearightproducts {
	width: 775px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 90px;
	float: left;
}

.bodyarearightproducts h1 {
	font-size:18px;
	font-style:italic; 
	color:#FFFFFF;
	border-bottom-style: solid ; 
	border-bottom-color: #7a2a09; 
	border-bottom-width: 2px; 
	}
	
.bodyarearightproducts h2 {
	font-size:12px;
	color:#FFFFFF;
}

.bodyarearightproducts p {
	font-size:12px;
	color:#C37B5D;	
}

.productpic {
	margin-right: 80px;
	margin-top: 20px;
	width:90px;
	float:right;
}

.bodyarealeftcareer{
	width: 775px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 90px;
	float: left;
}

.bodyarealeftcareer h1 {
	font-size:18px;
	font-style:italic; 
	color:#FFFFFF;
	border-bottom-style: solid ; 
	border-bottom-color: #7a2a09; 
	border-bottom-width: 2px; 
	}

.bodyarealeftcareer p {
	font-size: 12px;
}

/* Contact page form */
form#contact {
}
form#contact input {
	background:#333 none;
	border:1px solid #7A4F31;
	font-size:13px;
	color:#FFF;
}
form#contact input.text {
	width:180px;
}
form#contact textarea.message {
	width:400px;
	background:#333 none;
	border:1px solid #7A4F31;
	font-size:13px;
	color:#FFF;
}
form#contact input#submit {
	padding:3px;
	margin:5px 0 0 0;
	background-color:#000;
}