/*-----------------------------------------------------------------------------
Main Style Sheet for MarathonEquipment.com

author:   Rick Hocutt
email:    marketing@marathonequipment.com
website:  http://www.marathonequipment.com/
-----------------------------------------------------------------------------*/
/* =Page Body
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
	margin:0;
	padding:0;
}
/* Put it back on certain elements */
p, pre, blockquote, fieldset, table {
	margin:1em 0;
}
body {
	color:#333;
	font:0.6251em/1.6 verdana, arial, helvetica, sans-serif;
	text-align:center;
	background:url(/styles/green/images/gradBck.jpg) scroll repeat-x 0 90px #fff;
}
/* needed for footerstick */
html, body {
	height:100%;
}
/* =General
-----------------------------------------------------------------------------*/
img {
	border:0;
}
hr {
	margin:1em 0;
}
/* =Headings
-----------------------------------------------------------------------------*/
#mainContent h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#004400;
	margin:.5em 0;
	text-shadow:-2px 2px 1px #ccc;
}
#mainContent h2 {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	background:#777;
	height:1%;
	padding:.3em .3em .3em 1em;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
#content h3 {
	font-size:1.2em;
	font-weight:bold;
}
#content h4 {
	font-size:1.1em;
	font-weight:bold;
}
#content h5 {
	font-size:1em;
	font-weight:bold;
}
/* =Links
-----------------------------------------------------------------------------*/
a {
	font-weight:bold;
	text-decoration:none;
}
a:link, a:visited {
	color:#004400;
	-webkit-transition: color 1s linear;
}
a:hover {
	color:#777;
	text-decoration:underline;
}
.content a:visited {
	color:#999999;
}
/* =Layout (Global)
-----------------------------------------------------------------------------*/
#accessibility {
	position:absolute;
	left:-100000em;
	top:-1000em;
}
#wrapper {
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-10em; /* Height of footer */
}
#container {
	background:#fff;
	margin:0 auto;
	max-width:96em;
	min-width:70em;
	text-align:left;
	border-right:1px solid #999;
	border-left:1px solid #999;
	clear:both;
	overflow:hidden;
}
#header {
	background:url(images/mastheadbg.jpg) repeat-x top left #66FF00;
	height:91px;
	position:relative;
}
#header h1 {
	background:url(images/mastheadimg.jpg) no-repeat;
	position:absolute; 
	top:0; 
	left:0; 
	width:646px; 
	text-indent:-9000px;
}
#header h1 a {
	display:block;
	background:url(images/mastheadimg.jpg) no-repeat;
	height:91px;
}
#mainContent {
	float:right;
	width:100%;
	position:relative;
}
#mainContent .content {
	padding-right:10px;
}
#content {
	padding-left:200px;
	padding-bottom:1em;
	font-size:1.2em;
	overflow:hidden;
}
#mainContent .innerContent {
	display: block;
	clear: both;
	border-top: 1px solid #999999;
	padding: 5px;
}
#rj_line .innerContent p {
	margin-left: 130px;
}
#secondaryContent {
	float:left;
	width:190px;
	margin-left:-200px;
	margin-right:10px;
}
#secondaryContent ul {
	padding:0;
}
#secondaryContent li a {
	display:block;
	border-top:1px solid #cccccc;
	padding:2px 2px 2px 5px;
	margin-right:1px;
}
#secondaryContent a:hover {
	background-color:#dddddd;
}
#secondaryContent h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	background:#9CDB00;
	padding:.3em;
	margin:0 1px 0 0;
}
#footer {
	position:relative;
	background-color:#00ad00;
	color:#fff;
}
.footerStyle {
	padding:1em;
	border-top:5px solid #9cdb00;
}
#footer a {
	color:#fff;
}
#footer,.push {
	height: 10em; /* .push must be the same height as #footer */
}
.push {
	max-width:96em;
	min-width:70em;
	margin:0 auto;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}
