@import url('jquery.lightbox-0.5.css');
@import url('superfish.css');
@import url('ui-darkness/jquery-ui-1.7.2.custom.css');
@import url('jquery.autocomplete.css');
@import url('sifr.css');

/*
--------------------------------------------------
rpm-morgan.co.uk GLOBAL STYLES
Last revised 23 Feb 2010
--------------------------------------------------
*/
/*
--------------------------------------------------
Color palette:
--------------------------------------------------

ORANGE - f8951e
BLUE_GREY - 667476

*/
/*
--------------------------------------------------
GLOBAL RESET
--------------------------------------------------
undohtml.css (CC) 2004 Tantek Celik. Some Rights Reserved.
*/
:link, :visited { text-decoration: none }
ul, ol	{ list-style: none }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em }
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, img { margin: 0; padding: 0 }
a img, :link img, :visited img { border: none }
address { font-style: normal }

/*
--------------------------------------------------
STRUCTURAL STYLES
--------------------------------------------------
This section concerns structural elements
*/

#wrapper {
	width: 990px;
	margin:25px auto;
	padding-top:20px;
	padding-bottom:20px;
	background: #1C1C1E;
	text-align:left;
}

#header {
	width:950px;
	margin-left:20px;
	background:#000;
	float:left;
	position:relative;
}

#header #banner {
	z-index: 0;
	float:right;
	width:833px;
	height:94px;
	overflow:hidden;
	margin-bottom:24px;
}

#header a#logo {
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
	width:198px;
	height:118px;
	text-indent:-1000px;
	background:url('../images/template/logo.png') top right no-repeat;
}

/* Search Form */

#header ul li#s {
	padding:0.8em 10px 0 0;
	float:right;
	background:none;
}

#header form {display:inline;}

#header form #search {
	border:none;
	height:22px;
	width:120px;
	float:left;
	padding:4px 4px 0 4px;
	background:url('../images/template/search_box.gif') top left no-repeat;
	font-size:1em;
}

#header form a#search_button {
	display:block;
	float:left;
	margin:0;
	padding:0;
	border:0;
	width:33px;
	height:22px;
	line-height:1em;
	text-decoration:none;
	background: url('../images/template/search_button.gif') top left no-repeat;
}

#header form a#search_button:hover {
	background:url('../images/template/search_button_hover.gif') top left no-repeat;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}

#content {
	width:920px;
	margin-left:20px;
	padding:15px;
	float:left;
	position:relative;
	line-height:1.3em;
	/* Min Height */
	min-height:310px;
  	height:auto !important;
 	height:310px;
 	background:#474749;
 	color:#FFF;
 	font-size:95%;
}

#content p span, #content li span {
	color:#f8951e;
}

#slides {
	width:455px;
	height:303px;
	overflow:hidden;
}

#footer {
	clear:both;
	background:#000;
	color:#667476;
	width:950px;
	margin: 0 auto;
	padding-top:10px;
	position:relative;
	font-size:95%;
}

#footer a {
	color:#667476;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

#footer ul {
	float:right;
	padding-top:55px;
	position:absolute;
	bottom:15px;
	right:15px;
	background:url('../images/template/logo_morgan.gif') top right no-repeat;
}

#footer ul li {
	float:right;
	margin:0 5px;
	font-size:90%;
}

#footer .vcard {
	padding:15px;
}

#footer .vcard .type {
	display:none;
}

#footer .vcard .el2 {color:#000;}

.column {
	width:450px;
}

.left {
	float:left;
	clear:both;
}

.right {
	float:right;
}

img.left {
	margin: 0 10px 10px 0;
}

img.right {
	margin: 0 0 10px 10px; 
}

/*
--------------------------------------------------
DEFAULT HTML STYLES
--------------------------------------------------
This section concerns generalizations and common elements
*/
body {
	color: #FFF;
	font-size: 75%;
	font-family: Verdana;
	text-align: center; 
	background: #474749 url('../images/template/bg.gif') top left repeat-x;
}

table th {text-align:left;}

a {
	text-decoration: underline;
	padding: .1em 0;
}
a:link, a:visited {
	color: #f8951e;
}
a:focus {
	outline: none; /* most browsers do not yet support this property */
	-moz-outline: none; /* remove focus outline in Mozilla browsers */
}
a:hover {
	color: #d08020;
	text-decoration:underline;
}
a:active {
	color: #d08020;
}


h1, h2, h3, h4, h5, h6 {
	color: #667476;
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", Verdana, sans-serif;
	line-height: 2;
	margin: 1em 0;
}
h1	{
	color: #F37421;
	font-size: 1.7em;
	line-height: 1.3333;
	margin: 0 0 0.7em;
	display:block;
}
h2	{
	font-size: 1.4em;
	line-height: 1.7142857;
	margin: .857143em 0;
	clear:both;
}
h3, h4, h5, h6 {
	text-transform: uppercase;
	letter-spacing: .1em;
}


p	{
	margin-bottom: 1em;
}

