/**************************
 Theme: SARUMAN

 This is the core CSS (Cascading Style Sheet)
 Control Panel.  All commonly used layout
 definitions reside here and effect the
 application site wide.

 These are STRUCTURAL STYLES only!
 - To be supplemented by client specific
   .css files on a per client basis.
 - ie... valley.css
 - ALL image calls have been pulled out into
   client specific style sheet.

 -----------

 Styles are arranged by page layout order.

 -----------

 Created: 		12/30/2007
 Changed: 		07/21/2010
 Last Changed By: 	Duggan

 By: DnS Inc.
 Copyright (c) 2010, All Rights Reserved
****************************/

/* global styles */

a 		{
		color: #39f;
		text-decoration: none;
		}

a:hover		{
		color: #ccc;
		text-decoration: underline;
		}

body           	{
               	background-color: black;
               	font: 11px verdana, arial, sans-serif;
               	margin: 0;
               	padding: 0;
               	text-align: center;
               	background-repeat: repeat-x;
              	}

h1		{
		position: absolute;
		z-index: 100;
		width: 530px;
		text-align: center;
		padding: 3px 0 3px 0;
		border: 0px solid black;
		color: #999;
		font: bold 30px arial;
		margin: 0;			/* this is critical to positioning (takes top margin off FF) */
		}

#pageFrame	{
	   	width: 780px;
	   	position: relative;
	   	margin: 0 auto 0 auto;
	   	}

/* HEADER */

#pageHeader	{
	   	color: #fff;
	   	height: 143px;
	   	padding: 0 0 0 20px;
               	background-repeat: no-repeat;
	   	}

#pageHeader .headerContact {
	   	text-align: right;
	   	height: 84px;
	   	padding: 25px 25px 0 0;
	   	font: 12px georgia, trebuchet ms, tahoma, times;
	   	color: #fff;
	   	}

#pageHeader .headerContact .phone {
	   	font: bold 20px georgia, trebuchet ms, verdana, arial;
	   	color: #D0262B;
	   	}

#pageHeader .menuItem {
	   	height: 20px;
	   	border-right: 1px solid #705B16;
	   	float: left;
	   	font: bold 12px verdana, arial;
	   	padding: 4px 15px 0 15px;
	   	}

#pageHeader .menuItem a {
	   	color: #FFCF30;
	   	text-decoration: none;
	   	}

#pageHeader .menuItem a:hover {
	   	color: #D0262B;
	   	text-decoration: underline;
	   	}

#pageHeader .menuItem a.menuSelected {
	   	color: #D0262B;
	   	text-decoration: none;
	   	}

#pageHeader .menuItem a.menuSelected:hover {
	   	color: #D0262B;
	   	text-decoration: underline;
	   	}

#pageHeader .menuItem_selected {
	   	height: 20px;
	   	border-right: 1px solid #705B16;
	   	float: left;
	   	font: bold 12px verdana, arial;
	   	padding: 4px 15px 0 15px;
	   	}

#pageHeader .menuItem_selected a {
	   	color: #FFCF30;
	   	text-decoration: none;
	   	}

#pageHeader .menuItem_selected a:hover {
	   	color: #D0262B;
	   	text-decoration: underline;
	   	}

#pageHeader .menuItem_selected a.menuSelected {
	   	color: #D0262B;
	   	text-decoration: none;
	   	}

#pageHeader .menuItem_selected a.menuSelected:hover {
	   	color: #D0262B;
	   	text-decoration: underline;
	   	}

/* BODY */

#pageBody	{
	   	width: 780px;
	   	color: #fff;
	   	text-align: left;
	   	position: relative;
	   	border: 0px solid #ccc;
	   	padding: 0px 20px 10px 20px;
               	background-repeat: repeat-y;
	   	}

#pageBody .backButton input {
		width:100px;
		margin: 15px 0 0 0;
		font:9px verdana;
		}

/* LEFT MENU */

#pageBody #menu {
	   	width: 190px;
	   	float: left;
	   	text-align: center;
	   	margin-top: 15px;
	   	color: #ccc;
	   	font: bold italic 14px georgia, trebuchet ms, times;
	   	}

#pageBody #menu #menuTop {
	   	height: 11px;
               	background-repeat: no-repeat;
	   	}

#pageBody #menu #menuSpan {
	   	text-align: center;
	   	margin-top: 0 !important;	/* !important hides this from IE6 only */
	   	margin-top: -7px;
	   	padding: 1px 0 0 0;
               	background-repeat: repeat-y;
	   	}

