html {overflow: auto;overflow-y: scroll;}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	background: #000000 url(../images/common/body_bckgnd.png) repeat-x fixed 0px 0px;
}
#container {
	text-align: left;
	width: 99%;
	max-width: 1270px;
	margin-right: auto;
	margin-left: auto;
	background: #002942 url(../images/common/watermark.gif) no-repeat 192px 245px;
	border-right: 1px solid #84888B;
	border-left: 1px solid #84888B;
}
#header {
	height: 163px;
	padding-right: 17px;
	background: url(../images/common/symbols.gif) no-repeat right -2165px;
}
#header a img {
	background: url(../images/common/symbols.gif) no-repeat 0px -1223px;
	display: block;
	float: left;
	border: 0px none;
	margin: 0px;
	padding: 0px 25px;
}
#flash {
	text-align: left;
	overflow: hidden;
	display: block;
	height: 163px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../images/banners/1.jpg) no-repeat 0px 0px;
}
#index_page #flash {
	background: url(../images/common/spacer.gif);
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
table {
	border-collapse: collapse;
	padding: 0px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 21px;
	width: auto;
	border-right: 1px solid #CCCCCC;
	border-bottom: 14px solid #84888B;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/common/table_bckgnd.gif) repeat-y 0px 0px;
}
td {
	margin: 0px;
	color: #666666;
	padding: 4px 7px 4px 37px;
	border-bottom: 1px solid #84888B;
	vertical-align: top;
	text-align: left;
	font-size: x-small;
	font-weight: 100;
	border-right: 1px solid #84888B;
}
caption {
	background: #84888B url(../images/common/caption_bckgnd.png) no-repeat right top;
	text-align: right;
	color: #FFFFFF;
	margin: 0px 0px 0px -1px;
	font: 300 108% Arial, Helvetica, sans-serif;
	padding: 21px 35px 7px 7px;
	border-left: 1px solid #CCCCCC;
	display: table-caption;
}
caption .legal {
	display: block;
}
th {
	background: #AFB0B4 url(../images/common/th_bckgnd.png) no-repeat 0px 0px;
	text-align: right;
	color: #FFFFFF;
	margin: 0px;
	padding: 70px 35px 7px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #84888B;
	vertical-align: bottom;
	width: auto;
	font: 100 108% Arial, Helvetica, sans-serif;
}
td.td_width {
	width: 140px;
}
table.schedule {
}
.schedule td {
	padding-left: 11px;
	padding-right: 11px;
	background: #F8F8F8;
}

strong {
	font-weight: 700;
}

#menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #002942 url(../images/common/swagman_menu.png) repeat-y 265px 0px;
	display: block;
	min-height: 38px;
	clear: both;
}
/* Clear floats in firefox to avoid nasty flash of overflow: auto; elements beneath slimbox enlargements */
#menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#menu li {
	display: block;
	float: left;
	width: auto;
	padding-top: 5px;
	margin-right: 3px;
}
#menu li#gen {
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 108%;
}

#menu li#gen strong {
	font-style: normal;
	font-size: 157%;
	font-weight: 100;
	text-align: right;
	display: block;
	word-spacing: 3px;
	color: #FFFFFF;
	padding-left: 43px;
	padding-right: 49px;
}
#menu li a {
	padding: 7px 11px;
	text-decoration: none;
	color: #CCCCCC;
	background: #000000 url(../images/common/menu_bckgnd.jpg) repeat-x 0px -33px;
	display: block;

	text-transform: uppercase;
	font-size: x-small;
	font-weight: 700;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	margin: 0px 0px 3px;
}
#menu li a:visited {
	color: #ACACAC;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
}

#menu li a:hover, #menu li a:active, #menu li a:focus {
	color: #FFFFFF;
	background: #000000 url(../images/common/menu_bckgnd.jpg) repeat-x 0px -29px;
	border: 1px solid #CCCCCC;
}

#menu a#about_pg {
	background: url(../images/common/sub_bckgnd.png) no-repeat center -338px;
}

