@charset "utf-8";

*:focus { 
	outline: none;
}

html, body, #container { 
	height: 100%;
}

img {
	border: none;
}

body {
	padding: 0;
	margin: 0;
	background: url(../images/bg.png) repeat;
}

#container {
	min-height: 100%;
	height: auto;
}

.inner {
	width: 920px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 35px;
	margin-bottom: 0;
}

h2 {
	margin-top: 0;
}

/* ---------- Header CSS ---------- */

#header {
	margin-bottom: 30px;
}

#header .inner {
	text-align: justify;
	padding-top: 10px;
	height: 49px;
	/*overflow: hidden;*/
	border-bottom: #CCC solid thin;
}

#header #logo {
	float: left;
}

#header #info {
	float: right;
	padding-top: 5px;
}

#header #info .item {
	text-align: right;
	color: #4D4DFF;
	font-weight: bold;
	font-size: 18px;
}

/* ---------- Navigation CSS ---------- */

#nav #navigation {
	font-size: 14px;
	font-weight: bold;
}

#nav #navigation ul {
	width: 920px;
	list-style-type: none;
	background-color: #d2d4d9;
	padding: 2px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: #999 thin solid;
	text-align: center;
}

#nav #navigation li {
	display: inline-block;
	position: relative;
	padding: 2px 15px;
	border-right: #999 thin solid;
}

#nav #navigation li:last-child {
	border-right: none!important;
}

#nav #navigation li .links {
	text-decoration: none;
}

#nav #navigation li .links.active {
	color: #000;
}

#nav #navigation li:hover {
	background: #CCC;
}

#nav #navigation li a:visited {
	color: #3333FF;
}

/* ---------- Main CSS ---------- */

#main .inner {
	margin-top: 10px;
}

/* ---------- Coda CSS ---------- */

#slider { 
	width:920px;
	margin:0 auto;
	position:relative;
}

.coda-slider { 
	width:920px;
	float:left;
	overflow: hidden;
	position: relative;
}

.coda-slider-inner { 
	width:920px;
	overflow:hidden;
}

.coda-slider-wrapper {
	clear: both;
	overflow: hidden;
}

.coda-slider .panel { 
	display: none;
	float: left;
	width:920px;
	height:342px;
	overflow:hidden;
}

.coda-slider .panel.force {
	display: block!important;
}

/* ---------- Coda Arrow CSS ---------- */

.coda-nav-left a, .coda-nav-right a { 
	display:block;
	width: 20px;
	text-indent:-600px;
	overflow:hidden;
}

.coda-nav-left, .coda-nav-right { 
	position:absolute;
	height:20px;
	width:20px;
	top:185px;
	display: none;
}

.coda-nav-right { 
	left:925px;
}

.coda-nav-left { 
	left:-25px;
}

.coda-nav-left a { 
	background:url(../images/slider-arrows.png) no-repeat 0 0;
	height:20px;
	width:20px;
}

.coda-nav-right a { 
	background:url(../images/slider-arrows.png) no-repeat -20px 0;
	height:20px;
	width:20px;
}

/* ---------- Coda Tab CSS ---------- */

.coda-nav {
	display: none;
}

.coda-nav ul li a.current { 
	background: url(../images/slider-bullet.gif) no-repeat 0 -8px;
}

.coda-nav ul { 
	float: left;
	width: 470px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 0 0 429px;
}

.coda-nav ul li { 
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.coda-nav ul li a { 
	background: url(../images/slider-bullet.gif) no-repeat 0 0;
	display: block;
	float: left;
	margin-right: 10px;
	height: 8px;
	width: 8px;
	text-indent: -600px;
	overflow: hidden;
}

.coda-nav ul li a:hover { 
	background: url(../images/slider-bullet.gif) no-repeat 0 -16px;
}

/* ---------- Coda Content CSS ---------- */

#slider #benz1 {
	background: url(../images/mercedes-benz-1.png) no-repeat 100% 100%;
}
#slider #benz1 h1 {
	padding: 235px 0 0 540px;
	color: #FFF;
	text-shadow: -1px -1px 0px #00868B;
}
#slider #benz1 h2 {
	color: #FFF;
	padding: 0 0 0 523px;
}

