
/*//////////////////////////////////
//   CSS RESET
//////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	line-height: 1.8;
	vertical-align: baseline;
	background: transparent;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul, li, a {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img { border: none; }

/*//////////////////////////////////
//   GLOBAL
//////////////////////////////////*/

body {
	background: #573f2b url(../images/bg.jpg) repeat-x top center;
	color: #664a2d;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
}

a:link, a:visited { 
	color: #0088c7;
	text-decoration: none;  
}

a:hover {
	text-decoration: underline;
}

a.line-link {
	color: #0088c7;
	text-decoration: none; 
}

a.line-link:hover {
	color: #009be3;
 	text-decoration: none;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.clear {
	clear: both;
}

p {
	color: #664a2d;
	padding-bottom: 10px;
}

.extra-p {
	padding-bottom: 20px;
}

.button {
	margin-top: 5px;
}

.brown-rule {
	border-bottom: solid 1px #ece0cf;	
	height: 1px;
	clear: both;
}

sup {
	line-height: 0px;
	vertical-align: super;
}

.italic {
	font-style: italic;
}

.tar {
	text-align: right;
}

/*Add This Box styles */
.at15t { 
	color: #0088c7;
}

#at16pf {
	display: none;
}

#at_hover {
	margin-bottom: 5px;
}

#at15sptx {
	font-weight: bold;
}

/*//////////////////////////////////
//   HEADER
//////////////////////////////////*/

#header-wrapper {
	margin: 0pt auto;
	width: 1026px;
	position: relative;
	z-index: 9999;
}

#header {
	height: 113px;
}

#masthead h2 {
	display: none;
}

#masthead a:link, #masthead a:visited, #masthead a:active {
	background: transparent url(../images/logo.png) no-repeat top left;
	width: 345px;
	height: 113px;
	display: block;
}

#masthead {
	margin: -7px 0px 0px -29px;
	width: 345px;
	height: 113px;
	float: left;
}

#top-links {
	font-size: 11px;
	float: right;
	padding-top: 12px;
	width: 550px;
	padding-right: 26px;
}

#header #top-links li.top-link {
	margin: 0 7px;
	float: right;
	color: #FFE8BF;
	background-color: #694e37;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
		
}

#header #top-links li.top-link:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}

#header #top-links a {
	color: #fff;
	padding: 3px 8px;
	display: block;	
}

#header #top-links a:hover {
	text-decoration: none;
}


#header #top-links li.phone-top {
	background: url(../images/phone.png) no-repeat center left;
	margin: 0 7px;
	padding: 1px 8px 3px 20px;	
	float: right;
	color: #FFE8BF;
	font-size: 12px;
}

#header #top-links .rss {
	padding: 2px 8px;
}

/*//////////////////////////////////
//   MAIN NAVIGATION
//////////////////////////////////*/


#header ul#menu {
	position: absolute;
	z-index: 999;
	top: 81px;
	right: 33px;
	width: 690px;
}

#header ul#menu li {
	float: left;
}

#header ul#menu li span {
	display: none;
}

#header ul#menu li a {
	background: transparent url(../images/nav-sprite.png);
	display: block;
	width: 113px;
	height: 40px;
}
#header ul#menu li a.first {
	width: 126px;
}

#header ul#menu li a.last {
	width: 112px;
}


/*Normal Links*/

#header ul#menu li.home a {
	background-position: 0 0;
}

#header ul#menu li.products a {
	background-position: -126px 0;
}

#header ul#menu li.news a {
	background-position: -239px 0;
}

#header ul#menu li.resources a {
	background-position: -352px 0;
}

#header ul#menu li.contact a {
	background-position: -465px 0;
}

#header ul#menu li.about a {
	background-position: -578px 0;
}

/*Hover Links*/

#header ul#menu li.home a:hover {
	background-position: 0 -40px;
}

#header ul#menu li.products a:hover {
	background-position: -126px -40px;
}

#header ul#menu li.news a:hover {
	background-position: -239px -40px;
}

#header ul#menu li.resources a:hover {
	background-position: -352px -40px;
}

#header ul#menu li.contact a:hover {
	background-position: -465px -40px;
}

