/*** reset ***/
* {
    margin: 0;
    padding: 0;
    border: 0;
}


ol, ul {
	list-style-type: none;
}

object{
	outline:none;
}

#png_overlay{
	background:  url("/images/main/bg_overlay.png") 0 0 repeat;
	width: 100%;
	height: 100%;
}

body{
	background: #555 url("/images/main/MMP_bkg_home_welcome.jpg") 0 0 repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #565242;
	font-size: 11px;
}
a{
	font-weight: bold;
	color: #0ba52c;
}
a:hover{
	color: #097d22;
	cursor: pointer;
}

p{
	margin-bottom: 20px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
table {
	border:4px solid #0BA52C;
}

td {
	border:1px solid #0BA52C;
	padding:3px;
}

#wrapper{
	background-color: transparent;
	width: 920px;
	margin: 40px 0 0 0;
	padding-left: 20px;
	float: left;
	display: inline;
	position: relative;
}
#logo{
	float:left;
	display: inline;
	width: 192px;
	height: 35px;
	background: url("../images/main/logo.png");
	margin: 0 0 0 20px;
	
}

#search{
	float: right;
	display: inline;
	margin: 12px 0 0 0;
	width: 204px;
	height: 22px;
	background: url("../images/main/search_bg.png") 0 0 no-repeat;
}
input.search{
	width: 181px;
	height: 18px;
	/* line-height: 18px; */
	padding: 5px 2px 2px 21px;
	*padding: 3px 0 2px 0;
	*margin: 0 2px 0 21px;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	background: none;
}

#search-results {
    position: absolute;
    z-index: 1001;
    right: 0;
    top: 34px;
    background: #fff url(../images/main/search_results_bg.png) 0 0 repeat-x;
}
#search-results ul {
    width: 250px;
}
#search-results li.search-results-item {
    position: relative;
    display: block;
    padding: 5px 0 4px;
    cursor: pointer;
    zoom: 1;
    _height: 0;
}
#search-results li.hover,
#search-results li:hover {
	background: #e4e4e4 url(../images/main/content_bg.gif);
}
#search-results li h4,
#search-results li p {
    padding: 0 5px 0 22px;
    line-height: 13px;
}
#search-results li h4 {
    font-size: 11px;
    background: url(../images/main/right_carrots_green.png) 11px no-repeat;
}
#search-results li h4 a,
#search-results li h4 a:hover {
    color: #0ba52c;
}
#search-results li p {
    color: #565252;
    font-size: 10px;
	margin: 0;
}
#search-results li.last {
    background: #565252 url(../images/main/right_carrots_white.png) 6px no-repeat;
	padding: 0;
}
#search-results li.last.hover,
#search-results li.last:hover {
    background-color: #898989;
}
#search-results .last a {
    display: block;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 4px 22px;
	zoom: 1;
	_height: 0;
}


/*** Navigation styles ***/
#nav, #nav ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	clear: both;
	color: #fff;
}

#nav a {
	display: block;
	color: #fff;
}

#nav li {
	float: left;
}


#nav li div.narrow-tab{
	width: 161px;
	height: 42px;
	*height: 58px;
	background-color: #0ba52c;
	padding-top: 45px;
	*padding-top: 29px;
	*margin-top: 24px;
	margin-top: 8px;
}

a.right-tab-link {
	width: 137px;
	height: 16px;
	background: transparent url("/images/main/navtab_link_rollovers.png") no-repeat 0 0;
	font-size: 14px;
	padding-left: 24px;
}

a.right-tab-link:hover{
	background-position: 0 -16px;
}

#nav li div.navtab{
	width: 252px;
	height: 87px;
	margin-right: 1px;
	margin-top: 8px;
	background-color: #0ba52c;
}

#nav li:hover div.navtab,
#nav li.hover div.navtab {
	background-color: #0db832;
	margin-top: 2px;
	padding-top: 6px;
}

#nav li #explore a{
	display: block;
	width: 252px;
	height: 87px;
	background: url("/images/main/nav_explore.png") 0 0 no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	clear: both;	
}

#nav li #watch a{
	display: block;
	width: 252px;
	height: 87px;
	background: url("/images/main/nav_watch.png") 0 0 no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	clear: both;	
}