/* FEATURED ITEMS MENU */

#pageBody #menu .featured_title {

	   	}

#pageBody #menu #menuSpan .featured {
	   	width: 170px;
	   	text-align: center;
	   	margin: 5px auto 0 auto;
	   	}

#pageBody #menu #menuSpan .featured a {
	   	color: #fff;
	   	font: 10px verdana, arial;
	   	text-decoration: none;
	   	}

#pageBody #menu #menuSpan .featured a:hover {
	   	color: #999;
	   	text-decoration: underline;
	   	}

#pageBody #menu #menuSpan .featured img {
	   	border: 1px solid white;
	   	width: 160px;
	   	}

/* CATAGORY MENU */

#pageBody #menu #menuSpan .menuNormal {
		height: 20px;
		font: bold 12px arial, sans-serif;
		color: #fff;
		padding: 3px 0 0 0;
		margin: 3px 0 0 0;
		background-repeat: no-repeat;
		background-position: top center;
		}

/*****************************************************************
 THIS IS A HACK! STUPID FUCKING MS IE6! (See Below)
   - Firefox (as it should) accepts !important as heirarchical
     superior to subsequent overflow control.  IE6 is very DUMB
     and does not recognize such. As a consequence, IE6 gets
     overflow=hidden and FF gets visible
******************************************************************/

#pageBody #menu #menuSpan .menuHover {
		height: 20px;
		color: #fff;
		font: bold 12px arial, sans-serif;
		padding: 3px 0 0 0;
		margin: 3px 0 0 0;
		background-repeat: no-repeat;
		background-position: top center;
		overflow: visible !important;   	/* !important hides this from IE6 only */
		overflow: hidden;
		}

#pageBody #menu #menuSpan .menuSubNormal {
		display: none;
		position: static;
		}

#pageBody #menu #menuSpan .menuSubHover {
		background-color: #4A3E15;
		border: 1px solid #999;
		z-index: 1000;
		font:bold 12px arial, sans-serif;
		position: relative;
		left: 125px;
		width: 200px;
		margin-top: -15px;
		}

#pageBody #menu #menuSpan .menuSubHover div {
		padding: 1px 0px 1px 0px;
		position: static;
		border: none;
		border-top: 1px solid #555;
		margin: 0;
		}

#pageBody #menu #menuSpan .menuSubHover div:hover {
		background-color: #333;
		}

#pageBody #menu #menuSpan a.menuitem:link	{
		text-decoration: none;
		color: white;
		font: bold 12px arial;
		}

#pageBody #menu #menuSpan a.menuitem:visited {
		text-decoration: none;
		color: white;
		}

#pageBody #menu #menuSpan a.menuitem:hover {
		text-decoration: none;
		color: #fff;
		display: block;
		}

#pageBody #menu #menuSpan a.menuitem:active {
		text-decoration: none;
		color: #fff;
		display: block;
		}

#pageBody #menu #menuBottom {
	   	height: 11px;
               	background-repeat: no-repeat;
	   	}

#pageBody #menu #locationInfo {
	   	margin: 25px 0 25px 10px;
	   	color: #ccc;
	   	font: 11px arial;
	   	text-align: left;
	   	}

/* BODY */

#pageBody #bodyMain {
	   	float: left;
	   	position: relative;
	   	border: 0px solid #ccc;
	   	width: 535px;
	   	padding: 12px 5px 12px 19px;
	   	font: 12px verdana, arial;
               	background-repeat: no-repeat;
               	background-position: top right;
	   	}

/* BOTTOM BOXES */

#pageBody #bodyMain .box {
	   	float: left;
	   	border: 0px solid #ccc;
	   	text-align: left;
	   	display: inline;
	   	width: 225px;
	   	font: 12px verdana, arial;
	   	margin: 20px 20px 20px 20px;
	   	}

#pageBody #bodyMain .box .top {
	   	height: 20px;
               	background-repeat: no-repeat;
	   	}

#pageBody #bodyMain .box .span {
               	background-repeat: repeat-y;
               	font: 11px verdana, arial;
               	padding: 0 10px 0 10px;
	   	}

#pageBody #bodyMain .box a {
	   	color: #39f;
	   	text-decoration: none;
	   	}

#pageBody #bodyMain .box a:hover {
	   	color: #ccc;
	   	text-decoration: underline;
	   	}

#pageBody #bodyMain .box .bottom {
	   	height: 20px;
               	background-repeat: no-repeat;
	   	}

