@import "grid.css";
@import "menus.css";
@import "forms.css";
@import "tables.css";
@import "content.css";

html, body {
	color: #302f2e;
    font-family: "Lucida grande", arial, helvetica, sans-serif;
	font-weight: normal !important;
	background: #003145 url(../images/deco/body-gradient.gif) 0 0 repeat-x;
}

body {
	padding: 3em 0 2em;
}


div#wrap {
	width: 900px;
	padding: 0 40px;
	margin: 0 auto;
	background: transparent url(../images/deco/body-bg.png) 0 0 repeat-y;
}

	div#header {
		position: relative;
		height: 125px;
		margin: 0 -40px;
		padding: 10px 40px;
		background: url(../images/deco/body-top.png) 0 0 no-repeat;
	}
	
		div#header a.brand-logo {
			position: absolute;
			top: 17px;
			right: 50px;
		}

		/* Dealer logo */
		div#header div.dealer-logo {
			position: absolute;
			top: 20px;
			width: 500px;
			height: 60px;
		}
			div#header div.dealer-logo img {
				display: block;
			}

		/* Dealers with no logo */
		div#header div.dealer-logo div.content {
			position: absolute;
		}

			div#header div.dealer-logo div.content a {
				display: block;
				margin-top: 20px;
				text-decoration: none;
				font-size: 2.2em;
				letter-spacing: -.03em;
				color: #161615;
			}

		/* Flashupgrade message */
		#mainpic .flashcontent {
			height: 150px; 
			padding: 15px 20px; 
			border: 1px solid #ddd;
		}

			#mainpic .flashcontent .title {
				display: block;
				font-size: 20px; 
				margin: 4px 0 10px 80px;
			}

			#mainpic .flashcontent .logo {
				float: left;
			}

			#mainpic .flashcontent p {
				margin-left: 80px;
			}

			#mainpic .flashcontent img {
				width: auto !important;
			}




	div#main {
		overflow: auto;
		margin: 2em 0 3em;
		padding: 0;
		background: transparent url(../images/deco/vert-separator.png) 184px 0 repeat-y;
	}
	
		body.frontpage div#main {
			background: none;
		}


	div#content {
		float: right;
		width: 680px;
		margin: 0;
		border-bottom: 4px solid #fff;
	}
	
		body.frontpage div#content {
			overflow: auto;
			float: none;
			width: auto;
		}

	div#sidebar {
		float: left;
		width: 190px;
		padding-top: .5em;
		border-top: 1.5em solid #fff;
	}
	
		div#sidebar div.content {
			padding-right: 20px;
		}



	div#footer {
		clear: both;
		overflow: auto;
		margin: 0 -40px;
		padding: 10px 40px;
		background: transparent url(../images/deco/body-bottom.png) 0 100% no-repeat;
	}
	
		div#footer div.content {
			padding: 0 0 1em;
			background: #f7f5f2;
			color: #9d9c99;
			font-size: 1.1em;
		}
		
			div#footer div.links {
				float: right;
			}
				div#footer div.links ul {
					margin: 1px 0 0 !important;
				}
			
				div#footer div.links li {
					float: left;
					margin-left: 10px;
				}
				
			div#footer a {
				color: #9d9c99;
				text-decoration: none;
			}
			
			div#footer a:hover {
				color: #555;
			}
			
			div#footer div.vcard {
				float: left;
				width: 650px;
			}
				div#footer div.vcard em {
					font-weight: bold;
					font-style: normal;
				}

				#footer div.vcard div {
					display: inline;
				}

				#footer div.vcard .org {
					font-weight: bold;
				}

				#footer div.vcard .geo {
					display: none;
				}


a.blocklink {
	display: block;
	background: transparent url(../images/bullets/arrow-left.gif) 0 0.5em no-repeat;
	padding-left: 11px;
}
	a.blocklink.left {
		float:left;
	}


.content a.prev,
.content span.prev {
	margin: 2px 0;
	padding-left: 10px !important;
	background: transparent url(../images/bullets/arrow-left.gif) 0 55% no-repeat;
}

.content a.next,
.content span.next {
	margin: 2px 5px;
	padding-right: 10px !important;
	background: transparent url(../images/bullets/double-arrow.gif) 100% 55% no-repeat;
}

a.prev {
	margin-top: 5px;
}
a.next {
	float: right;
}
a.prev + h1 {
	margin-top: 6px;
}

/* Typography */
.content h1 {
	margin-top: .5em;
	font-size: 2em;
	line-height: 1.3em;
}

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

.content h3 {
	font-size: 1.1em;
}

	div#sidebar h3 {
		font-size: 1em;
		color: #777;
	}

.content h4 {
	font-size: 1em;
}

.content a,
.content a:link,
.content a:visited {
	color: #e4210f;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}


/* Messages */
.content div.info,
.content div.error-explanation,
.content p.info {
	margin: 1em 0;
	padding: 0.6em 1em 1.6em;
	background: #fbeda2 url(../images/icons/info-arrow.png) 0 100% no-repeat;
	color: #5a532c;
}
	.content .info em {
		font-weight: bold;
		font-style: normal;
	}


	.error-explanation h3 {
		margin-top: .5em;
		font-size: 13px;
		color: #d60000;
		letter-spacing: 0;
	}

	.error-explanation p {
		margin: .5em 0;
		font-weight: bold;
	}

	.error-explanation ul {
		margin-bottom: 1em;;
	}



/* Additional text-styles */
.alert { 
	color:#cc0000;
}

.date {
	color:#666;
	font-size: 0.9em;
}

span.required {
	color: #f00;
}

.amount { 
	text-align: right;
}


/* Buttons */
.content a.button {
	display: inline-block;
	overflow: auto;
	height: 28px;
	margin: 0;
	background: transparent url(../images/buttons/button-bg.png) 0 0 no-repeat;
	color: #527495;
	font-size: 10px;
	line-height: 28px;
	text-decoration: none !important;
	color: #333;
	border: 0;
}
	.content a.button span {
		display: block;
		height: 28px;
		font-weight: bold;
		background: transparent url(../images/buttons/button-bg.png) 100% 0 no-repeat;
		margin: 0 0 0 5px;
		padding: 0 12px 0 8px;
		cursor: pointer;
	}

	.content a.button:hover {
		color: #E4210F;
	}

.print {
	background: transparent url(../images/icons/print.png) 0 0 no-repeat;
	padding-left: 22px;
	cursor: pointer;
}

