@import url(reset.css);
body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}
#body a {
	color: #000;
	font-weight: bold;
}

#header {
	float: left;
	background-image: url(../images/bg/head.png);
	width: 100%;
	height: 152px;
}

#header_content {
	margin: auto;
	width: 750px;
	height: 100px;
}

#logo {
	background: url(../images/logos/mojack.gif) no-repeat bottom left;
	width: 318px;
	height: 50px;
	margin: 50px 0 0 0;
	text-indent: -999em;
}

#tagline {
	background: url(../images/img_tagline.gif) no-repeat 0 0;
	height: 50px;
	width: 338px;
	margin: -15px 0 0 330px;
}

#wrap {
	margin: auto;
	min-height: 350px;
	width: 750px;
}

#nav {
	float: left;
	height: 28px;
	margin: -11px 0 0 -18px;
}
#nav li,
#nav a {
	float: left;
	height: 28px;
	width: 150px;
}
#nav li {
	position: relative;
	z-index: 999999999;
}
#nav a {
	text-indent: -999em;
	background: url(../images/bkg_nav.gif) no-repeat 0 0;
}
#nav a:hover {
	background-position: 0 -28px;
}
#nav-2 a { /*PRODUCTS*/
	background-position: -100px 0;
}
#nav-2 a:hover {
	background-position: -100px -28px;
}
#nav-3 a { /*OWNERS*/
	background-position: -232px 0;
}
#nav-3 a:hover { /*OWNERS*/
	background-position: -232px -28px;
}
#nav-4 a {
	background-position: -364px 0;
}
#nav-4 a:hover {
	background-position: -364px -28px;
}
#nav-5 a { /*PARTNERS*/
	background-position: -479px 0;
}
#nav-5 a:hover {
	background-position: -479px -28px;
}
#nav-6 a { /*WHERE TO BUY*/
	background-position: -605px 0;
}
#nav-6 a:hover {
	background-position: -605px -28px;
}
#nav li#nav-1 {
	margin-left: 12px;
}
#nav li#nav-2 {
	margin-left: 12px;
}
#nav li#nav-3 {
	margin-left: 12px;
}
#nav li#nav-4 {
	margin-left: 12px;
}
#nav li#nav-5 {
	margin-left: 12px;
}
#nav li#nav-6 {
	margin-left: 18px;
}
#nav li ul li,
#nav li ul a {
	height: auto;
	width: 100%;
}
#nav li ul {
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute; /* second-level lists */
	height: auto;
	width: 160px;
	/*background: url(../images/bkg_nav_hover.png) repeat 0 0;*/
	background-color: #000;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
}
/*   * html #nav li ul {
	background-image: none;
	background-color: #000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
}
*/
#nav li:hover ul,
#nav li.sfhover ul {
	z-index: 10;
	left: -5px;
	top: 28px; /* lists nested under hovered list items */
}
#nav li ul a {
	margin: 0;
	padding: 10px 0 10px 0;
	background: none !important;
	color: #fff;
	font: bold 12px sans-serif;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 117%;
}

#nav li ul a:hover {
	color: #ED1C24;
}

.X_vspacer {
	height: 10px;
}

.L_vspacer {
	height: 50px;
}

.C_vspacer {
	height: 100px;
}

.D_vspacer {
	height: 500px;
}

#left {
	float: left;
	min-height: 300px;
	height: auto !important;
	width: 400px;
	margin: 0;
}

#right {
	float: right;
	min-height: 300px;
	height: auto !important;
	width: 350px;
	margin: 0 15px 0 0;
}

#page_top {
	background: url(../images/bg/page_top.jpg) no-repeat top center;
	margin: 155px 0 0 0;
	height: 25px;
}

#page_wide_top {
	background: url(../images/bg/page_wide_top.jpg) no-repeat top center;
	margin: 155px 0 0 0;
	height: 25px;
}

#page_wide_mid {
	background: url(../images/bg/page_wide_mid.jpg) repeat-y center center;
	height: 725px;
}

#page_wide_btm {
	background: url(../images/bg/page_wide_btm.jpg) no-repeat bottom center;
	height: 25px;
}

#page_mid_index {
	background: url(../images/bg/page_mid.jpg) repeat-y center center;
	height: 425px;
}

#page_mid_products {
	background: url(../images/bg/page_mid.jpg) repeat-y center center;
	height: 350px;
}

#page_mid_550 {
	background: url(../images/bg/page_mid.jpg) repeat-y center center;
	height: 550px;
}

#page_mid_long {
	background: url(../images/bg/page_mid.jpg) repeat-y center center;
	height: 620px;
}

#page_mid_xlong {
	background: url(../images/bg/page_mid.jpg) repeat-y center center;
	height: 680px;
}

#page_mid_awards {
	background: url(../images/bg/page_mid.jpg) repeat-y center center;
	height: 350px;
}

#page_btm {
	background: url(../images/bg/page_btm.jpg) no-repeat bottom center;
	height: 25px;
}

#sub_footer {
	margin: auto;
	width: 750px;
	height: 200px;
}

#footer {
	background: url(../images/bg/foot.jpg) no-repeat bottom center;
	width: 100%;
	height: 90px;
}

#footer_content {
	margin: auto;
	width: 750px;
	height: 90px;
	line-height: 30px;
}