#menu a#about_pg:hover, #menu li:hover a#about_pg {
	background: url(../images/common/symbols.gif) repeat-x center -1067px;
	border-left: 1px solid #CCCCCC;
	color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px none;
	padding-bottom: 11px;
	margin-bottom: 0px;
}
#about_page #menu ul {
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */}
#menu ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu li ul li {
	float: left; /* width needed or else Opera goes nuts */
	margin: 0px;
	padding: 0px;
	line-height: 1;
	background: url(../images/common/spacer.gif);
}


#menu li ul { /* second-level lists */
	position: absolute;
	background: url(../images/common/sub_bckgnd.png) no-repeat 0px 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
	display: block;
	z-index: 99;
	border-bottom: 7px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 211px;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 9px;
	border-right: 1px solid #CCCCCC;
}
#menu li ul li a, #menu li ul li a:visited {
	width: 162px;
	z-index: 99;
	font-size: small;
	text-transform: capitalize;
	border-top: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
	border-left: 21px solid #A2A2A2;
	font-weight: 100;
	padding: 7px;
	color: #FFFFFF;
}
#menu li ul li a:visited {
	color: #CCCCCC;
}
#menu li ul li a:hover {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 21px solid #FFFFFF;
	color: #FFFFFF;
}
#menu li:hover ul { /* lists nested under hovered list items - need all for ie7 */
	position: absolute;
	left: auto;
	display: block;
	visibility: visible;
}
h1 {
	margin: 0px;
	color: #84888B;
	padding: 8px 0px 14px;
	font-size: 108%;
	font-weight: 100;
}
h1 strong {
	color: #FFFFFF;
	width: auto;
	display: block;
	float: left;
	font-weight: 100;
	margin-right: 7px;
	border-right: 1px solid #84888B;
	padding-right: 7px;
}
#left_column {
	float: left;
	width: 242px;
	clear: left;
	padding-bottom: 7px;
	padding-top: 0px;
}

#left_column h2 {
	text-align: right;
	padding: 0px 0px 14px 43px;
	font-weight: 100;
}
#left_column h2 strong {
	text-align: right;
	font-size: small;
	padding-top: 3px;
	padding-bottom: 1px;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul {display: none;}
#nav li {padding-bottom: 3px;}
#nav ul li {
	min-height: 17px;
	padding-bottom: 7px;
}
#nav li a {
	font-size: 108%;
	text-decoration: none;
	display: block;
	margin-left: 44px;
	color: #e5e5e5;
	background: url(../images/common/nav_link_bckgnd.jpg) no-repeat left center;
	line-height: 108%;
	width: 169px;
	border-right: 7px solid #666666;
	padding: 17px 14px 16px 7px;
	text-align: right;
	font-weight: 100;
	text-transform: uppercase;
}
#nav li a strong {
	display: block;
	font-size: x-large;
	font-weight: 700;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #FFFFFF;
	background: url(../images/common/nav_link_bckgnd.jpg) no-repeat -245px center;
	border-right: 7px solid #FFFFFF;
}
#nav a#preowned, #nav a#coachshare, #nav a#rentals {
	background: #002942 url(../images/common/preowned_bckgnd.png) no-repeat left bottom;
	margin-top: 14px;
	width: 197px;
	text-align: center;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	padding: 0px 0px 14px;
	color: #84888B;
	font-size: small;
}
#preowned_page #nav a#preowned, #nav a#preowned:hover, #coachshare_page #nav a#coachshare, #nav a#coachshare:hover, #nav a#rentals:hover  {
	background: #002942 url(../images/common/preowned_bckgnd.png) no-repeat -200px bottom;
	color: #E5E5E5;
}
#nav a#preowned strong, #nav a#coachshare strong, #nav a#rentals strong {
	background: url(../images/common/preowned_bckgnd.png) no-repeat left top;
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #F0F0F0;
	line-height: normal;
}
#nav a strong em {
	font-size: small;
	font-style: normal;
	display: block;
	font-weight: 100;
	color: #FFFFFF;
}
#preowned_page #nav a#preowned strong, #nav a#preowned:hover strong, #coachshare_page #nav a#coachshare strong, #nav a#coachshare:hover strong, #nav a#rentals:hover strong {
	background: url(../images/common/preowned_bckgnd.png) no-repeat -200px 0px;
	color: #FFFFFF;
}
#preowned_page #nav a#preowned strong, #coachshare_page #nav a#coachshare strong  {
	color: #FFCC00;
}
#preowned_page #nav a#preowned, #coachshare_page #nav a#coachshare {
	color: #FFFFCC;
}

