body {
	color: #e8e8e8;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/webbg.jpg) repeat-y #13130d;
	border-top: 4px solid #908c66;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #908c66;
	font-weight: normal;
	text-decoration:  none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	display: inline;
	color: #e8e8e8;
	margin-bottom: 15px;
}

h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
}

img {
	border: none;
}

#fullWide {
	width: 100%;
	overflow: hidden;
}

#leftNavColumn {
	width: 195px;
	color: #e2e2e2;
	background: url(images/navbarbg.jpg) no-repeat;
	margin-left: 35px;
	padding: 0 17px;
	float: left;
	display: inline;
}

	#leftNavColumn h1 a {
		width: 180px;
		height: 145px;
		background: url(images/truemeshlogo.gif) no-repeat top center;
		cursor: default;
		text-indent: -9999px;
		float: left;
		display: inline;
		cursor: pointer;
	}
	
	#leftNavColumn ul {
		width: 180px;
		text-align: right;
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		display: inline;
	}
	
	#leftNavColumn ul li {
		width: 180px;
		margin-bottom: 25px;
		position:relative;
		
	}
	
	#leftNavColumn ul li a {
		color: #e2e2e2;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 14px;
		padding: 10px 0;
	}
	
	#leftNavColumn li li
		{
			margin: 5px 0px 5px 0px;
			font-size: 12px;
			text-align: left;
			padding-top: 0px;
			margin-top: 0px;
			padding-left: 3px;
			padding-right: 3px;
			color: #FFF;
			
		}
		
		#leftNavColumn li:hover ul {
			top:0px;
			padding-top:0px;
			margin-top:0px;
			left: 180px;
			position:absolute;
			width: 180px;
			color: #FFF;
			text-align: left;
			list-style: none;
			background: #2c2c2c;
			padding: 5px;
			margin: 0px;
			display:block;
			z-index: 100;
		}

		#leftNavColumn li ul {
			top: 0px;
			padding-top:0px;
			margin-top:0px;
			left:180px;
			position:absolute;
			width: 180px;
			color: #FFF;
			text-align: left;
			list-style: none;
			background: #2c2c2c;
			padding: 5px;
			margin: 0px;
			display:none;
			z-index: 100;
		}
	
	#leftNavColumn ul li ul li 
	{	
		padding: 3px 0px 3px 0px;
		border-bottom: 1px #CCC dotted;
	}
	
#leftNavColumn ul li ul li a{
	font-size: 11px;
}
	#logoHolder {
		width:180px;
		margin: 80px 0 30px 0;
		text-align: right;
		float: left;
		display: inline;
	}
	
	/*
.nav ul
	{
	    margin-left: 0px;
	    padding-left: 0px;
	}
	
	.nav li
	{
		padding: 5px 0px 5px 0px;
	    list-style: none;
	    margin-bottom: 6px;
	    margin-top: 6px;
	    position:relative;
	}
	
	.nav a
	{
		color: #FFF;
		text-decoration: none;
	}
	
	.nav a:hover
	{
		text-decoration: underline;
	}			
		
		.nav li ul {
			display:none;
			width: 100%;
			
		}
		
		.nav li li
		{
			margin: 5px 0px 5px 0px;
			font-size: 12px;
			text-align: left;
			padding-top: 0px;
			margin-top: 0px;
			padding-left: 3px;
			padding-right: 3px;
			color: #FFF;
			width: 150px;
		}
		
		.nav li:hover
		{
			background: #2c2c2c;
		}
		
		
*/
	
#middleContentColumn {
	width: 716px;
	float: left;
	display: inline;
}

#topServiceBar {
	width: 646px;
	height: 32px;
	background: #000;
	padding: 0 35px;
	float: left;
	display: inline;
}
	
	#topServiceBar ul {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
		display: inline;
	}
	
	#topServiceBar ul li {
		height: 32px;
		float: right;
		display: inline;
	}
	
	#topServiceBar ul li a {
		padding: 7px 20px 5px 20px;
		color: #e8e8e8;
		float: left;
		display: inline;
	}
	
	.sansText {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
	#topServiceBar ul li a:hover {
		background: url(images/topservices-hover.jpg) repeat-x;
		text-decoration: none;
	}
	
#mainBanner {
	width: 100%;
	height: 270px;
	float: left;
	display: inline;
	position: relative;
}

	#mainTitleBar {
		width: 646px;
		height: 35px;
		background: url(images/titlebarbg.png) repeat;
		padding: 11px 35px 0 35px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
#middleContent {
	width: 646px;
	background: url(images/middlebgtexture.jpg) no-repeat;
	padding: 35px;
	line-height: 21px;
	float: left;
	display: inline;
}

	#middleContent img {
		float: left;
		margin: 0 15px 15px 0;
	}
	
.productinaction {
	width: 100%;
	margin: 15px 0;
	float: left;
	display: inline;
}
	
#footer {
	width: 646px;
	padding: 35px;
	font-size: 12px;
	color:#999;
	float: left;
	display: inline;
}

	#footer ul {
		width: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		display: inline;
	}
	
	#footer ul li {
		display: inline;
		padding: 0 7px;
	}

