/* LOCATOR
_____________________________________________________________________________*/

#left-map {
	float: left;
	width: 150px;
}

#right-map {
	float: right;
	width: 510px;
}

#left-results {
	float: left;
	width: 250px;
}

#right-results {
	float: right;
	width: 410px;
}

/* GALLERY
_____________________________________________________________________________*/

#intro.feature {
	height: 355px;
	width: 100%;
	position: relative;
}

#intro.feature h1 {
	color: #d9d3e5;
}

#intro.feature #gallery .image {
	position: absolute;
	z-index: 1000;
	height: 355px;
}

#intro.feature #gallery h1,
#intro.feature #gallery p {
	margin-left: 300px;
}

#intro.feature  #gallery li {
}

#intro.feature #thumbs {
	position: absolute;
	bottom: 10px;
	right: 0;
	height: 46px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	z-index: 5;
	padding-left: 260px;
}

#intro.feature #thumbs li {
	list-style: none;
	float: left;
	margin-left: 5px;
	width: 85px;
	height: 46px;
	overflow: hidden;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#intro.feature #thumbs img {
	opacity: 0.7;
	filter:alpha (opacity=70);
	width: 85px;
}

#intro.feature #thumbs img:hover {
	opacity: 1;
	filter:alpha (opacity=100);
}

/* GENERAL 
_____________________________________________________________________________*/

a.edit {
	float: right;
	background:url(/themes/cp_global_images/edit_template.gif) no-repeat 0 0;
}

html { 
	margin-bottom: 1px; 
	min-height: 100%; 
	height:100%;
}
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, img { 
	margin:0;
	padding:0;
	border:0;
}

img { 
	vertical-align: bottom; 
}

.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
}

a { 
	text-decoration: none; 
	color: #3c444b;
	outline: none;
}

a:hover { 
	text-decoration: underline; 
}

body {
	font: 11px Georgia, Garamond, serif;
	line-height: 1.22em;
	background: #84898f;
	color: #3c444b;
	height: 100%;
}

#container {
	width: 959px;
	margin: auto;
	position: relative;
	background: #FFF url(/images/site/bg-container.gif) repeat-y;
}

/* LEFT COLUMN
_____________________________________________________________________________*/

#left-column {
	float: left;
	width: 239px;
}

ul#nav {
	list-style: none;
	margin: 23px 15px 15px 8px;
	text-transform: uppercase;
}

ul#nav li a {
	color: #3c444b;
	padding-left: 20px;
}

ul#nav li a:hover {
	background: url(/images/site/nav-arrow-right.png) no-repeat 0 4px;
	text-decoration: none;
}

ul#nav li a.open {
	background: url(/images/site/nav-arrow-down.png) no-repeat 0 3px;
	text-decoration: none;
}

ul#nav li a.current {
	background: url(/images/site/nav-arrow-right.png) no-repeat 0 3px;
	text-decoration: none;
}

ul#nav li.line {
	border-bottom: 2px solid #f0edf5;
	line-height: 0;
	font-size: 0;
	height: 5px;
	overflow: hidden;
	margin: 0 0 7px 20px;
}

ul#nav ul {
	list-style: none;
	margin: 3px 10px 0 10px;
	text-transform: none;
	/*line-height: 20px;*/
	display: none;
}

ul#nav ul li {
	margin: 10px 0;
	padding-left: 20px;
}

ul#nav ul li a {
	padding-left: 0px;
}

ul#nav ul li a:hover,
ul#nav ul li a.current {
	background: none;
	color: #FFF;
	text-decoration: none;
}

#store-callout {
	background: url(/images/site/online-store.png) no-repeat;
	margin: 0 25px 25px 25px;
	min-height: 112px;
}

#store-callout a.store {
	display: block;
	font-weight: bold;
	font-size: 13px;
	padding: 120px 0 10px 0;
	text-transform: uppercase;
	color: #4c2d85;
}

#store-callout a.cart {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #3c444b;
}

#store-search {
	margin-top: 10px;	
}

#store-search .text {
	background: url(/images/site/input-shadow.gif) no-repeat;
	border: 0;
	padding: 5px;
	color: #989b9e;
	font-size: 11px;
	margin-right: 3px;
	width: 120px;
}

#bumper a {
	height: 42px;
	width: 186px;
	background: url(/images/site/repair.jpg) no-repeat;
	display: block;
	margin: 0 25px 25px 25px;
}

#bumper a:hover {
	background: url(/images/site/repair.jpg) no-repeat -186px 0;
}

/* RIGHT COLUMN
_____________________________________________________________________________*/

#right-column {
	float: left;
	width: 720px;
	background: #FFF;
}

#tagline {
	background: url(/images/site/bg-purple.gif);
	text-align: right;
	padding: 16px 26px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 2px solid #FFF;
}

#intro {
	background: url(/images/site/bg-purple.gif);
	min-height: 135px;
}

