/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

img.left {
	float: left;
	margin: 15px 15px 12px 0;
}
img.right {
    float: right;
    margin: 5px 0px 12px 15px;
}

/* styles */
body {
	background: #000;
}
#body {
	padding-bottom: 100px;
	background: url(/images/bg.jpg) top center no-repeat #000;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #fff;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(/images/wrapperbg.jpg) top center no-repeat;
}
#header {
    width: 960px;
	height: 88px;
	position: relative;
	overflow: hidden;
}
#header #main_tagline_box {
    font-style: italic;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    position: absolute;
    top: 35px;
    right: 0;
}
#header #main_logo_box {
}
#main-container {
	background: url(/images/mainbg-rpt.gif) repeat-y #212121;
}
#main {
	background: url(/images/mainbg.jpg) no-repeat;
}
#nav {
	height: 70px;
}
#nav a {
	float: left;
	color: #333;
	text-decoration: none;
	padding: 10px 11px 10px 11px;
	font-size: 15px;
	height: 50px;
	background: url(/images/navbg.jpg) no-repeat top right;
	white-space: nowrap;
}
#nav a#home-link {
	width: 46px;
}
#nav a:hover {
	color: #f90;
}
#nav a.active {
	color: #f90;
	background: url(/images/navbg-over.jpg) no-repeat top right;
}
#nav a.home-active {
	color: #f90;
	background: url(/images/navbg-over-home.jpg) no-repeat top left;
}


#page_title {
	padding-left: 220px;
	margin-right: 20px

}
#page_title h1 {
	padding-left: 20px;
	margin: 0;
	color: #ccc;
	font-size: 30px;
	font-style: italic;
}
/*
#page_title h2.h1 {
	text-transform: none;
	font-weight: normal;
}*/
#page_title h1 span {
	color: #fff;
}
#page_title h1 div.arrow {
	display: inline-block;
	width: 13px;
	height: 25px;
/*	margin: 0 6px;*/
	background: url(/images/h1-arrow.gif) no-repeat;
}

#sidebar {
	width: 190px;
	padding: 10px 6px 10px 24px;
	float: left;
}
ol#subnav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
ol#subnav li {
	padding: 12px 0;
	margin: 0;
	border-bottom: 1px solid #999;
}
ol#subnav li.withsub {
	padding-bottom: 0;
	border: 0;
}
ol#subnav li.subsub {
	padding-left: 20px;
	padding-bottom: 0;
	border: 0;
}
ol#subnav li.lastsub {
	padding-bottom: 12px;
	border-bottom: 1px solid #999;
}
ol#subnav li a {
	color: #f90;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
ol#subnav li a:hover, ol#subnav li a.active {
	color: #ccc;
}
#idealease_logo {
    text-align: center;
}
#idealease_boxes {
    float: right;
    margin-left: 20px;
    margin-right: 5px;
    position: relative;
    z-index: 5;
}
#idealease_boxes .box {
    background: url(/images/box-center.gif) top center repeat-y;
    padding: 0px;
    margin: 0px;
    width: 242px;
}
#idealease_boxes .box .box_top {
    background: url(/images/box-top.gif) top center no-repeat;
    padding: 0px;
    margin: 0px;
}
#idealease_boxes .box .box_bottom {
    background: url(/images/box-bottom.gif) bottom center no-repeat;
    padding: 20px;
    margin: 0px;
}
#idealease_boxes .box h4 {
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
}
#idealease_boxes .box input.sb_default_input {
    border: 1px solid #999;
    background: #fff;
    width: 180px;
    padding: 5px 7px;
}
#idealease_boxes #box2 {
    margin-top: 20px;
    margin-bottom: 15px;
}
#idealease_boxes #box2 h4 {
    color: #f90;
}
#idealease_boxes #box2 a {
    color: #f90;
}
#specials_button {
	text-align: center;
}
#quote .quote {
	font-size: 14px;
	font-style: italic;
	color: #ccc;
	margin: 20px 0;
}
#quote .author {
	margin: 12px 0;
	font-size: 12px;
	color: #ccc;
	text-transform: uppercase;
}
#quote .author a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#quote .quote-left {
	display: inline-block;
	width: 18px;
	height: 14px;
	padding-right: 3px;
	background: url(/images/quote-left.gif) no-repeat;
}
#quote .quote-right {
	display: inline-block;
	width: 18px;
	height: 14px;
	margin-left: 3px;
	background: url(/images/quote-right.gif) no-repeat;
	vertical-align: bottom;
}


