/* Begin The Car Shop Formatting */
	/*
		Author: Ryan Thaut
		Email: rthaut@gmail.com
		Web: http://www.rynostudios.com/
		
		Copyright (c) Ryan Thaut 2007-2009. All Rights Reserved.
		No Modification or Distribution Without Written Consent.
	*/
	
/*
	FORMATTING FOR HYPERLINKS
*/

a {
	color: #C0C0C0;
	outline: 0px;
	text-decoration: underline;
}

a:Hover {
	text-decoration: none;
}

b {
	color: #AAAAAA;
	font-weight: normal;
}

blockquote {
	background: url(Images/Q-Last.png) no-repeat bottom right;
	margin: 0px 30px;
	padding: 0px;
}

blockquote p {
	background: url(Images/Q-First.png) no-repeat top left;
	font: italic 13px Georgia, serif;
	line-height: 1.6em;
	margin: 0px;
	padding: 5px 0px 15px 0px;
	text-indent: 30px;
}

body {
	background: #353535 url(Images/BG-Small.png) repeat-x top center;
	border: 0px;
	color: #808080;
	cursor: default;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	text-decoration: none;
}

body.Home {
	background: #353535 url(Images/BG-Large.png) repeat-x top center;
}
	
/*
	FORMATTING FOR THE CONTACT FORM
*/

form {
	border: 0px;
	margin: 0px auto;
	padding: 0px;
}

	form button {
		background: url(Images/Contact/Send.png) top;
		border: 0px;
		color: #FFFFFF;
		cursor: pointer;
		display: block;
		font-size: 16px;
		height: 50px;
		margin: 0px auto;
		padding: 0px;
		width: 210px;
	}
	
	form button:Hover {
		background: url(Images/Contact/Send.png) bottom;
		border: 0px;
	}
	
	form input[type=text],
	form textarea {
		background: #252525;
		border: 1px solid #3F3F3F;
		color: #808080;
		display: block;
		float: left;
		font: normal 15px Helvetica, Arial, sans-serif;
		margin: 0px;
		padding: 6px;
		width: 276px;
	}
	
	form input[type=text].Narrow {
		width: 176px;
	}
	
	form input[type=text].Wide,
	form textarea {
		width: 706px;
	}
	
	form textarea {
		line-height: 1.5em;
		overflow: auto;
	}
	
	form input[type=text]:Focus,
	form textarea:Focus {
		border: 1px solid #555555;
		color: #AAAAAA;
	}
	
	form label {
		display: block;
		float: left;
		font-size: 14px;
		height: 48px;
		line-height: 32px;
		margin: 0px 10px;
		text-align: right;
		text-indent: 5px;
		width: 120px;
	}
	
	form label.Required {
		color: #AAAAAA;
		font-weight: bold;
	}
	
	form label.Required:Before {
		content: "* ";
	}
	
	form label.Wide {
		height: 31px;
		line-height: 31px;
		margin-left: 115px;
		width: 240px;
	}
	
	form p {
		margin: 0px;
		padding: 10px 0px;
	}
	
	form span.Fail {
		color: #BF2525;
		display: block;
		font: 11px normal;
		height: 14px;
		line-height: 14px;
		margin: 0px 0px;
		text-align: right;
	}
	
	form span.Note {
		display: block;
		float: left;
		font-size: 11px;
		height: 40px;
		line-height: 26px;
		margin: 0px 10px;
		text-align: right;
		text-indent: 5px;
	}
	
	form span.Units {
		display: block;
		float: left;
		font-size: 14px;
		height: 31px;
		line-height: 31px;
		margin: 0px 10px;
		text-align: left;
		width: 240px;
	}
	
	form textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		height: 250px;
		overflow: auto;
	}
	
	form #ButtonContainer {
		display: block;
		margin: 20px auto;
		width: 400px;
	}
	
	form #Errors,
	form #Success {
		display: block;
		margin: 0px auto;
		width: 600px;
	}

	form #Processing {
		background: url(Images/Contact/Processing.gif) no-repeat 6px 3px;
		border: 0px;
		color: #808080;
		display: block;
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		margin: 10px auto;
		padding: 0px;
		text-indent: 42px;
		width: 210px;
	}
	
	form #Result {
		background: #252525;
		border: 1px solid #555555;
		color: #808080;
		display: block;
		font-size: 28px;
		margin: 0px auto;
		margin-bottom: 20px;
		width: 500px;
	}
	
		form #Result p {
			margin: 10px 20px;
			padding: 0px;
		}
	
	form #Invalid {
		background: #252525;
		border: 1px solid #BF0000;
		color: #AAAAAA;
		display: block;
		font-size: 14px;
		margin: 0px auto;
		width: 500px;
	}
	
		form #Invalid p {
			margin: 5px 20px;
			padding: 0px;
		}

