@import url("reset.css");

/**** Classes *****/
#homePage #wrapper{
	border: 0 !important;	
}
#homePage .clear{clear: both;}
#homePage .link-blackBook{display: inline; float: left; margin: 0 10px;}
#homePage .car-specials, .vehicle {
	background: #d3d3d3;
	border: 1px solid #707070;
	display: inline;
	float: left;
	height: 101px;
	margin: 0 0 10px 20px;
	width: 304px;
}

#homePage .specials-car{
	display: inline;
	float: left;
	width: 125px;
	height: 84px;
}

	#homePage #car-specials .specials-car img {
		width: 125px;
		height: auto;
	}

/**** Structure ****/

#header{
	height: 111px;
	overflow: hidden;
	width: 980px;
}
#homePage #image-flip{
	display: inline;
	float: left;
	height: 286px;
	margin: 15px 15px 15px 0;
	width: 644px;
	overflow: hidden;
}
#homePage #quick-links{
	display: inline;
	float: left;
	margin-left: 8px;
	width: 317px;
}
#homePage #right-welcome{
	display: inline;
	float: right;
	margin: 15px 0;
}
#homePage #search-inventory-home{
	border: 1px solid #000;
	display: inline;
	float: left;
	height: 138px;
	margin: 0 0 15px 15px;
	width: 303px;
}
#homePage #wrapper{
	margin: 0 auto;
	width: 980px;
}

/**** Header Classes ****/
.address-phone{
	display: inline;
	float:right;
	margin: 29px 15px 0 0;
}
.header-address{
	color: #707070;
	display: block;
	text-align: right !important;
}
.header-phone{
	color: #707070;
	display: block;
	font-size: 21px;
	font-weight: bold;
	text-align: right;
}
.logo{
	float:left;
	display: inline;
	margin: 10px 10px;
}

.toyota-logo{
	display: inline; 
	float:right;
	margin: 18px 41px 0 0;
}

/**** Navigation Classes ****/
.navigation{
	background: #d3d3d3;
	clear: both;
	height: 20px;
	margin-top: 50px;
}

.navigation li{
	display: inline;
	float: left;
	margin-top: 4px;
}

.navigation li a{
	color: #707070;
	font-weight: bold;
	margin-top: 3px;
	padding: 0px 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.navigation li a:hover{color: #fff;}

/**** Quick Links ****/
#homePage #quick-links img{
	margin-bottom: 10px;
}

/**** Search Inventory ****/
#homePage #search-inventory-home h1{
	color: #ff0000;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 5px 5px;
}

#homePage #search-inventory-home input, #search-inventory-home label{
	*margin-top: -5px;
}

#homePage .btn-search{
	display: inline;
	float: right;
	margin: 0 10px 0 0 !important;
	*margin: 0 10px 0 0 !important;
	
}
#homePage #search-inventory-home select{
	display: inline;
	float: left;
	width: 140px;
	margin: 2px 5px;
}

/**** Specials ****/
#homePage #car-specials .model,#car-specials .type{
	color: #000;
	display: block;
	font-weight: bold;
}

#homePage #car-specials .model{
	margin: 15px 0 3px 0;
}

#homePage #car-specials .addons, #car-specials .price{
	display: block;
	margin: 3px 0;
}

/**** Widget ****/

#homePage .open-close{
	float: right;
}

#homePage #widget-header-closed{
	background: url(/PTMSCMS/shell/css/images/bg_headerWidgetClosed.jpg) top left no-repeat;
	height: 47px;
	margin-left: 10px;
	width: 962px;
}

#homePage #widget-header-open{
	background: url(/PTMSCMS/shell/css/images/bg_headerWidgetOpen.jpg) top left no-repeat;
	height: 36px;
	margin-left: 10px;
	width: 962px;
}

#homePage #widget-content{
	background: url(/images/bg_widget.jpg) top left no-repeat;
	height: 199px;
	margin-left: 10px;
	width: 962px;
}

/*
	#####################################################################
	# Standard content items
	#####################################################################
*/
	body{
		background-color: white;
		font-size: 11px;
		font-family: "Verdana", Helvetica, Arial, sans-serif;
	}

	h1 {
		font-size: 1.5em;
		color: #585858;
		margin: 0 0 20px 0;
		border-bottom: 1px solid gray;
	}

	h2 {
		font-size: 1.25em;
		color: #585858;
		margin: 0 0 5px 0;
	}

	h3 {
		font-size: 1em;
		color: #4271B9;
		margin: 0 0 5px 0;
	}

	p {
		margin: 15px 0 15px 0;
	}

	em {
		font-style: italic;
	}

	strong {
		font-weight: bold;
	}

	br {
		clear: both;
	}

	a, a:link, a:visited {
		color: #076EFF;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	table {

	}

	table tr td {
		vertical-align: top;
		text-align: left;
	}

	label:hover {
		cursor: pointer;
	}

	img {
		border: 0;
	}

	blockquote {
		background-color: #F4F4F4;
		border: 1px gray dotted;
		padding: 5px;
		font-family: Georgia, serif;
		font-style: italic;
	}

