﻿/*
February 2012
Designed By: Todd Swift
Last Revised 09/2019
*/
/* ==================== BODY, COLUMNS & CONTAINERS ==================== */
body {
	background-image: url('../theme/header-fill-5.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #373737;
}
#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 990px;
	position: relative;
	overflow: hidden;
}
#col-Left {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	width: 226px;
	position: relative;
	overflow: visible;
	float: left;
}
#col-right {
	padding: 0px;
	margin: 0px 15px 0px 0px;
	width: 718px;
	position: relative;
	overflow: hidden;
	float: right;
}
#ft-col-1 {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 150px;
	position: relative;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
#ft-col-2 {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 150px;
	position: relative;
	float: right;
	overflow: hidden;
	list-style-type: none;
}
#ft-col-mid {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 500px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #dadada;
}
.cnt-col-L {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	width: 320px;
	position: relative;
	overflow: hidden;
	float: left;
}
.cnt-col-R {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	width: 320px;
	position: relative;
	overflow: hidden;
	float: right;
}
.contact-divider {
	padding: 0px;
	margin: 8px 0px 8px 0px;
	width: 320px;
	height: 7px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/contact-div.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.cnt-3-col {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 648px;
	position: relative;
	overflow: hidden;
}
.cnt-3-L {
	padding: 0px;
	margin: 0px;
	width: 216px;
	float: left;
	overflow: hidden;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #333333;
}
.cnt-3-M {
	padding: 0px;
	margin: 0px;
	width: 216px;
	overflow: hidden;
}
.cnt-3-R {
	padding: 0px;
	margin: 0px;
	width: 216px;
	float: right;
	overflow: hidden;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #333333;
}
/* ==================== LINKS, CLEARS & HEADER TAGS ==================== */
.clearB {
	padding: 0px;
	margin: 0px;
	clear: both;
}
.clearL {
	padding: 0px;
	margin: 0px;
	clear: left;
}
.clearR {
	padding: 0px;
	margin: 0px;
	clear: right;
}
p {
	padding: 0px;
	margin: 5px 0px 14px 0px;
}
img {
	border: 0px;
}
h1 {
	font-size: 150%;
	color: #F5F5F5;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 150%;
	color: #F5F5F5;
	font-weight: bold;
	text-align: left;
}
h5 {
	font-size: 105%;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 16px auto 0px auto;
	width: 340px;
	height: 20px;
	position: relative;
	overflow: hidden;
}
a:active {
	color: #E2E2E2;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #E2E2E2;
	text-decoration: none;
}
a:link {
	color: #E2E2E2;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
p a:active {
	color: #FEDE00;
	text-decoration: none;
	outline: none;
}
p a:visited {
	color: #FEDE00;
	text-decoration: none;
}
p a:link {
	color: #FEDE00;
	text-decoration: none;
}
p a:hover {
	color: #B8CF00;
	text-decoration: none;
}
ul.list-4 a:active {
	color: #FEDE00;
	text-decoration: none;
	outline: none;
}
ul.list-4 a:visited {
	color: #FEDE00;
	text-decoration: none;
}
ul.list-4 a:link {
	color: #FEDE00;
	text-decoration: none;
}
ul.list-4 a:hover {
	color: #B8CF00;
	text-decoration: none;
}
/* ==================== TEXT STYLES ==================== */
.topic-heading {
	padding: 4px;
	margin: 2px 0px 15px 0px;
	position: relative;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 105%;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	width: 200px;
}
/* ==================== FLOATS ==================== */
.float-R {
	padding: 0px;
	margin: 8px 0px 5px 5px;
	position: relative;
	float: right;
	overflow: hidden;
	border: 0px;
}
.float-L {
	padding: 0px;
	margin: 8px 5px 5px 0px;
	position: relative;
	float: left;
	overflow: hidden;
	border: 0px;
}
/* ==================== BANNER ==================== */
#banner {
	width: 990px;
	height: 338px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background-image: url('../theme/banner.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.hotlink {
	margin: 0px 0px 0px 110px;
	padding: 0px;
	position: relative;
	width: 370px;
	height: 88px;
	float: left;
}
.banner-hotlink {
	position: absolute;
	width: 100%;
	height: 100%; /* edit: added z-index */;
	z-index: 1; /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */;
	background-image: url('theme/empty.gif');
	top: 0px;
	left: 0px;
}
#banner-top {
	padding: 0px;
	margin: 0px;
	width: 990px;
	height: 110px;
	position: relative;
	overflow: hidden;
	clear: both;
}
#banner-btm {
	padding: 0px;
	margin: 0px;
	width: 990px;
	height: 224px;
	position: relative;
	overflow: visible;
}
#company-phone {
	background-position: 0px 0px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	width: 200px;
	height: 60px;
	position: relative;
	overflow: visible;
	float: right;
	background-image: url('../theme/star-icon.png');
	background-repeat: no-repeat;
}
#phone-text {
	padding: 0px;
	margin: 0px 0px 0px 45px;
	width: 145px;
	height: 60px;
	font-weight: bold;
	color: #141414;
	text-align: center;
	overflow: visible;
}