#intro a {
	color: #FFF;
	text-decoration: underline;
}

#intro a:hover {
	text-decoration: none;
}

#intro .image {
	float: left;	
}

#intro h1 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 20px 0 10px 20px;
	margin: 0;
}

#intro p {
	line-height: 20px !important;
	color: #FFF;
	padding: 0 30px 20px 20px;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

#intro .overlay {
	float: right;
	width: 343px;
	margin-left: 20px;
	position: relative;
}

#intro .overlay .overlay-shadow {
	background: url(/images/site/overlay.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#intro .overlay .overlay-image {
	float: left;
}

.touts {
	background: #FFF url(/images/site/bg-tout-shadow.gif) 0 130px repeat-x;
	padding: 20px 0;
}

.touts .shadow2 {
	background: url(/images/site/bg-2touts.png) repeat-y;
}

.touts .shadow2 .box {
	width: 50%;
	float: left;
	cursor: pointer;
	position: relative;
}

.touts .shadow3 {
	background: url(/images/site/bg-3touts.png) repeat-y;
}

.touts .shadow3 .box {
	width: 33%;
	float: left;
	cursor: pointer;
	position: relative;
}

.touts .shadow4 {
	background: url(/images/site/bg-4touts.png) repeat-y;
}

.touts .shadow4 .box {
	width: 25%;
	float: left;
	cursor: pointer;
	position: relative;
}

.touts .shadow5 {
	background: url(/images/site/bg-5touts.png) repeat-y;
}

.touts .shadow5 .box {
	width: 20%;
	float: left;
	cursor: pointer;
	position: relative;
}

.touts .box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0 15px 15px 15px;
}

.touts .box.hover h2 {
	color: #4c2d85;
}

.touts .box img.over {
	display: none;
}

.touts .box.hover img.out {
	display: none;
}

.touts .box.hover img.over {
	display: block;
}

.touts .box table td {
	text-align: center;
}

.touts .tout-copy {
	margin:10px 20px;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.dotted-line {
	background: url(/images/site/bg-dotted-line.png) repeat-x;
	margin: 0px 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	height: 1px;
}

.copy {
	padding: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 20px !important;
}

.copy a {
	color: #4c2d85;
	text-decoration: underline;
}

.copy a:hover {
	text-decoration: none;
}

.copy.full {
	padding: 34px 0 14px 0;
	line-height: 20px;
}


.copy h2 {
	font-family: Arial, Helvetica, san-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.copy h3 {
	font-size: 12px;
	font-weight: bold;
	color: #4c2d85;
	font-style: italic;
	margin-bottom: -5px;
}

.copy h4 {
	font-size: 17px;
	color: #4c2d85;
	font-family: Arial, Helvetica, san-serif;
}

.copy h5 {
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, san-serif;
}

#product-detail {
	background: #FFF url(/images/site/bg-tout-shadow.gif) 0 250px repeat-x;
}

#product-detail .image {
	margin-top: 25px;
	margin-bottom: 25px;
	float: left;
	width: 400px;
	text-align: center;
}

#product-detail .copy {
	float:right;
	width: 275px;
	margin: 25px 20px 5px 0;
	padding: 0;
}

#product-detail .copy h2 {
	font-family: Arial, Helvetica, san-serif;
	color: #4c2d85;
}

ul.product-nav {
	list-style: none;
	margin: 40px 0 70px 0;
	text-transform: uppercase;
}

ul.product-nav li {
	float: left;
	width: 50%;
	margin-bottom: 9px;
}

ul.product-nav li a {

}

ul.product-nav li a:hover {
	color: #4c2d85;
}

.other-thumbs {
	margin: 15px 0;
}

.three-columns {
	background: url(/images/site/bg-3column.png) repeat-y;
}

.three-columns .column {
	float: left;
	width: 33%;
}

.three-columns .column p,
.three-columns .column h4 {
	margin-left: 25px;
}

.three-columns .column b {
	text-transform: uppercase;
}

.data h2 a {
	text-decoration: none;
	font-size: 16px;
	text-transform: none;
}

.data h2 a:hover {
	text-decoration: underline;
}

.data td {
	padding-bottom: 10px;
}

.newsletter {
	float: left;
	width: 50%;
}

img.float-left {
	float: left;
	margin-right: 15px;
}

img.float-right {
	float: right;
	margin-left: 15px;
}

.news-list td {
	padding-bottom: 30px;
}

.news-list td.dotted-right {
	background: url(/images/site/bg-vertical-line.png) 130px 0 repeat-y;
}

.news-list td h2 a {
	font: 13px Georgia, Garamond, serif;
	font-weight: bold;
	color: #3C444B;
	text-decoration: none;
}

.news-list td h2 a:hover {
	text-decoration: underline;
}

.form-container {
	background: #f2f1f6;
	padding: 20px;
}

.form-container .left {
	float: left;
	width: 47%;
}

