/*
Copyright 2007 - REDI Systems, Inc.
CSS by Chris Ostrom from New Boston Creative Group
http://www.newbostoncreative.com
*/

body {
	background: #754C24 url(../txpimages/bodybackground.jpg) top left repeat-x;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	margin: 0;
	}
	
h1 {
	padding: 1em 0 0 0;
	font-size: 140%;
	color: #739EB3;
	line-height: 1em;
	}
	
h2 {
	font-size: 120%;
	}
	
h3 {
	font-size: 110%;
	}

h4 {
	font-size: 100%;
	}

h2, h3, h4 {
	padding: 1em 0 0 0;
	color: #739EB3;
	}

p {
	padding: 1em 0 1em 0;
	font-size: 85%;
	}
	
	p.nopadding {
	padding: 0;
	margin: 0;
	}

	p.bottompadding {
	padding: 1em 0 1em 0;
	margin: 0;
	}	
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
a {
	color: #739EB3;
	}
	
a:hover {
	text-decoration: none;
	}

#outside-wrap {
	margin: 20px auto;
	width: 760px;
	position: relative;
	}

#logo-header {
	width: 760px;
	height: 35px;
	position: relative;
	margin: 0;
	padding: 0;
	}	

#picture-header {
	width: 760px;
	height: 199px;
	position: relative;
	margin: 0;
	padding: 0;
	}	

#primary-nav {
	border-top: 1px solid #F47422;
	background-color: #A67D50;
	position: relative;
	width: 760px;
	margin: 0;
	padding: 0;
	clear: both;
	}
	
	#primary-nav ul {
		background-color: #A67D50;
		border-bottom: 1px solid #F47422;		
		width: 760px;
		margin: 0;
		padding: 0;
		float: left;
		}
		
	#primary-nav ul li {
		float: left;
		}
	
	#primary-nav ul a {
		display: block;
		margin: 0;
		padding: 0 1em;
		line-height: 2em;
		text-decoration: none;
		text-transform: uppercase;
		color: #99A7B0;
		font-size: 85%;
		background:#A67D50;
		}			

	#primary-nav ul a:hover {
		color:#EBEBEB;
		}
		
#home #primary-nav .home a,
#systems #primary-nav .systems a,
#builders #primary-nav .builders a,
#about_us #primary-nav .about a,
#testimonials #primary-nav .testimonials a,
#contact_us #primary-nav .contact a {
	color: #EBEBEB;
	cursor: default;
	}

#main-wrap {
	clear: both;
	background: url(../txpimages/contentbackground.jpg) center top repeat-y;
	position: relative;
	width: 760px;
	}

#maincontent-wrap {
	width: 549px;
	height: 100%;
	margin: 0 0 1em 0;
	position: relative;
	float: left;
	}

#maincontent {
	padding: 0 1.5em 2em 1.5em;
	position: relative;
	background-color: #fff;
	}
	
	#maincontent img {
		margin: 1px;
		padding: 1px;
		border: 1px solid #739EB3;
		}

	#maincontent img.right {
		float: right;
		margin: 0 0 0 .5em;
		}
	
	#maincontent img.left {
		float: left;
		margin: 0 .5em 0 0;
		}

	#maincontent img.article {
		float: left;
		margin: 1em .5em 0 0;
		}

	
	#maincontent img.systemlist {
	background-color: #fff;
	border: 1px solid #739EB3;
	float: left;
	margin: 1em 10px 10px 0;
	padding: 1px;
	}	
	
#maincontent div.systemlist {
	clear: left;
	padding: 0 0 0 0;
	}

#maincontent p.systemlist {
	padding: 0 0 0 0;
	}

	#maincontent img.testimoniallist {
	background-color: #fff;
	border: 1px solid #739EB3;
	float: left;
	margin: 1em 10px 10px 0;
	padding: 1px;
	}	
	
#maincontent div.testimoniallist {
	clear: left;
	padding: 0 0 15px 0;
	}

#maincontent div.sticky {
	padding: 0 0 0 0;
	}

#maincontent div.results {
	border-bottom: 1px solid #739EB3;
	padding: 1.5em 0 1.5em 0;
	}

#maincontent div.clearleft {
	clear: left;
	padding: 2em 0 0 0;
	font-size:85%;
	}

#maincontent p.clearleft {
	font-size:85%;
	}

#search-box {
	background: #93A2A2;
	width: 190px;
	padding: 10px;
	border-bottom: 1px solid #fff;
	height: auto;
	float: right;
	position: relative;
	}
	
secondary-nav-wrap {
	background: #93A2A2;
	width: 210px;
	height: auto;
	float: right;
	position: relative;
	}

#secondary-nav {
	background: #93A2A2;
	width: 210px;
	height: auto;
	float: right;
	position: relative;
	}	

	#secondary-nav ul {
		background:#93A2A2;
		width: 210px;
		margin: 0;
		}
		
	#secondary-nav ul a {
		display: block;
		line-height: 35px;
		text-decoration: none;
		text-transform: uppercase;
		color: #EBEBEB;
		font-size: 80%;
		font-weight: bold;
		border-bottom: 1px solid #fff;		
		background: #93A2A2;
		}			

	#secondary-nav ul a:hover {
		background: no-repeat url(../txpimages/sec-nav-button-back.jpg)
		}
		
	#secondary-nav ul li a {
		padding: 0 0 0 10px;
		}

#secondary-nav-accent {
	background: #93A2A2;
	width: 210px;
	height: auto;
	float: right;
	position: relative;
	}
	
#main-reset {
	clear: both;
	}

#footer-wrap {
	border-top: 1px solid #F47422;
	margin: 0 0 1em 0;
	background:#A67D50;
	clear: both;
	width: 760px;
	position: relative;
	}

#footer {
	color: #fff;
	background:#A67D50;
	padding: 0 0 0 1em;
	line-height: 2.2em;
	font-size: 80%;
	position: relative;
	}	