/*
	#####################################################################
	# Standard form styles
	#####################################################################
*/
	form {
		margin: 0;
		padding: 0;
	}

	input.text, textarea.textarea, select.select, .formError {
		font-family: serif;
		font-size: 1em;
		border: 1px #C3C3C3 solid;
		background-color: #EBF1F5;
		padding: 2px;
	}

	input:focus.text, textarea:focus.textarea {
		border: 1px #3C8CFF solid;
	}

	input.checkbox {
		vertical-align: middle;
	}

	input.radio {
		vertical-align: text-top;
	}

	fieldset {
		border: 1px #C3C3C3 solid;
		padding: 0 10px 10px 10px;
	}

	fieldset legend {
		color: #303030;
		border-left: 1px #C3C3C3 solid;
		border-right: 1px #C3C3C3 solid;
		padding: 0 5px 0 5px;
		vertical-align: middle;
	}

	.formElement {
		display: inline-block;
		float: left;
	}

	.formElement label {
		color: #303030;
		display: block;
		margin: 5px 0 3px 0;
	}

	.formElement label.checkbox {
		color: #303030;
		display: inline;
	}

	.buttonRow {
		text-align: center;
		padding-top: 10px;
	}

	.formError {
		border-width: 1px 0 1px 0;
		border-style: dotted;
		border-color: #FF0000;
		color: black;
		background-color: #FFE6E6;
		margin: 2px 0 2px 0;
		width: inherit;
		font-style: italic;
		letter-spacing: .05em;
		text-align: center;
	}

	/* Centered form, 600 pixels wide */
	form.c500 {
		width: 500px;
		margin: 25px 25px;
		overflow-x: hidden;
	}

		form.c500 .onePerRow {
			width: 488px;
			margin: 0 0 15px 0;
		}

			form.c500 select.onePerRow {
				width: 492px;
			}

		form.c500 .twoPerRow {
			width: 238px;
			margin: 0 5px 15px 0;
		}

			form.c500 select.twoPerRow {
				width: 244px;
			}

		form.c500 .threePerRow {
			width: 155px;
			margin: 0 5px 15px 0;
		}

	/* Centered form, 800 pixels wide */
	form.c800 {
		width: 800px;
		margin: 25px auto;
		overflow: hidden;
		white-space: nowrap;
	}

		form.c800 .onePerRow {
			width: 794px;
			margin: 0 0 15px 0;
		}

		form.c800 .twoPerRow {
			width: 389px;
			margin: 0 5px 15px 0;
		}

		form.c800 .threePerRow {
			width: 255px;
			margin: 0 5px 15px 0;
		}

		form.c800 .twoThirds {
			width: 523px;
			margin: 0 5px 15px 0;
		}
/*
	#####################################################################
	# Contact header panel styles
	#####################################################################
*/
	#contact-header-panel {
		color: white;
		font-size: 14px;
		font-weight: bold;
		text-align: right;
		margin-bottom: 5px;
		width: 1000px;
	}
		
		.contact {
			float: right !important;
			margin-top: 20px;
		}
		
		.contact td {
			color: #031a2c;
			text-align: right;
			padding: 0px 5px;
		}
		
		.red {
			color: #954444;
		}

		#contact-header-panel a {
			color: white;
		}

		#contact-header-panel div {
			display: inline;
			margin: 0 5px 0 5px;
		}

		#contact-header-panel em {
			font-style: normal;
			color: #70ACE1;
		}

/*
	#####################################################################
	# Header panel styles
	#####################################################################
*/
	#header-panel {
		background-color: white;
		background-image: url("/PTMSCMS/shell/css/images/header-image.gif");
		background-repeat: none;
		position: relative;
	}

