/* 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;
}

/* 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 {
	height: 88px;

}
#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 12px;
	font-size: 15px;
	height: 50px;
	background: url(/images/navbg.jpg) no-repeat top right;
}
#nav a#home-link {
	width: 45px;
}
#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 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: 48px;
}
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;
    margin-top: -40px;
}
#quote .quote {
	font-size: 14px;
	font-style: italic;
	color: #ccc;
	margin: 12px 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;
}

/* 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;
}


/* 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 .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;
}

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

/* 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 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;
}