/* Main Navigation
-----------------------------------------------------------------------------*/
#mainNav{
	background:url(images/navBg.jpg) repeat-x top #00ad00;
	overflow:hidden;
}
#mainNav ul {
	font-size:1.1em;
	font-weight:bold;
	list-style:none;
	padding:0;
	margin:0 auto;
	width:60em;
	z-index:1000;
	text-align:left;
}
#mainNav a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:0.4em 1.3em;
	border-right:1px solid #eee;
}
#mainNav li.first a {
	border-left:1px solid #eee;
}
#mainNav a:hover {
	color:#ffffff;
}
#mainNav li {
	float:left;
	padding:0;
}
#mainNav li ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:14em;
	background:#CCCCCC;
	font-weight:normal;
	margin:0;
}
#mainNav li li {
	padding-bottom:0em;
}
#mainNav li .green {
	background:#9CDB00;
}
#mainNav li ul a {
	width:11.3em;
    color:#000000;
	font-weight:bold;
	border:solid #000000;
	border-width:1px;
}
#mainNav li ul a:hover {
	color:#ffffff;
}
#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul {
	left:auto;
}
#mainNav li:hover, #mainNav li.sfhover {
	background:#666666;
}
/* Secondary Navigation
-----------------------------------------------------------------------------*/
#navBar {
	background:url(/styles/green/images/navBarBg.gif) repeat-y right #eee;
	margin-bottom:1em;
}
#navBar .navBarBtm {
	background:url(/styles/green/images/navBarBtm.gif) no-repeat #eee;
	height:11px;
}
#navBar ul a:link, #navBar ul a:visited {
	display:block;
}
#navBar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navBar li {
	height:1%;
}
/* Extra Content
-----------------------------------------------------------------------------*/
.halfContentLeft {
	width:50%;
	float:left;	
}
.halfContentRight {
	width:49.9%;
	float:right;
}
.halfContentRightPad {margin-left:1em;}
.halfContentLeftPad {margin-right:1em;}
/* Typography
-----------------------------------------------------------------------------*/
blockquote {
	font-family:"Times New Roman",Times,serif;
	font-size:1.3em;
	background-color:#eee;
	display:block;
	padding:5px;
	margin:5px;
	border-left:solid 3px #999;
	width:350px;
	float:right;
	line-height:1.2em;
}
blockquote .byline {
	text-align:right;
	font-size:.8em;
}
acronym {
  border-bottom:1px dotted black;
}
/* Tables
-----------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	padding:1em;
	margin:10px 0px;
}
caption {
	font-size:1.2em;
	font-weight:bold;
	margin:1em 0;
}
th {
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	background-color:#777;
}
th, td {
	padding:2px;
}
td {
	vertical-align:top;
}
thead {
	background:#9cdb00;
	border-bottom:5px solid #333333;
}
.specTable {
	width:350px;
}
.odd {
	background-color:#fffddc;
}
table.largeTable {
	width:100%;
	clear:both;
}
table.halfTableRight {
	width:50%;
	float:right;
	margin-left:5px;
}
table.halfTableLeft {
	width:50%;
	float:left;
	margin-right:5px;
}
/* Lists
-----------------------------------------------------------------------------*/
ul, ol {
	margin:1em 0em;
	padding-left:3em;
}
#mainContent ul {
	list-style-image:url(/images/tri.gif);
	line-height:2em;
}
#mainContent ul li {
	padding-top:.5em;
}
ol li {
	margin-left:2em;
}
dl {
	margin:1em 0;
}
dl dt {
	font-weight:bold;
	background:url(/images/tri.gif) no-repeat center left;
	padding-left:20px;
}
dl dd {
	margin:1em 0 1em 2em;
}
/* Tabbed Interface
---------------------------------------- */
#tabs {height:1%;}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
ul.tabs a {float:none;}
/* End IE5-Mac hack */

