/*
light tan 		#F1EFE2
text green		#8DA23E
rust			#BA6D3C
*/

a {
	color: #BA6D3C;
	text-decoration: none;
	}
	
a:hover {
	background: #BA6D3C;
	color: #fff;
	}
	
.hilite {
	background: #ff9;
	}

#content h1 {
	color: #8DA23E;
	font-size: 300%;
	padding: 0 0 4px 42px;
	}
	
#content h1.subtitle {
	color: #333;
	font-size: 230%;
	padding-bottom: 24px;
	}
	
#content h2 {
	color: #8DA23E;
	font-size: 180%;
	padding: 8px 0 4px 42px;
	}
	
#content p, #content ul {
	font-size: 110%;
	line-height: 125%;
	padding: 0 41px 0.6em 42px;
	}
	
#content li {
	list-style: square;
	margin-left: 42px;
	padding-bottom: 4px;
	}
	
#content p.introduce-ul {
	padding-bottom: 6px;
	}
	
#content p.we-can {
	color: #8DA23E;
	font-size: 230%;
	font-style: italic;
	padding-bottom: 0;
	}
	
#content table.services {
	*margin-left: 42px; /* IE7 & below */
	padding: 0 0 0 42px;
	}
	
#content table.services th {
	font-size: 110%;
	font-weight: bold;
	padding: 0 4px 2px;
	}
	
#content table.services td {
	padding: 4px 2px 4px 8px;
	border-bottom: 1px solid #eee;
	}
	
#content table.services td.title {
	background: #eee;
	padding-left: 4px;
	}
	
#content table.services td.check {
	text-align: center;
	vertical-align: middle;
	}
	
#content div.scott-sherri {
	border: 2px solid #BA6D3C;
	float: right;
	margin: 0 0 6px 10px;
	}

#content div.scott-sherri img {
	background: #BA6D3C;
	}
	
#content div.scott-sherri p {
	background: #BA6D3C;
	color: #fff;
	font-size: 110%;
	padding: 4px;
	text-align: center;
	}
	
#content p.ref-name {	
	color: #BA6D3C;
	font-size: 120%;
	padding-bottom: 0;
	}
	
#content p.ref-number {
	font-size: 100%;
	}
	
#content p.ref-place {
	font-size: 90%;
	font-style: italic;
	padding-bottom: 0;
	}
	
#menu {
	padding-top: 16px;
	}
	
#menu p {
	font-size: 90%;
	padding-left: 20px;
	line-height: 1.4em;
	}
	
	#menu p.company {
		color: #000;
		font-weight: bold;
		font-size: 120%;
		}
		
#mainmenu {
	float: right;
	margin-top: 10px;
	width: 163px;
	}
	
#mainmenu li {
	font-size: 140%;
	padding: 9px 4px 7px 12px;
	}
	
#mainmenu li a {
	background: none;
	color: #000;
	text-decoration: none;
	}
	
#mainmenu li a:hover {
	color: #8DA23E;
	}
	
#mainmenu li.current {
	background: url(/images/menu_active.png) no-repeat top right;
	}
	
#mainmenu li.current a {
	color: #BA6D3C;
	}
	
#mainmenu li.current a:hover {
	color: #BA6D3C;
	}
	
#sidebar h3 {
	background: #8DA23E;
	color: #fff;
	font-size: 120%;
	margin: 20px 0 0 50px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	}
	
#sidebar div {
	border: 2px solid #8DA23E;
	line-height: 1.3em;
	margin: 0 0 10px 50px;
	padding: 10px;
	}
	
#sidebar div.serving {
	font-size: 120%;
	text-align: center;
	}
	
div.contact-box p {
	font-size: 85%
	}
	
div.contact-box p.company {
	font-size: 100%;
	font-weight: bold;
	}
	
#footer {
	text-align: right;
	}
	
#footer p {
	font-size: 80%;
	padding: 14px 30px 40px 230px;
	}
	
#footer a {
	color: #BA6D3C;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