#header ul#menu li.about a:hover {
	background-position: -578px -40px;
}

/*Active Links*/

#header ul#menu li.home #selected {
	background-position: 0 -80px;
	height: 41px;
}

#header ul#menu li.products #selected {
	background-position: -126px -80px;
}

#header ul#menu li.news #selected {
	background-position: -239px -80px;
}

#header ul#menu li.resources #selected {
	background-position: -352px -80px;
}

#header ul#menu li.contact #selected {
	background-position: -465px -80px;
}

#header ul#menu li.about #selected {
	background-position: -578px -80px;
}

/*Dropdown Lists*/

#header ul#menu li ul.dropdown {
	background: #fff8d5 url(../images/list-runner.gif) repeat-x bottom; 
	position: absolute;
	z-index: 9999;
	border-bottom: solid 1px #ccb879;
	display: none;
	width: 172px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}

#header ul#menu li:hover ul.dropdown {
	display: block;
}

#header ul#menu li ul.dropdown li {
	background-image: none;
	border-top: 1px solid #f0dea5;
	border-bottom: 1px solid #ffffff;
	float: none;
}

#header ul#menu li ul.dropdown li:first-child {
	border-bottom: 1px solid #ffffff;
	border-top: none;
}

#header ul#menu li ul.dropdown li:last-child {
	border-top: 1px solid #f0dea5;
	border-bottom: none;
}


#header ul#menu li ul.dropdown li a {
	background-image: none;
	padding: 6px 0px 6px 18px;
	width: auto;
	font-weight: 700;
	color: #664a2d;  
	text-align: left;
	text-decoration: none;
	height: auto;
}

#header ul#menu li ul.dropdown li a:hover {
	background-color: #fffae5;
	font-weight: 700;
	color: #197c13;
	width: auto;
	padding: 6px 0px 6px 18px;
	text-align: left;
	text-decoration: none;
	height: auto;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;	
}

#header ul#menu li ul.dropdown li a.products {
	background-image: none;
	padding: 6px 0px 6px 23px;
	width: auto;
	font-weight: 700;
	color: #664a2d;  
	text-align: left;
	text-decoration: none;
	height: auto;
}

#header ul#menu li ul.dropdown li a.products:hover {
	background-color: #fffae5;
	font-weight: 700;
	color: #197c13;
	width: auto;
	padding: 6px 0px 6px 23px;
	text-align: left;
	text-decoration: none;
	height: auto;
}


/*//////////////////////////////////
//   MAIN AREA
//////////////////////////////////*/

#cap {
	background: transparent url(../images/content-cap.png) no-repeat;
	width: 1026px;
	height: 32px;
	margin: -4px auto 0px auto;
}

/*Ad Slider*/

.anythingSlider                         { width: 929px; height: 265px; position: relative; margin: 0px 0px 31px 15px; background: url(../images/ad-box.jpg) no-repeat center center; }
.anythingSlider .wrapper                { width: 869px; overflow: auto; height: 237px; margin: 12px 30px 0px 30px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 237px; width: 869px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 50px; width: 25px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: -25px 0; right: 5px; top: 107px; }
.anythingSlider .back                   { background-position: 0 0; left: 5px; top: 107px; }
.anythingSlider .forward:hover          { background-position: -25px -50px; }
.anythingSlider .back:hover             { background-position: 0px -50px; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*Ad Slider End*/


#content-wrapper {
	background: transparent url(../images/content-runner.png) repeat-y;
	width: 1026px;
	margin: 0 auto;
}

#content-home {
	background: #ffffff url(../images/fade.gif) repeat-x;
	width: 960px;
	margin: 0px auto;
	padding-bottom: 50px;	
}

#content {
	background: #ffffff url(../images/fade.gif) repeat-x;
	width: 960px;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 50px;
}

#main {
	width: 600px;
	margin-left: 30px;
	float: left;
}



/*Content*/

h1 {
	color: #125a0e;
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 2px;
}

h2 {
	color: #125a0e;
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 2px;
}

h3 {
	color: #125a0e;
	font-weight: 500;
	font-size: 18px;
}

h3.brown {
	color: #664A2D;
}

