

/* ----- B A S I C  -------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
	}

body {
	background: url(pic/bg_body.gif) repeat-y left;
	background-color: #7aabd1;
	font-family: 'Tahoma';
	font-size: 11px;
	color: #888888;
	line-height: 160%;
	margin-bottom: 50px;
	}

p {
	margin-bottom: 15px;
	}

h3 {
	color: #9fb9cd;
	font-family: 'Tahoma';
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	}

h4 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	}

.clear {
	clear: both;
	}

a {
	text-decoration: none;
	color: #6996f2;
	}

a:hover {
	text-decoration: underline;
	}

hr {
	height: 1px;
	margin: 10px 0;
	color: #eeeeee;
	}

table {
	width: 100%;
	}

	td {
		padding: 3px;
		}

	tr {
		background-color: #eeeeee;
		}

textarea {
	width: 500px;
	height: 300px;
	}


/* ----- L A Y O U T -------------------------------------------------------- */


#wrap {
	background: url(pic/bg_wrap.gif) repeat-x top;
	}

#container {
	width: 805px;
	}

#header {
	width: 805px;
	height: 149px;	
	background: url(pic/bg_header.jpg) no-repeat top;
	}

#logo {
	width: 180px;
	height: 100px;
	background: url(pic/bg-logo.png) no-repeat top;
	}

#content {
	width: 805px;
	float: left;
	background: url(pic/bg_container.gif) no-repeat top left;
	}


/* ----- NAVIGATION -------------------------------------------------------- */

#navigation {
	width: 137px;
	float: left;
	}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	#nav li {
		margin: 0;
		padding: 0;
		}

	#nav li a span {
		display: none;
		}

	#nav li a {
		display: block;
		height: 29px;
		width: 137px;
		}

	#nav li a:hover {
		background-position: 0 -29px;
		}

	#navWho {
		background: url(pic/g_who.gif) no-repeat top;
		}

	#navServices {
		background: url(pic/g_services.gif) no-repeat top;
		}

	#navProducts {
		background: url(pic/g_products.gif) no-repeat top;
		}

	#navSpecials {
		background: url(pic/g_specials.gif) no-repeat top;
		}

	#navTestimonials {
		background: url(pic/g_testimonials.gif) no-repeat top;
		}

	#navStatus {
		background: url(pic/g_status.gif) no-repeat top;
		}

#navBottom {
	background: url(pic/bg_navBottom.gif) no-repeat top;
	height: 10px;
	}

#nav2 {
	color: #9ec2de;
	text-align: right;
	margin-top: 25px;
	padding-right: 25px;
	}

#nav2 a {
	color: #ffffff;
	}

	#nav2 a:hover {
		text-decoration: underline;
		}


/* ----- CONTENT -------------------------------------------------------- */

#contentWrap {
	float: right;
	width: 639px;
	padding: 30px 19px 0 0;
	}

#contentLeftColumn {
	float: left;
	}

#contentMain {
	float: right;
	width: 493px;
	background: url(pic/bg_mainMiddle.gif) repeat-y;
	}

	#contentTop {
		width: 493px;
		height: 5px;
		background: url(pic/bg_mainTop.gif) no-repeat top;
		}

	#contentMiddle {
		padding: 20px 25px 10px 25px;;
		}

	#contentBottom {
		width: 493px;
		height: 5px;
		background: url(pic/bg_mainBottom.gif) no-repeat bottom;
		}


/* ----- HOME PAGE -------------------------------------------------------- */

#homeLeftColumn {
	float: left;
	width: 323px;
	background: url(pic/bg_homeMiddle.gif) repeat-y;
	}

	#homeTop {
		width: 323px;
		height: 5px;
		background: url(pic/bg_homeTop.gif) no-repeat top;
		}

	#homeMiddle {
		padding: 20px 25px 10px 25px;;
		}

		#homeMiddle div {
			padding-left: 55px;
			margin-bottom: 20px;
			}

	#homeBottom {
		width: 323px;
		height: 5px;
		background: url(pic/bg_homeBottom.gif) no-repeat bottom;
		}

#homeRight {
	float: right;
	width: 280px;
	padding-right: 22px;
	}

	#news {
		margin-top: 15px;
		padding-left: 10px;
		}

	#news p {
		padding-left: 18px;
		background: url(pic/i_page.gif) no-repeat 0 2px;
		}

	#news strong {
		color: #9fb9cd;
		font-size: 12px;
		{
