/*  HTML5 ✰ Boilerplate  */



::-moz-selection{ background: #C1272D; color:#fff; text-shadow: none; }
::selection { background:#C1272D; color:#fff; text-shadow: none; } 



 /* Primary Styles
    Author: 
 */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.no-bottom-margin { margin-bottom: 0px; }

body {
	background: #ffffff;
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 36px;
	color: #004E7F;
	text-shadow: 1px 1px #FFF;
	font-weight: bold;
	padding: 0px;
	font-style: italic;
	border-bottom: 1px dotted #004E7F;
	margin-bottom: 10px;
}

h2 {
	font-size: 24px;
	color: #C1272D;
	font-weight: bold;
	font-style: italic;
	padding-bottom:10px;
	border-bottom: 1px dotted #999;
}

h3 {
	margin: 5px 0px;
	padding: 0px;
}


li {
	font: 12px Arial, Helvetica, sans-serif;
}

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

p {
	/* font-size: inherit; */
}



.wrapper-header {
	width: 100%;
	height: 110px;
	background: url(../_i/background_header_repeat.png) repeat-x center top;
}
.header {
	height: 110px;
	background: url(../_i/background_header_repeat.png) repeat-x center top;
	margin-left: 10px;
	width: 950px;
}
.header-logo {
	height: 110px;
	width: 456px;
	cursor: pointer;
	background: url(../_i/logo.png) no-repeat;
	margin-left: -36px;
}
.header-contact {
	font-size: 13px;
	color: #FFF;
	padding-top: 26px;
	text-align: right;
	line-height: 20px;
	padding-right: 20px;
	background: url(../_i/header_sep.png) no-repeat right top;
}
.live-help {
	width: 100px;
	height: 70px;
	margin-top: 19px;
	background: url(../_i/button_live_help.png) no-repeat;
	margin-left: 20px;
}


.live-help a{
	display: inline-block;
	width: 100px;
	height: 70px;
}




/* +++++++++++++++++++++++++++++++++++++   NAVIGATION   +++++++++++++++++++++++++++++++++++++ */


.wrapper-navigation {
	width: 100%;
	height: 40px;
	background: url(../_i/nav_bar.png) repeat-x center top;
	position: relative;
	z-index: 1500;
}
.navigation {
	height: 40px;
	background: url(../_i/nav_bar.png) no-repeat;
}
.navigation .navigation-spacing {
	top: 0px;
	left: 0px;
	position: absolute;
	margin-left: -2px;
	margin-top: 0px;
	z-index: 101;
}
.navigaton ul {
	margin: 0px;
	padding: 0px;
}
.navigation li {
	position: relative;
	list-style-type: none;
	display: inline-block;
	background: url(../_i/nav_seperator.png) no-repeat;
	height: 40px;
	width: auto;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	float: left;
}
.navigation li:first-child {
	background: none;
}
.navigation li a, .navigation li span {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	height: 23px;
	padding: 7px 12px 0px;
	display: block;
	text-transform: uppercase;
	margin: 5px 0px;
}
.navigation li a:hover {
	color: #ffffff;
	background: #014f80;
	border:  1px solid #a1a2a6;
	padding: 6px 11px 0px;
	height: 24px;
}
.navigation li:hover span {
	color: #ffffff;
	background: #014f80;
	border:  1px solid #a1a2a6;
	border-bottom: none;
	padding: 6px 11px 0px;
	height: 30px;
}

/*
nav {
	background: url(../_i/bg_navigation.jpg);
	height: 50px;
	width: 960px;
	margin: 0px 0px 20px;
	float: left;
}
*/
.navigation ul li {
	display: inline;
	list-style: none;
	margin: 0px;
	cursor: pointer;
}

.navigation li > ul {
	display: block;
	position: absolute;
	left: 0;
	top: 42px;
	padding: 0px;
	margin: 0px 1px 0px 2px;
	background:#ffffff;
	border: 1px solid #a1a2a6;
	border-bottom: none;
	border-top: none;
	width: 200px;
	z-index: 100;
	height: auto;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.navigation li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.navigation li li {
	display: block;
	background: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	float: none;
	border-bottom: 1px solid #a1a2a6;
}

.navigation li li a {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background: #014f80;
	text-decoration: none;
	padding: 7px 12px;
	margin: 0px;
	height: auto;
	display: block;
	text-transform: none;
	border: none;
}

.navigation li li a:hover {
	color: #333333;
	background: #ffffff;
	padding: 7px 12px;
	margin: 0px;
	border: none;
	height: auto;
}


/* +++++++++++++++++++++++++++++++++++++ */



.wrapper-hero {
	width: 100%;
	height: auto;
	min-height: 315px;
	background: url(../_i/background_hero_repeat.jpg) repeat-x center top;
	position: relative;
	z-index: 500;
}
.hero {
	position: relative;
}
#btn-finder {
	top: 140px;
	left: 25px;
	position: absolute;
	width: 333px;
	height: 133px;
	background: url(../_i/buttons_finder.png) no-repeat;
	z-index: 5000;
}
#btn-parts-finder a, #btn-car-finder a {
	width: 305px;
	height: 45px;
	overflow: hidden;
	background: url(../_i/buttons_finder_over.png) no-repeat;
	display: inline-block;
}
#btn-parts-finder a {
	top: 14px;
	left: 14px;
	position: relative;
}
#btn-car-finder a {
	top: 26px;
	left: 14px;
	position: relative;
}
#btn-parts-finder a:hover {
	background: url(../_i/buttons_finder_over.png) no-repeat -305px 0px;
}
#btn-car-finder a:hover {
	background: url(../_i/buttons_finder_over.png) no-repeat -610px 0px;
}