.h-extra {
	padding-bottom: 5px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

ul.bullet-list {
	margin: 0px 25px 10px 2px;
	float: left;
}

.bullet {
	background: url(../images/bullet.gif) no-repeat center left;
	padding-left: 18px;
	line-height: 28px;
}

#content-home #main a img {
	margin-top: 20px;
}

.double-list {
	width: 260px;
}

.double-list li {
	margin-bottom: 10px;
}

/*Products Pages */

.list-head {
	color: #664a2d;
}

.list-block {
	margin-bottom: 20px;
}


.list-block img {
	float: left;
	padding: 5px 10px 35px 0px;

}

.list-block h4 {
	padding-top: 5px;
}

.list-block h3 {
	padding-top: 6px;
}

.list-block img.product {
	padding-right: 20px;
}

/*Comparison Chart */

#comp-chart {
	background: url(../images/product-chart-bg.png) no-repeat top left;
	height: 646px;
	width: 613px;
	margin-left: -12px;
	position: relative;
}

#chart-nav {
	position: relative;
	top: -15px;
	left: 175px;
}

.ui-tabs-hide { display: none !important; }

#chart-nav li {
	float: left;
}

#chart-nav li a{
	background: transparent url(../images/comparison-tab-sprite.png) top left;
	display: block;
	height: 27px;
	color: #664A2D;
	text-align: center;
	padding-top: 2px;	
}

#chart-nav li a#guidance{
	width: 97px;
}	

#chart-nav li a#steering{
	width: 155px;
	background-position: -97px 0;
}

#chart-nav li a#receivers {
	width: 98px;
	background-position: -252px 0;	
}

#chart-nav li.ui-tabs-selected a#guidance {
	background-position:  0 -31px;
	color: #125a0e;	
}

#chart-nav li.ui-tabs-selected a#steering {
	background-position: -98px -31px;
	color: #125a0e;	
}

#chart-nav li.ui-tabs-selected a#receivers {
	background-position: -252px -31px;
	color: #125a0e;		
}			

.ui-tabs-selected a{
}

.ui-tabs-selected:hover a {
	text-decoration: none;
}

#chart-guidance {
	position: absolute;
	top: 14px;
	left: 0px;	
	z-index: 1;
}

#chart-steering {
	position: absolute;
	top: 14px;
	left: 0px;
	z-index: 2;
}

#chart-receivers {
	position: absolute;
	top: 14px;
	left: 0px;
	z-index: 3;
}

#comp-chart #chart-receivers th, #comp-chart #chart-receivers td {
	width: 112px;
}

table {
	border-collapse: collapse;
}

#comp-chart th, #comp-chart td {
	border-bottom: solid 1px #f4e0b6;
	border-right: solid 1px #f4e0b6;			
	vertical-align: middle;
	text-align: center;
	width: 132px;
	padding: 18px 15px;
}

#comp-chart th.chart-product {
	vertical-align: top;
	margin-top: 10px;
	width: 110px;
}

#comp-chart th.chart-features, #comp-chart td.chart-features {
	border-right: none;
}

#comp-chart th.chart-head {
	font-size: 15px;
	font-weight: bold;
	margin-top: 18px;
}

#comp-chart td.chart-left {
	text-align: left;
}

#comp-chart td.chart-brown, #comp-chart th.chart-brown  {
	background-color: #fffcee;
}

#comp-chart table {
	margin-left: 11px;
}

.chart-check {
	background: url(../images/chart-check.png) no-repeat center center;
}

#comp-chart td.chart-filler {
	height: 177px;
	border-bottom: none;
	vertical-align: bottom;
	padding: 0px;
}

#comp-chart #chart-steering td.chart-filler {
	height: 251px;
	border-bottom: none;
	vertical-align: bottom;
	padding: 0px;
}

#comp-chart #chart-receivers td.chart-filler {
	height: 337px;
	border-bottom: none;
	vertical-align: bottom;
	padding: 0px;
}

#comp-chart td.chart-filler a {
}

/*Individual Product Page */

#product {
	background: url(../../images/ind-product-bg.png) no-repeat top left;
	position: relative;
	margin-left: -13px;
	width: 563px;
	height: 305px;
	padding: 30px 0px 0px 45px;
}

