body {
	background: #696353 url(../img/background.jpg) repeat-x;
	margin: 0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

h2.samples {
	color: #943D04;
	font-size: 20px;
	padding: 0px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #cbc0b7;
}

h3 {
	color: #943D04;
	font-size: 16px;
}

a {
	color: #943D04;
}

a:hover {
	color: #696353;
}

a:visited {
	color: #943D04;
}

a:active {
	color: #943D04;
}

#container {
	width: 982px;
	margin: auto;
	}

#top-corners {
	background: url(../img/top-corners.jpg) no-repeat;
	width: 982px;
	height: 279px;
}
	
#middle-content {
	background: url(../img/middle-bg.gif) repeat-y;
	width: 982px;
	min-height: 600px;

}

#middle-content #nav {
	background: #943d04;
	width: 969px;
	height: 50px;
	margin-left: 6px;
}

#middle-content #nav ul {
	margin: 0px;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}

*:first-child+html #middle-content #nav ul{
	margin-left: 40px;
} 

* html #middle-content #middle-content #nav ul {
	margin-left: 40px;
}

#middle-content #nav li {
	float: left;
	text-align: center;
	width: 180px;
	margin-left: -10px;

}

#middle-content #subnav {
	background-color: #CC6600;
	clear: left;
	width: 969px;
	height: 50px;
	margin-top: 0px;
	margin-left: 6px;
}

#middle-content #subnav ul {
	margin: 0px;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	margin-left: -15px;

}


#middle-content #subnav li {
	float: left;
	text-align: center;
	padding: 0px 12px;
}


a.menu {
	color: #fff;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

#middle-content .home-on {
	background: url(../img/triangle.png) no-repeat;
	width: 22px;
	height: 18px;
	margin-left: 113px;
}


#middle-content .contact-on {
	background: url(../img/triangle.png) no-repeat;
	width: 22px;
	height: 18px;
	margin-left: 800px;
}

#middle-content .services-on {
	background: url(../img/triangle.png) no-repeat;
	width: 22px;
	height: 18px;
	margin-left: 285px;
}

#middle-content .samples-on {
	background: url(../img/triangle.png) no-repeat;
	width: 22px;
	height: 18px;
	margin-left: 450px;
	position: relative;
	z-index: 1000;
}

#middle-content .about-on {
	background: url(../img/triangle.png) no-repeat;
	width: 22px;
	height: 18px;
	margin-left: 630px;
}



#middle-content .welcomeText {
	font-size: 17px;
	font-style: italic;
	line-height: 24px;
	padding: 10px 20px;
}

#middle-content .welcomeText .tagline {
	font-weight: bold;
	color: #943D04;
}

#middle-content .marketing {
	width: 907px;
	margin: 0px auto;
	padding-top: 20px;
	font-size: 13px;
}

#middle-content .marketingBox {
	background: url(../img/mktgBox.jpg) no-repeat;
	width: 294px;
	height: 378px;
	float: left;
	padding: 0px 5px;
}

#middle-content .marketingBox .emphasize {
	color: #943D04;
	font-size: 16px;
	font-style: italic;
}

#middle-content .last {
	padding-right: 0px;
}

#middle-content .marketingBox h3 {
	color: #943D04;
	width: 284px;
	text-align: center;
	font-size: 18px;
	margin-top: 9px;
	margin-bottom: 0px;
}

#middle-content .marketingBox .marketingText {
	padding: 15px 15px 0px 10px;	
}

#middle-content .marketingBox .marketingText ul {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

#middle-content .bottomEmphasis {
	color: #943D04;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	clear: left;
	padding-top: 10px;
}

#middle-content .pricing {
	border: 2px solid #943D04; width: 880px; padding: 5px 15px 5px 15px;
}

#middle-content .sampleLocation {
	color: #938b82;
	font-size: 15px;
	background: url(../img/quotations.gif) top left no-repeat;
	font-weight: bold;
	height: 55px;
}

#middle-content .sampleTitle {
	color: #5B5547;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: -30px;
}

#middle-content .sampleText {
	margin-bottom: 50px;
}

#bottom-corners {
	background: url(../img/bottom-corners.gif) no-repeat;
	width: 982px;
	height: 15px;
}

#footer {
	font-size: 12px;
	padding: 10px 5px;
	color: white;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer a:visited {
	color: #fff;
}

#footer a:active {
	color: #fff;
}