#pageBody #bodyMain .home_text {display: block;margin: 35px 0 0 0;font: 10px arial, verdana, sans-serif;}

/* INVENTORY LISTING PG INFO */

#pageBody #bodyMain #itemInfo {
	   	margin-top: 40px;
	   	}

#pageBody #bodyMain #itemInfo .navDisplay {
	   	float: right;
	   	width: 200px;
	   	text-align: center;
               	font: italic 11px arial;
               	background-color: black;
               	border: 1px solid #777;
	   	}

#pageBody #bodyMain #itemInfo .sort {
	   	width: 250px;
               	font: 11px arial;
               	color: #FFCF30;
	   	}

#pageBody #bodyMain #itemInfo .sort a {
	   	color: #fff;
	   	text-decoration: none;
	   	}

#pageBody #bodyMain #itemInfo .sort a:hover {
	   	color: #FFCF30;
	   	text-decoration: underline;
	   	}

#pageBody #bodyMain #itemInfo .sort a.sortedBy {
	   	color: #39f;
	   	text-decoration: none;
	   	}

#pageBody #bodyMain #itemInfo .sort a.sortedBy:hover {
	   	color: #FFCF30;
	   	text-decoration: underline;
	   	}

#pageBody #bodyMain .navPages {
	   	float: right;
	   	width: 200px;
	   	height: 20px;
	   	padding: 5px 0 0 0;
	   	text-align: center;
	   	background-color: black;
               	border: 1px solid #777;
               	font: 12px arial;
	   	}

#pageBody #bodyMain .navPages a {
               	color: #39f;
               	padding: 0 5px 0 5px;
               	text-decoration: none;
	   	}

#pageBody #bodyMain .navPages a:hover {
               	color: #FFCF30;
               	text-decoration: underline;
	   	}

#pageBody #bodyMain .results {
	   	width: 250px;
	   	height: 20px;
	   	padding: 7px 0 0 0;
               	font: bold 17px arial;
	   	}

/* INVENTORY LISTING PG ITEMS */

/* CARFAX */

#carfax 	{
	       	text-align: center;
	       	}

#carfax img	{							/* CARFAX: large (ITEM PG) version */
	       	width: 120px;
	       	height: 49px;
	       	border: none;
	       	}

#pageBody #bodyMain .listItem .itemSpan .price #carfax img {		/* CARFAX: small (INVENTORY PG) version */
	       	width: 88px;
	       	height: 29px;
	       	border: none;
	       	}

/* END: CARFAX */

#pageBody #bodyMain .listItem {
	   	height: 158px;
	   	width: 100%;
	   	position: relative;
                margin: 10px 0 0 0;
               	font: 12px arial;
	   	}

#pageBody #bodyMain .listItem .itemLeft {
	   	height: 100%;
	   	width: 10px;
	   	position: absolute;
		top: 0;
		left: 0;
               	background-repeat: no-repeat;
	   	}

#pageBody #bodyMain .listItem .itemSpan {
	   	height: 100%;
	   	width: 518px;
	   	position: absolute;
	   	top: 0;
	   	left: 10px;
		color: #ccc;
		padding: 10px 0 10px 0;
               	background-repeat: repeat-x;
	   	}

#pageBody #bodyMain .listItem .itemSpan img {
	   	border: 1px solid #777;
	   	float: left;
	   	height: 138px;
	   	margin: 0 15px 0 0;
	   	}

#pageBody #bodyMain .listItem .itemSpan .price {
	   	width: 85px;
	   	float: right;
	   	text-align: right;
	   	margin: 0 10px 0 0;
	   	font: bold italic 20px arial;
	   	color:red;
	   	}

#pageBody #bodyMain .listItem .itemSpan .itemDetails {
	   	position: absolute;
	   	width: 315px;
	   	top: 45px;
	   	right: 0;
	   	margin: 20px 0 0 0;
	   	font: 11px arial;
	   	color: #ccc;
	   	}

#pageBody #bodyMain .listItem .itemSpan .itemDetails p {
	   	padding: 12px 0 0 0;
	   	margin: 0;
	   	}

#pageBody #bodyMain .listItem .itemSpan .itemDetails .itemFeatures {
	   	width: 140px;
	   	height: 85px;
	   	float: right;
	   	text-align: left;
	   	padding: 0 5px 0 15px;
	   	margin: 0 0 0 5px;
	   	border-left: 1px solid #555;
	   	}

#pageBody #bodyMain .listItem .itemSpan .itemDetails .itemFeatures p {
	   	padding: 12px 0 0 0;
	   	margin: 0;
	   	}