#right_column {
	min-height: 380px;
	float: right;
	width: 19%;
	padding-bottom: 29px;
	background: #84888B url(../images/common/right_column_bottom_bckgnd.png) no-repeat left bottom;
	margin-bottom: 7px;
	margin-top: 7px;
}
#phone_call {
	display: block;
	color: #FFFFFF;
	background: #84888B url(../images/common/symbols.gif) no-repeat 0px -2024px;
	font-size: small;
	font-weight: 100;
	line-height: 100%;
	text-align: right;
	padding: 0px 0px 0px 17px;
	margin: 0px;
}
#phone_call strong {
	display: block;
	font-size: large;
	line-height: 100%;
	background: url(../images/common/symbols.gif) no-repeat 0px -1938px;
	text-align: left;
	margin: 0px;
	padding: 7px 0px 0px 48px;
	border-top: 1px solid #CCCCCC;
}
#phone_call strong em {
	font-size: x-small;
	display: block;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
}
.right_gallery {
	margin: 0px;
	padding: 0px 0px 14px;
	list-style: none;
	display: block;
	overflow: hidden;
	border-left: 1px solid #CCCCCC;
	clear: right;
}
.right_gallery li {
	display: block;
	text-align: center;
	padding: 0px;
	margin: 17px 0px 0px;
}
.right_gallery li a {
	padding: 20px 0px;
	display: block;
	margin: 0px;
	background: #002942 url(../images/common/fieldset_bckgnd.jpg) repeat-x 0px top;
	float: none;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.right_gallery a:hover {
	background: #002942 url(../images/common/promo_bckgnd.png) no-repeat 98% -758px;
	border: 1px solid #FFFFFF;
}
.right_gallery li a img {
	padding: 3px;
	display: block;
	width: 130px;
	margin: 0px auto;
	border: 1px solid #999999;
	background: #002942 url(../images/common/fieldset_bckgnd.jpg) repeat-x 0px 30px;
	float: none;
}
.right_gallery a:hover img {
	background: #002942 url(../images/common/fieldset_bckgnd.jpg) repeat-x 0px 50px;
	border: 1px solid #FFFFFF;
}
#right_column h2, #right_column h3 {
	margin: 0px;
	padding: 0px;
}
#right_column ul {
	border-left: 1px solid #CCCCCC;
	padding-right: 17px;
	padding-left: 17px;
}
#right_column ul.dealers li {
	padding: 3px 0px;
	line-height: 100%;
	margin: 0px;
}
#right_column h2 a {
	font-size: small;
	color: #e5e5e5;
	background: url(../images/common/spacer.gif);
	margin: 0px;
	padding: 0px;
	display: block;
}
#right_column h2 a:hover {
	color: #FFFFFF;
}
#right_column h2 a strong {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #CCCCCC;
}
#right_column h2 a:hover strong {
	color: #FFFFFF;
}
#right_column h2 a.highlight_link {
	background: url(../images/common/symbols.gif) no-repeat -1px -134px;
	color: #F9C71C;
	font-weight: 100;
	padding-left: 11px;
	display: block;
	width: 90%;
}
#right_column h2 a.highlight_link:hover, #right_column h2 a.highlight_link:active, #right_column h2 a.highlight_link:focus {
	background: url(../images/common/symbols.gif) no-repeat -1px -264px;
	color: #FFFFFF;
}
#right_column h3 {
	padding-bottom: 7px;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