p {
	clear: both;
	line-height: 1.5em;
}

p.Cite {
	color: #AAAAAA;
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	padding: 0px 30px;
}
	
/*
	FORMATTING FOR GENERIC CLASSES
*/
	
.Float-Left {
	float: left;
}

.Float-Right {
	float: right;
}
	
/*
	FORMATTING FOR HEADINGS
*/

h1 {
	clear: both;
	color: #AAAAAA;
	font-size: 30px;
	font-weight: normal;
	height: 80px;
	line-height: 80px;
	margin: 0px 40px;
	padding: 0px;
}

h1 a {
	color: #AAAAAA;
}

h2 {
	clear: both;
	color: #AAAAAA;
}

h3 {
	clear: both;
	margin: 0px;
	padding: 0px;
}
	
/*
	FORMATTING FOR LISTS
*/

ol li,
ul li {
	color: #AAAAAA;
}

	ol li span,
	ul li span {
		color: #808080;
	}

ul.Float {
	display: block;
	list-style-type: none;
	margin: 0px 10px;
	padding: 0px;
}

	ul.Float li {
		float: left;
		margin: 0px 20px;
		padding: 0px;
	}

/*
	FORMATTING FOR THE HEADER
*/

#Header {
	background: url(Images/Header.png) no-repeat top center;
	display: block;
	height: 150px;
	margin: 0px auto;
	width: 960px;
}

	#Header #Logo {
		display: block;
		height: 90px;
		width: 100%;
	}
	
		#Header #Logo a {
			display: block;
			height: 90px;
			margin: 0px;
			position: relative;
			width: 510px;
		}

	#Header ul.Navigation {
		float: right;
		height: 60px;
		list-style-type: none;
		margin: 0px auto;
		padding: 0px;
	}
	
		#Header ul.Navigation li {
			display: block;
			height: 35px;
			float: left;
			margin: 0px 5px;
			padding: 0px;
		}

			#Header ul.Navigation li a {
				display: block;
				height: 60px;
				margin: 0px;
				padding: 0px;
			}
			
			#Header ul.Navigation li #Home {
				background-image: url(Images/Nav/Home.png);
				width: 100px;
			}
			
			#Header ul.Navigation li #About {
				background-image: url(Images/Nav/About.png);
				width: 100px;
			}
			
			#Header ul.Navigation li #Contact {
				background-image: url(Images/Nav/Contact.png);
				width: 130px;
			}
			
			#Header ul.Navigation li #Financing {
				background-image: url(Images/Nav/Financing.png);
				width: 140px;
			}
			
			#Header ul.Navigation li #Inventory {
				background-image: url(Images/Nav/Inventory.png);
				width: 150px;
			}

			#Header ul.Navigation li a:Hover,
			#Header ul.Navigation li a.Active {
				background-position: 0px -60px;
			}
	
/*
	FORMATTING FOR THE MIDDLE SECTION OF EACH PAGE
*/

#Content {
	display: block;
	margin: 0px auto;
	width: 960px;
}

#Main {
	background: #252525 url(Images/Main-BG.png) no-repeat center;
	border: 1px solid #3F3F3F;
	display: block;
	margin: 20px 20px 10px 20px;
	padding: 10px 20px;
	width: 920px;
}