#head_image {
	border: 1px solid #ccc;
	margin: 12px 0;
}
#head_image img {
	width: 698px;
	height: 140px;
}
#content {
	min-height: 700px;
	width: 740px;
	float: left;
}
#content_text {
	padding: 6px 15px;
}
#content_text #left_col {
    width: 320px;
    padding-right: 25px;
    float:left;
}
#content_text #right_col {
    width: 300px;
    float: left;
}
#content_text #left_col #image_div #title {
    padding-top: 5px;
}
#footer {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	height: auto;
	padding: 5px 30px;
	background: url(/images/mainbg-bottom2.gif) left bottom no-repeat;
}
#footer #footer_h3 {
    padding-bottom: 4px;
    font-size: 12px;
}
#footer #footer_h3 h3 {
    font-size: 11px;
    line-height: 12px;
}
#footer #footer_locations {
    line-height: 12px;
    padding: 10px 0px;
}
#footer #footer_locations div {
    padding-left: 0px;
}
#footer #footer_locations .first {
    color: #f90;
}
#footer #copyright {
    padding-bottom: 5px;
}
#footer #redundant_nav {
    padding-top: 10px;
    border-top: 1px solid #999;
}

#footer_wrap {
    background: url(/images/mainbg-rpt.gif) left bottom repeat-y;
}
#footer_wrap #footer {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    height: auto;
    padding: 5px 30px;
    background: url(/images/mainbg-bottom.gif) left bottom no-repeat;
}
#footer_wrap #footer #footer_triptych {
    border-top: 1px solid #999;
    padding-top: 20px;
    width: 100%;
}
#footer_wrap #footer #footer_triptych .box {
    width: 280px;
    float: left;
}
#footer_wrap #footer #footer_triptych .box2 {
    padding: 0 25px;
    width: 300px;
}
#footer_wrap #footer #footer_triptych .box3 {
    width: 260px !important;
}
#footer_wrap #footer #footer_h3 {
    padding-bottom: 4px;
    font-size: 12px;
}
#footer_wrap #footer h3 {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    margin-top: 0;
}
#footer_wrap #footer .news {
    text-transform: none;
    color: #ccc;
}
#footer_wrap #footer .news a {
    color: #f90;
}
#footer_wrap #footer #map_image {
    margin-bottom: 15px;
}
#footer_wrap #footer #locations_text {
    font-size: 11px;
    color: #999;
}
#footer_wrap #footer #locations_text #serving {
    color: #fff;
    font-weight: bold;
}
#footer_wrap #footer #facebook {
    text-transform: none;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #555;
    height: 85px;
}
#footer_wrap #footer #facebook #facebook_icon {
    float: left;
}
#footer_wrap #footer #facebook #facebook_text {
    float: left;
    width: 150px;
    margin-top: 10px;
    margin-left: 7px;
}
#footer_wrap #footer #partners .logo-box {
    float: left;
    margin: 0;
    border: none;
    text-decoration: none;
    background: transparent;
    height: 90px;
}
#footer_wrap #footer #partners .logo-box a {
    text-decoration: none;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
}
#footer_wrap #footer #partners .logo-box img {
    height: 90px;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    background: transparent;
}
#footer_wrap #footer #copyright {
    padding-bottom: 15px;
}
#footer_wrap #footer #redundant_nav {
    padding: 10px 0;
    border: none;
}

/* styles */

#content {
	line-height: 18px;
}
#content a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#content a:hover {
	color: #f90;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#main h2 {
	color: #fff; 
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
}
#main h3 {
	color: #f90; 
	font-size: 17px;
	text-transform: uppercase;
}
#main h4 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#main .greyed {
	color: #ccc;
}

#content form label {
	width: 100px;
	float: left;
	padding-right: 15px;
	text-align: right;
}
#content form input.text, #content form select {
	width: 200px;
	border: 1px solid #999;
	padding: 2px;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#content form textarea {
	width: 300px;
	height: 150px;
	border: 1px solid #999;
	padding: 2px;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#content form#search {
    padding-bottom: 20px;
}
#content .used_trucks {
    text-align: center;
    width: 120px;
}
#content form#search label {
    width: 200px;
    text-align: left;
}
#photoset {
	padding: 1px 5px;
	margin: 12px 0;
}
#photoset img {
	float: left;
	border: 1px solid #ccc;
	margin: 9px 15px 6px 0;
}
#photoset img.logo {
	border: 0;
	margin: 9px 15px 6px 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px solid #fff;
}

#content #off_lease_button {
	border-bottom: none;
}

/* homepage styles */