#product.new-ind {
	background: url(../../images/new-ind-product-bg.png) no-repeat top left;
	position: relative;
	margin-left: -13px;
	width: 563px;
	height: 305px;
}

#short-desc {
	width: 440px;
	padding-top: 20px;
	float: left;
}

#short-desc img {
	float: left;
	padding-right: 15px;
}

#short-desc .nudge {
	margin-left: -13px;
}

#short-desc h4 {
	padding-bottom: 6px;
}

#short-desc a img {
	margin-top: 5px;
	float: none;
}

#desc {
	width: 286px;
	float: left;
}

#side-resources {
	width: 73px;
	height: 90px;
	padding: 0px 8px;
	margin-right: 10px;
	float: right;
}

#side-resources #side-q {
	background: url(../images/question-icon.png) no-repeat center top;
	height: 30px;
	margin-left: 7px;
	margin-bottom: 10px;
	padding-top: 40px;
}

#side-resources #side-fact {
	background: url(../images/fact-icon.png) no-repeat center top;
	height: 35px;
	margin-left: 7px;
	padding-top: 45px;
	margin-bottom: 15px;		
}

#side-resources #brochure {
	background: url(../images/brochure.jpg) no-repeat center top;
	height: 35px;
	margin-left: 7px;
	padding-top: 43px;	
}

#side-resources a {
	text-align: center;
	line-height: 18px;
	display: block;
	width: 60px;
	color: #664A2D;
	text-decoration: none;
}

#side-resources a:hover{
	text-decoration: underline;
}

#product-nav {
	position: absolute;
	bottom: 36px;
	left: 33px;
	clear: both;
}

.ui-tabs-hide { display: none !important; }

#product-nav li {
	float: left;
}

#product-nav li a{
	background: transparent url(../images/product-info-sprite.png) top left;
	display: block;
	height: 26px;
	color: #664A2D;
	text-align: center;
	padding-top: 3px;	
}

#product-nav li a#overview{
	width: 97px;
}	

#product-nav li a#features{
	width: 84px;
	background-position: -97px 0;
}

#product-nav li a#extend {
	width: 84px;
	background-position: -97px 0;	
}

#product-nav li a#resources {
	width: 98px;
	background-position: -181px 0;	
}

#product-nav li.ui-tabs-selected a#overview {
	background-position:  0 -31px;
	color: #125a0e;
}

#product-nav li.ui-tabs-selected a#features {
	background-position:  -98px -31px;
	color: #125a0e;	
}

#product-nav li.ui-tabs-selected a#extend {
	background-position:  -98px -31px;
	color: #125a0e;	
}

#product-nav li.ui-tabs-selected a#resources {
	background-position:  -181px -31px;
	color: #125a0e;	
}

#info {
	width: 600px;
	height: 930px;
	position: relative;
}

#info p, #info ul, #info h3, #info img.button {
	padding-left: 30px;
}

#info-features ul {
	width: 250px;
	float: left;
}
li.twoline {
	line-height: 21px;
	padding-top: 3px;
}

li.twoline {
	background-position: 0px 7px;
}

#info-features ul li {
	margin-bottom: 5px;
}
#info-overview img.big {
	margin-top: 10px;
	margin-left: 27px;
}

#info-overview, #info-features, #info-extend, #info-resources {
	position: absolute;
	left: 0px;
	top: 0px;
}

#info-overview {
	z-index: 1;
}

#info-features {
	z-index: 2;
}

#info-extend {
	z-index: 3;
}

#info-resources {
	z-index: 4;
}


#info-extend ul {
	width: 250px;
}

#info-extend li.oneline a {
	line-height: 36px;
}

#info-extend li.oneline {
	margin-bottom: 26px;
}


#info-extend ul li, #info-resources ul li {
	margin-bottom: 15px;
}

#info-extend img {
	border: 1px solid #E5D3B4;
	margin-right: 15px;
	float: left;
	clear: both;
}

#info-resources img {
	float: left;
	margin-right: 15px;
}

#info-resources li {
	height: 50px;
	line-height: 45px;
}