.finder-box {
	top: 48px;
	left: -2430px;
	position: absolute;
	height: 212px;
	width: 462px;
	padding-top: 72px;
} 

.finder-box li{
	display: block;
	float: left;
	margin-bottom: 8px;
}

.finder-box li a{
	display: block;
	width: 186px;
	height: 26px;
	padding-top: 10px;
	text-decoration: none;
	color: #6D6E70;
	font-size: 13px;
	text-align: center;
}

.finder-box li a:hover{
	color: #004E7F;
	font-weight: bold;
}

.button-star{
	background: url(/_i/finder-button-star.png) no-repeat;
}

.button-wrench{
	background: url(/_i/finder-button-wrench.png) no-repeat;
}

.button-arrow{
	background: url(/_i/finder-button-arrow.png) no-repeat;
}

.button-blank{
	background: url(/_i/finder-button-blank.png) no-repeat;
}

.finder-box p.finder-sublinks{
	margin-left: 30px;
}


.finder-box p.finder-sublinks a{
	color: #004E7F;
	text-decoration: underline;
}

.finder-box p.finder-sublinks a:hover{
	color: #C1272D;
}

#parts-finder-box {
	background: url(/_i/parts_finder_over.png) no-repeat;
    z-index: 5025;

}

#car-finder-box {
	background: url(/_i/car_finder_over.png) no-repeat;
    z-index: 5050;
}

.wrapper-home-content {
	width: 100%;
	height: auto;
	min-height: 359px;
	background: url(../_i/background_content_home.png) repeat-x center top;
}
.home-content {
	background: url(../_i/background_content_home.png) no-repeat center top;
	padding-top: 35px;
	margin-left: 10px;
	min-height: 359px;
	height: auto;
}
.wrapper-content {
	width: 100%;
	height: auto;
	min-height: 294px;
	background: url(../_i/background_content.png) repeat-x center top;
	padding-top: 20px;
}
.content {
	padding-top: 15px;
	min-height: 275px;
	height: auto;
	background: url(../_i/background_content.png) no-repeat center top;
}

.home-spacing {
	margin-top: 50px;
}

.page-hero {
	margin-bottom: 10px;
	border: 1px solid #333;
	padding: 5px;
}

#slider {
	width: 960px;
	height: 315px;
	overflow: hidden;
}

