@charset "utf-8";
@import url(boxes.css);
@import url(menu.css);
@import url(text.css);

/* CSS Document */

body {	
	background			: #f4f9fb;
	margin				: 0 auto; 
	border				: 0px solid #000000;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	}

.oneColFixCtr #container {
	width: 892px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.formular {
	border			: 1px solid #004d26;
	width			: 250px;
	font-size		: 12px;
}

.formular2 {
	border			: 1px solid #004d26;
	width			: 50px;
	font-size		: 12px;
}

.formular3 {
	border			: 1px solid #004d26;
	width			: 193px;
	font-size		: 12px;
}

.formular4 {
	border			: 1px solid #004d26;
	width			: 50px;
	font-size		: 12px;
}

table.productListing {
	border-collapse: collapse; 
}

.tblCat {
	background		: #007540;
	text-align		: Left;
	padding-left	: 10px;
	color			: #FFFFFF;
	font-weight		: bold;
	height			: 22px;	
	border-top		: 1px solid #FFFFFF;
}

.tblCatRow {
	background		: #f1f1f1;
	text-align		: center;
	padding-left	: 10px;
	color			: #000000;
	height			: 22px;
	border-top		: 1px solid #FFFFFF;
	border-right	: 1px solid #FFFFFF;
	
}