/*
	Global Stylesheet for Freightliner Trucks 2009
	Rules in this file should be applied to every page on the site.
	If a rule will only apply to one or two, add it to pages.css instead.
	Be polite to future developers, and label any hex colors you use! - SV
*/

/* Universal Rules -------------------------------------------------- */
#content p,
#content table,
#content ul,
#content ol,
#content dl,
#content pre {
	margin: .25em 0 1em;
}
#content .floatleft {
	margin: 0 1em 1em 0;
}
#content .floatright {
	margin: 0 0 1em 1em;
}
#content ul ul,
#content ol ol {
	margin: 0;
}
#container {
	text-align: left;
}
h1, h2, h3, h4 {
	color: #fc0;
	font-size: 1.25em;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1;
}
h1 {
	margin-top: 20px;
	font-size: 2em;
}
h2, h3 {
	margin: 1.25em 0 0;
}
.fineprint {
	font-size: .9em;
}


/* Layout -------------------------------------------------- */
#container {
	width: 960px;
	position: relative;
	text-align: left;
	color: #fff;
	line-height: 1.5;
}
#header {
	width: 960px;
}
#content {
	float: left;
	width: 696px;
	margin-bottom: 20px;
}
#sidebar {
	float: right;
	width: 245px;
	margin-bottom: 20px;
}
#bottomnav {
	width: 696px;
	margin: 0 0 20px;
	clear: both;
}
p#heroshot {
	margin: 0;
	position: absolute;
	top: 60px;
	right: 0;
}

/* Grid-Based Columns -------------------------------------------------- */
.one-col {
	width: 216px;
}
.two-col {
	width: 456px;
}

/* Section Header -------------------------------------------------- */
/* see page-specific navigation rules in pages.css */
#header {
	height: 60px;
	background: transparent url("/images/bg-section-nav.png") no-repeat;
}
#logo {
	padding-top: 9px;
	padding-right: 25px;
	float: left;
}
#nav {
	float: left;
	position: relative;
	height: 60px;
}
#nav li {
	margin: 0;
	display: inline;
}
#nav li a {
	display: block;
	position: absolute;
	top: 0;
	height: 60px;
	text-indent: -9999px;
}
#nav li a:focus {
	outline: 0;
}

/* "Take Action" Sidebar -------------------------------------------------- */
#sidebar {
	position: relative;
	margin-top: 380px;
	z-index: 99;
}
#sidebar h3 {
	width: 245px;
	height: 52px;
	margin: 0;
	text-indent: -9999px;
	background: transparent url("/images/cssimages/new-sidebar-header.png") no-repeat;
}
#sidebar #actions,
#sidebar #actions li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	color: #000;
}
#sidebar #actions li a {
	display: block;
	width: 245px;
	height: 23px;
	text-indent: -9999px;
	background: transparent url("/images/cssimages/new-sidebar-find-dealer.gif") no-repeat;
}
#sidebar #actions li a:hover, #sidebar #actions li a:focus {
	background-position: left bottom;
}
#sidebar #actions li a:focus {
	outline: 0;
}
#sidebar #actions #sidebar-call-dealer a	{ height: 24px; background-image: url("/images/cssimages/new-sidebar-call-dealer.gif"); }
#sidebar #actions #sidebar-forward a		{ background-image: url("/images/cssimages/new-sidebar-forward.gif"); }
#sidebar #actions #sidebar-forward a:hover	{ background-position: left -23px; }
#sidebar #actions #sidebar-forward a.open	{ background-position: left bottom; }
#sidebar #actions #sidebar-email a			{ height: 24px; background-image: url("/images/cssimages/new-sidebar-email.gif"); }
#sidebar #actions #sidebar-email a:hover	{ background-position: left -24px; }
#sidebar #actions #sidebar-email a.open		{ background-position: left bottom; }
#sidebar #actions #sidebar-brochure a		{ height: 24px; background-image: url("/images/cssimages/new-sidebar-download-brochure.png"); }
#sidebar #actions #sidebar-twitter a		{ height: 24px; background-image: url("/images/cssimages/new-sidebar-twitter.png"); }
#sidebar #actions #sidebar-facebook a		{ height: 24px; background-image: url("/images/cssimages/new-sidebar-facebook.png"); }
#sidebar #actions #sidebar-promo {
	min-height: 93px;
	background: #000 url("/images/cssimages/new-sidebar-footer.gif") no-repeat;
	text-align: center;
	padding-top: 10px;
}
#sidebar #actions #sidebar-promo a {
	margin: 0 auto;
	width: 200px;
	height: 200px;
	background-image: url("/images/promo-fpo.gif");
}
#sidebar .drawercontents {
	position: relative;
	background: transparent url("/images/cssimages/new-sidebar-open-drawer.gif") no-repeat left bottom;
	padding: 0 12px 12px;
	width: 221px;
}
#sidebar .drawercontents legend {
	display: none;
}
#sidebar .drawercontents div {
	clear: both;
	position: relative;
}
#sidebar .drawercontents label {
	display: block;
	width: 80px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	font-size: .95em;
}
#sidebar .drawercontents input,
#sidebar .drawercontents select {
	border: 1px solid #333;
	position: relative;
	left: 85px;
	padding: .15em;
	font-size: 1em;
	width: 120px;
}
#sidebar .drawercontents input.sm {
	width: 50px;
}
#sidebar #sidebar-email .drawercontents label {
	width: 65px;
}
#sidebar #sidebar-email .drawercontents input,
#sidebar #sidebar-email .drawercontents select {
	left: 70px;
}
#sidebar .drawercontents button {
	margin: .25em 0 .25em 85px;
	display: block;
	width: 60px;
	height: 22px;
	text-indent: -9999px;
	border: 0;
	background: transparent url("/images/cssimages/new-sidebar-btn-send.gif") no-repeat;
	cursor: pointer;
}
#sidebar .drawercontents button:hover {
	background-position: left bottom;
}
#sidebar #sidebar-email .drawercontents button {
	background-image: url("/images/cssimages/new-sidebar-btn-go.gif");
	width: 43px;
}
#sidebar #sidebar-email .drawercontents button {
	margin-left: 70px;
	position: absolute;
	top: 78px;
	right: 45px;
}
#sidebar .drawercontents p,
#sidebar .drawercontents div {
	margin: .5em 0;
}
#sidebar #actions #sidebar-forward .drawercontents a,
#sidebar #actions #sidebar-email .drawercontents a {
	display: inline;
	text-indent: 0;
	color: #000;
	text-decoration: underline;
	background: none;
}
#sidebar .drawercontents .hide {
	margin: 0;
	position: absolute;
	top: -13px;
	right: 22px;
}
#sidebar #actions #sidebar-forward .drawercontents .hide a,
#sidebar #actions #sidebar-email .drawercontents .hide a {
	display: block;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	background: transparent url("/images/cssimages/new-sidebar-close.gif") no-repeat;
}
#emailsignupprogressimage,
#sendtoafriendprogressimage {
	text-align: center;
	display: none;
}