.side-nav {
	margin-top: 5px;
	padding-left: 19px;
	border-left: 1px dotted #666666; 
}
.side-nav h3 {
	margin: 5px 0px;
}
.side-nav h4 {
	margin: 5px 0px;
}
.side-nav ul {
	margin: 0px;
	padding: 0px;
}
.side-nav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #CCCCCC; 
}
.side-nav ul li:first-child {
	border: none;
}
.side-nav ul li a {
	width: 254px;
	height: auto;
	display: inline-block;
	padding: 15px 0px 15px 26px;
	font-size: 16px;
	text-decoration: none;
	color: #004F7F;
	font-weight: bold;
	background: url(../_i/side_nav_background_repeat.png) repeat-y;
}
.side-nav ul li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #B3B3B3;
}
.side-nav-border {
	border-top: 5px solid #ED1C24;
	border-bottom: 5px solid #B3B3B3;
}
.side-nav-vertical-space {
	margin-top: 25px;
}
.side-nav-background {
	background: url(../_i/side_nav_background_repeat.png) repeat-y;
}

.side-nav .side-split-nav {
	margin: 0px;
	padding: 0px;
}
.side-nav .side-split-nav .side-split-nav-box {
	width: 170px;
	float: left;
	display: inline;
}
.side-nav .side-split-nav h4 {
	margin: 20px 0px 5px 25px;
	color: #004F7F;
	font-size: 16px;
}
.side-nav .side-split-nav ul li a {
	width: 115px;
	height: auto;
	display: inline-block;
	padding: 5px 0px 5px 25px;
	font-size: 13px;
	text-decoration: none;
	color: #4D4D4D;
	background: none;
	font-weight: normal;
}
.side-nav .side-split-nav ul li a:hover {
	background: none;
	color: #004F7F;
}

.tabs {
	height: 40px;
	z-index: 20;
	overflow: hidden;
}
.tabs ul {
	margin: 0px;
	padding: 0px;
}
.tabs ul li {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	float: left;
}
.tabs ul li a {
	height: 27px;
	width: 112px;
	display: inline-block;
	/* background: url(/_i/tabs.png) no-repeat 0px -40px; */
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* color: #FFF; */
	font-size: 14px;
	text-align: center;
	padding-top: 13px;
	text-decoration: none;
}
.tabs ul li a:hover, .tabs ul li a.active {
	height: 30px;
	/* background: url(/_i/tabs.png) no-repeat 0px 0px; */
	color: #333333;
	padding-top: 10px;
	text-decoration: none;
}


.tabs ul li.ui-state-default {
	background: url(/_i/tabs.png) no-repeat 0px -40px;
	color: #FFF;
}

.tabs ul li.ui-state-default a{
	color: #FFF;
}

.tabs ul li.ui-tabs-selected, .tabs ul li.ui-state-hover {
	background: url(/_i/tabs.png) no-repeat 0px 0px;
	text-decoration: none;
	color: #333333;
}

.tabs ul li.ui-tabs-selected a, .tabs ul li.ui-state-hover a{
	padding-top: 10px;
	color: #333333;
}


.tab-box {
	background: #fefefe url(/_i/tab_content_background.png) no-repeat left bottom;
	min-height: 610px;
	height: auto;
	border-top: 1px solid #d4dddd;
	margin-top: -1px;
	z-index: 10;
}
.tab-item {
	width: 304px;
	border: 1px solid #d4dddd;
	background: #FFF;
	margin-top: 18px;
	margin-left: 20px;
	padding: 8px;
	font-family: Verdana, Geneva, sans-serif;
}
.tab-item .tab-img {
	border: 1px solid #d4dddd;
	float: left;
	display: inline;
	height: 100px;
	overflow: hidden;
}
.tab-item .tab-text {
	color: #58595B;
	font-size: 11px;
	line-height: 16px;
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: 10px;
}
.tab-item .tab-text strong, .tab-item .tab-text b {
	font-size: 12px;
	color: #205682;
}
.tab-item .tab-text a {
	color: #205682;
	text-transform: uppercase;
	text-decoration: underline;
}
.tab-item .tab-text a:hover {
	text-decoration: none;
}