.form-container .right{
	float: right;
	width: 47%;
}

input.submit {
	background: url(/images/site/button-submit.jpg) no-repeat;
	border: 0;
	width: 52px;
	height: 20px;
	cursor: pointer;
	text-indent: -3000px;
	font-size: 0px;
	display: block;
	line-height: 0px;
}

input.text,
textarea.text {
	background: url(/images/site/bg-input.gif) no-repeat;
	border: 1px solid #89878b;
	padding: 3px;
}

input.long,
textarea.long {
	width: 100%;
}

input.medium-long,
textarea.medium-long {
	width: 75%;
}

input.medium,
textarea.medium {
	width: 50%;
}

input.short {
	width: 25%;
}

.form-container dt,
label {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.required {
	color: #b00e0e;
}

.success {
	border: 1px solid #599858;
	padding: 10px;
	background: #eef4ee;
}

.resource-left {
	float: left;
	width: 61%;
	background: url(/images/site/bg-vertical-line.png) right top repeat-y;
}

.resource-right {
	float: right;
	width: 35%;
}

#comment_form .error {
	padding: 3px;
	margin: 3px;
	background-color: #ffc;
	border: 1px solid #c00;
}

.comments .entry {
	margin-bottom: 20px;
}

.blog-left {
	float: left;
	width: 510px;
	background: #f2f1f6;
}

.blog-left .padding {
	padding: 20px;
}

.blog-left .dotted-line {
	margin: 15px 0;
}

.blog-left .blog-image {
	margin-bottom: 25px;
}

.blog-left h2.blog-title {
	font-weight: bold;
	font: 12px Georgia, Garamond, serif;
}

.blog-left h2.blog-title a {
	font-weight: bold;
	text-decoration: none;
	color: #3C444B;
}

.blog-left h2.blog-title a:hover {
	text-decoration: underline;
}

.blog-left .blog-footer {
	margin-top: 5px;
}

.blog-left .blog-footer a {
	text-decoration: none;
}

.blog-left .blog-footer a:hover {
	text-decoration: underline;
}

.blog-right {
	float: right;
	width: 150px;
}

.blog-right h5 {
	padding: 0;
	margin: 0;
}

.blog-right a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C444B;
	display: block;
}

.blog-right a:hover {
	text-decoration: underline;
}

.blog-right .dotted-line {
	margin: 5px 0;
}

.pagination a {
	font-family: Arial, Helvetica, sans-serif;
	color:#4C2D85;
	border: 1px solid #4C2D85;
	padding: 2px 5px;
	margin-left: 2px;
	text-decoration: none;
}

.pagination strong {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #9f82c7;
	color: #9f82c7;
	padding: 2px 5px;
	margin-left: 2px;
}

.pagination a:hover {
	border: 1px solid #4C2D85;
	background: #4C2D85;
	color: #FFF;
}

/* WUFOO FORM
_____________________________________________________________________________*/

/* Logo */
#public h1 a {
	display: none;
}

/* Backgrounds */
body#public {
	background: none;
}

#public h1 {
	background: none;
}

#public #container {
	background: none;
}

.wufoo input.text, 
.wufoo textarea.textarea {
	background: url(/images/site/bg-input.gif) no-repeat;
	border: 1px solid #89878b;
	padding: 3px;
}

.wufoo .focused {
	background: none;
}

.wufoo .instruct {
	display: none;
}

/* Borders */
#container {
	border: none;
}
	
.wufoo .info {
	border: none;
	display: none;
}

.wufoo .section {
	border: none;
}

.wufoo .instruct {
	border: none;
}

/* Typography */

.wufoo .info h2 {
	font-size:160%;
	font-family:inherit;
	color:#000000
}

.wufoo .info div {
	font-size:95%;
	font-family:inherit;
}

.wufoo .section h3 {
	font-size:110%;
	font-family:inherit;
	background:#FFFFFF;
}

.wufoo .section div {
	font-size:85%;
	font-family:inherit;
}

.wufoo label.desc {
	font-size:95%;
	font-family:inherit;
}

.wufoo li div,
.wufoo li div label,
.wufoo li span label {
	font-family:inherit;
}

.wufoo input.text,
.wufoo textarea.textarea,
.wufoo select.select,
.wufoo label.choice {
	font-size:100%;
	font-family:inherit;
}

.wufoo label.choice {
}

.wufoo .instruct {
	font-size:80%;
	font-family:inherit;
}

form li.error {
	background-color: #f8f7fb !important;
}

/* Drop Shadows */
#top, 
#bottom {
	visibility: hidden;
}

/* FOOTER
_____________________________________________________________________________*/

#footer {
	background: url(/images/site/bg-purple.gif);
	padding: 15px 30px 13px 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

#footer .share {
	float: left;
	text-align: left;
	padding: 0 0 0 15px;
}

#footer .share .st_facebook_hcount {
    position: absolute;
}

#footer a {
	color: #FFF;
}

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