/* Tooltips -------------------------------------------------- */
/* see page-specific rules in pages.css */
.tooltip {
	width: 158px;
	color: #000;
	text-align: left;
}
.tooltip span.top {
	padding: 10px 25px 0 10px;
	background: url("/images/cssimages/tooltip-bg.gif") top left repeat-y;
}
.tooltip b.bottom {
	text-indent: -9999em;
	padding: 0;
	color: #000;
	background: url("/images/cssimages/tooltip.png") top left no-repeat;
}
#tooltips,
#tooltips li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tooltips li a {
	width: 14px;
	height: 14px;
	padding: 10px;
	display: block;
	position: absolute;
	text-indent: -9999em;
	background: transparent url("/images/cssimages/bullet-indicator.png") 50% 50% no-repeat;
}

/* Bottom Navigation -------------------------------------------------- */
/* see page-specific rules in pages.css */
#bottomnav {
	height: 31px;
}
#bottomnav a {
	display: block;
	text-indent: -9999em;
	height: 31px;
	width: 135px;
	float: left;
	background: transparent url("/images/cssimages/btn-back-overview.gif") no-repeat;
}
#bottomnav a:hover, #bottomnav a:focus {
	background-position: left bottom;
}
#bottomnav a:focus {
	outline: 0;
}
#bottomnav #next {
	float: right;
}

/* Landing Page Promo Section -------------------------------------------------- */
/* see page-specific rules in pages.css */
#promos {
	width: 921px;
	min-height: 339px;
	background: transparent url("/images/homepage/bg-promos.png") no-repeat;
	margin: 0 0 0 20px;
	position: relative;
	z-index: 2;
	float: left;
}
#promos div {
	width: 180px;
	margin: 20px;
	float: left;
}
#promos .first {
	margin-left: 40px;
}
#promos h4 {
	font-size: 1.25em;
	color: #fc0; /* yellow */
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .5em;
}
#promos h4 a {
	display: block;
	width: 180px;
	height: 14px;
	text-indent: -9999px;
	background: transparent url("/images/coronado/promo-brochure-headline.gif") no-repeat;
	color: #fc0; /* yellow */
}
#promos h4 a:hover,
#promos h4 a:focus {
	color: #fff;
	background-position: left bottom;
}
#promos h4 a:focus {
	outline: 0;
}
#promos h4 strong {
	color: #fff;
	font-size: 1.3em;
}
#promos .floatright {
	margin: 1em 0 1em .5em;
}
#promos .readmore {
	float: right;
	display: block;
	width: 82px;
	height: 14px;
	text-indent: -9999px;
	background: transparent url("/images/homepage/btn-read-more.gif") no-repeat;
}
#promos .readmore:hover {
	background-position: left bottom;
}

/* Photo Gallery -------------------------------------------------- */
.hiddencontainer {
	display: none;
}
#LargePhotoContainer img {
	border: 1px solid #666;
}
#thumbGalleryContainer {
	overflow: auto;
	width: 640px;
	height: 131px;
}
#thumbGalleryContainer table {
	margin: 0;
}
.galleryThumbImage {
	padding: 5px;
	float: left;
	border: 5px solid #fc0;
}
#GalleryMainImage {
	margin-top: 5px;
}
#GalleryMainImageContainer {
}
#photogallery {
	width: 685px;
	margin-top: 20px;
	padding: 22px 25px 25px 25px;
	background: transparent url("/images/cssimages/bg-gallery.gif") top left no-repeat;
}
.desktop {
	width: 642px;
	text-align: right;
	margin: 10px 0;
	font-size: .95em;
}

/* Footer -------------------------------------------------- */
#globalfooter {
	width: 960px;
}