#right_column h3 strong {
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
ul.gallery {
	margin: 14px 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	min-height: 80px;
	display: block;
	width: 100%;
	float: left;
}
.gallery li {
	display: block;
	padding: 0px;
	margin: 0px 16px 11px 0px;
	float: left;
}
.gallery li a {
	font-size: 108%;
	display: block;
	color: #315E61;
	font-weight: 700;
	padding: 29px 15px 31px 13px;
	width: 149px;
	background: #84888B url(../images/common/thumbnail_bckgnd.png) no-repeat right 0px;
}
.gallery li a:hover, .gallery li a:active, .gallery li a:hover {
	color: #00C8DC;
	text-decoration: none;
	background: url(../images/common/thumbnail_bckgnd.png) no-repeat right -160px;
}
.gallery a img {
	width: 130px;
	display: block;
	padding: 4px;
	border: 1px solid #333333;
	background: #CCCCCC;
	margin: 2px auto;
}
.gallery a:hover img {
	background: #FFFFFF url(../images/common/thumbnail_bckgnd.png) no-repeat -21px -187px;
	border: 1px solid #FFFFFF;
}
.gallery li h2 {
	color: #FFFFFF;
	text-align: left;
	background: url(../images/common/logo.gif) no-repeat -79px -25px;
	padding-top: 27px;
	padding-left: 97px;
	padding-bottom: 11px;
}
.gallery li.gallery_title {
	display: block;
	float: none;
}
#content {
	min-height: 400px;
	margin-left: 290px;
	margin-right: 22%;
	padding-bottom: 14px;
}
#warranty {
	margin-top: 14px;
	margin-right: 7px;
	clear: both;
	padding-top: 14px;
	padding-bottom: 30px;
}
#warranty p {
	padding-right: 30%;
	padding-left: 290px;
}
#warranty ul.tick {
	margin-left: 290px;
	padding-bottom: 15px;
}
#australian {
	display: block;
	margin-left: 0px;
	float: right;
	width: 181px;
	color: #FFFFFF;
	font-size: 88%;
	margin-top: 30px;
	padding: 5px 5px 42px 54px;
	text-align: right;
	font-weight: 100;
	background: url(../images/common/3year.gif) no-repeat 0px -112px;
}