#nav li #learn a{
	display: block;
	width: 252px;
	height: 87px;
	background: url("/images/main/nav_learn.png") 0 0 no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	clear: both;	
}

#nav li:hover #explore a, #nav li.hover #explore a,
#nav li:hover #learn a,   #nav li.hover #learn a,
#nav li:hover #watch a,   #nav li.hover #watch a {
	background-position: 0 -87px;
	
}

/* drop down nav elements*/
#nav li div.navlink {
	position: absolute;
	left: -999em;
	width: 252px;
	background-color: #0db832;
	margin-top: -5px;
	padding-bottom: 4px;
	z-index: 1000;
}

p.navtab-description{
	padding: 0 12px 6px 27px;
	width: 212px;
	margin: 0;
	line-height: 11px;
}
li.subnav-item a{
	font-size: 11px;
	width: 212px;
	height: 15px;
	background: url("/images/main/subnav_rollovers.png") 0 0 no-repeat;
	padding-left: 40px;
	padding-top: 2px;
}

li.subnav-item a:hover{
	background-position: 0 -17px;
}

#nav li:hover div.navlink,
#nav li.hover div.navlink{
	left: auto;
}

/*** Selected Navigation styles ***/

/*turn on selected state*/
#nav-explore #nav-explore-item div.navtab, 
#nav-watch #nav-watch-item div.navtab,
#nav-learn #nav-learn-item div.navtab{
	background-color: #0db832;
	margin-top: 2px;
	padding-top: 6px;

}
/*change background position for selected image sprite*/
#nav-explore #nav-explore-item #explore a,
#nav-watch #nav-watch-item #watch a,
#nav-learn #nav-learn-item #learn a {
	background-position: 0 -87px;
	
}

/*turn off watch - learn - explore*/
#nav-explore #nav-watch-item #watch a,
#nav-explore #nav-learn-item #learn a,
#nav-watch #nav-explore-item #explore a,
#nav-watch #nav-learn-item #learn a,
#nav-learn #nav-watch-item #watch a,
#nav-learn #nav-explore-item #explore a,
#nav-karts #nav-explore-item #explore a,
#nav-karts #nav-watch-item #watch a,
#nav-karts #nav-learn-item #learn a,
#nav-shop #nav-explore-item #explore a,
#nav-shop #nav-watch-item #watch a,
#nav-shop #nav-learn-item #learn a,
#nav-racing-101 #nav-explore-item #explore a,
#nav-racing-101 #nav-watch-item #watch a,
#nav-racing-101 #nav-learn-item #learn a{
	background-position: 0 -174px;
}
/*turn on hover for watch - learn - explore*/
#nav-explore #nav-watch-item:hover #watch a,
#nav-explore #nav-learn-item:hover #learn a,
#nav-explore #nav-watch-item.hover #watch a,
#nav-explore #nav-learn-item.hover #learn a,
#nav-watch #nav-explore-item:hover #explore a,
#nav-watch #nav-learn-item:hover #learn a,
#nav-watch #nav-explore-item.hover #explore a,
#nav-watch #nav-learn-item.hover #learn a,
#nav-learn #nav-watch-item:hover #watch a,
#nav-learn #nav-explore-item:hover #explore a,
#nav-learn #nav-watch-item.hover #watch a,
#nav-learn #nav-explore-item.hover #explore a,
#nav-karts #nav-explore-item:hover #explore a,
#nav-karts #nav-explore-item.hover #explore a,
#nav-karts #nav-watch-item:hover #watch a,
#nav-karts #nav-watch-item.hover #watch a,
#nav-karts #nav-learn-item:hover #learn a,
#nav-karts #nav-learn-item.hover #learn a,
#nav-shop #nav-explore-item:hover #explore a,
#nav-shop #nav-explore-item.hover #explore a,
#nav-shop #nav-watch-item:hover #watch a,
#nav-shop #nav-watch-item.hover #watch a,
#nav-shop #nav-learn-item:hover #learn a,
#nav-shop #nav-learn-item.hover #learn a,
#nav-racing-101 #nav-explore-item:hover #explore a,
#nav-racing-101 #nav-explore-item.hover #explore a,
#nav-racing-101 #nav-watch-item:hover #watch a,
#nav-racing-101 #nav-watch-item.hover #watch a,
#nav-racing-101 #nav-learn-item:hover #learn a,
#nav-racing-101 #nav-learn-item.hover #learn a{
	background-position: 0 -87px;
}

