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

html, body {
	color: #302f2e;
    font-family: "Lucida Grande", Arial, verdana, sans-serif;
	background: #fff url(../images/deco/body-bg.png) center 0 repeat-y;
	font-weight: normal !important;
}


div#wrap {
	width: 900px;
	padding: 0 40px;
	margin: 0 auto;
}

	div#header {
		position: relative;
		height: 110px;
		margin: 0 -40px;
		padding: 10px 40px 0;
	}
	
		div#header a.brand-logo {
			position: absolute;
			z-index: 10;
			top: 0;
			right: 30px;
		}

		/* Dealer logo */
		div#header div.dealer-logo {
			position: absolute;
			top: 10px;
			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: 15px;
				text-decoration: none;
				font-size: 1.7em;
				text-transform: uppercase;
				color: #898989;
			}

		/* 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;
		margin: 0 -40px;
		padding: 10px 40px;
	}
	
		div#footer div.content {
			padding: 0 0 1em;
			color: #9d9c99;
			font-size: 1.1em;
		}
		
			div#footer div.links {
				float: right;
			}
				
				div#footer div.links ul {
					float: right;
					margin-top: 0;
				}
			
					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: 1.9em;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #999;
}

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

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

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

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

.content a,
.content a:link,
.content a:visited {
	color: #006dba; /*006dba*/
	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: #006DBA;
	}

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