#footer {
	min-height: 63px;
	clear: both;
	text-align: right;
	background: #FFFFFF url(../images/common/menu_bckgnd.jpg) repeat-x 0px -279px;
	border-top: 1px solid #84888B;
	border-bottom: 1px solid #84888B;
}
#footer ul {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	min-height: 30px;
	list-style: none;
	overflow: auto;
}
#footer ul li {
	display: inline;
	font-size: 108%;
}
#footer ul li strong {
	display: block;
	color: #FFFFFF;
	float: right;
	width: auto;
	padding: 19px 21px 19px 48px;
	font-size: 108%;	
}
#footer ul li a {
	text-decoration: none;
	display: block;
	float: left;
	padding: 14px;
	font-size: x-small;
	color: #333333;
	margin-top: 11px;
	margin-right: 2px;
	border: 1px solid #999999;
}
#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus {
	border: 1px solid #CCCCCC;
	background: #000000 url(../images/common/menu_bckgnd.jpg) repeat-x 0px 0px;
	color: #FFFFFF;
	padding: 14px;
} 
p {
	margin: 0px;
	padding: 0px 0px 11px;
	line-height: 135%;
	font-size: 82%;
	color: #BEBEBE;
	font-weight: 100;
}
h2 {
	margin: 0px;
	padding: 25px 0px 11px;
	color: #FFFFFF;
	font-size: 108%;
	font-weight: 700;
	display: block;
}
h2 a {
	color: #0099CC;
	padding-right: 21px;
	background: url(../images/common/symbols.gif) no-repeat right -2px;
}
h2 a:hover, h2 a:active, h2 a:focus {
	background: url(../images/common/symbols.gif) no-repeat right -72px;
	text-decoration: none;
	color: #00CCFF;
}
h2 strong {
	display: block;
	color: #CCCCCC;
	font-weight: 100;
}
#content h2 em {
	font-size: small;
	font-style: normal;
	font-weight: 100;
	color: #e5e5e5;
	display: block;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 21px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#content h2 em a {
	background: url(../images/common/spacer.gif);
	margin-right: 0px;
	display: inline;
	padding-right: 0px;
}
h3 {
	font-size: 108%;
	font-weight: 100;
	color: #666666;
	margin: 0px;
	padding-bottom: 14px;
	
}
h3 strong {
	display: block;
	font-weight: 100;
}
a.highlight_link {
	background: url(../images/common/symbols.gif) no-repeat 0px -300px;
	padding-left: 19px;
	display: block;
	text-decoration: none;
	color: #D0A306;
	float: left;
	padding-bottom: 7px;
	width: auto;
}
a.highlight_link strong {color: #D0A306;}
a.highlight_link:hover, a.highlight_link:active, a.highlight_link:focus {
	text-decoration: none;
	background: url(../images/common/symbols.gif) no-repeat 0px -380px;
	color: #F9C71C;
}
a.highlight_link:hover strong {color: #F9C71C;}
p a.non-html {
	color: #D0A306;
	background: url(../images/common/symbols.gif) no-repeat 0px -300px;
	padding-left: 19px;
	display: block;
	text-decoration: none;
}
p a.non-html:hover, p a.non-html:focus, p a.non-html:active {
	text-decoration: none;
	background: url(../images/common/symbols.gif) no-repeat 0px -380px;
	color: #F9C71C;
}
a {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	color: #26B1FD;
	text-decoration: underline;
}
a:active, a:focus {outline: none;}
ul.arrow_list, ul.tick {
	margin: 7px 0px 14px;
	padding: 0px;
	list-style: none;
}
ul.arrow_list li {
	background: url(../images/common/symbols.gif) no-repeat 0px -465px;
	padding-left: 21px;
	font-size: 88%;
	color: #A7A7A7;
	line-height: 125%;
	margin-bottom: 7px;
}
ul.arrow_list li strong {
	display: block;
	color: #e5e5e5;
}
ul.arrow_list li a {
	text-decoration: none;
}
ul.arrow_list a:hover strong {
	color: #26B1FD;
}
ul.arrow_list a.highlight_link {
	float: none;
	width: auto;
}

ul.tick li {
	background: url(../images/common/symbols.gif) no-repeat 0px -544px;
	padding-left: 21px;
	font-size: 88%;
	color: #D6D6D6;
	line-height: 125%;
	padding-bottom: 11px;
}
ul.tick img.float_right {
	margin-right: 5px;
}

.tick li em {
	font-style: normal;
	color: #CCCCCC;
	font-weight: 700;
}

.tick li strong {
	display: block;
	font-weight: 100;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: medium;
	color: #FFFFFF;
}
.tick p {
	font-size: small;
	padding-bottom: 7px;
}


ul.choices {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
	float: left;
}
ul.choices li {
	margin-bottom: 7px;
	font-size: 108%;
}
ul.choices a {
	border: 1px solid #CCCCCC;
	display: block;
	padding: 7px;
	color: #CCCCCC;
	background: #6A6E71 url(../images/common/right_column_bottom_bckgnd.png) no-repeat -20px 0px;
	font-size: small;
}
ul.choices a strong {
	color: #FFFFFF;
	display: block;
	font-size: medium;
	font-weight: 100;
}

ul.choices a:hover, ul.choices a:active, ul.choices a:focus {
	text-decoration: none;
	background: #84888B url(../images/common/right_column_bottom_bckgnd.png) no-repeat -20px 70px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	
}
a.non-html em, #content h2 a.non-html em {
	display: none;
}
p a.non-html em {
	color: #002942;
	text-transform: lowercase;
	font-weight: 100;
	display: inline;
}

p a.non-html:hover em, a.non-html:focus em, a.non-html:active em {
	color: #666666;
	font-style: normal;
	text-decoration: none!important;
}
a.non-html img  {
	background: url(../images/common/spacer.gif);
}
h2 a.non-html {
	background: url(../images/common/spacer.gif);
	margin: 0px;
	padding: 0px;
}

blockquote {
	background: url(../images/common/symbols.gif) no-repeat 0px -1436px;
	padding: 4px 21px 0px 26px;
	font-size: medium;
	color: #B58C21;
	margin: 14px auto 0px 0px;
	width: 85%;
}
blockquote  p {
	color: #B58C21;
	font-size: medium;
	font-weight: 100;
}

cite {
	background: url(../images/common/symbols.gif) no-repeat right -1306px;
	padding-left: 21px;
	font-style: normal;
	display: block;
	padding-top: 35px;
	color: #B58C21;
	font-size: 108%;
	text-align: right;
	padding-right: 21px;
	font-weight: 100;
	margin: -30px auto 21px 0px;
	width: 90%;
}
cite strong {
	color: #B1B2B6;
	display: block;
	font-size: small;
	font-weight: 100;
}


a img.float_left  {
	border: 1px solid #999999;
	background: #e5e5e5;
	padding: 2px;
	margin-top: 4px;
	margin-right: 21px;
	margin-bottom: 11px;
	float: left;
}
img.float_left  {margin-top: 4px;
	margin-right: 21px;
	margin-bottom: 11px;
	float: left;}
	
img.float_right {margin-top: 4px;
	margin-left: 21px;
	margin-bottom: 11px;
	float: right;}

a img.float_right  {
	border: 1px solid #666666;
	background: #e5e5e5;
	padding: 2px;
	margin-top: 4px;
	margin-left: 21px;
	margin-bottom: 11px;
	float: right;
}

a:hover img.float_left, a:hover img.float_right {
	background: #FFFFFF;
	border: 1px solid #00C2D3;
}

#map {
	height: 477px;
	font: 82% Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 14px;
}
#map strong {
	color: #002942;
	font-size: medium;
	font-weight: 100;
	line-height: 80%;
	margin: 0px;
	padding: 0px;

}
#map strong em {
	font-size: medium;
}
#map em {
	font-size: small;
	font-style: normal;
	line-height: 150%;
	color: #002942;
	font-weight: 700;
}

