
html, body {
	font-family:Helvetica;
	margin:0px;
	height:100%;
	text-align:center;
	background-color: #ffffff;
}

/*
#pagewrap
{
	width:100%;
}
*/

/*-------------Header Section--------------
#headerwrap
{
	width:100%;
}
*/
#headertopwrap
{
	height:23px;
	background-image:url(../images/bg_headertop.jpg);
	background-repeat:repeat-x;
}

#headertop_wrap
{
	background-image:url(../images/bg_headertop.jpg);
	background-repeat:repeat-x;
	/*width:1279px;*/
}

#logo
{
	width:156px;
	height:71px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	padding:3px 0px 3px 0px;
}

html>body #logo
{
	background-image:url(../images/logo.png);
}

*html #logo
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src="images/logo.png");
	background:none;
}

#headertop
{
	margin:auto;
	width:945px;
}

#headertopleft
{
	width:200px;
	float:left;
	text-align:left;
	margin:0px 0px 0px 5px;
}

#headertopright
{
	width:500px;
	height:23px;
	float:right;
	line-height:12px;
}

#headertopright a
{
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	margin:0px 3px 0px 3px;
	color:#21201e;
}

#headertopright a:hover
{
	color:#921123;
}

.toplink
{
	width:485px;
	height:22px;
	position:absolute;
	background-image:url(../images/bg_header_top_nav.jpg);
	background-repeat:repeat-x;
	padding:1px 5px 0px 5px;
	left: 100px;
	top:0px;

}

#navbarwrap
{
	background-image:url(../images/bg_navbar.jpg);
	background-repeat:repeat-x;
	height:90px;	
}

#mainnav
{
	margin:auto;
	width:945px;
	/*width:1279px;*/	
	/*text-align:left;*/
	position:relative;
	z-index:4;
	background-image:url(../images/bg_navbar.jpg);

}

#mainnav_wrap
{
	margin:auto;
	width:945px;
}

#mainnavbottom
{
	height:10px;
	background-image:url(../images/bg_mnbottom.jpg);
	background-repeat:repeat-x;
}

#mainnavbottom_wrap
{
	background-image:url(../images/bg_mnbottom.jpg);
	background-repeat:repeat-x;
	width:1279px;
}

/*#bannerwrap
{
	width:1268px;
	height:441px;
	border:solid 1px #911224;
	margin:auto;
}*/

#bannerwrap
{
	width:1279px;
	height:444px;
	margin:-8px auto 0px auto;
	z-index:1px;
}

*html #bannerwrap
{
	width:1279px;
	height:444px;
	top:-8px;
	z-index:1px;
	position:relative;
}

#flashwrap
{
	/*idth:1279px;*/
	width:1024px;
	margin:-7px auto -40px auto;
	text-align:center;
}

#flashwrap_showroom
{
	width:1024px;
	margin:-7px auto -40px auto;
}

*html #flashwrap_showroom
{
	width:1024px;
	margin:-7px auto -40px auto;
	top:-7px;
	position:relative;
}

#flashwrap_wrap
{
	width:1279px;
	margin:-7px auto -40px auto;
}

#flashwrap_withcontent
{
	width:1279px;
	margin:-7px auto 0px auto;
}

/*----------Menu-------------*/

/*ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	float: left;
	position: relative;
	cursor: default;
}
*/
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

li>ul {
	top: 20;
	left: -30;
}

li li {
	display: block;
	float: none;
	border: 0;
}

li:hover ul, li.hover ul {
	display: block;
}



#mainnav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainnav li
{
	float:left;
	position: relative;
	cursor: default;
}

/*
#mainnav li ul {
	display: none;
	position:absolute;
	top: 100%;
	left: 0;
}


#mainnav li>ul {
	top: 20;
	left: -30;
}

#mainnav li li {
	display: block;
	float: none;
	border: 0;
}

#mainnav  li:hover ul, li.hover ul {
	display: block;
}
*/

#mainnav .nav
{
	padding:44px 0px 0px 0px;
	text-align:left;
}

#mainnav .logo
{
	padding:5px 1px 0px 1px;
}

.submenu
{
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	color:#8d1224;
	text-transform:uppercase;
	width:117px;
	padding:8px 0px 5px 0px;
	border-bottom:solid 1px #CDC9C0;
}

html>body .submenu
{
	background-image:url(../images/bg_dropdown.png);
}

*html .submenu
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/bg_dropdown.png");
	background:none;
}


.submenu a
{
	color:#8d1224;
	z-index:100;
	position:relative;
}

.submenu a:hover
{
	color:#8d1224;
	background-color:#ffffff;
}

.submenu_ps
{
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	color:#8d1224;
	text-transform:uppercase;
	width:145px;
	padding:8px 0px 5px 0px;
	border-bottom:solid 1px #CDC9C0;
	margin:0px 0px 0px 10px;
}

html>body .submenu_ps
{
	background-image:url(../images/bg_dropdown_ps.png);
}

*html .submenu_ps
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/bg_dropdown_ps.png");
	background:none;
}


.submenu_ps a
{
	color:#8d1224;
	z-index:100;
	position:relative;
}

.submenu_ps a:hover
{
	color:#8d1224;
	background-color:#ffffff;
}

.submenuitem
{
	padding:2px 8px 2px 8px;
	margin:0px 1px 0px 1px;
	cursor:pointer;
}


/*----------Menu-------------*/

/*-------------Header Section-------------*/