.Lower-Content {
	background: url(Images/Lower-Content.png) repeat-x;
	display: block;
	height: 320px;
	padding: 0px 10px;
	width: 940px;
}

	.Lower-Content div {
		display: block;
		float: left;
		height: 290px;
		padding: 0px 10px;
		position: relative;
		width: 450px;
	}

		.Lower-Content div h2 {
			color: #BFBFBF;
			display: block;
			font-size: 24px;
			font-weight: normal;
			height: 60px;
			line-height: 60px;
			margin: 20px 0px 0px 0px;
			padding: 0px;
			text-indent: 30px;
			text-transform: capitalize;
		}

		.Lower-Content div h2.Divided {
			background: url(Images/Lower-Content-HR.png) no-repeat top;
			margin: 64px 0px 0px 0px;
			padding: 0px;
		}

		.Lower-Content div p.More {
			font-size: 14px;
			height: 20px;
			left: 20px;
			margin: 10px;
			padding: 0px;
			position: absolute;
			top: 270px;
			width: 410px;
		}
		
			.Lower-Content div p.More a {
				color: #808080;
				display: block;
				float: right;
				height: 20px;
				text-align: center;
				text-decoration: none;
				width: 20px;
			}
			
			.Lower-Content div p.More #Test-Next {
				background: url(Images/Arrows.png) no-repeat 0px 0px;
			}
			
			.Lower-Content div p.More #Test-Next:Hover {
				background: url(Images/Arrows.png) no-repeat 0px -20px;
			}
			
			.Lower-Content div p.More #Test-Next:Active {
				background: url(Images/Arrows.png) no-repeat 0px -40px;
			}
			
			.Lower-Content div p.More #Test-Prev {
				background: url(Images/Arrows.png) no-repeat -20px 0px;
			}
			
			.Lower-Content div p.More #Test-Prev:Hover {
				background: url(Images/Arrows.png) no-repeat -20px -20px;
			}
			
			.Lower-Content div p.More #Test-Prev:Active {
				background: url(Images/Arrows.png) no-repeat -20px -40px;
			}
		
		.Lower-Content div #Test-Container {
			display: block;
			float: left;
			height: 189px;
			margin: 0px;
			overflow: hidden;
			padding: 0px;
			width: 450px;
		}
		
		.Lower-Content div #Test-Container ul,
		.Lower-Content div #Test-Container ul li {
			height: 189px;
			list-style-type: none;
			margin: 0px;
			overflow: hidden;
			padding: 0px;
			width: 450px;
		}
	
/*
	FORMATTING FOR THE FOOTER
*/

#Footer {
	background: url(Images/Footer.png) repeat-x top center;
	clear: both;
	display: block;
	height: 50px;
	margin: 0px auto;
	width: 100%;
}

	#Footer a {
		color: #808080;
	}
	
	#Footer p {
		color: #5F5F5F;
		display: block;
		font-size: 11px;
		line-height: 40px;
		margin: 0px auto;
		padding: 10px 0px 0px 0px;
		width: 920px;
	}
	
/*
	FORMATTING FOR THE FOCUS AREA
*/

#Focus {
	display: block;
	height: 350px;
	width: 960px;
}

	#Focus #Focus-Container {
		background: url(Images/Focus-BG.png) no-repeat;
		float: left;
		height: 330px;
		overflow: hidden;
		width: 720px;
	}
	
		#Focus #Focus-Container ul {
			height: 290px;
			list-style-type: none;
			margin: 20px 0px;
			padding: 0px;
		}
	
			#Focus #Focus-Container ul li {
				color: #555555;
				display: block;
				float: left;
				height: 310px;
				margin: 0px;
				padding: 0px;
				width: 720px;
			}
			
				#Focus #Focus-Container ul li h2 {
					color: #555555;
					font-size: 30px;
					margin: 15px 20px;
					padding: 0px;
				}
			
				#Focus #Focus-Container ul li p {
					margin: 20px;
					padding: 0px;
				}
			
				#Focus #Focus-Container ul li img {
					margin: 20px 10px;
				}
			
				#Focus #Focus-Container ul li a.Button {
					background-color: transparent;
					background-position: top;
					display: block;
					float: right;
					height: 60px;
					margin: 10px 20px;
					padding: 0px;
					width: 220px;
				}
			
				#Focus #Focus-Container ul li a.Button:Hover {
					background-position: bottom;
				}
			
				#Focus #Focus-Container ul li a.Difference {
					background-image: url(Images/Slides/Difference-BTN.png);
				}

	#Focus #Focus-Prev {
		background: url(Images/Focus-Prev.png) no-repeat right;
		display: block;
		float: left;
		height: 350px;
		width: 120px;
	}

	#Focus #Focus-Prev:Hover {
		background: url(Images/Focus-Prev.png) no-repeat left;
	}

	#Focus #Focus-Next {
		background: url(Images/Focus-Next.png) no-repeat left;
		display: block;
		float: left;
		height: 350px;
		width: 120px;
	}

	#Focus #Focus-Next:Hover {
		background: url(Images/Focus-Next.png) no-repeat right;
	}