#map a {
	text-decoration: none;
	font-weight: 700;
}
p strong {
	color: #CCCCCC;
}

img.promo, a img.promo {
	background: url(../images/common/promo_bckgnd.png) no-repeat 0px 0px;
	height: 300px;
	width: 200px;
	margin-top: 4px;
	margin-bottom: 21px;
	margin-left: 28px;
	border-width: 0px;
	border-style: none;
	padding: 26px 14px 33px;
	float: right;
}
a:hover img.promo {
	background: url(../images/common/promo_bckgnd.png) no-repeat 0px -360px;
	
}

img.promo_left {
	background: url(../images/common/promo_bckgnd.png) no-repeat 0px 0px;
	height: 300px;
	width: 200px;
	margin-top: 4px;
	margin-bottom: 5px;
	border-width: 0px;
	border-style: none;
	padding: 25px 14px 33px;
	float: left;
	margin-right: 21px;
}
.legal {
	font-size: xx-small;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #e5e5e5;
	
}

.change_without_notice {
	display: block;
	padding-bottom: 42px;
	font-size: x-small;
	color: #828689;
}
#nextgen {
	background: url(../images/common/smooth_styling_bckgnd.jpg) no-repeat -1px 0px;
	margin: 0px;
	padding: 118px 0px 11px;
	list-style: none;
	font-size: 108%;
	border-width: 0px;
	border-style: none;
	float: left;
}
#nextgen li {
	overflow: visible;
	margin-bottom: 0px;
	padding-bottom: 3px;
}
#nextgen h2 {
	font-weight: 100;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	color: #AAB1B9;
	font-size: x-large;
	border-bottom: 1px solid #AAB1B9;
}


#nextgen strong {
	font-size: small;
	font-weight: 100;
	display: block;
}
#nextgen a em, #rodney_jane h2 a em {
	color: #FFCC00;
	font-style: normal;
	padding-left: 9px;
	display: block;
	font-size: x-small;
	background: url(../images/common/symbols.gif) no-repeat -1px -136px;
	float: right;
	cursor: pointer;
}