#tabs ul.tabs {
	float: left;
	margin:0 0 -1px 0;
	line-height:normal;
	padding:10px 10px 0;
	list-style:none;
}
#tabs ul.tabs li {
	float:left;
	background:url("/styles/img/tabs.jpg") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	margin-right:10px;
}
#tabs ul.tabs li a {
	float:left;
	display:block;
	background:url("/styles/img/tabs.jpg") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
}
* html #tabs ul.tabs li {
	display: inline; /* ie6 double float margin bug */
}
#tabs ul.tabs li, #tabs ul.tabs li a {
	float: left;
}
#tabs ul ul.tabs li a {
	padding: 8px;
}
#tabs ul.tabs li.active {
	background: url("/styles/img/tabs.jpg") no-repeat 0 -80px;
	color:#000;
}
#tabs ul.tabs li.active a {
	background: url("/styles/img/tabs.jpg") no-repeat right -80px;
	color: #333333;
	padding-bottom:5px;
}
#tabs div.tabbed_content {
	border-top:1px solid #97A5B0;
	padding:1em 8px;
	clear: both;
}
#tabs div.tabbed_content h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#tabs div.tabbed_content p {
	line-height: 150%;
}
/* Miscelleneous
-----------------------------------------------------------------------------*/
.padText {
	padding:0 1em;
}
.emphasis {
	font-size:1.5em;
}
.attention {
	border:1px solid #004400;
	padding:.3em;
	background:#D5F08F;
}
.image_pad {
	margin:5px;
}
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
div.centered, p.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.redBold {
	font-weight:bold;
	color:#FF0000;
}
.captionBox {
	margin:10px;
	padding:0 0 5px 5px;
	float:right;
	clear:right;
	border-left:solid 1px #999;
	border-bottom:solid 1px #999;
}
.captionBoxFixed {
	background:#fff;
	margin:1em;
	padding:0 0 5px 5px;
	width:225px;
	float:right;
	clear:right;
	border-left:solid 1px #999;
	border-bottom:solid 1px #999;
}
/* This style is left over on some old pages within tables. Delete it when all pages have been updated */
.white16px {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.campaign {
	line-height: 125%;
	margin: 1em;
}
/* Icons
-----------------------------------------------------------------------------*/
#secondaryContent li a[href $='.pdf'], a[href $='.pdf'] {
   background: transparent url(/images/icon_pdf.gif) no-repeat center left;
   padding-left: 18px;
}
#secondaryContent li a.video, #mainContent .video {
	background:transparent url(/images/videoico.gif) no-repeat center left;
	padding-left: 20px;
}
/* Styles for creating a text link to look like a button
-----------------------------------------------------------------------------*/
a.button {
	background: transparent url(/images/oval-button-left.gif) no-repeat top left;
	display: block;
	line-height: 26px; /* This value + 8px + 8px (top and bottom padding of strong) must equal height of button background */
	height: 42px; /* Height of button background height */
	padding-left: 34px; /* Width of left menu image */
	float:left;
	white-space:nowrap;
}
a.button strong {
	background: transparent url(/images/oval-button.gif) no-repeat top right;
	display: block;
	/*Set left-padding below to match value of padding-left value above*/
	padding: 8px 42px 8px 0;
	color: #fff;
}
a.button:hover { 
	background-position: bottom left;
}
a.button:hover strong {
	background-position: bottom right;
	color: #000;
}
.buttonwrapper { /* Container you can use to surround a CSS button to clear float See: http://www.quirksmode.org/css/clearing.html */
	overflow: hidden;
	width: 100%;
}
.buttonwrapper a {margin:5px;}
/* Error Styles
-----------------------------------------------------------------------------*/
.errmsg,.error {
	color:#CC0000;
	font-weight:bold;
	padding:3px;
	border:1px solid #CC0000;
}
.errormsg {
	color:#FFCC00;
	font-weight:bold;
}
/* Floats and Clears
-----------------------------------------------------------------------------*/
.floatRight {
	float:right;
}
.floatRightImage {
	float:right;
	padding:0 0 0 5px;
}
.floatLeft {
	float:left;
}
.floatLeftImage {
	float:left;
	padding:0 5px 0 0;
}
.leftFloat {
	float:left;
	padding:5px;
	clear:left;
	margin-right:10px;
}
.clear {
	clear:both;
}
.clearRight {
	clear:right;
}
.clearLeft {
	clear:left;
}
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
-----------------------------------------------------------------------------*/
.clearfix:after {
  content:".";
  clear:both;
  height:0;
  visibility:hidden;
  display:block;
}
.clearfix {
  display:inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
#wasteExpo {
	background: url(/images/we2010bg.jpg) repeat-x left top;
	padding: 0;
}