#body.homepage #sidebar {
	display: none;
}
#body.homepage #content {
	width: 100%;
	float: none;
	font-size: 12px;
}
#body.homepage #content_text {
	padding-left: 25px;
	padding-right: 25px;
}
#body.homepage #page_title {
	display: none;
}
#body.homepage #main h1 {
	color: #f90; 
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #999;
	padding: 6px 0;
	margin-top: 0;
}
#body.homepage #main h2 {
	color: #f90; 
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #999;
	padding: 6px 0;
	margin-top: 0;
}
#body.homepage #main .fake_h2 {
    color: #f90;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #999;
    padding: 6px 0;
    margin-top: 0;
}
#body.homepage #main h2.fake {
    color: #fff;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    border-bottom: none;
    padding: 6px 0;
    margin-top: 0;
}
#body.homepage .section {
	margin-bottom: 18px;
}

#home-left {
	float: left;
	width: 270px;
	margin-right: 36px;
}
#home-right {
	width: 600px;
	float: left;
}
#main-photo {
	width: 600px;
	height: 270px;
}
#main-photo img {
	width: 588px;

	border: 1px solid #fff;
	margin-bottom: 12px;
}
#content .logo-box {
	float: left;
	width: 160px;
	height: 160px; 
	margin-right: 18px;
	margin-bottom: 18px;
}
#content .logo-box a img {
	border: 0;
	display: block;
}
#content .logo-box img {
	border: 0;
	display: block;
}
#video-box {
	width: 250px;
	float: left;
	margin-right: 30px;
}
#video-box object, #video-box embed, #video-box img {
	width: 240px;
	height: auto;
}
#video-box .video {
	margin: 12px 0;
}

#video2-box object, #video2-box embed, #video2-box img {
	width: 260px;
	height: auto;
}
#video2-box .video {
	margin: 12px 0;
}

#news-box {
	width: 310px;
	float: left;
}
#news-box .news p, #news-box .news h4 {
	margin: 6px 0;
}
#content .news h3 {
	line-height: 24px;
}
#news-box .news {
	margin: 12px 0;
}

#main .button {
	border: 1px solid #999;
	background: url(/images/buttonbg.gif) repeat-x center left;
	padding: 0 6px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	display: inline-block;
}
#main a.button:hover {
	border: 1px solid #999;
}

/* special styles */

#left_col #photoset img {
	float: left;
	border: 1px solid #ccc;
	margin: 9px 15px 6px 0;
}

#content .truck-series {
	float: left;
	width: 120px; 
	margin-right: 18px;
	margin-bottom: 18px;
}
#content .truck-series a img {
	border: 1px solid #fff;
	display: block;
}
#content .truck-series p {
	margin: 6px 0;
	text-align: center;
}
#content .location {
	float: left;
	width: 160px; 
	margin-right: 15px;
	margin-bottom: 15px;
}
#content .location p {
	margin: 6px 0;
	text-align: left;
}
#content .career-item {
	margin: 12px 0;
}
#content .article-video {
	margin: 18px 0;
	text-align: center;
}

#content .news {
	margin: 12px 0;
}
#content .page-image {
	float: right;
	margin: 12px 0 12px 12px;
	border: 1px solid #fff;
}

#content .ps-box {
	float: left;
	width: 160px;
	height: 160px; 
	margin-right: 18px;
	margin-bottom: 18px;
}
#content .ps-box a img {
	border: 1px solid #fff;
	display: block;
}
#content .ps-box img {
	border: 1px solid #fff;
	display: block;
}

#body.trucks table#main-info {
	border: 1px solid #111;
	margin: 12px 0;
	border-collapse: collapse;
}
#body.trucks table#main-info th{
	border: 1px solid #111;
	background: #292929;
	text-align: right;
	padding: 3px 10px 3px 20px;
}
#body.trucks table#main-info td{
	border: 1px solid #111;
	background: #333;
	width: 300px;
	padding: 3px 10px;
}

#body.idealease #main-inner {
	background: url(/images/Idealease-1.jpg) top right no-repeat;
	
}
#body.bus_company #main-inner {
	background: url(/images/StateBusComp-1.jpg) top right no-repeat;
}
#body.diamond_international #main-inner {
	background: url(/images/International-1.jpg) top right no-repeat;
}
#body.trucks #main-inner {
	background: url(/images/International-1.jpg) top right no-repeat;
}


#main small a {
	color: #fff !important;
}


/* NEW HOMEPAGE STYLES */