#pageBody #bodyMain .listItem .itemSpan .itemDetails .itemFeatures hr {
	   	border-top: 1px solid #111;
	   	}

#pageBody #bodyMain .listItem .itemSpan a.title {
	   	font: bold italic 16px arial;
	   	color: #FFCF30;
	   	text-decoration: none;
	   	}

#pageBody #bodyMain .listItem .itemSpan a.title:hover {
	   	color: #777;
	   	}

#pageBody #bodyMain .listItem .itemRight {
	   	height: 100%;
	   	width: 10px;
	   	position: absolute;
		top: 0;
		right: 0;
               	background-repeat: no-repeat;
	   	}

/*=====================================================*/
/*========= CONTENT ( Item Pages ) ====================*/
/*=====================================================*/

#pageBody #bodyMain #pgTitle {
	   	position: relative;
		font: bold 20px arial;
		color: #fff;
		height: 25px;
		padding: 0 20px 0 20px;
		text-align: center;
	   	}

/*========= Left Column =========*/

#pageBody #bodyMain #leftColumn {
	   	width: 200px;
	   	float: left;
		font: 11px arial;
		padding: 15px 0 0 0;
		background-color: transparent;
		border: 0px solid red;
	   	}

#pageBody #bodyMain #leftColumn .title {
	       	margin-top: 10px;
	       	font: italic 14px verdana, arial;
	       	border-bottom: 3px double #fff;
	       	position: relative;
	       	}

#pageBody #bodyMain #leftColumn .title div {
	       	position: absolute;
	       	top: 0;
	       	right: 0;
	       	width: 75;
	       	font: bold 16px arial;
	       	color: #0f0;
	       	}

#pageBody #bodyMain #leftColumn .content {
	       	margin-top: 15px;
	       	font: 11px arial;
	       	border: 0px solid #333;
	       	}

#pageBody #bodyMain #leftColumn .content dl {
		float: left;
		width: 200px;
		}

#pageBody #bodyMain #leftColumn .content dt {
	       	float: left;
	       	width: 75px;
	       	margin:5px 0 0 0;
	       	border-bottom: 1px dashed #333;
	       	}

#pageBody #bodyMain #leftColumn .content dd {
	       	float: left;
	       	width:125px;
	       	margin:3px 0 0 0;
	       	border-bottom: 1px dashed #333;
	       	}

#pageBody #bodyMain #leftColumn table#features {
	       	width:100%;
	       	margin-top: 15px;
	       	border-collapse:collapse;
	       	}

#pageBody #bodyMain #leftColumn table#features td {
		width: 50%;
		padding: 3px 5px 0 0;
		vertical-align: top;
		}

/*========= Right Column =========*/

#pageBody #bodyMain #rightColumn {
	   	width: 332px;
	   	text-align: right;
	   	float: right;
	   	}

#pageBody #bodyMain #rightColumn a {
	   	border: 0;
	   	}

#pageBody #bodyMain #rightColumn img {
		width:325px;
		margin:15px 0 0 0;
		border:1px solid #fff;
		}

#pageBody #bodyMain #rightColumn #thumbs {
		border: 0px solid red;
		}

#pageBody #bodyMain #rightColumn #thumbs img {
	 	width:101px;
	 	border:1px solid #fff;
	 	margin:5px 0 0 5px;
		}

/*========= VIDEO BUTTON =========*/

#pageBody #bodyMain #rightColumn .video_button {position: absolute;top: 93px; right: 30px;z-index: 100;}

/*========= QUICK LINKS =========*/

#pageBody #bodyMain #rightColumn .quick_links {
	   	margin:0 0 0 0;
	   	text-align: center;
	   	}

#pageBody #bodyMain #rightColumn .quick_links input[type="button"],input[type="submit"] {

	   	}

#pageBody #bodyMain #rightColumn .quick_links .item_apply {
	   	width: 80px;
	   	font: 12px arial, sans-serif;
	   	}

#pageBody #bodyMain #rightColumn .quick_links .item_contact {
	   	width: 200px;
	   	font: 12px arial, sans-serif;
	   	}

/*=====================================================*/
/*========= FOOTER ====================================*/
/*=====================================================*/

.clear		{
		clear: both;
		line-height: 0;
		font-size: 0;
		}

#pageFooter	{
	   	color: #fff;
	   	height: 20px;
               	background-repeat: no-repeat;
	   	}