/*-------------Content Section-------------*/

#contentwrap
{
	width:945px;
	margin:25px auto 100px auto;
	text-align:left; 
}

#leftcolumn
{
	width:556px;
	float:left;
}

/*-------------Right Column-------------*/

#rightcolumn
{
	width:363px;
	float:right;
}

.rightcolumnwrap
{
	background-image:url(../images/bg_rightbar.jpg);
	background-repeat:repeat-y;
}

.rightcolumnwrap_gray
{
	background-image:url(../images/bg_rightbar_gray.jpg);
	background-repeat:repeat-y;
}

#rightcolumn .contentwrap
{
	width:348px;
	margin:0px 0px 0px 5px;
	background-image:url(../images/bg_rightbar_interior.jpg);
	text-align:center;
}

#rightcolumn .contentwrap_gray
{
	width:348px;
	margin:0px 0px 0px 5px;
	background-image:url(../images/bg_rightbar_interior_gray.jpg);
	text-align:center;
}

.heading_rs
{
	padding:20px 0px 10px 0px;
}

#rightcolumn .vignettes
{
	margin:0px auto 10px 0px;
	padding:15px 0px 0px 0px;
}

#rightcolumn .vignettes img
{
	margin:0px 0px 7px 0px;
	border:0px;
}

#rightcolumn .ownerprofiles
{}

#rightcolumn .images_ownerprofiles_red
{
	width:255px;
	margin:10px auto 10px auto;
	text-align:left;
}

#rightcolumn .images_ownerprofiles_red img
{
	border:solid 3px #9B4957;
}


#rightcolumn .images_ownerprofiles_red img:hover
{
	border:solid 3px #ffffff;
}


#rightcolumn .images_ownerprofiles_gray
{
	width:316px;
	margin:10px auto 10px auto;
	text-align:left;
}

#rightcolumn .images_ownerprofiles_gray img
{
	border:solid 3px #414141;
	width:70px;
}


#rightcolumn .images_ownerprofiles_gray img:hover
{
	border:solid 3px #ffffff;
}

.line_rb
{
	width:308px;
	margin:5px auto 0px auto;
	padding:0px 0px 15px 0px;
}

.line_rb_left
{
	width:213px;
	height:1px;
	float:left;
	margin:10px 0px 0px 0px;
	border-top: solid 1px #A6878C;
}

.line_rb_right
{
	width:93px;
	float:right;
}

.resources_rb
{
	padding:20px 0px 20px 0px;
}

.resources_link
{
	margin:auto;
	padding:20px 0px 0px 0px;
	width:300px;
}

.resources_link td
{
	width:155px;
	text-align:left;
}

.resources_link a
{
	font-family: Helvetica;
	font-size:11px;
	color:#ffffff;
	padding:0px 0px 0px 3px;
}

.resources_link a:hover
{
	color:#cccccc;
}

#rightcolumn .stories
{	
	text-align:left;
}

#rightcolumn .info_stories
{
	width:278px;
	margin:0px auto 15px auto;
}

#rightcolumn .info_stories a
{
	color:#ffffff;
}

#rightcolumn .info_stories a:hover
{
	color:#89867A;
}


#rightcolumn .storytitle
{
	font-family:Helvetica;
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
}

#rightcolumn .storycontent
{
	font-family:Helvetica;
	font-size:10px;
	color:#ffffff;
}

#rightcolumn .images_stories
{
	width:278px;
	text-align:left;
	margin:10px auto 10px auto;
}

#rightcolumn .images_stories img
{
	border:solid 3px #9B4957;
}


#rightcolumn .images_stories img:hover
{
	border:solid 3px #ffffff;
}

#rightcolumn .events
{	
}

#rightcolumn .eventitem
{
	width:278px;
	margin:15px auto 10px auto;
	text-align:left;
}

#rightcolumn .eventitem a
{
	color:#ffffff;
}

#rightcolumn .eventitem a:hover
{
	color:#89867A;
}

#rightcolumn .arrow_event
{
	width:12px;
	float:left;
	margin:4px 0px 0px 0px;
}

#rightcolumn .info_event
{
	width:266px;
	margin:0px auto 0px auto;
	float:right;
}

.eventtitle_rs
{
	font-family:Arial;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}

.eventcontent_rs
{
	font-family:Arial;
	font-size:10px;
	color:#ffffff;
}

/*---downloads----*/
.downloads
{
	padding:30px 0px 20px 0px;
}

.downloads_rs
{
	padding:10px 0px 20px 0px;
}

.icons_downloads
{
	width:280px;
	margin:20px auto 10px auto;
	text-align:center;
}

.icons_downloads ul
{
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
}

.icons_downloads li
{
	float:left;
	width:90px;
	text-align:center;
}

.downloads_link
{
	margin:auto;
	padding:20px 0px 0px 0px;
	width:280px;
}

.downloads_link td
{
	width:155px;
	text-align:left;
}

.downloads_link a
{
	font-family: Helvetica;
	font-size:11px;
	color:#ffffff;
	padding:0px 0px 0px 3px;
}

.downloads_link a:hover
{
	color:#cccccc;
}


/*-------------Right Column-------------*/

/*-------------Content Section-------------*/

/*-------------Footer Section-------------*/

#footerbar
{
	width:846px;
	height:36px;
	background-image:url(../images/bg_footerbar.jpg);
	margin:auto;
	text-align:left;
	font-family:Helvetica;
}

