/* CSS Document */

/// Max Width on Images ///
All images should be no wider then 585 pixles.

/// HEX Vaules for site ///
	gray bg			F9F9F9
	advertising 	A2B3D0
	food 			BECA9E
	industrial 		B6BCC2
	architecture 	9B6C14
	process			898068
	contact			E2C891
 
#home {
	width:640px;
	margin:15px 0 0 0;
	border: 0px solid red;
}
#main {
	width:880px;
	margin:0px 0 0 0;
	padding:0;
	border: 0px solid green;
}
#homeheader {
	text-align:center;
	padding-top:25px;
	margin-bottom:0px;
}
#topAdvertising {
	width:100%;
	height:15px;
	background-color:#A2B3D0;
}
#topFood {
	width:100%;
	height:15px;
	background-color:#BECA9E;
}
#topIndustrial {
	width:100%;
	height:15px;
	background-color:#B6BCC2;
}
#topArchitecture {
	width:100%;
	height:15px;
	background-color:#E1D0A3;
}
#topProcess {
	width:100%;
	height:15px;
	background-color:#898068;
}
#topContact {
	width:100%;
	height:15px;
	background-color:#E2C891;
}
#menu {
	width:880px;
	text-align:right;
	border:0px solid red;
}
#header {
	width:880px;
	text-align:left;
}
#content {
	padding:4px;
	text-align:left;
	width:640px;
}
#homeContent {
	background-color:#F9F9F9;
	width:310px;
	height:340px;
	float:left;
}
#subContent {
	background-color:#F9F9F9;
	width:280px;
	height:475px;
	float:left;
	margin-top:20px;
}
#blankContent {
	width:880px;
	padding:20px 0 0 0;
}
#homeImages {
	width:310px;
	height:340px;
	margin-left:10px;
	float:left;
}
#home1 {
	padding:0 10px 10px 0;
	float:left;
}
#home2 {
	padding:0 0 10px 0;
	float:left;
}
#home3 {
	padding:0 10px 0 0;
	float:left;
}
#home4 {
	float:left;
}
#subImages {
	margin-top:10px;
	width:585px;
	margin-left:15px;
	float:left;
}
#homeline {
	background-image:url(../../../images/home_line.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:10px;
	line-height:1px;
	width:640px;
}
#line {
	background-image:url(../../../images/line.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:10px;
	line-height:1px;
	width:880px;
}
.inputbox {
	width:150px;
	font-family: Verdana;
	font-size:10px;
	color:#000000;
}
.menuHome {
	padding-top:5px;
	height:20px;
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:bottom;
}
.contentpaneopen {
	font-family: Verdana;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;  
	margin:10px;
}
	
.body_header {
	font-family: Verdana;
	font-size: 12px;
	font-style: bold;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
#footer {
	width:640px;
	text-align:center;
	padding-left:100px;
}
.mainlevelfooter {
	font-family: Verdana, Arial;
	font-size: 9px;
	font-style: normal;
	line-height: 18px;
	text-transform:uppercase;
}

a.mainlevelfooter {
	font-family: Verdana, Arial;
	color:#000000;
	font-size: 9px;
	font-style: normal;
	text-decoration: underline;
	line-height: 18px;
	text-transform:uppercase;
}
.hide {
	visibility:hidden;
}
.show {
	visibility:visible;
}
.homeLinks a {
	background-repeat:no-repeat;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color:#8E352A;
	line-height: 16px;
	padding-left:10px;
	background-repeat:no-repeat;
	text-decoration:none;
}
.homeLinks a:hover {
	color:#333333;
}
a.advertising{
	background-image:url(../../../images/ad_arrow.gif);	
	color: #A2B3D0;	
}
a.food{
	background-image:url(../../../images/food_arrow.gif);
	color: #BECA9E;
}
a.industrial{
	background-image:url(../../../images/indust_arrow.gif);
	color: #B6BCC2;
}
a.architecture{
	background-image:url(../../../images/arch_arrow.gif);
	color: #E1D0A3;
}
a.contact{
	background-image:url(../../../images/contact_arrow.gif);
	color: #E2C891;
}
.tm {
	font-size:8px;
}