#slider #benz2 {
	background:url(../images/mercedes-benz-2.png) no-repeat 100% 100%;
}
#slider #benz2 h1 {
	margin: 5px 0 0 10px;
	color: #FFF;
	text-shadow: -1px -1px 0px #00868B;
}
#slider #benz2 h2 {
	color: #FFF;
	padding: 0 0 0 10px;
}

#slider #benz3 {
	background:url(../images/mercedes-benz-3.png) no-repeat 100% 100%;
}
#slider #benz3 h1 {
	margin: 5px 0 0 612px;
	color: #FFF;
	text-shadow: -1px -1px 0px #00868B;
}
#slider #benz3 h2 {
	color: #FFF;
	padding: 0 0 0 614px;
}

#slider #benz4 {
	background:url(../images/mercedes-benz-4.png) no-repeat 100% 100%;
}
#slider #benz4 h1 {
	margin: 265px 0 0 10px;
	color: #FFF;
	text-shadow: -1px -1px 0px #00868B;
}
#slider #benz4 h2 {
	color: #FFF;
	padding: 0 0 0 10px;
}

/* ---------- Content CSS ---------- */

#content {
	width: 920px;
	margin: 8px auto 12px auto;
	background: url(../images/gradient.png) repeat-x #FFF;
	padding: 4px 0;
	text-align: justify;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: #999 solid thin;
	box-shadow: 6px 6px 5px #888;
	-moz-box-shadow: 6px 6px 5px #888;
	overflow: hidden;
}

#content h1, #content h2, #content p {
	margin: 10px;
}

#content h1 {
	color: #3333FF;
	text-shadow: -1px -1px 0px #00868B;
}

#content h2 {
	margin-bottom: 15px;
}

#content h4 {
	margin: 0 10px;
	font-size: 10px;
	font-weight: bold;
}

#content #bullet {
	overflow: hidden;
}

#content .left {
	float: left;
	width: 470px;
	margin-left: 70px;
}

#content .right {
	float: right;
	width: 300px;
	margin-right: 50px;
}

#content li {
	line-height: 180%;
}

#content a {
	text-decoration: none;
}

#content #signature {
	font-family:'Vivaldi'; /*Monotype Corsiva*/
	font-size: 36px;
	padding: 5px 0 3px 0;
}

#GMapsLeft {
	width: 420px; 
	height: 350px;
	float: left;
	margin: 10px 10px 10px 120px;
}

#GMapsRight {
	height: 350px;
	float: left;
	padding-left: 30px;
}

.quote {
	text-align: justify;
    border: 1px solid #9FCFFF;
    background: #D7EBFF url(../images/oquote.png) no-repeat left top;
    padding: 10px 0 0 40px;
	margin: 15px auto;
    font-size: 12px;
    font-family: Arial;
	width: 75%;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.quote .cont {
	background: transparent url(../images/cquote.png) right bottom no-repeat;
    padding: 0 45px 10px 0;
	text-align: justify;
}

.quote .head {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 8px;
	width: 80%;
}

.quote .toprating {
	background: url(../images/top_rates.png) no-repeat right top;
	width: 35px;
	height: 35px;
	float: left;
	margin: 3px 10px 0 0;
}

.quote .by {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
}

.quote .link {
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	color: #0000FF;
}

/* ---------- Footer CSS ---------- */

#footer .inner {
	background: #d1d4d8;
	padding: 5px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 auto 12px auto;
	overflow: hidden;
	border: #999 solid thin;
	box-shadow: 6px 6px 5px #888;
	-moz-box-shadow: 6px 6px 5px #888;
}

#footer .inner .left {
	float: left;
	margin-left: 5px;
}

#footer .inner .right {
	float: right;
	text-align: right;
	margin-right: 5px;
}

#footer p {
	margin: 2px 0 2px 5px;
	font-size: 10px;
	line-height: 165%;
}

#footer a {
	text-decoration: none;
}

#footer #copyright {
	background: url(../images/info.png) no-repeat 0 0;
	padding-left: 20px;
}

#footer #created {
	background: url(../images/create.png) no-repeat 0 0;
	padding-left: 20px;
}

#footer #tele {
	background: url(../images/telephone.png) no-repeat 100% 0;
	padding-right: 25px;
}

#footer #email {
	background: url(../images/email.png) no-repeat 100% 0;
	padding-right: 25px;
}

#footer #address {
	background: url(../images/address.png) no-repeat 100% 0;
	padding-right: 25px;
}
