@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

html, body{
	width:100%;
	height:100%;
	background:#FFF url(/img/bg_html.png) left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#575757;
}

body{
	background:url(/img/bg_body.png) center top no-repeat;
}
#container{
	background:url(/img/bg_container.jpg) center top no-repeat;
	width:960px;
	height:100%;
	margin:0 auto;
	padding:0;
}

#content{
	padding:27px;
	overflow:hidden;
}

p{
	font-size:0.72em;
	line-height:140%;
	margin-bottom:15px;
}

p.intro{
	font-weight:bold;
}

p.fancy, address{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:0.8em;
	margin-bottom:15px;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	color:#000;
}

h1{
	color:#000;
	font-size:1.1em;
	font-style:italic;
}
h2{
	margin:0 0 16px;
	color:#000;
	font-size:1em;
	font-style:italic;
}

h3{
	color:#000;
	font-style:italic;
	font-size:0.8em;
	margin-bottom:5px;
}

a{
	color:#48a3bd;
	text-decoration:none;
}
.niceLink{
	background:url(/img/bg_niceLink.png) repeat-x left top;
	height:28px;
	line-height:28px;
	padding:0 15px;
	color:#FFF;
	font-style:italic;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	margin:10px 0;
	border:none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
}
.niceLink:hover, .niceLink:focus{
	text-decoration:none;
}
#contactForm{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3b3b3b;
}
#contactForm h2{
	background:url(/img/bg_h2_bottom_border.gif) left bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:0;
	font-size:1em;
}

#quote{
	float:left;
	background:url(/img/bg_quotes.png) left top no-repeat;
	width:131px;
	height:88px;
	margin-right:20px;
	padding:0 15px;
	color:#6f9fc4;
	font-size:0.9em;
	font-style:italic;
	line-height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
}

#quote span{
	color:#c5c5c5;
	font-style:normal;
	font-size:0.8em;
	padding-top:5px;
	display:block;
}

.oneThird{
	width:282px;
	margin-right:40px;
	margin-left:5px;
	float:left;
}

.twoThirds{
	width:576px;
	float:left;
}

.half, .halfSecond{
	width:400px;
	margin-right:100px;
	float:left;
}
#body_about .half{
	width:420px;
}
#body_about .halfSecond{
	width:380px;
}
.halfSecond{
	margin-right:0;
}

#bannerSmall{
	background:url(/img/banner_small.jpg) right top no-repeat;
	height:105px;
	width:902px;
	position:relative;
	margin:0 0 40px;
}

/* ------------- IMAGE REPLACEMENT ----------------- */

.replace{
	position:relative;
	overflow:hidden;
}

.replace span{
	position:absolute;
	top:0 !important;
	left:0 !important;
	width:100%;
	height:100%;
	margin:0 !important;
	padding:0 !important;
	background-color:transparent !important;
}

a#logo, a#logo span{
	background:url(/img/sprite.png) no-repeat left top;
	height:125px;
	width:480px;
	display:block;
	margin:0 auto;
	text-align:center;
	color:#333;
	font-size:1.5em;
	line-height:55px;
}

div#homepageBanner{
	background:url(/img/banner_homepage.jpg) left top no-repeat;
	width:897px;
	margin:0 auto 40px;
	height:271px;
	position:relative;
}

div#homepageBanner h1{
	background:url(/img/banner_h1.jpg) left top no-repeat;
	width:503px;
	height:78px;
	top:54px;
	left:50px;
	position:absolute;
	margin:0;
}

div#homepageBanner h1 span{
	background:url(/img/banner_h1.jpg) left top no-repeat;
}

div#homepageBanner p#flag{
	background:#000 url(/img/banner_flag.png) left top no-repeat;
	height:33px;
	width:403px;
	top:200px;
	left:-5px;
	position:absolute;
	color:#FFF;
	text-align:center;
	line-height:33px;
	font-size:0.8em;
}

div#homepageBanner p#flag span{
	background:url(/img/banner_flag.png) left top no-repeat;
}

h2#whyChooseUs, h2#whyChooseUs span{
	background:url(/img/text_why_choose_us.jpg) left top no-repeat;
	width:100%;
	height:29px;
}

h2#gallery, h2#gallery span{
	background:url(/img/text_gallery.jpg) left top no-repeat;
	width:100%;
	height:29px;
}

h2#latestNews, h2#latestNews span{
	background:url(/img/text_latest_news.jpg) left top no-repeat;
	width:100%;
	height:29px;
}

h3#findUs, h3#findUs span{
	background:url(/img/sprite.png) no-repeat -237px -125px; 
	height:14px;
	width:54px;
}


h3#contactUs, h3#contactUs span{
	background:url(/img/sprite.png) no-repeat -237px -139px; 
	height:14px;
	width:73px;
}

#bannerSmall h1{
	position:absolute;
	left:10px;
	top:45px;
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:700px;
}
#bannerSmall h1.news{
	top:30px;	
}
#bannerSmall h1 span{
	display:block;
	font-size:0.7em;
	font-color:#666;	
}

/* ----------------------- FOOTER ------------------------------------ */

#footer{
	border-top:5px solid #f2f2f2;
	display:block;
	clear:both;
	margin:20px 0;
	width:100%;
	padding-top:20px;
	overflow:hidden;
}

#footer div{
	float:left;
	margin-left:27px;
	width:140px;
}
#footer div#second{
	float:left;
	width:220px;
}

#footer ul{
	float:right;
	overflow:hidden;
	margin:5px 0 0 ;
	padding:0;
}