/*turn on selected state right-side links*/
#nav-karts a#karts.right-tab-link,
#nav-shop a#shop.right-tab-link,
#nav-racing-101 a#racing-101.right-tab-link {
	color: #fff;
	background-position: 0 -32px;
}
/*turn off state right-side links*/
#nav-explore a.right-tab-link,
#nav-watch a.right-tab-link,
#nav-learn a.right-tab-link,
#nav-karts a#shop.right-tab-link,
#nav-karts a#racing-101.right-tab-link,
#nav-shop a#karts.right-tab-link,
#nav-shop a#racing-101.right-tab-link,
#nav-racing-101 a#shop.right-tab-link,
#nav-racing-101 a#karts.right-tab-link {
	background-position: 0 0;
	color: #097d22;
}
/*hover for unselected links*/
#nav-explore a.right-tab-link:hover,
#nav-watch a.right-tab-link:hover,
#nav-learn a.right-tab-link:hover,
#nav-shop a#shop.right-tab-link:hover,
#nav-shop a#karts.right-tab-link:hover,
#nav-shop a#racing-101.right-tab-link:hover,
#nav-karts a#karts.right-tab-link:hover,
#nav-karts a#shop.right-tab-link:hover,
#nav-karts a#racing-101.right-tab-link:hover,
#nav-racing-101 a#racing-101.right-tab-link:hover,
#nav-racing-101 a#shop.right-tab-link:hover,
#nav-racing-101 a#karts.right-tab-link:hover{
	background-position: 0 -16px;
	color: #fff;
}
/*show paragraph*/
#nav-explore #nav-explore-item div.navlink,
#nav-watch #nav-watch-item div.navlink,
#nav-learn #nav-learn-item div.navlink {
	left: auto;
	width: 252px;
	background-color: #0db832;
	margin-top: -5px;
	padding-bottom: 4px;
}
/*hide link drop down*/
#nav-explore #nav-explore-item div.navlink ul,
#nav-watch #nav-watch-item div.navlink ul,
#nav-learn #nav-learn-item div.navlink ul{
	display: none;
	width: 252px;
	background-color: #0db832;
	margin-top: 0;
}



/*show link drop down*/
#nav-explore #nav-explore-item:hover div.navlink ul,
#nav-explore #nav-explore-item.hover div.navlink ul,
#nav-watch #nav-watch-item:hover div.navlink ul,
#nav-watch #nav-watch-item.hover div.navlink ul,
#nav-learn #nav-learn-item:hover div.navlink ul,
#nav-learn #nav-learn-item.hover div.navlink ul {
	display: block;
}



/*** Features and headline styles ***/
#features{
	width: 918px;
	height: 228px;
	background-color: transparent;
	float: left;
	display: block;
}
#features-container{
	width: 918px;
	height: 228px;
	background-color: transparent;
	float: left;
	display: block;
}

#content{
	width: 918px;
	float: left;
	display: inline;
	margin: 0px 0 60px 0;
	background: url("../images/main/content_bg.gif") 0 0 #e4e4e4;
	position: relative;
}
#slideshow{
	margin: 0 0 14px;
}
div.breadcrumbs{
	font-size: 10px;
	font-weight: bold;
	float: left;
	display: inline;
	position: absolute;
	top: 10px;
	left: 28px;
	width: 474px;
}
div.breadcrumbs a{
	padding: 0 12px 0 0;
	margin: 0 8px 0 0;
	background: url("../images/main/left_carrots_grey.png") 100% 50% no-repeat;
	float: left;
	display: inline;
	text-decoration: none;
}
div.breadcrumbs span.active{
	display: inline;
	color: #565252;
	margin: 0;
}

div.social-holder{
	font-size: 10px;
	font-weight: bold;
	float: right;
	display: inline;
	position: absolute;
	top: 10px;
	right: 26px;
}