#team-info {
	background-position: 0px 0px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	width: 200px;
	height: 60px;
	position: relative;
	overflow: visible;
	float: right;
	background-image: url('../theme/star-icon.png');
	background-repeat: no-repeat;
}
#team-text {
	padding: 0px;
	margin: 0px 0px 0px 45px;
	width: 145px;
	height: 60px;
	font-weight: bold;
	color: #141414;
	text-align: center;
	overflow: visible;
}


.social-media-links {
	padding: 0px;
	margin: 40px 0px 0px 0px;
	width: 215px;
	height: 40px;
	position: relative;
	overflow: hidden;
	float: left;
}
.social-media-links ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.social-media-links ul li {
	padding: 0px;
	margin: 0px 3px 0px 0px;
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	float: left;
}
.link-FB {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('../theme/facebook.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-FB:hover {
	background: url('../theme/facebook.png') no-repeat 0px -40px;
}
.link-GP {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('../theme/gplus.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-GP:hover {
	background: url('../theme/gplus.png') no-repeat 0px -40px;
}
.link-TW {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('../theme/twitter.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-TW:hover {
	background: url('../theme/twitter.png') no-repeat 0px -40px;
}
.link-YT {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('../theme/youtube.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-YT:hover {
	background: url('../theme/youtube.png') no-repeat 0px -40px;
}
.link-LI {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('../theme/linkedin.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-LI:hover {
	background: url('../theme/linkedin.png') no-repeat 0px -40px;
}
.link-BL {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('../theme/blog.png') no-repeat 0px 0px;
	overflow: hidden;
	position: relative;
}
.link-BL:hover {
	background: url('../theme/blog.png') no-repeat 0px -40px;
}
/* ==================== HORIZONTAL NAVIGATION MENU ==================== */
#hz-menu {
	margin: 17px auto 0px auto;
	padding: 0px;
	width: 852px;
	height: 47px;
	position: relative;
	overflow: visible;
	list-style-type: none;
}
#hz-menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#hz-menu ul li {
	padding: 0px;
	margin: 0px;
	width: 142px;
	height: 47px;
	position: relative;
	overflow: hidden;
	float: left;
	text-align: center;
	line-height: 42px;
	font-size: 105%;
	font-weight: bold;
}
a.hbutton {
	background: url('../theme/hmenu-butn.png') no-repeat 0 0;
	width: 142px;
	height: 47px;
	display: block;
	color: #F2f2f2;
	text-decoration: none;
}
a.hbutton:hover {
	background-position: 0 -47px;
	color: #191919;
	text-decoration: none;
}
a.hbutton:active {
	background-position: 0 -94px;
	color: #191919;
	text-decoration: none;
}
/* ==================== LEFT COLUMN CONTENT ==================== */
.block-box {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 226px;
	position: relative;
	overflow: visible;
}
.block-head {
	background-position: center top;
	padding: 0px;
	margin: 0px;
	width: 226px;
	height: 88px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/block-menu-top.png');
	background-repeat: no-repeat;
}
.block-head-title {
	padding: 8px 0px 0px 0px;
	margin: 12px auto 0px auto;
	font-size: 140%;
	font-weight: bold;
	color: #CFCFCF;
	width: 200px;
	height: 32px;
	position: static;
	text-align: center;
}
.block-head-sub-title {
	margin: 12px auto 0px auto;
	padding: 0px;
	width: 200px;
	height: 16px;
	position: relative;
	font-size: 80%;
	color: #939393;
	font-weight: normal;
	text-align: center;
}
.block-fill {
	background-position: center top;
	padding: 0px;
	margin: 0px;
	width: 226px;
	position: relative;
	overflow: visible;
	background-image: url('../theme/block-menu-fill.png');
	background-repeat: repeat-y;
}
.block-foot {
	margin: 0px;
	padding: 0px;
	width: 226px;
	height: 36px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/block-menu-btm.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.block-content {
	overflow: visible;
	padding: 0px;
	width: 200px;
	position: relative;
	margin: 0px auto 0px auto;
	color: #f2f2f2;
}
.WEv-butns {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 200px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
}
.WEv-butns ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.WEv-butns ul li {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 20px;
	position: relative;
	overflow: hidden;
	text-align: left;
	font-size: 100%;
}
.WEv-butns1:link, .WEv-butns1:active, .WEv-butns1:visited {
	padding: 0px 0px 0px 18px;
	margin: 0px;
	background: url('../theme/block-ro.jpg') no-repeat 0px -20px;
	width: 200px;
	height: 20px;
	display: inline;
	color: #F2f2f2;
	text-decoration: none;
	position: relative;
	font-weight: normal;
}
.WEv-butns1:hover {
	background-position: 0px 0px;
	color: #FFCC00;
	text-decoration: none;
}
/* ==================== RIGHT COLUMN CONTENT ==================== */
.cnt-block {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 718px;
	position: relative;
	overflow: hidden;
}
.cnt-head {
	margin: 0px;
	padding: 0px;
	width: 718px;
	height: 90px;
	overflow: hidden;
	background-image: url('../theme/content-top-darker.png');
	background-position: center top;
}
.cnt-head-blog {
	margin: 0px;
	padding: 0px;
	width: 718px;
	height: 90px;
	overflow: hidden;
	background-image: url('http://www.prowlertracks.com/theme/content-top-blog.png');
	background-position: center top;
}
.cnt-fill {
	background-image: url('../theme/content-mid.png');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 718px;
	position: relative;
	overflow: hidden;
}
.cnt-foot {
	margin: 0px;
	padding: 0px;
	width: 718px;
	height: 90px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/content-btm.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.cnt-info-box {
	margin: auto auto 0px auto;
	padding: 0px;
	width: 666px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/cnt-info-top.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
.cnt-info {
	padding: 0px;
	margin: 5px auto 0px auto;
	width: 652px;
	position: relative;
	overflow: hidden;
	color: #F3F3F3;
}
.cnt-info-track-size {
	padding: 0px;
	margin: 5px auto 0px auto;
	width: 652px;
	position: relative;
	overflow: hidden;
}
.cnt-info-scroll-img {
	padding: 0px;
	margin: 5px auto 0px auto;
	width: 652px;
	position: relative;
	overflow: hidden;
}
.cnt-div {
	background-image: url('../theme/cnt-divider-1.png');
	background-repeat: repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	width: 718px;
	height: 82px;
	position: relative;
	text-align: center;
	line-height: 52px;
	font-size: 110%;
	font-weight: bold;
	color: #E2E2E2;
}
.topic-small {
	padding: 0px;
	margin: 0px;
	width: 718px;
	height: 60px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/topic-split.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 110%;
	color: #f2f2f2;
	font-weight: bold;
	text-indent: 58px;
	line-height: 370%;
}
.cnt-block-large {
	padding: 0px;
	margin: 0px auto 20px auto;
	width: 990px;
	position: relative;
	overflow: hidden;
}
.cnt-head-large {
	margin: 0px;
	padding: 0px;
	width: 990px;
	height: 90px;
	overflow: hidden;
	background-image: url('../theme/cnt-top-990-darker.png');
	background-position: center top;
}
.cnt-fill-large {
	background-image: url('../theme/content-mid-990.png');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 990px;
	position: relative;
	overflow: hidden;
}
.cnt-foot-large {
	margin: 0px;
	padding: 0px;
	width: 990px;
	height: 90px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/content-btm-990.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.cnt-info-large {
	padding: 0px;
	margin: 5px auto 0px auto;
	width: 924px;
	position: relative;
	overflow: hidden;
	color: #F3F3F3;
}
.cnt-Large-divider {
	width: 652px;
	height: 11px;
	position: relative;
	overflow: hidden;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	background-image: url('../theme/large-divider.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
/* ==================== FOOTER ==================== */
#footer {
	background-image: url('../theme/footer-fill.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 225px;
	position: relative;
	overflow: hidden;
}
#footer-mid {
	background-image: url('../theme/footer-mid.jpg');
	background-position: center top;
	width: 990px;
	height: 225px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px auto 0px auto;
}
#footer-info {
	width: 990px;
	height: 150px;
	position: relative;
	overflow: hidden;
	margin: 10px auto 0px auto;
	padding: 0px;
}
.ft-link-title {
	padding: 0px;
	margin: 15px 0px 5px 0px;
	width: 200px;
	height: 18px;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	color: #808080;
}
.ft-links-1 {
	overflow: visible;
	padding: 0px;
	width: 200px;
	position: relative;
	margin: 0px auto 0px auto;
	color: #808080;
}
.ft-links-1 ul {
	padding : 0px;
	margin : 0px;
	list-style-type : none;
	overflow: visible;
}
.ft-links-1 ul li {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	width: 200px;
	height: 20px;
	position: relative;
	overflow: visible;
}
.ft-links-1 ul li a {
	display: block;
	background-position : 0px -20px;
	margin: 0px;
	padding: 0px 0px 0px 17px;
	color: #808080;
	text-decoration : none;
	font-size: 100%;
	text-align : left;
	position : relative;
	background-repeat : no-repeat;
	background-image: url('../theme/footer-link-left.png');
	overflow: visible;
	width: 200px;
	height: 20px;
	line-height: 160%;
}
.ft-links-1 li a:hover {
	background-position: 0px 0px;
	color : #FFCC00;
	background-image : url('../theme/footer-link-left.png');
	background-repeat : no-repeat;
	font-weight: normal;
	overflow: visible;
}
.ft-links-2 {
	overflow: visible;
	padding: 0px;
	width: 200px;
	position: relative;
	margin: 0px auto 0px auto;
	color: #808080;
	text-align: right;
}
.ft-links-2 ul {
	padding : 0px;
	margin : 0px;
	list-style-type : none;
	overflow: visible;
}
.ft-links-2 ul li {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	width: 200px;
	height: 20px;
	position: relative;
	overflow: visible;
	direction: rtl;
	padding-right: 19px;
	text-indent: 19px;
}
.ft-links-2 ul li a {
	display: block;
	background-position : 0px -20px;
	margin: 0px;
	padding: 0px;
	color: #808080;
	text-decoration : none;
	font-size: 100%;
	position : relative;
	background-repeat : no-repeat;
	background-image: url('../theme/footer-link-right.png');
	overflow: visible;
	width: 200px;
	height: 20px;
	line-height: 160%;
}
.ft-links-2 li a:hover {
	background-position: 0px 0px;
	color : #FFCC00;
	background-image : url('../theme/footer-link-right.png');
	background-repeat : no-repeat;
	font-weight: normal;
	overflow: visible;
}
#ft-disclaimer {
	color: #808080;
	font-size: 80%;
	padding: 0px;
	margin: 8px 0px 0px 0px;
	width: 500px;
	position: relative;
	overflow: hidden;
}
/* ==================== SlideShow ==================== */
#nivo-stage {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 960px;
	height: 224px;
	position: relative;
	overflow: visible;
}
/*banner  start here */
.banner-slider {
	width: 960px;
	margin: 0 auto;
	height: 224px;
	position: relative;
}
/*loop slider*/
.banner-slider .loopedSlider {
	margin: 0 auto;
	width: 960px;
	position: relative;
	clear: both;
}
.banner-slider .slider_container {
	width: 960px;
	height: 224px;
	overflow: hidden;
	position: relative;
	margin-top: 2px;
}
.banner-slider .slides {
	position: relative;
	top: 0;
	left: 0;
}
.banner-slider .slides .slide1 {
	position: relative;
	top: 0;
	width: 960px;
	display: none;
}
.banner-slider ul.pagination {
	margin: 0px auto 0px auto;
	list-style-type: none;
	position: relative;
	background: url(../theme/bannerpagination-bg.png) no-repeat left top;
	width: 126px;
	height: 20px;
	padding: 12px 0 0 35px;
}
.banner-slider ul.pagination li {
	float: left;
	margin: 0 10px 0 0;
}
.banner-slider ul.pagination a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: url(../theme/banner_pagination.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -99999em;
}
.banner-slider ul.pagination li.active a {
	background-position: 0 -14px !important;
}
.banner-slider .slide1 .slide_content1 {
	float: left;
	width: 404px;
	padding: 0px 0 0 20px;
}
.banner-slider .slide1 .slide_content1 h3 {
	padding: 0px;
	margin: 0px 0px 8px 0px;
	font-size: 160%;
	color: #3c3c3c;
	font-weight: bold;
}
.banner-slider .slide1 .slide_content1 .text1 {
	margin: 4px 0px 0px 0px;
	font-size: 105%;
	color: #393939;
	padding: 0px;
}
.banner-slider .slide1 .slide_content1 .text1 strong {
	padding: 0px;
	margin: 4px 0px 4px 0px;
	font-weight: bold;
	color: #4B7900;
}
.banner-slider .slide1 .slide_content1 .requestnow_but {
	width: 180px;
	height: 54px;
	display: block;
	text-indent: -99999em;
	background: url(../theme/request-quote.png) no-repeat left top;
	margin-top: 4px;
	margin-left: -2px;
}
.banner-slider .slides .slide1 .slide_pic1 {
	margin: 0px;
	float: right;
	padding: 0px 10px 0 0;
}
/*banner  end here */
/* ==================== PAGE TOP ==================== */
#top-page-wrapper {
	width: 966px;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 25px auto 0px auto;
}
#top-page {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 38px;
	height: 30px;
	position: relative;
	overflow: hidden;
}
#top-page-L {
	margin: 0px;
	padding: 0px;
	width: 38px;
	height: 30px;
	position: relative;
	overflow: hidden;
	float: left;
}
#top-page-R {
	margin: 0px;
	padding: 0px;
	width: 38px;
	height: 30px;
	position: relative;
	overflow: hidden;
	float: right;
}
a.pagetop-butn {
	background: url('../theme/page-top.png') no-repeat 0 0;
	width: 38px;
	height: 30px;
	display: block;
}
a.pagetop-butn:hover {
	background-position: 0 -30px;
}
a.pagetop-butn:active {
	background-position: 0 -60px;
}
.cnt-divider-news {
	padding: 0px;
	margin: 8px auto 8px auto;
	width: 644px;
	height: 50px;
	position: relative;
	background-image: url('../theme/cnt-divider-news.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#breadcrumb-search {
	margin: 17px auto 0px auto;
	padding: 0px;
	width: 932px;
	height: 64px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/bc-nav-search-paw.png');
	background-repeat: no-repeat;
	background-position: center top;
}
#bc-left {
	margin: 5px 0px 0px 93px;
	padding: 0px;
	width: 355px;
	height: 25px;
	position: relative;
	float: left;
	overflow: hidden;
}
#bc-right {
	margin: 5px 93px 0px 0px;
	padding: 0px;
	width: 330px;
	height: 25px;
	position: relative;
	float: right;
	overflow: hidden;
}
#breadcrumb-3 {
	font: 11px Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 26px;
	color: #9b9b9b;
	width: 355px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}
