body {

	margin: 0;
	background: #F0F1E4;

}

a {

	color: #512813;

}

a:active {

	color: #512813;

}

a:visited {

	color: #7D401E;

}

.border_table {
 border: 1px solid gray;
 border-spacing: 0px;
 padding: 10px;
}

.row_style_1 {
 background-color:  lightgrey;
}
.row_style_1_1 {
 border-bottom: 1px solid lightgrey;
 margin: 4px 4px 4px 4px;
}

.row_style_2 {
 background-color:  lightgrey;
}
.row_style_2_1 {
 border-bottom: 1px solid lightgrey;
 font-weight: bold;
}

* {font-family: sans-serif;}

	#topNav {

		width: 194px;
		height: 120px;
		background: #0e2840 url("art/navbottom.gif") bottom left no-repeat;

	}

	#contact #topNav {

		background: #0e2840 url("art/navbottom_contact.gif") bottom left no-repeat;

	}

	#customers #topNav {

		background: #0e2840 url("art/navbottom_customers.gif") bottom left no-repeat;

	}

	#products #topNav {

		background: #0e2840 url("art/navbottom_products.gif") bottom left no-repeat;

	}

	#services #topNav {

		background: #0e2840 url("art/navbottom_services.gif") bottom left no-repeat;

	}

	#topNav ul {

		list-style: none;
		margin: 0;
		padding: 5px 0 0 0;

	}

	#topNav ul li a {

		display: block;
		width: 194px;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		padding: 1px 0 0 19px;
		font-family: sans-serif;
		font-size: 12px;
		font-weight: bolder;

	}

	#topNav ul li {

		display: inline;

	}

	#topNav ul li a#homeLink:hover {

		color: #73a9ce;
		background: url("art/arrow_home.gif") 6px 3px no-repeat;

	}

	#topNav ul li a#productsLink:hover {

		color: #a7a77e;
		background: url("art/arrow_products.gif") 6px 3px no-repeat;

	}

	#topNav ul li a#internetLink:hover {

		color: #9a6db1;
		background: url("art/arrow_internet.gif") 6px 3px no-repeat;

	}

	#topNav ul li a#customersLink:hover {

		color: #89b14f;
		background: url("art/arrow_customers.gif") 6px 3px no-repeat;

	}

	#topNav ul li a#contactLink:hover {

		color: #cab948;
		background: url("art/arrow_contact.gif") 6px 3px no-repeat;

	}

	#topNav ul li a#salesLink:hover {

		color: #cc5302;
		background: url("art/arrow_sales.gif") 6px 3px no-repeat;

	}

#content .container {

	padding: 10px;

}

.alert {

	color: #f00 !important;
	font-weight: bold;

}