#footerbar_left
{
	float:left;
	width:210px;
	margin:12px 0px 0px 33px;
	font-size:9px;
	color:#740b1a;
	font-weight:bold;	
}

#footerbar_right
{
	float:left;
	width:560px;
	margin:13px 0px 0px 0px;
	font-size:9px;
	color:#21201e;
}

#footerbar_right a
{
	font-family:Arial;
	font-size:9px;
	margin:0px 3px 0px 3px;
	color:#21201e;
	font-weight:bold;	
}

#footerbar_right a:hover
{
	color:#921123;
}

#footerwrap
{
	height:386px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
}

#footerphone
{
	width:830px;
	margin:auto;
	padding:10px 0px 15px 0px;
	text-align:left;
	font-family:Arial;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}

#footer
{
	width:935px;
	text-align:left;
	margin:auto;
}

#footer ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

#footer li
{
	padding:10px 16px 0px 16px;
	height:160px;
	border-right:dotted 1px #B44343;
	float:left;
	line-height:17px;
}

#footer .lastcolumn
{
	border-right:none;
}

#footer img
{
	margin:0px 0px 5px 0px;
}

#footer a
{
	font-family:Helvetica;
	font-size:11px;
	color:#ffffff;
}

#footer a:hover
{
	color:#999999;
}

#footerbottom
{
	width:945px;
	margin:30px auto 0px auto;
	text-align:left;
}

#footerbottom_left
{
	width:400px;
	float:left;
	margin:0px 0px 0px 30px;
}

#footerbottom_right
{
	width:100px;
	float:right;
	margin:10px 0px 0px 0px;
}

/*-------------Footer Section-------------*/

/*--------News----------*/

.newsitem
{
	margin:20px 0px 30px 0px;
	font-family:Helvetica;
}

.newstitle
{
	font-size:26px;
	font-weight:bold;
	color:#951b1e;
	line-height:26px;
}

.newsdate
{
	color:#949280;
	text-transform:uppercase;
}

.newstitle a
{
	color:#951b1e;
}

.newstitle a:hover
{
	color:#373632;
}

.newscontent
{
	font-size:12px;
	color:#212121;
	margin:15px 0px 10px 0px;
	line-height:16px;
}

.newscontent a
{
	color:#951b1e;
}

.newscontent a:hover
{
	color:#373632;
}

.button_right
{
	text-align:right;
}

.mediapad
{
	background-image:url(../images/bg_mediapad.jpg);
	background-repeat:no-repeat;
	width:561px;
	height:80px;
	margin:10px 0px 0px 0px;
}

.mediacontent
{
	width:418px;
	margin:0px 0px 0px 128px;
	padding:7px 0px 0px 0px;
}

.media_video
{
	border:0px;
	padding:0px 5px 0px 0px;
}

html>body .media_pics
{
	padding: 3px 4px 7px 4px;
	background-image:url(../images/bg_media_pic.png);
	border:0px;
}

* html .media_pics
{
	padding: 3px 4px 7px 4px;
	border:0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/bg_media_pic.png");
	background:none;
}

.media_docs
{
	margin:5px 8px 0px 0px;
	border:0px;
}

.nav_newsarchives
{
	margin:10px 0px 25px 0px;
	font-family:Helvetica;
	font-size: 11px;
	color:#545252;
	font-weight:bold;
}

.nav_newsarchives a
{
	color:#545252;
}

.nav_newsarchives a:hover
{
	color:#951b1e;
}

.nav_newsarchives .actived
{
	color:#951b1e;
}

.newsitem_archives
{
	margin:0px 0px 15px 0px;
	font-family:Helvetica;
	font-size: 14px;
	font-weight:bold;
}

.newsitem_archives a
{
	color:#951b1e;
}

.newsitem_archives a:hover
{
	color:#373632;
}

.newsbottombutton
{
	margin:40px 0px 0px 0px;
}

/*--------News----------*/

/*--------Calendar-------*/

.calendarwrap
{
	width:475px;
	margin:30px 0px 0px 40px;
}

.eventitem
{
	margin:25px 0px 0px 0px;
}

.eventtitle
{
	font-family:Helvetica;
	font-size: 22px;
	font-weight:bold;
}

.eventtitle a
{
	color:#951b1e;
}

.eventtitle a:hover
{
	color:#373632;
}

.eventdate
{
	margin:0px 0px 0px 5px;
	font-family:Helvetica;
	font-size: 14px;
	font-weight:bold;
	color:#949280;
}

.eventcontent
{
	font-size:12px;
	color:#212121;
	margin:15px 0px 10px 0px;
	line-height:16px;
}

.eventcontent a
{
	color:#951b1e;
}

.eventcontent a:hover
{
	color:#373632;
}

.titlestyle
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color: #413e34;
	background-color:#ffffff;
	height:40px;
	text-transform:uppercase;
}

.daystyle
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#413e34;
	vertical-align:top;
	text-align:right;
	height:55px;
}

.eventday
{
	background-color:#EDECEA;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#413e34;
	vertical-align:top;
	text-align:right;
	height:55px;
}

.eventday a
{
	color:#413e34;
}

.eventday a:hover
{
	color:#951b1e;
}

/*----calendar on right side----*/
.calendar_rswrap
{
	text-align:left;
}

.calendar_rs
{
	width:280px;
	margin:15px 0px 10px 35px;
}

.monthheader
{
	text-align:center;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ada79a;
	text-transform:uppercase;
}