#footer ul li{
	background:url(/img/bg_footer_nav_li.png) right 6px no-repeat;
	padding:0 17px 0 16px;
	float:left;
	list-style:none;
}
#footer ul li.end{
	padding-right:0;
	background:none;
}
#footer ul li a{
	color:#575757;
	font-size:0.8em;
	line-height:10px;
}

#footer div#fantas{
	float:right;
	width:320px;
	font-size:0.7em;
	text-align:right;
}
#footer div#fantas a{
	font-size:1.4em;	
	font-weight:bold;
}

.clear{
	clear:both;
}

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

form#contactForm{
	background:#f2f2f2;
	width:400px;
	padding:20px;
}

form#contactForm label{
	font-size:0.8em;
	font-weight:bold;
	margin:12px 0 5px;
	display:block;
}

form input, form select, form textarea{
	background:#FFF url(/img/bg_input.gif) left top repeat-x;
	border:1px solid #dedede;
	width:100%;
	font-size:0.9em;
	display:block;
}

fieldset{
	border:1px solid #ccc;
	padding:20px;
}

fieldset legend{
	font-size:1.2em;
	color:#333;
	padding:0 3px;
}
form .submit input{
	width:auto;
	margin:10px 0 0;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	box-shadow:#333 2px 2px 2px;
}
form .submit input:hover{
	box-shadow:none;
	margin:11px 0 -1px 1px;
	color:#333;
}

form textarea{
	overflow:auto;
	height:112px;
}

form fieldset textarea{
	height:300px;
}

#sendMessage{
	border:none;
	margin-top:26px;
	padding:0;
	display:block;
	cursor:pointer;
}

#sendMessage, #sendMessage span{
	background:url(/img/button_send_message.png) left top no-repeat;
	width:128px;
	height:28px;
}

#map_canvas{
	width:400px;
	height:342px;
	margin-bottom:10px;
}
/*------------------------- GALLERY ---------------------------- */
ul#gallery{
	overflow:hidden;
	margin-left:20px;
}

ul#gallery li{
	list-style:none;
	background:url(/img/bg_gallery_images.jpg) left top no-repeat;
	width:163px;
	height:123px;
	margin:0 10px 10px 0;
	float:left;
	position:relative;
}



ul#gallery li img{
	z-index:1;
}

.enlarge{
	background:url(/img/enlarge.png) left top no-repeat;
	width:28px;
	height:28px;
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:2;
}

/* --------------------------- ABOUT PAGE ----------------------------------- */

#aboutSmall{
	float:left;
}


ul.normal li{
	font-size:0.8em;
	line-height:20px;
}

dd, dt{
	font-size:0.8em;
}

dt{
	clear:left;
	float:left;
	margin:0 5px 5px 0;
	width:50px;
}
dd{
	margin:0 0 5px;
}


ul#nav{
	height:48px;
	padding:1px 0 0;
	margin:0 0 0 50px;
}

ul#nav li{
	float:left;
	list-style:none;
}
ul#nav li a{
	display:block;
	height:48px;
	line-height:42px;
	background:url(/img/bg_nav.png) no-repeat center top;
	color:#FFF;
	padding:0 25px;
	font-size:0.8em;
	text-transform:uppercase;
	text-shadow:#000 1px 1px 1px;
	font-family:Verdana, Geneva, sans-serif;
}
ul#nav li a:hover, ul#nav li a:focus{
	background-position:center -48px;
	text-decoration:none;
}

#body_home ul#nav li#nav_home a,
#body_about ul#nav li#nav_about a,
#body_gallery ul#nav li#nav_gallery a,
#body_news ul#nav li#nav_news a,
#body_contact ul#nav li#nav_contact a,
#body_renntech ul#nav li#nav_renntech a,
#body_detailing ul#nav li#nav_detailing a,
#body_resources ul#nav li#nav_resources a{
	background-position:center -96px !important;
}

#telephone, #telephone span{
	background:url(/img/sprite.png) no-repeat -1px -125px;
	width:108px;
	height:42px;
	float:right;
	margin:-48px 30px 0 0;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

.input{
	margin-bottom:5px;
}
/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	font-size:0.8em;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}
/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
div.checkbox input{
	width:15px;
	float:left;
	margin:3px 3px 3px 0;
}

.productList{
	float:left;
	width:600px;
}

.productList li{
	border-bottom:1px solid #ccc;
	overflow:hidden;
	padding:20px 0 10px;
}


.productList div{
	width:380px;
}
.productList li span{
	float:right;
	clear:right;
}
.productList li span.rrp{
	font-size:0.8em;
	font-style:italic;
}
.productList li span.price{
	font-weight:bold;
	font-size:0.9em;
}
.productList li a.niceLink{
	float:right;
	clear:right;
}
.productList .altrow h2{
	text-align:right;
}

.productList li.altrow span{
	float:left;
	clear:left;
}


.productList li.altrow img{
	float:left;
	margin:0 10px 10px 0;
}

.productList li.altrow div{
	margin-left:180px;
}

.productList li.altrow a.niceLink{
	float:left;
	clear:left;
}
.productList img{
	float:right;
	padding:2px;
	margin:0 0 10px 10px;
	border:1px solid #eee;
}
#sideNav{
	float:left;
	margin-left:30px;
	width:270px;
}

#homepageNews{
	overflow:hidden;
	margin-left:-10px;
}

#homepageNews li{
	float:left;
	width:182px;
	margin-left:10px;
	text-align:center;
}

#homepageNews li img{
	border:#666 solid 1px;
	padding:2px;
	border-radius:2px;
}
