/*

	Common Public Styles
	Shred-Tech®, June 2009
	kenzie@famousfolks.ca
	
*/


/* =Defaults ************/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0; padding: 0;
}

a img {
	border: 0;
}

a:link {
	color: #315385;
}
a:visited {
	color: #315385;
}
a:hover {
	color: #e25b15;
}
a:focus, a:active {
	color: #315385;
}

body {
	background: #fff url(../images/body-bg.png) no-repeat 50% 30px;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	padding: 30px 0;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 975px;
}


/* =Branding ************/

#branding {
	overflow: hidden;
}

#branding h1 {
	float: left;
	height: 130px;
	position: relative;
	width: 195px;
}
#branding h1 a {
	display: block;
	height: 99px;
	margin: 17px 0 0 40px;
	width: 117px;
}
#branding h1 > img {
	height: 99px;
	margin: 17px 0 0 40px;
	width: 117px;
}

#branding ul {
	float: right;
	height: 56px;
	list-style: none;
	margin: 25px 10px 0 0;
	overflow: hidden;
	width: 760px;
}
#branding ul li {
	float: left;
	margin: 0 10px;
}
#branding ul li:first-child {
	margin-left: 25px;
}
#branding ul li a {
	color: #464749;
	display: block;
	font-size: 1.5em;
	height: 56px;
	line-height: 3.75;
	padding: 0 10px;
	text-decoration: none;
}
#branding ul li a span {
	border-bottom: 5px solid transparent;
	padding-bottom: 2px;
}
#branding ul li.current a span {
	border-color: #315385;
}
#branding ul li a:hover span {
	border-color: #e25b15;
}

#branding a.map {
	display: block;
	float: right;
	height: 50px;
	margin: 25px 40px 0 40px;
	overflow: hidden;
	width: 100px;
}
#branding a.current img, #branding a:hover.map img {
	margin-top: -50px;
}

#branding p {
	float: right;
	font-size: 1.2em;
	margin: 25px 10px 0 0;
	overflow: hidden;
	width: 580px;
}


/* =Location ************/

#location {
	clear: both;
}

#location h2 {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 10px;
	width: 195px;
}

#location p {
	line-height: 2;
}


/* =Stage ************/

#stage {
	background: url(../images/content-bg.png) repeat-y 50% 0;
	clear: both;
	float: right;
	margin: 10px 0;
	width: 780px;
}
#stage .content {
	background: url(../images/content-bottom.jpg) no-repeat 50% bottom;
	min-height: 100px;
	overflow: hidden;
	padding: 20px 30px 60px;
}

#stage .feature {
	background: #cdd4dc url(../images/feature-bg.jpg) no-repeat 50% 0;
	height: 190px;
	margin: 0 10px;
	position: relative;
	width: 760px;
}


/* =Content ************/

.content h3 {
	clear: left;
	color: #555;
	margin: 1em 0;
	font-size: 2em;
	font-weight: normal;
}
.content h3:first-child {
	margin-top: 0;
}
.content h4 {
	clear: left;
	color: #444;
	margin: 1em 0;
	font-size: 1.6em;
	font-weight: normal;
}
.content h5 {
	clear: left;
	color: #333;
	margin: 1em 0;
	font-size: 1.4em;
	font-weight: normal;
}
.content h6 {
	clear: left;
	color: #333;
	margin: 1em 0;
	font-size: 1.2em;
	font-weight: bold;
}

.content .intro {
	font-size: 1.6em;
}

.content > blockquote {
	float: right;
	font-size: 1.1em;
	width: 185px;
}
.content > blockquote p {
	padding: 0 15px;
}
.content > blockquote p em {
	display: block;
	font-size: .8em;
	font-style: normal;
	padding-top: 10px;
}

.content .article {
	float: left;
	width: 500px;
}


.content .article .quote {
	font-weight: bold;
}
.content .article .quote i {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	margin-bottom: .5em;
}

.content .aside {
	float: right;
	margin: -5px -10px 20px 30px;
	text-align: center;
	width: 195px;
}
.content.green .aside {
	text-align: left;
	font-size: 1.3em;
}
.content.green img.chart {
	margin-right: 25px;
}
.content .aside p:first-child {
	margin-top: 0;
}
.content .aside-jobs {
	text-align: left;
}

.content .aside .webmail {
	font-size: 1.1em;
	margin: 4em 0;
}
.content .aside .webmail a {
	background: url(../images/icon-lock.gif) no-repeat 0 50%;
	color: #999;
	padding-left: 15px;
}
.content .aside .webmail a:hover {
	color: #e25b15;
}

.content p {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 1em 0;
}

.content ul {
	font-size: 1.2em;
	list-style: square;
	margin: 1em 0;
}
.content ul li {
	margin-left: 24px;
	padding: 0 0 2px 0;
}

.content dl {
	font-size: 1.2em;
	width: 500px;
}
#home .content dl {
	width: auto;
}
.content dl.jobs dd, .content dl.posts dd {
	color: #777;
	font-size: .9em;
	line-height: 1.5;
	margin-bottom: 1em;
}