/*** Footer styles ***/
#footer{
	float: left;
	display: inline;
	width: 862px;
	height: 22px;
	padding: 3px 28px 0 28px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	float: left;
	margin: 16px 0 0 0;
}
a.gray-button{
	float: left;
	display: inline;
	width: 78px;
	height: 16px;
	padding: 3px 0 0 17px;
	margin: 0 1px 0 0;
	font-size: 11px;
	color: #fff;
	background: #565252 url("../images/main/right_carrots_white.png") 0 0 no-repeat;
}
a.gray-button:hover{
	background-color: #898989;
	color: #fff;
}

a.green-button{
	float: left;
	display: inline;
	width: 81px;
	height: 16px;
	padding: 2px 0 0 14px;
	*padding: 3px 0 0 14px;
	margin: 0 1px 0 0;
	font-size: 11px;
	color: #fff;
	background: #0ba52c url("../images/main/right_carrots_white.png") 0 0 no-repeat;
	text-transform: uppercase;
}
a.green-button:hover{
	background-color: #0db832;
	color: #fff;
}

#page-content p{
	padding: 0 0 14px 0;
	font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 0px;
}

#page-content ul{
	padding: 0 0 14px 0;
	list-style-type: disc;
	margin-left: 16px;
	font-size: 13px;
	line-height: 1.3em;
}

#page-content ol{
	padding: 0 0 14px 0;
	list-style-type: decimal;
	margin-left: 23px;
	font-size: 13px;
	line-height: 1.3em;
}

#footer div.phone{
	float: left;
	display: inline;
}
#footer div.phone p.phone-text{
	float: left;
	display: inline;
	margin: 3px 0 0 6px;
	font-size: 11px;
	color: #565252;
}
#footer div.phone p.phone-number{
	float: left;
	display: inline;
	margin: -1px 20px 0 0;
	*margin: 1px 20px 0 0;
	font-size: 15px;
	color: #565252;
}
#footer div.footer-links{
	float: left;
	display: inline;
	margin: 4px 0 0 0;
	font-size: 10px;
	color: #999999;
}
#footer div.footer-links a.footer-link{
	float: left;
	display: inline;
	margin: -1px 0 0 0;
	color: #999999;
}
#footer div.footer-links a.footer-link:hover{
	color: #565252;
}
#footer div.footer-links p.footer-slash{
	float: left;
	display: inline;
	margin: -2px 4px 0 4px;
}
#footer form.footer-email{
	float: right;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}
#footer form.footer-email input.text{
	float: left;
	display: inline;
	background: #fff;
	border: solid #898989 1px;
	width: 151px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 2px 0 0 2px;
	color: #565252;
	font-size: 10px;
	font-weight: bold;
}
#footer form.footer-email input.submit,
#footer form.footer-email div.submit{
	float: left;
	display: inline;
	border: none;
	width: 19px;
	height: 19px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footer form.footer-email input.submit {
	background: #565252 url("../images/main/right_carrots_white.png") 2px 0 no-repeat;
}

#footer form.footer-email input.submit:hover {
	cursor: pointer;
	background-color: #898989;
}

#footer form.footer-email div.submit {
	background: #565252 url("../images/main/spinner_newsletter.gif") 3px 3px no-repeat;
}

#footer div.footer-email {
	color: #0ba52c;
	font-weight: bold;
	margin-left: 25px;
	float: left;
	display: inline;
	height: 19px;
	line-height: 19px;
}

a.sponsors-button{
	float: left;
	display: inline;
	height: 15px;
	width: 15px;
}

#sponsors-left,
#sponsors-right {
    background-color: #565252;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -5000px;
    overflow: hidden;
}

#sponsors-left {
    margin: 34px 0 0 28px;
    background-image: url("../images/main/left_arrow_white.png");
}

#sponsors-right {
    margin: 34px 0 0 20px;
    background-image: url("../images/main/right_arrow_white.png");
}

#sponsors-left:hover,
#sponsors-right:hover{
	background-color: #898989;
}
div#sponsors{
	float: left;
	display: inline;
	width: 772px;
	height: 87px;
	padding: 0 20px 0 0;
	margin: 0 0 0 20px;
	overflow: hidden;
}
ul#sponsors-container{
	list-style: none;
	height: 87px;
	padding: 0;
}
ul#sponsors-container li{
	float: left;
	display: inline;
	margin: 8px 0 0 25px;
}

/* clear styles */
.clearfix:after, #wrapper:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, #wrapper {display:block;}
.clear {clear:both;}