.monthheader a
{
	color:#ada79a;
	padding:0px 5px 0px 5px;
}

.monthheader a:hover
{
	color:#ffffff;
}

.events_rs
{
}

.daystyle_rs
{
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	vertical-align:top;
	text-align:right;
	height:30px;
	padding:3px;
}

.eventday_rs
{
	background-color:#EDECEA;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	vertical-align:top;
	text-align:right;
	height:30px;
	padding:3px;
	background-color:#3d040a;
}

.eventday_rs a
{
	color:#ffffff;
}

.eventday_rs a:hover
{
	color:#951b1e;
}

.day_othermonth
{
	padding:0px;
	height:0px;
	border:0px;
}

/*--------Calendar-------*/

/*---- Dealer Locater---*/

.dealerlocator
{
	width:565px;
	margin:20px 0px 0px 0px;
}

.dl_content
{
	margin:20px 0px 0px 0px;
}

.dl_map
{
	width:327px;
	float:left;
}

.dl_info
{
	width:228px;
	float:right;
}

.button_dealerlocator
{
	text-align:right;
	margin:20px 10px 10px 0px;
}

/*---- Dealer Locater---*/


a:visited
{
	text-decoration:none;
}

a:link
{
	text-decoration:none;
}

a:hover
{
	text-decoration:none;
}

.clear
{
	clear:both;
}

.imgnoborder
{
	border:0px;
}

/*-------interior page-------------*/
.menu_interior
{
	width:1024px;
	height:60px;
	margin:-8px auto 0px auto;
	text-align:left;
	z-index:3;
	position:relative;
	/*overflow:hidden;*/
}

*html .menu_interior
{
	width:1024px;
	height:60px;
	margin:-8px auto 0px auto;
	text-align:left;
	z-index:3;
	position:relative;
	top:-8px;
	/*overflow:hidden;*/
}

.menu_interior_landing
{
	width:1024px;
	height:0px;
	margin:0px auto 0px auto;
	text-align:left;
	z-index:3;
	position:relative;
	/*overflow:hidden;*/
}

.header_interior
{
	width:945px;
	margin:20px auto 0px auto;
	padding:0px 0px 20px 0px;
}

.nav_interior
{
	border-top:solid 1px #BC3232;
	border-bottom:solid 1px #BC3232;
	/*height:16px;*/
	margin:8px 0px 8px 0px;
	padding:3px 0px 3px 0px;
	font-family:Helvetica;
	font-size:12px;
	color:#BC3232;
	/*position:relative;
	z-index:2;*/
}

.nav_interior a
{
	color:#000000;
	margin:0px 12px 0px 12px;
	padding:0px 0px 3px 0px;
}

.nav_interior a:hover
{
	color: #BC3232;
}

.subnav_actived
{
	margin:0px 12px 0px 12px;
}

.headingline_interior
{
	border-top:solid 1px #BC3232;
	margin:8px 0px 0px 0px;
}

.headingline_nonav
{
	border-top:solid 1px #BC3232;
	margin:10px 0px 25px 0px;
}



/*-------Profile--------*/
.profile
{
	width:502px;
}

.profileinfo
{
	font-family:Helvetica;
	font-size:12px;
	margin:10px 0px 10px 0px;
}

.profilename
{
	font-family:Helvetica;
	color:#8e1224;
	font-weight:bold;
	font-size:24px;	
}

.profilefield
{
	float:left;
	width:62px;
}

.profilecontent
{
	color:#931224;
	float:left;
}

.profilebutton
{
	margin:10px 0px 0px 0px;
}

.profilebutton ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

.profilebutton li
{
	float:left;
	width:167px;
}

.button_center
{
	text-align:center;
}

.button_right
{
	text-align:right;
}

.profilescontent
{
	font-size:12px;
	color:#212121;
	font-family:Helvetica;
}

.profiletitle
{
	color:#212121;
	font-family:Helvetica;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 15px 0px;
}

.profilescontent a
{
	color:#9c1327;
	text-decoration:underline;
}

.profilescontent a:hover
{
	color:#999999;
	text-decoration:underline;
}

.profiles_list
{
	width:495px;
	margin:20px auto 0px auto;
	text-align:left;
}

.profiles_list img
{
	margin:0px 8px 8px 0px;
	border:0px;
}

.profiles_pager
{
	text-align:right;
	margin:20px 8px 20px 0px;
	font-family:Helvetica;
	font-size:11px;
	color:#aca69a;
}

.profiles_pager a
{
	color:#aca69a;
}

.profiles_pager a:hover
{
	color:#9c1327;
}

.profilepager_actived:link
{
	color:#9c1327;
	font-weight:bold;
}

.form_pressroom
{
	width:220px;
	margin:auto;
	text-align:right;
}

.form_pressroom input
{
	margin:0px 0px 10px 0px;
	font-family:Helvetica;
	font-size:16px;
	color:#888376;
	background-image:url(../images/bg_tb_pressroom.jpg);
	width:206px;
	height:20px;
	border:0px;
	font-weight:bold;
	padding:1px 5px 0px 5px;
}


/*------Online Magazines------*/

.magazines
{
	width:546px;
	margin: 40px auto 0px auto;
}

.magazines td
{
	width:258px;
	vertical-align:top;
}

.magazinetitlewrap
{
	background-image:url(../images/bg_manazinetitle.jpg);
	background-repeat:no-repeat;
	width:225px;
	height:68px;
	margin:auto;
}

