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


html {
	height: 100%;
	background: #272727;
}

body {
	height: 100%;
	color: #fff;
    font-family: arial, helvetica, sans serif;
	background: url(../images/page-bg.png) center 0 repeat-y;
}

	body.frontpage {
		background: url(../images/page-frontpage-bg.png) center 0 repeat-y;
	}


div#wrap {}

	div#wrap div#inner {
		width: 985px;
		margin: 0 auto;
	}


	#header {
		position: relative;
/*		overflow: auto;*/
		background: #fff;
	}
	
		#header div.inner {
			height: 50px;
			width: 985px;
			margin: 0 auto;
		}
	
		#header a.brand-logo {
			float: left;
			margin-top: 8px;
			padding-left: 15px;
		}
		
		div.branding {
			border-bottom: 1px solid #b70404;
			background: #272727;
		}

			div.branding .dealer-logo {
				height: 50px;
				background: #121212; /*url(../images/boxes/branding-bg.png) 0 100% repeat-x;*/
			}
			
				div.branding .dealer-logo div.content {
					line-height: 1.4em;
				}
				
					div.branding .dealer-logo a {
						display: inline-block;
						margin: 16px 0 0 15px;
						padding: 0 0 6px 0;
						font-size: 1.8em;
						font-weight: normal;
						color: #969696;
						text-transform: uppercase;
					}
				
					/* Image dealer logo */
					div.branding .dealer-logo.image a {
						margin: 0 0 0 15px;
						padding: 0;
					}
				
						div.branding .dealer-logo.image img {
							display: block;
						}

	div#page-title {
		
	}
	
		div#mainpic {
			float: left;
			width: 800px;
			border-bottom: 1px solid #b70404;
		}
		
			div#mainpic img {
				display: block;
			}
		
			/* Flashupgrade message */
			#mainpic .flashcontent { 
				height: 300px;
				padding: 15px 30px; 
			}

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

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

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

#main {
	overflow: hidden;
	height: auto;
	padding: 0;
	background: #1c1c1c url(../images/page-bg.png) 0 0 repeat-y;
}

	body.frontpage #main {
		background: #1c1c1c url(../images/page-frontpage-bg.png) 0 0 repeat-y;
	}


	div#content {
		overflow: auto;
		float: right;
		width: 765px;
		padding: 15px 17px 3em 18px;
		background: #333;
	}
	
		body.frontpage div#content {
			float: left;
			padding-bottom: 0;
		}
		

	div#sidebar {
		float: left;
		width: 165px;
		padding: 1em 10px 0;
	}

		body.frontpage div#sidebar {
			float: right;
		}



#footer {
	position: relative;
	clear: both;
	margin: 2em 0 0 185px;
	width: 765px;
	padding: 12px 17px 20px 18px;
	font-size: .9em;
	color: #999;
	border-top: 1px solid #b70404;
	background: #333;
}

	body.frontpage #footer {
		margin: 0 0 0 0;
	}

	#footer a { 
		color:#999; 
	}
	#footer a:hover {
		color: #aaa;
	}
	
	#footer div.vcard {
		width: 500px;
	}
	
		#footer div.vcard div {
			display: inline;
		}
		
		#footer div.vcard .org {
			font-weight: bold;
		}
		
		#footer div.vcard .geo {
			display: none;
		}


		#footer div.meta div.links ul {
			position: absolute;
			top: 10px;
			right: 17px;
		}
			#footer div.meta div.links ul li {
				display: inline;
			}
		
				#footer div.meta div.links a {
					padding-left: 15px;
					line-height: 2em;
					text-transform: uppercase;
					background: none;
				}
	

/* Typography */
div.content {
	font-size: 1.2em;
}
.content h1 {
	margin-top: .7em;
	padding: 0 0 6px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #969696;
	text-transform: uppercase;
}
	#content h1 {
		margin: -15px -17px 1em -18px;
		padding: 8px 20px;
		font-size: 1.7em;
		line-height: 1.4em;
		color: #fff;
		background: #1c1c1c;
	}
	

.content h2 {
	font-size: 1.3em;
	color: #fff;
	line-height: 1.9em;
	padding-left: 40px;
	background: transparent url(../images/bullets/h2-bg.png) 0 0 no-repeat;
}

	#main h2 a {
		display: block;
		padding-left: 10px;
		text-decoration: none !important;
		color: #fff;
		background: transparent url(../images/bullets/arrow-red-big.png) 0 .65em no-repeat;
	}
		#main h2 a:hover {
			color: #aaa;
		}


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

	h3.section-header {
		margin: .5em 0 1em;
		padding: 8px 0 0;
		color: #999;
		font-weight: normal;
		font-family: Tahoma,arial,sans-serif;
	}

.content h4 {
	font-size: 1em;
	padding: 5px 0 5px;
}

.content h5 {
	padding:3px 0 3px 0;
	letter-spacing:0px;
}

.content a,
.content a:active,
.content a:visited,
.content a:focus {
	color: #ff0000; 
	text-decoration: none;
}

.content a:hover {
	color: #fff;
}
	
	div#content a {
		text-decoration: underline;
	}
	
#sidebar a {
	color: #fff;
}
	
	#sidebar a:hover {
		color: #aaa;
	}


a.blocklink {
	display: block;
	background: transparent url(../images/bullets/arrow-red.gif) 0 0.4em no-repeat;
	padding-left: 9px;
}
	a.blocklink.left {
		float:left;
	}
	
.content a.prev,
.content span.prev {
	margin: 2px 0;
	padding-left: 13px;
	color: #fff !important;
	background: transparent url(../images/bullets/arrow-red-right.gif) 0 50% no-repeat !important;
}

.content a.next,
.content span.next {
	margin: 2px 0;
	padding-right: 13px;
	color: #fff !important;
	background: transparent url(../images/bullets/arrow-red.gif) 100% 50% no-repeat !important;
}

a.prev {
	float: right;
	margin-top: 10px !important;
}


p {
	margin:0 0 1.2em 0;
}

ul {
	list-style-type:square;
	margin:6px;
	padding:4px;
}

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

.date {
	color: #888;
}

span.required {
	color: #f00;
}

/* Messages */
.content div.info,
.content p.info {
	font-size: 1.1em;
	margin: 1em 0;
	padding: 0.6em 1em 1.4em;
	background: #76a200 url(../images/icons/info-arrow.png) 0 100% no-repeat;
	color: #d8eaba;
}
	.content .info em {
		color: #fff;
		font-weight: bold;
		font-style: normal;
	}
	

/* Error explanation*/
.error-explanation {
	margin: 1em 0 1.5em;
	padding: 0.6em 1em 1.4em;
	background: #d51c00 url(../images/icons/error-arrow.png) 0 100% no-repeat;
}

	.error-explanation h3 {
		margin-top: .5em;
		font-size: 14px;
		color: #fff;
	}

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

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

	
	

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