.content .photo {
	margin: 0 0 1em 0;
}
#reduction-recycling .content .photo {
	margin-bottom: 3em;	
}
.content .published {
	margin: 1em 0;
	text-transform: uppercase;
}
.content .byline {
	margin: 1em 0 2em 0;
	text-transform: uppercase;
}
.content .external {
	margin: 2em 0 1em 0;
	text-transform: uppercase;
}


/* =Feature ************/

.feature.green div {
	padding: 18px;
}
.feature .headline {
	float: left;
	padding: 18px;
}
.feature.green div.owners {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
}
.feature.green div.owners img {
	vertical-align: bottom;
}
.feature ul {
	list-style: none;
	position: absolute;
	bottom: 20px;
	right: 10px;
}
.feature ul li {
	float: left;
	font-size: 1em;
	width: 150px;
}
.feature ul li a {
	background: url(../images/bullet-arrow-small-dark.png) no-repeat 85% 100%;
	display: block;
	text-decoration: none;
}
.feature ul li a span {
	display: block;
	padding: 0 40px 0 10px;
}


/* =Sidebar ************/

#sidebar {
	margin: 10px 0;
	width: 195px;
}

#sidebar p {
	margin: 10px 0;
}
#sidebar p:first-child {
	margin-top: -6px;
}

#sidebar ul {
	border-top: 1px solid #95979b;
	font-size: 1.2em;
	list-style: none;
	margin: 8px 10px 2em 10px;
}
#sidebar ul li a {
	background: url(../images/bullet-arrow-small.png) no-repeat 100% 50%;
	border-bottom: 1px solid #95979b;
	display: block;
	padding: 4px 20px 4px 0;
	text-decoration: none;
}
#sidebar ul li.current > a {
	background-image: none;
	color: #464749;
}
#sidebar ul li.sub > a {
	background-image: url(../images/bullet-arrow-small-down.png);
	border: none;
}

#sidebar ol {
	border-bottom: 1px solid #95979b;
	list-style: none;
	padding-bottom: 2px;
}
#sidebar ol li a {
	background: none;
	border: none;
	padding: 2px 0 2px 10px;
}


a.callout {
	color: #464749;
	display: block;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	width: 193px;
}
a.callout-blue {
	color: #FFF;
}
.aside .callout {
	font-size: .7em;
}
.green .aside .callout {
	font-size: .7em;
}

a:hover.callout {
	text-decoration: underline;
}
p.current a.callout {
	text-decoration: underline;
}

.callout span,
.callout .span {
	background: url(../images/callouts/callout-dark-bg.png) no-repeat 50% 0;
	display: block;
	font-size: 1.1em;
	padding: 20px 20px 0 20px;
	width: 153px;
}
.callout-light span,
.callout-light .span {
	background-image: url(../images/callouts/callout-light-bg.png);
}
.green .callout-light .span {
	background-image: url(../images/callouts/callout-light-tall-bg.png);
}
.callout-blue span {
	background-image: url(../images/callouts/callout-blue-bg.png);
}
.callout span strong {
	text-transform: uppercase;
}
.callout em {
	background: url(../images/callouts/callout-dark-bottom.png) no-repeat 50% 0;
	display: block;
	height: 40px;
	width: 193px;
}
.callout-light em {
	background-image: url(../images/callouts/callout-light-bottom.png);
	height: 100px;
}
.green .callout-light em {
	background-color: #fff;
	background-image: url(../images/callouts/callout-light-short-bottom.png);
	height: 40px;
	margin: 0 0 0 -20px;
}
.callout-blue em {
	background-image: url(../images/callouts/callout-blue-bottom.png);
}
.callout em img {
	float: right;
	margin: 10px 15px 0 0;
}

.callout strong.green {
	color: #8ec940;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.2;
	text-transform: none;
}
.green .callout .more {
	font-size: .8em;
}
.callout .caveat {
	font-size: 1em;
}

.aside .video a {
	display: block;
	position: relative;
	padding-left: 55px;
	text-decoration: none;
	margin: 1.5em 0;
}
.aside .video a img {
	border: 1px solid #999;
	position: absolute;
	width: 50px;
	height: 37px;
	top: 0;
	left: 0;
}
.aside .video span {
	background: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.aside .video span i {
	display: none;
}


/* =Siteinfo ************/

#siteinfo {
	clear: both;
	font-size: 1.1em;
	line-height: 1.4;
	padding: 10px 0 20px 206px;
}
#siteinfo p {
	margin: 1em 0;
}
#siteinfo p img {
	padding-right: 5px;
	vertical-align: middle;
}
#siteinfo em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
}
#siteinfo strong {
	display: block;
	text-transform: uppercase;
}


/* =Product List ************/

ul.trucks {
	float: left;
	margin: 0;
	width: 500px;
}
.aside ul.trucks {
	width: auto;
}