.magazinetitle
{
	width: 170px;
	padding:15px 10px 10px 10px;
	font-family:Helvetica;
	font-size:18px;
	color:#640a17;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
}

.magazinecontent
{
	width:210px;
	margin:10px auto 0px auto;
	text-align:left;
	font-family:Helvetica;
	font-size:12px;
	color:#212121;
}

.magazinecontent a
{
	color:#640a17;
}

.magazinecontent a:hover
{
	color:#999999;
}

.magazinebutton
{
	margin:10px auto 0px auto;
	width:215px;
	text-align:right;
}

.volumes
{
	margin:20px 0px 0px 25px;
}

.volume_item
{
	margin:0px 0px 10px 0px;
	color:#020202;
	font-family:Helvetica;
	font-size:14px;
	font-weight:bold;
}

.volume_item img
{
	margin:8px 0px 10px 0px;
}

.volume_item a
{
	color:#020202;
}

.volume_item a:hover
{
	color:#640a17;
}

.magazine_cover
{
	width:156px;
	float:left;
}

.magazine_info
{
	width:360px;
	float:right;
}

.magazine_title
{
	font-family:Arial;
	font-size:24px;
	color: #951b1e;
	font-style:italic;
	font-weight:bold;
}

.magazine_content
{
	text-align:left;
	font-family:Helvetica;
	font-size:12px;
	color:#212121;
}

.volume_title
{
	margin:20px 0px 10px 0px;
	color:#020202;
	font-family:Helvetica;
	font-size:12px;
	font-weight:bold;
}

.magazine_subtitle
{
	font-family:Arial;
	font-size:14px;
	color: #951b1e;
	font-weight:bold;
	margin:15px 0px 0px 0px;
	text-transform:uppercase;
}

.issue_season
{
	font-family:Arial;
	font-size:9px;
	color: #010101;
	font-weight:bold;
	margin:6px 0px 0px 0px;
}

.issue_title
{
	font-family:Arial;
	font-size:9px;
	color: #010101;
}

.magazine_sp
{
	margin:20px 0px 15px 0px;
	height:1px;
	background-color: #951b1e;
}

/*---------Page Content---------*/