#footer_tag     {
	        height: 75px;
	        margin: 7px 0 0 0;
	        text-align: center;
	        color: #fff;
	        font: 11px verdana, arial;
	        }

.footer_tag a   {
	        color: #999;
	        text-decoration: none;
	        }

.footer_tag a:hover {
	        color: #39f;
	        text-decoration: underline;
	        }

/*-----------------------------
  credit app
-----------------------------*/

#credit_column 	{
	 	width: 740px;
	 	text-align: center;
	 	position: relative;
	 	background-image: url(http://www.premiumautosites.net/dashboard/themes/auto/images/main_bg.jpg);
	       	background-repeat: no-repeat;
	       	background-position: top right;
	   	margin: 0 auto 0 auto;
	   	border: 0px solid #ccc;
	   	padding: 30px 0 0 0;
	   	background-color: transparent;
		}

#credit_column .credit_title {
		text-align: center;
		font: bold 14px bitstream vera sans, verdana, arial;
		}

#credit_column .credit_box {
		margin: 12px auto 0 auto;
		text-align: left;
		width: 600px;
		border: 0px solid #999;
		color: #333;
		}

#credit_column .credit_box .head {
		text-align: left;
		height: 30px;
		padding: 0 0 0 0;
		font: bold 12px bitstream vera sans, verdana, arial;
		color: black;
		background-color: #ccc;
		border-bottom: 1px solid #fff;
		}

#credit_column .credit_box .head div {
		padding: 9px 0 0 5px;
		border: 0px solid #444;
		}

#credit_column .credit_box .head .align_right {
		float: right;
		display: inline;
		position: relative;
		width: 200px;
		padding: 0 3px 0 0;
		text-align: right;
		border: 0px solid #777;
		}

#credit_column .credit_box .head span {
		font: bold 10px arial;
		color: red;
		}

#credit_column .credit_box .head .align_right input[type="submit"] {
		margin: 3px 0 0 0;
		padding: 3px 0 0 0;
		font: 12px bitstream vera sans, verdana;
		}

#credit_column .credit_box .body {
		padding: 0 0 0 0;
		background-color: #ececec;
		border: 0px solid #444;
		}

#credit_column .credit_box em {
		padding: 0 0 0 2px;
		font-size: 10px;
		color: red;
		}

#credit_column .credit_box input[type="text"] {
		width: 300px;
		color: #333;
		}

#credit_column .credit_box input.city {
		width: 150px;
		}

#credit_column .credit_box input.zip {
		width: 89px;
		}

#credit_column .credit_box input.error {
		border: red 1px solid;
		}

/* credit table */

#pageBody table.credit {
		width: 100%;
		border-collapse:collapse;
		margin: 0 0 0 0;
		}

#pageBody table.credit td {
		padding: 2px 0 0 7px;
		height: 25px;
		font: 11px bitstream vera sans, verdana, arial;
		border-bottom: 1px solid #fff;
		}

/* OLD Credit App */

#pageBody table#credit {
	       	border-collapse:collapse;
	       	border: 0px solid #ccc;
	       	color: #000;
	       	margin: 0 0 0 50px;
	       	background-repeat: no-repeat;
	       	background-position: top right;
	       	width: 740px;
	       	font: 12px verdana, arial;
	       	}

#pageBody table#credit td input {
	       	margin: 0 10px 0 0;
	       	font: 11px bitstream vera sans, verdana, arial;
	       	border: 1px solid black;
	       	}

#pageBody table#credit td select {
	       	margin: 0 10px 0 0;
	       	font: 11px bitstream vera sans, verdana, arial;
	       	border: 1px solid black;
	       	}

#pageBody table#credit th {
	       	padding: 0 15px 0 10px;
	       	font-weight: normal;
	       	}

#pageBody table#credit th p {
	       	text-align: left;
	       	width: 400px;
	       	}

#pageBody table#credit th span {
	       	color: red;
	       	margin: 0 3px 0 3px;
	       	font: 10px bitstream vera sans, verdana, arial;
	       	}

#pageBody table#credit td .line {
	       	margin: 10px 0 10px 0;
	       	height: 5px;
	       	border-top: 1px dashed #777;
	       	}

#pageBody table#credit th.buttons {
	       	text-align: center;
	       	}

#pageBody table#credit .button {
	       	font: 11px bitstream vera sans, verdana, arial;
	       	}

#pageBody table#credit th.greeting {
	       	padding: 20px 0 10px 0;
	       	}

#pageBody table#credit td.spacer {
	       	width: 300px;
	       	}	       	    		       	