#breadcrumb-3 a:hover {
	color: #ECBD00;
}
#breadcrumb-3 li.current {
	color: #9b9b9b;
}
#breadcrumb-3 li {
	list-style-type: none;
	float: left;
	padding-left: 10px;
}
#breadcrumb-3 a {
	margin: 0px;
	height: 24px;
	display: block;
	background: url(../theme/breadcrumbs-5-separator.png) top right no-repeat;
	padding-right: 20px;
	text-decoration: none;
	color: #515151;
}
#searchbox {
	background-position: 0px 0px;
	width: 330px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#search, #search-submit {
	float: left;
}
#search {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 26px;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	height: 25px;
	width: 260px;
	background-image: url('../theme/sb-fill.jpg');
	background-repeat: repeat-x;
	color: #9b9b9b;
	text-indent: 6px;
	background-color: #222222;
}
#search-submit {
	background-position: 0px 0px;
	overflow: hidden;
	border-style: none;
	border-width: 0px;
	height: 25px;
	margin: 0px;
	padding: 0;
	width: 68px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #23441e;
	background-image: url('../theme/search-butn.jpg');
	background-repeat: no-repeat;
	position: relative;
	background-color: #222222;
}
#search-submit:hover {
}
#search-submit:active {
}
#search-submit::-moz-focus-inner {
	border: none;
}
#submit::-moz-focus-inner {
	border: none;
}
/* ----------------------- */
#search::-webkit-input-placeholder {
	color: #9b9b9b;
	font-style: italic;
}
#search:-moz-placeholder {
	color: #515151;
	font-style: italic;
}
#search.placeholder {
	color: #515151 !important;
	font-style: italic;
}
#search:focus {
	border-style: none;
	border-width: 0px;
	outline: none;
}
