/*-------------------------

S and S services 

colors

headers and dlinks orange: #F7921E;
text grey:  #E5E5E5;

----------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;
}

#site-holder {
	width: 960px;
	margin: 0 auto;
}

img {
	border: none;
}

h1, h2, p {
	margin: 0 0 20px 0;
}

h1 {
	font-size: 30px;
	color: #F7921E;
}

h2 {
	font-size: 16px;
	color: #E5E5E5;
	line-height: 1.5em;
}

ul, li, p {
	font-size: 14px;
	color: #E5E5E5;
	line-height: 1.5em;
}

ul {
	font-size: 14px;
}

a {
	color: #F7921E;
}

a:hover {
	color: #FFF;
}

#swapper {
	width: 960px;
	height: 330px;
}

#swapper img {
	width: 960px;
	height: 330px;
}

#menu {
	margin: 5px 0 40px 0;
	padding: 0;
	list-style: none;
	width: 960px;
	float: left;
}

#menu li {
	float: left;
	display: inline;
}

#menu li a {	
	display: block;
	text-indent: -9999px;
	height: 85px;
}

#menu li a:hover {
	background-position: 0 -85px;
}

#menu li a.active {
	background-position: 0 -170px;
}

#menu li a#home {
	width: 135px;
	background-image: url(../sitepix/navigation/homepage.png);
	background-repeat: no-repeat;
}

#menu li a#about {
	width: 122px;
	background-image: url(../sitepix/navigation/about.png);
	background-repeat: no-repeat;
}

#menu li a#newc {
	width: 124px;
	background-image: url(../sitepix/navigation/new-cars.png);
	background-repeat: no-repeat;
}

#menu li a#usedc {
	width: 127px;
	background-image: url(../sitepix/navigation/used-cars.png);
	background-repeat: no-repeat;
}

#menu li a#after {
	width: 143px;
	background-image: url(../sitepix/navigation/owners.png);
	background-repeat: no-repeat;
}

#menu li a#news {
	width: 79px;
	background-image: url(../sitepix/navigation/news.png);
	background-repeat: no-repeat;
}

#menu li a#offers {
	width: 91px;
	background-image: url(../sitepix/navigation/offers.png);
	background-repeat: no-repeat;
}

#menu li a#contact {
	width: 139px;
	background-image: url(../sitepix/navigation/contact.png);
	background-repeat: no-repeat;
}

#left {
	width: 200px;
	float: left;
	margin: 0 0 40px 0;
}

.submenu {
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
	border-right: dashed 1px #666;
}

.submenu li {
	margin: 0 0 15px 0;
}

.submenu li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../sitepix/structural/submenu-cross.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 25px;
	line-height: 15px;
	display: block;
}

.submenu li a:hover {
	color: #F7921E;
}

#signup {
	margin: 20px 0 0 0;
	border: solid 1px #666;
	background: #000 url(../sitepix/structural/small-gradient-bg.png) repeat-x bottom left;
	padding: 5px;
}

#signup h2 {
	font-size: 21px;
	color: #F7921E;
	margin: 0 0 5px 0;
}

#signup p {
	margin: 0 0 5px 0;
	padding: 0;
}

#signup p input {
	width: 180px;
}


#textl {
	margin: 0 0 50px 45px;
	padding: 0 40px 0 0;
	display: inline;
	float: left;
	width: 325px;
	border-right: dashed 1px #666;
}

#textr {
	display: inline;
	float: right;
	width: 310px;
	margin: 0 0 50px 0;
}

#textr img {
	padding: 1px;
	border: solid 1px #666;
	margin: 0 0 20px 0;
}

#textf {
	display: inline;
	float: right;
	width: 675px;
	margin: 0 0 50px 45px;
}

#info-holder {
	margin: 0 0 25px 0;
	float: left;
	width: 960px;
}

#info-box {
	margin: 0;
	padding: 0;
	list-style: none;
}

#info-box li {
	float: left;
	margin: 0 22px 0 0;
	padding: 0;
	display: inline;
}

#info-box li.last {
	margin: 0;
}

#contact-form {
	width: 320px;
	float: left;
	margin: 0 0 30px 40px ;
	margin: 0 0 0 40px;
	display: inline;
}

.ser #contact-form {
	margin: 0 0 30px 0px;
}

.ser fieldset {
	width: 400px;
	margin: 0;
}

fieldset {
	width: 320px;
	border: solid 1px #666;
	margin: 20px 0 30px 0;
	padding: 0 10px 0 20px;
	padding: 10px 10px 10px 20px ;
}

legend {
	font-size: 16px;
	font-weight: bold;
	color: #E5E5E5;
	margin: 0;
	padding: 10px;
}

textarea, input {
	outline: none;
	width: 220px;
	padding: 2px;
	margin: 0 15px 0 0;
	font-size: 14px;
	color: #4D4D4D;
	border: solid 1px #808080;
}

textarea:focus, input:focus {
	border: solid 1px red;
}

label {
	font-size: 13px;
	margin: 0 5px 0 0;
	display: block;
}

label.s {
	width:120px;
	float:left;
}

input.button {
	font-size: 14px;
	color: #000;
	width: 120px;
	border: none;
	background: #8ABC40;
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	background-color: #F7921E;
	cursor: pointer;
	margin: 0;
	height: 25px;
}

input.button:hover {
	color: #FFF;
	text-shadow: #000 0px -1px 2px;
	background-color: #666;
}

#address {
	width: 280px;
	float: right;
	margin: 0 0 0 0;
	display: inline;
}

.news {
	width: 675px;
	float:left;
}

.news h2 {
	font-size: 14px;
}

.news img {
	float: right;
	border: solid 1px #666;
	padding: 1px;
	margin: 0 0 0 20px;
	display:block;
}

.news p {
	font-size: 12px;
}

.news img:hover {
	border: solid 1px #F7921E;
}

.news a.more  {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	width: 100px;
	height: 19px;
	line-height: 19px;
	display: block;
	background: url(../sitepix/structural/more-but-arrow.gif) no-repeat top right;
	background-color: #F7921E;
	padding: 0 0 0 10px;
}

.news a:hover {
	color: #FFF;
}

div.hr {
	width: 675px;
	height: 1px;
	background-color: #666;
	margin: 20px 0;
	float:left;
}

hr {
	display: none;
}

#button2 {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#button2 li {
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
}

#button2 li.right {
	float: right;
}

#button2 li a {
	display: block;
	padding: 1px;
	border: solid 2px #666;
}

#button2 li a:hover {
	border: solid 2px #F7921E;
}

#after-sales {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#after-sales li {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}

#after-sales li.last {
	margin: 0;
}

#after-sales li a {
	display: block;
	padding: 1px;
	border: solid 2px #666;
}

#after-sales li a:hover {
	border: solid 2px #F7921E;
}

#footer {
	clear: both;
	position: relative;
	width: 960px;
	height: 120px;
	color: #E5E5E5;
	background-image: url(../sitepix/structural/footer-bg.png);
	background-repeat: no-repeat;
}

#footer ul {
	float: left;
	margin: 15px 0 0 15px;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
}

#footer ul li  a {
	font-size: 12px;
	margin: 0 15px 0 0;
}

#footer ul li  a:hover {
	color: #F7921E;
}

#footer small {
	font-size: 12px;
	float: left;
	clear: both;
	color: #7F7F7F;
	margin: 10px  0 0 15px;
}

#footer a {
	color: #7F7F7F;
	text-decoration: none;
}

div.usedCar
{
    width: 208px;
    margin: 0 5px 10px 5px;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px dashed white;
    min-height: 330px;
}

div.usedCar h2
{
    font-size: 16px;
    color: #F7921E;
}

div.usedCar img
{
    margin: 0 5px 0 5px;
}

div.usedCar div.text
{
    float: left;
    width: 208px;
    font-size: 12px;
    color: #E5E5E5;
    line-height: 1.5em;
    margin-top: 10px;
}

div.usedCar div.text b
{
    color: #F7921E;
    font-weight: bold;
}

div.usedCar div.text a.more  {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	width: 100px;
	height: 19px;
	line-height: 19px;
	display: block;
	background: url(../sitepix/structural/more-but-arrow.gif) no-repeat top right;
	background-color: #F7921E;
	padding: 0 0 0 10px;
	margin-top: 10px;
}

div.usedCar div.text a:hover {
	color: #FFF;
}

a.filter
{
    text-decoration: none;
	font-weight: bold;
	color: #000;
	width: 80px;
	height: 19px;
	display: inline;
	background-image:url(../sitepix/structural/more-but-arrow.gif);
	background-repeat:no-repeat;
	background-position: top right;
	background-color: #F7921E;
	padding: 0 0 0 10px;
	float: right;
	margin-top:-20px;
}

#moreDetails {
	display: block;
	float: right;
}


#moreDetails p.title
{
    font-size: 20px;
    float: left;
    display: inline;
    width: 500px;
}

#moreDetails p.price
{
    font-size: 20px;
    float: right;
    display: inline;
}

#moreDetails .moreDetailsImages 
{
    width: 200px;
    float: left;
    padding: 5px;
    margin-right: 15px;
}

#moreDetails .moreDetailsText
{
    width: 450px;
    float: left;
    margin-top: 5px;
}

#moreDetails .moreDetailsText ul
{
    width: 450px;
    list-style-type: none;
}

#moreDetails .moreDetailsText ul li
{
    width: 245px;
    margin-right: 5px;
}

#moreDetails .moreDetailsText ul li b
{
    color: #F7921E;
    font-weight: bold;
}

#moreDetails .moreDetailsImages a.car
{
    display: block;
	padding: 1px;
	border: solid 2px #666;
	margin-bottom: 10px;
}

#moreDetails .moreDetailsImages a.car:hover
{
    border: solid 2px #F7921E;
}

#moreDetails .moreDetailsImages img.car
{
    width: 185px;
    margin-bottom: 10px;
    margin: 5px;
}

#moreDetails .moreDetailsImages a.more  {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	width: 140px;
	height: 19px;
	line-height: 19px;
	display: block;
	background: url(../sitepix/structural/more-but-arrow.gif) no-repeat top right;
	background-color: #F7921E;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	font-size: 11px;
}

#moreDetails .moreDetailsImages a.more:hover {
	color: #FFF;
}


.enquiry  {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	width: 140px;
	height: 19px;
	line-height: 19px;
	display: block;
	background: url(../sitepix/structural/more-but-arrow.gif) no-repeat top right;
	background-color: #F7921E;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	font-size: 11px;
	border: none;
	text-align: left;
	float: left;
}

.enquiry:hover {
	color: #FFF;
	cursor: pointer;
}

#moreDetails .moreDetailsImages p.small
{
    font-size: 11px;
    text-align: center;   
}

.modalBackground {
	background-color:Gray;
	filter:Alpha(Opacity=70);
	opacity:0.7;
}

.modalPopup 
{
    border: solid 1px #F7921E;
	background-color:#000000;
	padding:5px;
	width:350px;
	min-height: 300px;
	color: #F7921E;
	font-weight: bold;
}