#nextgen a {
	color: #e5e5e5;
	display: block;
	padding: 5px 3px;
	text-decoration: none;
	margin: 1px;
	float: left;
}
#nextgen a:hover, #nextgen a:active, #nextgen a:focus  {
	background: #4E5052 url(../images/common/right_column_bottom_bckgnd.png) no-repeat -20px 0px;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	margin: 0px;
}
#nextgen a strong{
	color: #CCCCCC;
	font-size: x-small;
	font-weight: 100;
	cursor: pointer;
}
#nextgen a:hover em {
	color: #FFFFCC;
	background: url(../images/common/symbols.gif) no-repeat -1px -266px;
}
#nextgen a:hover strong {
	color: #FFFFFF;
}
.clear {
	clear: right;
	float: left;
}
.features {

}
.features li {
	margin-bottom: 7px;
	background: url(../images/common/features_bckgnd.png) repeat-y right top;
	padding: 0px;
	border-left: 1px solid #CBCBCB;

}
.features h2 {
	background: url(../images/common/features_bckgnd.png) no-repeat right top;
	overflow: visible;
	padding: 19px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 88%;
}

.features li h2 a, .features li h2 a:hover, .features li h2 a:active, .features li h2 a:focus {
	background: url(../images/common/features_bckgnd.png) no-repeat right bottom;
	display: block;
	margin: 0px;
	padding: 0px 31px 14px 14px;
	text-decoration: none;
	min-height: 100px;
	font-weight: 100;
	color: #3399CC;
}
.features h2 a .legal {
	color: #999999;
	padding-left: 7px;
}

#content .features li h2 a em {
	display: block;
	background: url(../images/common/symbols.gif) no-repeat 0px -293px;
	font-size: small;
	font-style: normal;
	padding-left: 17px;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	color: #B68304;
	padding-bottom: 7px;
	margin: 0px;
}
#content .features h2 strong {
	background: url(../images/common/spacer.gif);
	font-size: small;
}
#content .features h2 a:hover em {
	background: url(../images/common/symbols.gif) no-repeat 0px -373px;
	text-decoration: none;
	color: #F9C71C;
}
.features li a img {
	float: right;
	background: #666666;
	border: 1px solid #999999;
	padding: 4px;
	margin: 0% 0% 0% 7%;
}
.features li a:hover img {
	background: #e5e5e5;
	border: 1px solid #FFFFFF;
}


.features li a strong{
	display: block;
	color: #CCCCCC;
	margin: 0px;
	padding: 4px 0px 0px;
	font-size: small;
}
.features li a:hover strong {
	color: #FFFFFF;
}
.features li h2 a:hover, .features li h2 a:active, .features li h2 a:focus {
	color: #FFCC00;
}
a.non-html img {
	background: #FFFFFF url(../images/common/preowned_bckgnd.png) no-repeat -400px 0px;
	margin: 0px 0px 0px 23px;
	padding: 11px 27px 10px;
	border-width: 0px;
	border-style: none;
	float: right;
	display: block;
}
#warranty a.non-html img {
	float: left;
	margin-left: 41px;
}
a.non-html:hover img {
	background: url(../images/common/preowned_bckgnd.png) no-repeat -610px 0px;
	border-width: 0px;
	border-style: none;
}
.vid {
	background: #E4E4E4;
	float: right;
	margin-left: 11px;
}
.vid object {
	background: #E4E4E4;
}
#rodney_jane {
	background: url(../images/common/rodjane_bckgnd.jpg) no-repeat 0px 0px;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
}
#rodney_jane h2 {
	padding-right: 19px;
	padding-left: 19px;
	text-align: left;
}
#rodney_jane h2 a {
	padding-top: 90px;
	font-size: large;	padding-bottom: 75px;
}
#rodney_jane h2 a strong {
	font-size: x-small;
	line-height: 1em;
	padding: 0px;
}
#rodney_jane h2 a em {

}