#info-resources a {
}

#info span.line-new {
	font-weight: bold;
	color: #2D9F09;
}

#info.fieldiq {
	height: 1500px;
}

#field-copy {
	width: 350px;
	float: left;
}

#field-copy p {
	padding-top: 8px;
	padding-bottom: 4px;
	font-weight: bold;
}

#field-options {
	padding-top: 40px;
	float: right;
	width: 225px;
}

#field-options img {
	padding-bottom: 30px;
}

img#spread {
	padding-top: 290px;
}

img#till {
	padding-top: 142px;
}

/*Resources Pages */

.download-p {
	float: left;
	padding-right: 10px;
}

/* FAQs */

.faqs {
	margin: 15px 0px;
}

.faqs h4 {
	margin-top: 15px;
	padding-left: 20px;
	background: url(../images/small-faq-icon.gif) no-repeat center left;
}

.faqs ul {
	padding-left: 10px;
}

.faqs ul li {
	padding-bottom: 15px;
}

/*News Page */

a.post-link {
	color: #664A2D;
}

.post-overview {
	margin-bottom: 40px;
}

.post-overview p {
	padding-bottom: 4px;
}

.post-overview h3 {
	padding-bottom: 0px;
}

#post {
	margin-top: 10px;
}

#post ul {
	margin-bottom: 10px;
}

#post ul.bold-list {
	font-weight: bold;
}

#post img {
	float: left;
	background-color: #fff;
	border: 1px solid #DFC5A7;
	padding: 15px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.addthis_toolbox, .share {
	display: inline;
	float: left;
}

#post-footer {
	padding-top: 20px;
}

.share {
	padding-right: 5px;
	margin-top: -2px;
}

.share span {
	color: #DFC5A7;
}

.posted {
	float: right;
}

img.big {
	margin-right: 25px;
	margin-bottom: 10px;
	float: left;	
}


/*Contact Page */

.contact-nudge {
	padding-left: 15px;
}

.contact-nudge h3 {
	padding-bottom: 5px;
	padding-top: 10px;
}

#contact-phone {
	background: url(../images/phone.png) no-repeat left top;
	padding-left: 20px;
	background-position: 0px 3px;
}

#contact-map {
	background: url(../images/map-icon.png) no-repeat left top;
	padding-left: 20px;
	background-position: 0px 3px;
}

/*Misc Content Styles */

.sitemap-big {
	font-size: 14px;
	font-weight: bold;
}

.sitemap {
	padding-bottom: 25px;
}

/*//////////////////////////////////
//  SIDEBAR 
//////////////////////////////////*/

#sidebar {
	width: 260px;
	margin: 13px 0px 0px 40px;
	float: left;
}

.widget {
	background: url(../images/widget-runner.gif) repeat-y top left;
	border-bottom: solid 1px #e5d3b4;	
	margin-bottom: 30px;
}


.w-content {
	width: 228px;
	background: url(../images/sidebar-widget.gif) no-repeat top left;
	padding: 6px 20px 30px 15px;
}

.w-content h3 {
	color: #664a2d;
	line-height: 20px;
	padding-bottom: 15px;
}

.test-photo {
	border: solid 1px #664a2d;
	margin: 5px 10px 0px 0px;
	float: left;
}

.test-name {
	font-style: italic;
}

.read {
	background: url(../images/paper-icon.gif) no-repeat center left;
	padding: 3px 0px 3px 20px;
}

.facebook {
	background: url(../images/facebook-icon.png) no-repeat center left;
	padding: 3px 0px 3px 23px;
	margin-bottom: 4px;
	display: block;
}

.newsletter {
	background: url(../images/newsletter-icon.gif) no-repeat center left;
	padding: 3px 0px 3px 23px;
	margin-bottom: 4px;	
	display: block;
}


.rss-sidebar {
	background: url(../images/rss.png) no-repeat center left;
	padding: 3px 0px 3px 23px;
}

.youtube {
	background: url(../images/youtube-icon.gif) no-repeat center left;
	padding: 3px 0px 3px 23px;
	margin-bottom: 4px;	
	display: block;
}