.pagecontent_title
{
	font-family:Helvetica;
	font-size:24px;
	color:#951b1e;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}

.pagecontent_subtitle
{
	font-family:Helvetica;
	font-size:14px;
	color:#951b1e;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

.pagecontent
{
	text-align:left;
	font-family:Helvetica;
	font-size:12px;
	color:#212121;
	line-height:18px;
}


.pagecontent_top
{
	margin:0px 0px 20px 0px;
}

.pagecontent a
{
	color:#961225;
	text-decoration:underline;
}

.pagecontent a:hover
{
	color:#666666;
	text-decoration:underline;
}

/*------Offices-------*/

.offices_rswrap
{
	margin:10px 0px 20px 0px;
}

.offices_column
{
	width:250px;
	float:left;
	padding:20px 20px 0px 0px;
}

.offices_item
{
	
}

.officeitem_title
{
	font-size:14px;
	color:#949280;
	font-weight:bold;
	text-decoration:underline;
}

.officeitem_content
{
	margin:0px 0px 20px 0px;
}

.officeitem_subtitle
{
	font-size:12px;
	color:#949280;
	font-weight:bold;
}

.form_offices
{
	margin:20px 0px 0px 0px;
}

.form_offices input,textarea
{	
	font-family:Helvetica;
	font-size:16px;
	color:#888376;
	border:0px;
	font-weight:bold;
	padding:2px 5px 0px 5px;
}

.form_oc_item
{
	margin:0px 0px 10px 0px;
	font-family:Helvetica;
	font-size:9px;
	color:#610a16;
}

.form_oc_item1
{
	margin:0px 0px 10px 0px;
	font-family:Helvetica;
	font-size:12px;
	color:#212121;
}

.form_oc_item2
{
	margin:20px 0px 10px 0px;
	font-family:Helvetica;
	font-size:12px;
	color:#212121;
}

.form_message_item
{
	margin:0px 0px 10px 0px;
	font-family:Helvetica;
	font-size:11px;
	color:#610a16;
}

.form_note
{
	margin:0px 0px 3px 0px;
}


.form_oc_left
{
	float:left;
	width:274px;
}

.form_oc_right
{
	float:right;
	width:274px;
	text-align:right;
}

.form_oc_left1
{
	float:left;
	width:400px;
	color:#610a16;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.form_oc_right1
{
	float:right;
	width:116px;
	text-align:right;
}

.form_oc_left2
{
	float:left;
	width:282px;
}

.form_oc_right2
{
	float:right;
	width:282px;
	text-align:right;
}

.fileupload
{
	background-image:url(../images/bg_fileupload.jpg);
	width:524px;
	height:21px;
}


.form_officescontact_input1
{
	background-image:url(../images/bg_tb_officescontact1.jpg);
	width:264px;
	height:20px;
}

.form_officescontact_input2
{
	background-image:url(../images/bg_tb_officescontact2.jpg);
	width:545px;
	height:20px;
}

.form_officescontact_input3
{
	background-image:url(../images/bg_tb_officescontact3.jpg);
	width:545px;
	height:229px;
	overflow:auto;
}

.form_officescontact_input4
{
	background-image:url(../images/bg_tb_officescontact4.jpg);
	width:545px;
	height:132px;
	overflow:auto;
}

.form_officescontact_input5
{
	background-image:url(../images/bg_tb_officescontact5.jpg);
	width:328px;
	height:22px;
}

.form_officescontact_input6
{
	background-image:url(../images/bg_tb_6.jpg);
	width:545px;
	height:148px;
}

/*------History-------*/

.history_item
{
	margin:0px 0px 25px 0px;
}

.history_title
{
	margin:0px 0px 10px 0px;
	font-family:Helvetica;
	font-size:14px;
	color:#951b1e;
	font-weight:bold;
}

/*------Road Stories-------*/

.roadstories_item
{
	margin:0px 0px 20px 0px;
}

.roadstories_item_left
{
	width:137px;
	float:left;
	margin:0px 10px 0px 0px;
}

.roadstories_item_left img
{
	border:0px;	
}

.roadstories_item_right
{
	width:400px;
	float:right;
}

.roadstory_title
{
	font-family:Helvetica;
	font-size:24px;
	color:#951b1e;
	font-weight:bold;
}

.roadstory_title a
{
	color:#951b1e;
}

.roadstory_title a:hover
{
	color:#373632;
}

.roadstory_subtitle_b
{
	font-family:Helvetica;
	font-size:12px;
	color:#212121;
	font-weight:bold;
}

.roadstory_subtitle_r
{
	font-family:Helvetica;
	font-size:18px;
	color:#951b1e;
	font-weight:bold;
}

.roadstories_line
{
	border-top:solid 1px #BC3232;
	margin:0px 0px 5px 0px;
}

.roadstories_line2
{
	border-top:solid 1px #BC3232;
	margin:15px 0px 15px 0px;
}

.roadstory_content
{
	text-align:left;
	font-family:Helvetica;
	font-size:12px;
	color:#212121;
	line-height:18px;
	margin:20px 0px 20px 0px;
}

.roadstory_content a
{
	color:#961225;
	text-decoration:underline;
}

.roadstory_content a:hover
{
	color:#666666;
	text-decoration:underline;
}


.roadstory_shortcontent
{
	text-align:left;
	font-family:Helvetica;
	font-size:12px;
	color:#212121;
	line-height:18px;
	margin:20px 0px 5px 0px;
}

.roadstory_shortcontent a
{
	color:#961225;
	text-decoration:underline;
}

.roadstory_shortcontent a:hover
{
	color:#666666;
	text-decoration:underline;
}

.roadstory_smallcontent
{
	text-align:left;
	font-family:Helvetica;
	font-size:10px;
	color:#212121;
	line-height:15px;
	margin:10px 0px 5px 0px;
}

.storybutton
{
}

.storybutton ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

.storybutton li
{
	float:left;
	width:185px;
}

.roadstory_pic
{
	margin:0px 0px 5px 0px;
}

.roadstory_pic img
{
	border:0px;
}

.pagesubtitle
{
	margin:0px 0px 20px 0px;
}

.pl_home_button
{
	text-align:center;
}

.roadstories_table
{
	margin:25px 0px 0px 0px;
	width:570px;
}

.roadstories_column
{
	width:265px;
	float:left;
	padding:0px 20px 0px 0px;
}

/*-------Floater------*/
.floaterwrap
{
	position: relative;
	z-index:3;
	text-align:left;
}

.searchwrap
{
	position: absolute;
	width:360px;
	height:34px;
	top:-6px;
	left:190px;
}

.menuwrap
{
	position: absolute;
	width:360px;
	height:60px;
	top:0px;
	left:0px;
	z-index:100;
}

.searchwrap table
{
	height:33px;
}

.searchtable_column1
{
	width:152px;
}

.searchtable_column4
{
	padding:2px 0px 0px 4px;
}

.searchinput
{
	padding:1px 0px 0px 0px;
}

.searchinput input
{
	font-family:Helvetica;
	font-size:15px;
	color:#E0DDD4;
	background-image:url(../images/bg_topsearch1.jpg);
	width:159px;
	height:20px;
	border:0px;
	font-weight:bold;
	padding:2px 3px 0px 10px;
}

/*-------Dealer Locator-----*/

.pagecontent_dl
{
	text-align:left;
	font-family:Helvetica;
	font-size:12px;
	color:#212121;
	line-height:18px;
	width:580px;
	margin:0px 0px 0px -12px;
}

.pagecontent_dl a
{
	color:#961225;
	text-decoration:underline;
}

.pagecontent_dl a:hover
{
	color:#666666;
	text-decoration:underline;
}

.dlleft
{
	width:355px;
	float:left;
}

.dlright
{
	width:200px;
	float:right;
}

.dl_buttons
{
	margin:20px 0px 0px -23px;
	z-index:2;
	position:absolute;
	width:220px;
}

.dl_buttons img
{
	margin:0px 0px 6px 0px;
}

.dlbottom
{
	margin:50px 0px 0px 0px;
}

.dlleft_b
{
	width:220px;
	float:left;
	text-align:right;
	padding:0px 0px 0px 70px;
}

.dlright_b
{
	width:230px;
	float:right;
}

.ddo_navs
{
	width:250px;
	margin:auto;
}

.nav_interior_dealer
{
	border-top:solid 1px #BC3232;
	border-bottom:solid 1px #BC3232;
	/*height:16px;*/
	margin:8px 0px 25px 0px;
	font-family:Helvetica;
	font-size:11px;
	color:#BC3232;
}

.nav_interior_dealer a
{
	color:#000000;
	margin:0px 12px 0px 12px;
	padding:0px 0px 3px 0px;
}

.nav_interior_dealer a:hover
{
	color: #BC3232;
}

.nav_interior_dealer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav_interior_dealer li {
	float: left;
	position: relative;
	cursor: default;
}

.nav_interior_dealer li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
}

.nav_interior_dealer li>ul {
	top:19px;
	left:0px;
}

.nav_interior_dealer li li {
	display: block;
	float: none;
	border: 0;
}

.nav_interior_dealer li:hover ul, li.hover ul {
	display: block;
}

.dealer_subnav
{
	width:150px;
	text-align:left;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	line-height:16px;
}

.arrowLi ul
{
	margin:0px 0px 0px 20px;
	padding:0;
}

.arrowLi li
{
	list-style-image:url(../images/icon_rightarrow_r.jpg);
}

.reddotLi ul
{
	margin:0px 0px 0px 20px;
	padding:0;
}

.reddotLi li
{
	list-style-image:url(../images/icon_reddotli.jpg);
}

.dealer_nav
{
	padding:3px 0px 3px 0px;
}

.dealer_nav_actived
{
	padding:3px 0px 3px 0px;
}

.dealer_nav_actived a
{
	color:#BC3232;
}

.dealer_subnav_actived
{
	margin:0px 0px 0px 12px;
}

.dealer_subnav_actived a
{
	margin:0px;
	color:#BC3232;
}

.dealer_inquiries_title
{
	color:#949280;
	font-size:14px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	text-transform:uppercase;
}

.truckbuy
{
	margin:40px auto 0px auto;
	width:925px;
	text-align:left;
}

.truckbuy_item
{
	margin:0px 0px 30px 0px;
}

.truckbuy_title
{
	font-family:Times New Roman;
	font-size:26px;
	color:#020202;
}

.truckbuy_subtitle
{
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	margin:15px 0px 30px 0px;
	line-height:24px;
}

.truckbuy_subtitle_red
{
	color:#951b1e;
}

.truckbuy_content
{
	font-family:Arial;
	font-size:14px;
	color:#212121;
	line-height:20px;
}

.truckbuy_content a
{
	color:#951b1e;
}

.truckbuy_content a:hover
{
	color:#666666;
}

.truckbuy_underline
{
	text-decoration:underline;
}

.backtotop
{
	font-family:Arial;
	font-size:10px;
	color:#9c1327;
	margin:10px 0px 0px 0px;
	text-align:right;
}

.backtotop a
{
	color:#9c1327;
}

.backtotop a:hover
{
	color:#212121;
}

.aerospec
{
	margin:40px auto 0px auto;
	width:925px;
	text-align:left;
}

.aerospec table
{	
	width:100%;
	border:0px;
	font-family:Arial;
	font-size:11px;
	color:#5f5f5f;
	margin:30px 0px 0px 0px;
}

.aerospec td
{
	padding:5px;
	vertical-align:top;
}

.aerospec_heading
{
	font-family:Times New Roman;
	font-size:24px;
	color:#ffffff;
	background-color:#9C1327;
	text-transform:uppercase;
}

.aerospec_heading td
{
	padding:0px;
	height:26px;
}

.aerospec_title
{
	width:170px;
	font-weight:bold;
}

.aerospec_content
{
	width:125px;
}

.aerospec_altrow
{
	background:#f6f6f6;
}

.aerospec_2ndaltrow
{
	background:#fafafa;
}

.aerospec_whitetitle
{
	background:#ffffff;
}

/*------Resources -----------*/

.resources
{
	margin: 40px 0px 0px 0px;
}

.pu_item
{
	font-family:Arial;
	font-size:14px;
	color:#000000;
	margin:0px 0px 10px 0px;
}

.resources a
{
	color:#000000;
}

.resources a:hover
{
	color:#640a17;
}

.link_item
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	margin:0px 0px 20px 0px;
}

.link_title
{
	color:#640a17;
	margin:0px 0px 5px 0px;
	font-weight:bold;
}

.manuals
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	margin:0px 0px 40px 0px;	
}