blockquote {
	padding: 1em 1.5em;
	border: .1em dashed #D4A774;
	background: transparent;
}

ul ul, ol ol, ul ol, ol ul {
	margin-left: 1.5em;
}

#content ul {
	list-style:disc;
}

#content li {
	margin-left:1.5em;
}

.hidden {display:none;}

/*
--------------------------------------------------
FORMS
--------------------------------------------------
*/

#content form label {
	float:left;
	clear:left;
	display:block;
	width:136px;
	margin-bottom:10px;
	margin-left:20px;
	font-weight:bold;
}

#content form input, #content form textarea, #content form select {
	float:left;
	margin-bottom:10px;
	background:#D9D9D9;
	padding:4px;
	width:242px;
	border-top:#5F5F5F solid 1px;
	border-left:#5F5F5F solid 1px;
	border-bottom:#D9D9D9 solid 1px;
	border-right:#D9D9D9 solid 1px;
}

#content form input:focus, #content form textarea:focus {
	background:#FFF;
}

#content form textarea {
	height:90px;
}

#content form .checkbox input {
	margin-left:160px;
	float:left;
	width:auto;
}

#content form input.error, #content form textarea.error {
	border:#AF2020 solid 2px;
	background:#FFDFDF;
}

#content form .checkbox label {
	float:left;
	clear:none;
	display:inline;
	width:auto;
	margin-left:10px;
}

#content fieldset {
	background:#CECECE url('../images/template/gradient.gif') bottom left repeat-x;
	border:#9F9F9F solid 2px;
	padding-top:2em;
	margin-bottom:2em;
}

#content fieldset p {
	color:#3F3F3F;
	margin: 0 0 20px 20px;
}

#content fieldset label {
	color:#3F3F3F;
	text-shadow:#DFDFDF 0px 0.001em 0, #000 0 -0.001em 0;
}

#content fieldset .third {
	width:33%;
	float:left;
}

#content fieldset .third label {
	width:100px;
}

#content fieldset .third input, #content fieldset .third select {
	width:155px;
}

#content fieldset .third select {
	width:165px;
}

#content fieldset .two_third {
	width:66%;
	float:left;
}

#content fieldset br {
	clear:both;
}

#slider-range {
	clear:left;
	margin:28px 0 0 20px;
}

/*
--------------------------------------------------
CONTACT US PAGE
--------------------------------------------------
*/

ul#contact li span {
	display:block;
	width:80px;
	float:left;
}

#contact_submit {
	margin-left:153px;
}

/*
--------------------------------------------------
PRODUCT LISTING PAGES
--------------------------------------------------
Detail pages for used and new cars
*/

.product, .product_right {
	background:#000;
	padding:7px;
	float:left;
	width:436px;
	margin-bottom:10px;
}

.product_right {margin-left:15px;}

.product .photo, .product_right .photo {
	float:left;
	margin-right:7px;
}

.product h2, .product_right h2 {
	font-size:1.2em;
	line-height:1.1em;
	margin:0 0 10px 0;
	clear:none;
}

.product h2 span, .product_right h2 span {
	float:right;
	color:#FFF;
}

/*
--------------------------------------------------
PRODUCT DETAIL PAGES
--------------------------------------------------
Detail pages for used and new cars
*/

ul#features {
	background:#000;
	float:left;
	padding:15px;
	margin-bottom:15px;
}

ul#features li {
	display:block;
	float:left;
	width:195px;
	line-height:1.7em;
	background:url('../images/template/square_bullet.gif') 0 50% no-repeat;
	padding-left:15px;
}

h1 span {
	float:right;
	margin-left:15px;
	color:#FFF;
}

#product_image {
	float:left;
}

#product_image p {
	margin-top:4px;
}

#product_thumbs {
	clear:both;
}

#product_thumbs li {
	float:left;
	padding: 1em 10px 0 0;
}

#product_thumbs li img {
	border: #000 solid 2px;
}

#product_thumbs li.active img {
	border: #f8951e solid 2px;
}

#price {
	font-weight:bold;
}


/*
--------------------------------------------------
NEWS PAGE
--------------------------------------------------
*/

.news {
	margin-bottom:15px;
}

.news h2 {
	margin:0;
}

.news .date {
	font-style:italic; 
	color:#AFAFAF;
}

/*
--------------------------------------------------
LOCATION PAGE
--------------------------------------------------
*/

.map {
	width:100%;
	height:395px;
	color:#000;
}

.map_with_directions {
	width:450px;
	height:395px;
	float:left;
	color:#000;
}

#directions {
	width:450px;
	height:385px;
	float:right;
	overflow-y:scroll;
	padding-top:0;
}

/*
--------------------------------------------------
GALLERY PAGE
--------------------------------------------------
*/

.img-shadow {
	float:left;
	margin: 0 3px 10px 3px;
}

.img-shadow a {
	display:block;
	width:120px;
	height:120px;
	margin:0;
	padding:0;
	overflow:hidden;
	background:#9F9F9F;
	border:#000 solid 2px;
	text-align: center;
}