#compatible_mower_brands #body a {
	font-weight: normal;
	text-decoration: none;
}
#compatible_mower_brands #body a:hover {
	color: #676767;
}
em {
	color: #666;
}
form label {
	float: left;
	height: 15px;
	width: 190px;
	font-size: 11px;
	color: #666;
	text-align: right;
}
form p {
	float: left;
	clear: left;
	margin-bottom: 13px;
}
form td {
	width: 50%;
	padding-bottom: 13px;
}
#cc-info form td {
	width: 100%;
}
form span {
	text-transform: uppercase;
	font-size: 85%;
}
h2, h3 {
	font-size: 108%;
	text-transform: uppercase;
}
h2, h3, strong {
	color: #ED1C24;
	font-weight: bold;
}
h2, p.fyi {
	margin-bottom: 8px;
}
h2 span, p.fyi {
	font-size: 11px;
	color: #666;
	text-transform: none;
	font-weight: normal;
}
h3 {
	margin-bottom: 3px;
}
h4, form span {
	font-weight: bold;
	margin-bottom: 1px;
}
p {
	margin-bottom: 21px;
}
p#read-more a,
p.buy a {
	color: #B7B5AD;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
	background: url(../images/img_left_arrow.gif) no-repeat right center;
}
p.buy a {
	color: #ED1C24!important;
	margin-right: 10px;
}
p.read-more2 a {
	text-decoration: none;
	color: inherit;
	padding-left: 18px;
	background: url(../images/img_left_arrow.gif) no-repeat left center;
}
ul#prod-desc {
	margin: 0 0 0 25px;
	list-style: disc;
	width: 300px;
}

#left li {
	padding: 2px;
}

#left a:hover {
	background: #FFCC00;
}

#left a {
	color: #000;
	text-decoration: underline;
}	

#compatible_mower_brands #body ul {
	float: left;
	width: 32%;
}
.clear {
	float: right;
	/*clear: both; */
	height: 1px;
	width: 726px;
	overflow: hidden;
}
.flash-movie-1,
.flash-movie-2 {
	float: right;
	margin: 10px 30px 0 5px;
}
.flash-movie-1 h4,
.flash-movie-2 h4 {
	margin-top: 3px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
}

.inline {
	display: inline;
}
#address {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 8px 0 16px 0;
}
#address a {
	color: #fff;
	text-decoration: none;
}
#address span {
	color: #ED1C24;
	margin: 0 21px 0 21px;
}
#body {
	float: left;
	height: 603px;
	width: 726px;
	padding: 0 114px 0 114px;
}
#copyright {
	font-size: 80%;
	color: #6F6F6F;
	font-weight: bold;
	padding-bottom: 20px;
}
#copyright a {
	color: #6F6F6F;
	text-decoration: none;
}
#events th, #events td {
	padding-bottom: 8px;
}
#events th {
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
}
#faqs #left li {
	margin-bottom: 10px;
	padding-left: 18px;
	background: url(../images/img_left_arrow.gif) no-repeat 0 1px;
}
#faqs #left a {
	color: inherit;
	font-weight: normal;
	text-decoration: none;
}
#find-dealer {
	float: left;
	margin: 17px 0 0 65px;
}
h2#prod-title {
	display: none;
}
#buy_now #left {
	width: 250px;
}
#buy_now #right {
	width: 364px;
	margin-top: 48px;
	margin-right: 11px;
	border: 2px solid #000000;
}
#compatible_mower_brands #left {
	width: 432px;
}
#faqs #left {
	min-height: 429px;
	height: auto !important;
	height: 429px;
}
#events #left {
	width: 530px;
}
#measurements #left {
	min-height: 388px;
	height: auto !important;
	height: 388px;
	width: 677px;	
}
#mj48 #left,
#mj60 #left,
#mj72 #left,
#mjpro #left {
	min-height: 318px;
	height: auto !important;
	height: 318px;
	width: 300px;
	padding: 102px 0 0 56px;
}
#products #left {
	min-height: 405px;
	height: auto !important;
	height: 405px;
	width: 378px;
}
#product_registration #left {
	min-height: 619px;
	height: auto !important;
	height: 619px;
	width: 399px;
}
#purchase #left {
	min-height: 1163px;
	height: auto !important;
	height: 1163px;
	width: 399px;
}
#privacy_policy #left {
	min-height: 1037px;
	height: auto !important;
	height: 1037px;
	width: 501px;
}
#terms_of_use #left {
	min-height: 871px;
	height: auto !important;
	height: 871px;
	width: 501px;
}
#return_policy #left,
#warranty_information #left {
	min-height: 619px;
	height: auto !important;
	height: 619px;
	width: 501px;
}
#right {
	float: right;
	width: 265px;
}

#prod-img {
	margin: 0 0 20px 20px;
}
p a.detailsLink {
	font-weight: normal!important;
	color: #000!important;
	background: none !important;
	margin-right: 0px;
	padding-right: 0px;
	text-transform: uppercase;
}
p a.detailsLink:hover {
	color: #666!important;
}
#partners {
	width: 700px;	
}

#partners .col,
#partners .colcenter {
	width: 200px;
	float: left;
	text-align: center;
}

#partners .colcenter {
	width: 270px;
}
#partners .col img,
#partners .colcenter img {
	margin-bottom: 13px;
}

#first-col,
#first-col a,
#second-col,
#second-col a,
#third-col,
#third-col a {
	float: left;
	color: #000;
	padding: 0 5px 0 5px;
	width: 125px;
}
#first-col a:hover,
#second-col a:hover,
#third-col a:hover {
	background-color: #FFCC00;
}

#errorMsg {
	background-color: red;
	width: 350px;
	padding: 5px;
}

span.error {
	color: #FFF;
	padding: 5px;
}

.flier
{
vertical-align: middle;
}

#fliers {
	float: clear;
	height: 90px;
}