.manual_cate_title
{
	margin:0px 0px 15px 0px;
	font-size:14px;
	font-weight:bold;
	color:#640a17;
}

.manual_cate_title_left
{
	width:390px;
	float:left;
}

.manual_cate_title_right
{
	width:150px;
	float:left;
	text-align:center;
}

.manual_column_subtitle
{
	font-size:10px;
}

.manual_title
{
	width:390px;
	float:left;
}

.manual_file
{
	width:150px;
	float:left;
	text-align:center;
}

.manual_item
{
	margin:0px 0px 10px 0px;
}

.manual_sp
{
	color:#640a17;
}

.download_sp
{
	color:#640a17;
	font-size:11px;
}

/*---------Service Buttons---*/
.service_buttons_wrap
{
	padding:10px 0px 20px 10px;
}

.service_buttons
{
	width:350px;
	margin:20px auto 10px auto;
	text-align:center;
}

.service_buttons ul
{
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
}

.service_buttons li
{
	float:left;
	width:110px;
	text-align:center;
}

/*------FLASH MENU-----*/

.flashmenu
{
	position:absolute;
}


/*------DOWNLOADS------*/

.wallpapers
{
	padding: 10px 0px 0px 10px;
}

.wallpaper
{
	width:250px;
	padding: 0px 10px 0px 10px;
}

