/* CSS Document */

/* Overall Layout*/

body {
	background-color: #666666;
}

.layoutTable{
	width: 900px;
}

.table0{
	height: 200px;
	text-align: center;
}

.table1{
	height: 200px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.table2{
	height: 50px;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}

.table3{
	height: 400px;
}

.table4{
	height: 20px;
}

.background {
	background-color: #00CC66;
}

.imageBorder{
	border: 1px solid #FFFFFF;	
}


/* Manufacturers */

.manufacturersTable{
	background-color: #ffffff;
	height: 200px;
	padding: 10px;
}

.manufacturersRows{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
}

.manufacturersRowsLeft{
	width: 512px;
	height: 100px;
	font-family: Futura, Verdana, Arial;
	font-size: 11px;
	text-align: center;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #000000;
}

.manufacturersRowsRight{
	text-align: center;
	vertical-align: middle;
}


/* Contact Us */

.contactUsTable{
	background-color: #ffffff;
	height: 200px;
	text-align: left;
	font: Futura, Verdana, Arial;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.linksTable{
	background-color: #a4cd7b;
	height: 200px;
	padding: 10px;
}

/* Products */
.productsTable{
	background-color: #6699CC;
	height: 200px;
}

.productsTableContent{
	text-align: center;
	background-color: #ffffff;
}