.prd-item {
	width: 200px;
	border: 1px solid #d4dddd;
	background: #FFF;
	height: 210px;
	padding: 8px;
	margin-bottom: 20px;
}
.prd-item .prd-img {
	border: 1px solid #d4dddd;
	width: 200px;
	height: 150px;

}
.prd-item .prd-text {
	color: #58595B;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
}
.prd-item .prd-text strong, .prd-item .prd-text b {
	font-size: 12px;
	color: #205682;
}
.prd-item .prd-text a {
	color: #205682;
	text-transform: uppercase;
	text-decoration: underline;
}
.prd-item .prd-text a:hover {
	text-decoration: none;
}

.site-links {
}
.site-links h3 {
	font-size: 12px;
	margin: 3px 0px;
	padding: 0px;
}
.site-links ul {
	margin: 0px;
	padding: 0px;
}
.site-links ul li {
	margin: 1px 0px;
	padding: 0px;
	list-style-type: none;
}
.site-links ul li a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.site-links ul li a:hover, .site-links ul li a.active {
	color: #333333;
	text-decoration: underline;
}

.side-seperator {
	border-right: 1px dotted #666666;
	padding-right: 20px;
	min-height: 270px;
	height: auto;
}

.hours-shout-out {
	font-size: 15px;
	font-weight: bold;
	color: #004F7F;
	font-style: italic;
	line-height: 20px;
	margin: 25px;
}

.contact-directory {
	border-bottom: 1px dotted #666666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 13px;
}
.contact-directory a {
	color: #004F7F;
}

.job-posting {
	padding: 35px;
	background: url(../_i/job-posting-background.png) repeat-x;
	min-height: 420px;
	height: auto;
}
.job-posting h4 {
	font-size: 15px;
	color: #004F7F;
	margin-bottom: 20px;
}
.job-posting a {
	color: #004F7F;
}

.page-content img {
	margin-top: 5px;
	border: 1px solid #b3b3b3;
}