.wallpaperlink
{
	margin:5px 0px 20px 0px;
}

.wallpaperlink a
{
	color:#212121;
	font-size:11px;
}

.wallpaperlink a:hover
{
	font-size:11px;
	color:#640a17;
}

.screensaver
{
	margin:0px 0px 10px 3px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

.screensaver a
{
	color:#000000;
}

.screensaver a:hover
{
	color:#640a17;
}

.ecard_pickup
{
	font-family:Arial;
	font-size:18px;	
	padding:20px 0px 100px 0px;
}

.ecard_fieldtitle
{
	color:#7e2723;
	margin:20px 0px 0px 0px;
}

.ecard_field
{
	color:#4b4a4a;
}

.sectionheader
{
	margin:0px 0px 30px 0px;
}

/*-----Press Room------*/

.prcontact_item
{
	margin:20px 0px 0px 0px;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
}

.prcontact_title
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color: #911224;
}

.prcontact_position
{
	margin:0px 0px 10px 0px;
	
}

.form_mailinglist
{
	margin:0px 0px 0px 0px;
	font-family:Arial;
	font-size:11px;
}

.form_mailinglist input,textarea
{	
	font-family:Helvetica;
	font-size:16px;
	color:#888376;
	border:0px;
	font-weight:bold;
	padding:2px 5px 0px 5px;
}

.pr_mailinglist_button
{
	margin:10px 0px 0px 0px;
	text-align:right;
}

.pr_mailinglist
{
	margin: 30px 0px 0px 0px;
	font-family:Arial;
	font-size:12px;
}

.pr_mailinglist_title
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color: #610a16;
	float:left;
	width: 120px;
}

.pr_mailinglist_radios
{
	float:left;
	width: 400px;
	font-family: Arial;
	font-size:12px;
	color:#610a16;
}

.biolist_item
{
	margin: 0px 0px 15px 0px;
	font-family: Arial;
}

.biolist_left
{
	width: 80px;
	float:left;
}

.biolist_left img
{
	border:solid 1px #f1f1f1;
}

.biolist_left img:visited,link
{
	border:solid 1px #f1f1f1;
}

.biolist_left img:hover
{
	border:solid 1px #610a16;
}

.biolist_right
{
	width: 468px;
	float:right;
}

.biolist_title
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color: #911224;
}

.biolist_title a
{
	text-decoration:none;
}

.biolist_title a:hover
{
	text-decoration:none;
}

.biolist_content
{
	font-size:11px;
	line-height:14px;
}

.bio_left
{
	width:135px;
	float:left;
}

.bio_left img
{
	border:solid 1px #f1f1f1;
}

.bio_right
{
	width:400px;
	float:right;
}

.bio_title
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color: #911224;
	margin:5px 0px 0px 0px;
}

.bio_position
{
	font-size:11px;
	line-height:14px;
}

.sp_bio
{
	border-top:solid 1px #BC3232;
	margin:20px 0px 25px 0px;
}

.bio_button
{
	margin:0px 0px 20px 0px;
}

.bio_button ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

.bio_button li
{
	float:left;
	width:278px;
}


.bio_jumpto
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color: #000000;
}

.bio_jumptolist a
{
	text-decoration:none;
}

.bio_jumptolist a:hover
{
	text-decoration:none;
}

.media_landing
{
	width: 580px;
	margin:0px 0px 15px 0px;
}

.media_landing_left
{
	width:165px;
	float:left;
}

.media_landing_right
{
	width:380px;
	float:left;
}

.media_landing_right a
{
	text-decoration:none;
}

.media_landing_right a:hover
{
	text-decoration:none;
}

.testimonial_item
{
	font-size:12px;
	font-family:Arial;
}

.testimonials_fieldtitle
{
	color:#911224;
	font-weight:bold;
}

.sp_testimonial
{
	border-top:solid 1px #BC3232;
	margin:20px 0px 25px 0px;
}

.videos
{
	margin:0px 0px 10px 0px;
}

.video_cat_title
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 5px 0px;
}

.video_title
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.virtualtour
{
	font-family:Arial;
	font-size:12px;
	margin:0px 0px 25px 0px;
}

.virtualtour a
{
	font-weight:bold;
	margin:0px 20px 0px 0px;
}

.gallery_subtitle
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
}

.gallery_subcat
{
	margin:0px 0px 20px 0px;
}

.gallery_item
{
	width:160px;
	padding:0px 0px 20px 0px;
}

.gallery_resources
{
	margin: 10px 0px 0px 0px;
	font-family:Arial;
	font-size:10px;
	color:#000000;
}

.gallery_resources a
{
	color: #000000;
	text-decoration:none;
	padding:0px 6px 0px 0px
}

.gallery_resources a:hover
{
	color: #951b1e;
	text-decoration:none;
}

.gallery
{
	margin: 20px 0px 0px 0px;
	text-align:center;
}

.gallerytitle
{
	margin: 5px 0px 0px 0px;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

.gallerytitle a
{
	color: #000000;
	text-decoration:none;
}

.gallerytitle a:hover
{
	color: #911224;
	text-decoration:none;
}

.searchresult
{
	width: 945px;
	text-align:left;
	font-family:Helvetica;
	font-size:12px;
	color:#212121;
	line-height:18px;
	margin: -20px 0px 0px 0px;
}

.searchresult a
{
	color:#961225;
	text-decoration:none;
}

.searchresult a:hover
{
	color:#666666;
	text-decoration:none;
}