#body.homepage #sidebar {
    display: none;
}
#body.homepage #content {
    width: 100%;
    float: none;
    font-size: 12px;
}
#body.homepage #content_text {
    padding-left: 25px;
    padding-right: 25px;
}
#body.homepage #page_title {
    display: none;
}
#body.homepage #main #tmp_homepage_wrapper h1 {
    color: #f90;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #999;
    padding: 6px 0;
    margin-top: 0;
}
#body.homepage #main #tmp_homepage_wrapper #home_specials_button a {
    float: right;
	text-align: left;
	width: 112px;
	border-bottom: none;
	margin-top: 40px;
	margin-left: 20px;
}
#body.homepage #main #tmp_homepage_wrapper #middle_text {
    color: #ccc;
    font-size: 14px;
    padding-bottom: 15px;
}
#body.homepage #main #tmp_homepage_wrapper #middle_text .fake_header {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 25px;
}
#body.homepage #main #tmp_homepage_wrapper #triptych {
    padding-bottom: 40px;
}
#body.homepage #main #tmp_homepage_wrapper .boxes {
    float: left;
    width: 280px;
}
#body.homepage #main #tmp_homepage_wrapper .boxes h2 {
    margin-bottom: 20px;
}
#body.homepage #main #tmp_homepage_wrapper .boxes a {
    color: #f90;
    text-decoration: none;
    border: none;
}
#body.homepage #main #tmp_homepage_wrapper .boxes object,
#body.homepage #main #tmp_homepage_wrapper .boxes embed {
    width: 270px;
    height: 200px;
    border: 1px solid #eee;
}
#body.homepage #main #tmp_homepage_wrapper .boxes object {
    border: none;
}
#body.homepage #main #tmp_homepage_wrapper .boxes img {
    width: 270px;
    border: 1px solid #eee;
}
#body.homepage #main #tmp_homepage_wrapper #home_box2 {
    padding: 0px 34px;
}
#body.homepage #main #tmp_homepage_wrapper h2 {
    color: #f90;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #999;
    padding: 6px 0;
    margin-top: 0;
}
#body.homepage #tmp_homepage_wrapper #banner_wrap {
    background: url(/images/focus-bg.jpg) top right no-repeat;
}
#body.homepage #tmp_homepage_wrapper #banner {
    height: 268px;
    border: 1px solid #fff;
	overflow: hidden;
}
#body.homepage #tmp_homepage_wrapper #banner .banner .main_img {
    float: left;
    width: 590px;
    height: 268px;
}
#body.homepage #tmp_homepage_wrapper #banner .banner .text {
    float: left;
    width: 275px;
    height: 230px;
    overflow: hidden;
    padding: 20px;
}
#body.homepage #tmp_homepage_wrapper #banner .banner .text .head {
    font-size: 25px;
    color: #333;
    border-bottom: 1px solid #999;
    padding-bottom: 7px;
}
#body.homepage #tmp_homepage_wrapper #banner .banner .text h1 {
    border-top: 1px solid #fff !important;
    border-bottom: none !important;
    padding-top: 15px !important;
    font-size: 16px !important;
    color: #555 !important;
    text-transform: none !important;
    padding-bottom: 10px;
}

/* other styles */
#content a.img_link {
	border-bottom: 0;
}
.spacer {
	padding: 1px 5px;
}
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}

#content_text.contact_page form .text {
	width: 300px;
}
#content_text.contact_page form #about,#content_text.contact_page form #location {
	width: 305px;
}

/*#content_text.loc #right_col h1{
	color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}*/

/* Photoset Styles */
#photoset2 a {
	border: 0;
}
#photoset2 a:hover {
	border: 0;
}
#photoset2 #focus_img_table {
    display: none;
    height: 240px;
}
#photoset2 #focus_img {
	width: 240px;
	height: 300px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#photoset2 #focus_img .caption {
	margin-left: 5px;
	display: block;
	text-align: left;
	width: 240px;
}
#photoset2 #focus_img .galleria_wrapper {
	padding: 0px;
	margin: 0px;
	width: 240px;
}
#photoset2 #focus_img .galleria_wrapper img {
	border: 2px solid #fff;
}
#photoset2 #left_arrow, #photoset #right_arrow {
	width: 30px;
	border: 0;
}
#photoset2  {
    margin: 0px;
    padding: 10px;
}
#photoset2 .gallery_nojs {
    width: 300px;
    margin: 0px auto;
    padding: 0px;
}
#photoset2  .gallery_nojs li {
    display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
    border: 2px solid #fff;
}
#photoset2  .gallery_nojs li img {
	width: 80px;
	height: 80px;
}
#photoset2  .gallery li {
    display: block;
	float: left;
	margin: 3px 3px;
	padding: 0px;
    border: 2px solid #fff;
}
#photoset2  .gallery li.active {
    border: 2px solid #f90;
}
#photoset2  .gallery li img {
	width: 50px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	border: none;
}