.wrapper-footer-top-bar {
	width: 100%;
	height: 15px;
	background: #C1272D;
}
.footer-top-bar {
	height: 15px;
	background: #C1272D;
}
.wrapper-footer {
	width: 100%;
	height: 267px;
	background: url(../_i/background_footer_repeat.png) repeat-x center top;
}
.footer {
	min-height: 237px;
	height: auto;
	color: #CCCCCC;
	font-size: 12px;
	padding-top: 30px;
}
.footer .footer-box {
	background: url(../_i/footer_sep.png) no-repeat right top;
	min-height: 210px;
	height: auto;
	padding: 0px 10px 0px 10px;
}
.hours label {
	float: left;
	display: inline;
	width: 130px;
}
.footer a {
	color: #CCCCCC;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}

.footer_hours_p {
	margin-bottom: 0px;
}
.cc {
	width: 268px;
	height: 38px;
	background: url(/_i/cc_accepted.png) no-repeat;
	padding-bottom: 50px;
}

a.btn {
	color: #000;
	background: #CCC;
	border: 1px solid #999;
	padding: 2px 5px;
	text-decoration: none;
}
a:hover.btn {
	background: #666;
	color: #FFF;
	text-decoration: none;
}
.button-donate {
	background: url(../_i/buttons_internal.png) no-repeat 0px 0px;
	width: 177px;
	height: 52px;
	display: inline-block;
	overflow: hidden;
}
.button-recycling {
	background: url(../_i/buttons_internal.png) no-repeat -177px 0px;
	width: 176px;
	height: 52px;
	display: inline-block;
	overflow: hidden;
}
.button-racing {
	background: url(../_i/buttons_internal.png) no-repeat -353px 0px;
	width: 177px;
	height: 52px;
	display: inline-block;
	overflow: hidden;
}
.button-kijiji {
	background: url(../_i/buttons_internal.png) no-repeat -529px 0px;
	width: 177px;
	height: 52px;
	display: inline-block;
	overflow: hidden;
}

.button-contact {
	background: url(../_i/buttons.png) no-repeat 0px 0px;
	width: 130px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
}
.button-directions {
	background: url(../_i/buttons.png) no-repeat 0px -20px;
	width: 140px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
}
.button-directions-lrg {
	background: url(../_i/buttons.png) no-repeat 0px -80px;
	width: 192px;
	height: 37px;
	display: inline-block;
	overflow: hidden;
}
.button-rss {
	background: url(../_i/buttons.png) no-repeat 0px -40px;
	width: 100px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
}
.button-see_all {
	background: url(../_i/buttons.png) no-repeat 0px -60px;
	width: 100px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
}
.button-top {
	background: url(../_i/button_top.png) no-repeat;
	width: 86px;
	height: 20px;
	display: inline-block;
	border: none;
	text-decoration: none;
}
a.button-top-txt {
	background: #c1272d;
	height: 16px;
	padding: 4px 10px 0px 10px;
	display: inline-block;
	border: none;
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	white-space: nowrap;
	text-transform: uppercase;
}
a:hover.button-top-txt {
	color: #ffffff;
	text-decoration: none;
}
a.button-custom {
	background: url(../_i/btn-background.png) 0 0 repeat-x;
	border: 1px solid #4D4D4D;
	height: 27px;
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 15px 0px 30px;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
}
a:hover.button-custom {
	color: #000000;
	text-decoration: none;
	background: url(../_i/btn-background.png) 0 -35px repeat-x;
}
a.button-custom-sm {
	background: url(../_i/btn-custom-sm.png) 0 0 repeat-x;
	border: 1px solid #4D4D4D;
	height: 22px;
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 10px 0px 22px;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
}
a:hover.button-custom-sm {
	color: #000000;
	text-decoration: none;
	background: url(../_i/btn-custom-sm.png) 0 -25px repeat-x;
}
a.button-custom-rss-sm {
	background: url(../_i/btn-custom-rss-sm.png) 0 0 repeat-x;
	border: 1px solid #4D4D4D;
	height: 22px;
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 10px 0px 26px;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
}
a:hover.button-custom-rss-sm {
	color: #000000;
	text-decoration: none;
	background: url(../_i/btn-custom-rss-sm.png) 0 -25px repeat-x;
}

.txt-align-left {
	text-align: left;
}

.txt-align-right {
	text-align: right;
}

.no-padding-left {
	padding-left: 0px;
}

.no-padding-right {
	padding-right: 0px;
}


ul.pagination{
clear: both;
display: block;
}

ul.pagination li{
display: inline;
}


#map.home_map{
	width: 300px;
	height: 500px;
	margin-bottom: 1.5em;
}

#map.contact_map{
	width: 360px;
	height: 290px;
	margin-bottom: 1.5em;
}

.dotted {
	border: none;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
}
.team-members {
	border-bottom: 1px dotted #666666;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.team-members h3 {
	font-size: 18px;
	color: #004F7F;
}
.team-members a {
	color: #004F7F;
}
.team-members img {
	border: 1px solid #b3b3b3;
}

.staff-photo{
	height: 175px;
	margin-top: 9px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.sub-staff-photo{
	height: 125px;
	margin-top: 9px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.sub-team-photo{
	height: 125px;
	margin-top: 9px;
}

.job-position{
  margin-top: 10px;
	margin-bottom: 5px;
	color: #4D4D4D;
	font-size: 13px;
	font-weight: bold;
}

.sub-team p{
margin-right: 5px;
}

.sub-team {
padding: 10px 25px 5px 20px;
margin: 0px 15px 10px 0px;
background: #fafafa;
}


a#show-staff{
    background: url("../_i/button_meet_staff.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 52px;
    overflow: hidden;
    width: 242px;
}

a:hover#show-staff{
text-decoration: none;
}

.ph-number{

}


.small-supplement{
font-style: italic;
font-size: 0.9em;
}

.wigwamlist li{
    line-height: 1.35em;
	margin-bottom: 20px;
}

.photo-slide{
position: relative;
}

#parts-iframe{
	border: none;
	height: 800px;
}

#parts-iframe.if1000{
	height: 1000px;
}