/*
	#####################################################################
	# Navigation and navigation panel styles
	#####################################################################
*/
	#navigation-panel {
		text-align: center;
		line-height: 24px;
		z-index: 1000;
		width: 952px;
		padding-right:8px;
		margin: 0 auto;
		height: 30px;
		position:relative;
	}
	
	#navigation-panel .cap-left {
		float: left;
		display: block;
	}
	
	#navigation-panel .cap-right {
		position:absolute;
		top:0;
		right:0;
	}

	#navigation-panel #first-link{
		background-image: none;
	}
	
	#navigation-panel ul{
		list-style: none;
		height: 30px;
		overflow: hidden;
		margin: 0px;
		padding:0;
		float: left;
		width:100%;
		background: url("/PTMSCMS/shell/css/images/nav-repeat-background.gif") top left repeat-x;
	}
	
	#navigation-panel ul li{
		display: inline;
		background: url("/PTMSCMS/shell/css/images/nav-background.gif") top left no-repeat;
		padding: 7px 13px;
		line-height: 30px;
	}

		#navigation-panel a {
			color: #444;
			text-decoration: none;
			font-weight: bold;
			line-height: 31px;
		}

			#navigation-panel a.selected {
				color: #4372BA;
			}

		.subMenuBox	{
			background-color: white;
			border: 1px black solid;
			z-index: 1000;
		}

			.subMenuBox a, .subMenuBox a:visited {
				display: block;
				line-height: 25px;
				padding: 0 5px 0 5px;
				color: black;
			}

			.subMenuBox a:hover {
				background-color: #2376BA;
				color: white;
				text-decoration: none;
			}

/*
	#####################################################################
	# Content panel styles
	#####################################################################
*/
	#content-panel {
		padding: 10px;
	} 

		#content-panel p{
			margin: 5px 40px;
		}


		/* This is to offset the content-panel styles on the homepage */
		#homePage {
		}

/*
	#####################################################################
	# Footer panel styles
	#####################################################################
*/
	#footer-panel {
		clear: both;
		color: black;
		text-align: center;
		padding: 12px 0 5px 0;
		background-color: #FFFFFF;
	}

		#footer-panel a {
			color: black;
			font-size: 14px;
		}

/*
	#####################################################################
	# Home page
	#####################################################################
*/

		#homePage #quickLinksBox {
			display: block;
			background-color: #E1E1E1;
			overflow: hidden;
			width: 975px;
			height: 280px;
			margin: 0 auto;
		}

			#homePage #quickLinksBox .wrapper {
				padding: 0 0 10px 0;
				margin-top: -15px;
				width: 400px;
			}
			
				#homePage #quickLinksBox #cars-div {
					margin: 0px 2px;
					*margin-left: 20px;
				}
				
				#homePage #quickLinksBox #trucks-div {
					margin: 0px 2px;
					*margin-left: 20px;
				}
				
				#homePage #quickLinksBox #suvs-div {
					margin: 0px 2px;
					*margin-left: 20px;
				}
				
				#homePage #quickLinksBox #hybrids-div {
					margin: 0px 2px;
					*margin-left: 20px;
				}
			
			#homePage #quickLinksBox ul {
				list-style: none;
				margin-top: 8px;
				margin-left: -31px;
				*margin-left: 10px;
			}
		
				#homePage #quickLinksBox ul li{
					display: inline;
					margin: 0px 2px;
				}

		#homePage #mainContentBox {
			height: 260px;
			overflow: hidden;
		}

		#homePage div.hr {
			clear: both;
			width: 1000px;
			margin: 10px 0 10px 0;
			background-image: url(/user_files/image/shell/center_mid_repeater.jpg);
		}

		#homePage #inventory-filters {
			overflow: hidden;
			_display: inline;
			float: left;
			width: 381px;
			height: 181px;
			margin-top: 10px;
			margin-left: 18px;
			background-image: url(/PTMSCMS/shell/css/images/search-inventory-background.gif);
		}
			
			#homePage #inventory-filters form{
				margin-left: 5px;
			}
			#homePage #inventory-filters .button, #homePage #inventory-filters select{
				margin-left: 5px;
				margin-top: 5px;
			}
			
			#homePage #inventory-filters input, h2{
				margin-left: 5px;
			}

		#homePage #quick-link-buttons {
			overflow: hidden;
			float: right;
			width: 574px;
			height: 185px;
			margin-top: 10px;
			margin-right: 10px;
		}

			#homePage #newsAndEventsBox h1 {
				background-color: #2376BA;
				color: white;
				margin: 0;
				padding: 0;
				font-size: 1em;
				text-align: center;
				padding: 1px 0 1px 0;
			}

/*
	#####################################################################
	# Inventory Specials
	#####################################################################
*/

	#inventorySpecials {

	}

		#inventorySpecials .photo img {
			width: 375px;
			height: auto;
		}