ul.trucks li {
	float: left;
	font-size: .9em;
	list-style: none;
	margin: 0 15px 20px 0;
	width: 150px;
}
.aside ul.trucks li {
	margin: 0 0 0 15px;
}

ul.trucks li img {
	margin-left: -8px;
	width: 150px;
}
ul.trucks li a {
	background: url(../images/product-list-bg.png) no-repeat bottom left;
	color: #333;
	display: block;
	padding: 10px 10px 30px 10px;
	min-height: 210px;
	text-decoration: none;
}
ul.european-trucks li a {
	background-image: url(../images/product-list-pdf-bg.png);
}
ul.trucks li a strong {
	color: #315385;
	display: block;
	font-size: 1.1em;
	margin: 0 0 1em 0;
}
ul.trucks li a:visited strong {
	color: #315385;
}
ul.trucks li a:hover strong {
	color: #e25b15;
}
ul.trucks li a:focus strong, ul.trucks li a:active strong {
	color: #315385;
}

ul.euro {
	list-style: none;
}
ul.euro li {
	float: left;
	font-size: .9em;
	list-style: none;
	margin: 0 0 0 15px;
	width: 150px;
}
ul.euro li a {
	text-decoration: none;
}
ul.euro li img {
	width: 150px;
}

/* =Preowned List ************/

ul.preowned {
	margin: 2em 0 0 0;
	width: auto;
}

ul.preowned li {
	font-size: 1em;
	list-style: none;
	margin: 1em 15px 20px 0;
	min-height: 100px;
	overflow: hidden;
	padding-left: 170px;
	position: relative;
}

ul.preowned li img {
	border: 1px solid #ccc;
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 150px;
}

ul.preowned li strong {
	color: #315385;
	display: block;
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

ul.preowned li em {
	color: #315385;
	font-style: normal;
}

ul.preowned li span {
	display: block;
	width: 40%;
	float: left;
	white-space: nowrap;
}
ul.preowned li span.contact {
	width: 520px;
	white-space: normal;
}
ul.preowned li .description {
	clear: both;
	font-size: .9em;
	padding-top: .5em;
	width: auto;
	white-space: normal;
}

ul.preowned li p {
	margin: 0;
	font-size: 1em;
}

dl.rep {
	float: left;
	margin: 0 20px 2em 0;
	width: 40%;
}
dl.rep dt {
	font-weight: bold;
}


/* =Addresses ************/

.address h4 {
	clear: both;
	border-bottom: 1px solid #999;
}
.address h4 a {
	text-decoration: none;
}
.address p {
	float: left;
	margin: 0 40px 20px 0;
	width: 230px;
}
.address p + p {
	margin-right: 0;
}


/* Pagination **************************************************************/

.pagination {
	background: url(../images/pagination-bg.png) no-repeat bottom left;
	clear: both;
	font-size: 1.2em;
	height: 75px;
	line-height: 95px;
	margin: 10px 0 0 0;
	text-align: center;
	width: 720px;
	position: relative;
}
.pagination span, .pagination a {
	padding: 0 10px;
}
.pagination a {
	text-decoration: none;
}
.pagination .prev_page {
	background: url(../images/bullet-arrow-medium-blue-left.png) no-repeat 0 50%;
	display: block;
	position: absolute;
	left: 0; top: 0;
	margin-left: 10px;
	padding-left: 24px;
	text-transform: uppercase;
}
.pagination span.prev_page {
	background-image: url(../images/bullet-arrow-medium-left.png);
}
.pagination .next_page {
	background: url(../images/bullet-arrow-medium-blue.png) no-repeat 100% 50%;
	display: block;
	position: absolute;
	right: 0; top: 0;
	margin-right: 10px;
	padding-right: 24px;
	text-transform: uppercase;
}
.pagination span.next_page {
	background-image: url(../images/bullet-arrow-medium.png);
}


/* Forms **************************************************************/

.content .notice {
	color: #3c699a;
	font-weight: bold;
}

.content form#new_inquiry fieldset {
	background: #f5f5f5;
	border: 2px solid #eee;
	margin-bottom: 3em;
	overflow: hidden;
	padding: 30px 30px 20px 30px;
}

.content form#new_inquiry fieldset .col1, .content form#new_inquiry fieldset .col2 {
	float: left;
	margin-right: 50px;
	width: 300px;
}
.content form#new_inquiry fieldset .col2 {
	margin-right: 0;
}

.content form#new_inquiry label {
	display: block;
	font-size: 1.2em;
}

.content form#new_inquiry input, .content form#new_inquiry select {
	font-size: 1.6em;
	margin-bottom: .75em;
	width: 18em;
}

.content form#new_inquiry fieldset .action input {
	width: auto;
}

.content form#new_inquiry input#inquiry_submit {
	margin-top: 1em;
}

.content form#new_inquiry .instructions {
	font-size: 1.2em;
}

.content form#new_inquiry .errorExplanation {
	color: #C00;
}
.content form#new_inquiry .field-with-errors label {
	color: #C00;
}