.rtk-sidebar {
	background: url(../images/small-rtk-icon.gif) no-repeat center left;
	padding: 3px 0px 3px 23px;
	margin-bottom: 4px;	
	display: block;
}

.whitepapers {
	background: url(../images/small-whitepapers-icon.gif) no-repeat center left;
	padding: 3px 0px 3px 23px;
	margin-bottom: 4px;	
	display: block;
}

.faq {
	background: url(../images/small-faq-icon.gif) no-repeat center left;
	padding: 3px 0px 3px 23px;
}

#sidebar-search {
	margin: 30px 0px;
	padding: 7px 6px;
	width: 248px;
	height: 25px;
	background-color: #bb985d;
	border-bottom: solid 1px #795d2e;
}

#sidebar-field {
	background-color: #eec785;
	height: 16px;
	width: 208px;
	padding: 5px 3px;
	border: none;
	color: #664a2d;
	float: left;
}

#sbar-s-button {
	margin-left: 5px;
}

/*//////////////////////////////////
//  FOOTER
//////////////////////////////////*/

#footer {
	background: #573f2b url(../images/footer-runner.gif) repeat-x top center;
}

#footer-wrap {
	background: url(../images/content-bottom-cap.png) no-repeat top left;
	width: 1026px;
	margin: 0 auto;
	padding-top: 131px;
}

#footer-content {
	padding: 0px 32px;
}

.content-teaser {
	float: left;
	width: 182px;
	margin-right: 45px;
	margin-bottom: 40px;	
}

.content-teaser p {
	color: #b1835d;
	padding: 75px 15px 0px 22px;
	font-size: 11px;
}

.content-teaser a {
	color: #e4a561;
}

.content-teaser h3 span {
	display: none;
}

.content-teaser h3 {
	display: block;
	height: 18px;
	width: 131px;
}

.teaser-box {
	width: 182px;
	height: 211px;
}

#get-started {
	background: url(../images/get-started.jpg) no-repeat bottom left;
}

#get-started h3 {
	background: url(../images/get-text.gif) no-repeat top left;

}

#products-tease {
	background: url(../images/products-tease.jpg) no-repeat bottom left;
}

#products-tease h3{
	background: url(../images/product-text.gif) no-repeat top left;
}

#products-tease ul {
	padding: 75px 15px 0px 22px;
	font-size: 11px;
}

#products-tease li {
	padding-bottom: 5px;
}

#products-tease li a {
	color: #e4a561;	
}

#products-tease li a.twoline {
	line-height: 18px;
	display: block;
	width: 109px;
}

#rtk-tease {
	background: url(../images/rtk-tease.jpg) no-repeat bottom left;
}

#rtk-tease h3{
	background: url(../images/rtk-text.gif) no-repeat bottom left;
}

#search {
	background: url(../images/search-footer-bg.gif) no-repeat top left;
	width: 261px;
	height: 37px;
	float: right;
	margin-top: 31px;
}

#search-field {
	background: none;
	border: none;
	width: 190px;
	height: 18px;
	display: block;
	padding: 8px;
	margin-top: 2px;
	color: #8b684b;
	float: left;
}

#s-button {
	border: none;
	display: block;
	padding-left: 14px;
}

ul#doormat li {
	float: left;
	padding: 5px 10px 0px 10px;
	display: block;
	height: 27px;
	background: url(../images/d-divider.gif) no-repeat top right;
}

ul#doormat li#doormat-last {
	background: none;
}

ul#doormat li#doormat-first {
	padding-left: 0px;
}

ul#doormat li a {
	color: #b1835d;
}

ul#doormat li a:hover {
	text-decoration: none;
	color: #ddac84;
}

#dealer {
	float: right;
	margin-top: -30px;
}

#details {
	border-top: solid 1px #4f3825;
	height: 70px;
	clear: both;
	padding-top: 10px;
	font-size: 10px;
}

#details a {
	color: #926948;
}

#details p, #details span {
	padding-top: 5px;
	float: left;
	color: #926948;	
}

#details span, #details img {
	float: right;
	color: #926948;	
}

#details img {
	padding-left: 15px;
}

#details span {
	line-height: 16px;
	margin-top: -5px;
}