#parts-iframe.if1200{
	height: 1200px;
}


table#part-request{
width: 940px;
}

table#part-request td{
padding: 2px;
}

table#part-request input[type="text"],table#part-request select, table#part-request textarea{
padding: 5px;
margin: 2px;
}

table#part-request select{
padding: 5px 10px;
}

table#part-request input[type="text"]{
width: 175px;
}

table#part-request textarea {
width: 765px;
height: 200px;
scroll: auto;
}

table#part-request .top-space{
padding: 20px 0px 5px 3px;
}

table .form-header{
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}

input.error {
    border: 1px solid #CC3300;
}

.bold-text{
font-weight:bold; 
}

.underline-text{
text-decoration: underline;
}

a.pdf-download{


padding: 10px 20px 10px 15px;
text-decoration: none;
margin-right: 15px;
}

a.pdf-download:hover{
text-decoration: none;
}

a.pdf-download .pdf-link{
position: relative;
top: -5px;
margin-left: 10px;
}

.warranty-details{
padding: 20px 25px;
background: rgb(213,213,213);
background: rgba(0, 0, 0, 0.1);
margin: 15px;
}

.warranty-details ol.alpha-list { list-style-type: lower-alpha; margin-bottom: 15px; } 

.wrapper-content ul, .wrapper-content ol {
	margin-top: 10px;
}

.wrapper-content li {
	line-height: 1.8em;
}
.wrapper-content ol li{
	margin-left: 30px;
}

ul.clean-list{
	list-style: none;
}

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

#jumpbar{
	margin: 5px 0px 25px 20px;
}

#jumpbar a{
	margin: 5px 15px;
	font-size: 14px;
}

.tutorial {
	height: 900px;
}

.tutorial h2{
	margin-bottom: 10px;
}

/* =========================================================================================================== */

.ui-tabs .ui-tabs-panel {
  /*  background: none repeat scroll 0 0 transparent; */
   /*  border-width: 0; */
    display: block;
    /* padding: 1em 1.4em;  */
}

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




/*
.ui-corner-bottom {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
} 

.tab-box {
    background: url("../_i/tab_content_background.png") no-repeat scroll left bottom #FEFEFE;
    border-top: 1px solid #D4DDDD;
    height: auto;
    margin-top: -1px;
    min-height: 610px;
    z-index: 10;
}
*/


.ui-widget-content {
/*
    background: url("../_i/tab_content_background.png") no-repeat scroll left bottom #FEFEFE;
    border-top: 1px solid #D4DDDD;
    height: auto;
    margin-top: -1px;
    min-height: 610px;
*/
}


.2col_photos{

}

.race_photos{
width: 290px;
height: 260px;
float: left;
margin-right: 25px;
overflow: hidden;
}



.race_photos img{

}


.race_photos p{

}


#slider1 {
    width: 625px; /* important to be same as image width */
    height: 375px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 #slider1Content {
    width: 625px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider1 .slider1Image {
    float: left;
    position: relative;
	display: none;
}
#slider1 .slider1Image span {
    position: absolute;
	font-size: 13px;
    padding: 10px 13px;
    width: 599px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

#slider1 .slider1Image span strong {
    font-size: 18px;
}
#slider1 .topbar {
	top: 0;
	left: 0;
}
#slider1 ul { list-style-type: none;}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ===================================================================================================================================================== */



/* ===================================================================================================================================================== */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------- */
/* ===================================================================================================================================================== */
/* =============================================================                         =============================================================== */
/* =============================================================    PRINT DEFINITIONS    =============================================================== */
/* =============================================================                         =============================================================== */
/* ===================================================================================================================================================== */
@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }

  /* ------------------------------------- */

	#leftcol{display:none;}
	.rightcol{display:none;}
	#big_wrapper { width: auto; text-align: left; }
	#wrapper { width: auto; text-align: left; }
	#maincol { float: none; padding: 0px 40px 20px 50px; }
	#print_header { display: inline; }
	#header { display: none; }
	#foot_wrapper #footer { width: 620px; }

} /* @media print */

