/*
Theme Name: Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme that graced version 1.5 to version 2.9, based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.7.2
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, silver, white, two-columns, fixed-width, right-sidebar, fixed-width, custom-header, threaded-comments, sticky-post, rtl-language-support, translation-ready
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
@font-face {
				font-family: 'HelveticaLTStd-Light';
				src: url('fonts/helveticaltstdlight.eot');
				src: url('fonts/helveticaltstdlight.eot?#iefix') format('embedded-opentype'),
						 url('fonts/helveticaltstdlight.woff') format('woff'),
						 url('fonts/helveticaltstdlight.ttf') format('truetype'),
						 url('fonts/helveticaltstdlight.svg#helveticaltstdlight') format('svg');
				font-weight: normal;
				font-style: normal;
		}
.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		float:none;
  	}
 
	.clearfix {
		display: inline-block;
		clear:both;
	}
	 
	html[xmlns] .clearfix {
		display: block;
	}
	 
	* html .clearfix {
		height: 1%;
	}
	
.rotate {

-webkit-transform: rotate(-90deg);/* Safari */
-moz-transform: rotate(-90deg);/* Firefox */
-ms-transform: rotate(-90deg);/* IE */
-o-transform: rotate(-90deg);/* Opera */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);/* Internet Explorer */
}

/* Begin Typography & Colors */
body {
	font-size: 17px; /* Resets 1em to 10px */
	/*font-family: 'HelveticaLTStd-Light';*/
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #140d0a;
	}

#page {
	text-align: left;
	}
#content {
	font-size:inherit;
	}

.widecolumn .entry p {
	font-size:inherit;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {	
	/*font-weight: normal;*/
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.0625em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 0.9375em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	font-weight: normal;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
.post {
	margin: 0 0 0px;
	text-align: left;
	}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}
#footer {

	}

#footer p {

	}
/* End Structure */



/*	Begin Headers */
#header div.menubar{
	min-height:83px;
	background-color:#000;
	padding:1px 0;
	}
div.content{
	width:1052px;
	margin:0 auto;
	position:relative;
	}
div.smlogo{
	position:absolute;
	top:21px;
	left:59px;
	}
div.menu-header-menu-container{
	position:absolute;
	right:0px;
	}		
div.menu-header-menu-container ul{
	margin:0px;
	padding:0px;
	}
div.menu-header-menu-container ul li{
	float:left;
	display:inline;
	}
div.menu-header-menu-container ul li a{
	display:block;
	line-height:83px;
	text-transform:uppercase;
	/*font-family: 'HelveticaLTStd-Light';*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.125em;
	color:#fff;
	text-decoration:none;
	background-image: url(images/nav_spacer.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
	padding:0 15px;	
	font-weight:normal;
	}
div.menu-header-menu-container ul li.last a{
	background-image:none;
	}	
div.menu-header-menu-container ul li a:hover,
div.menu-header-menu-container ul li.current-menu-item a
{
	/*font-weight:bold;*/
	text-decoration:underline;
	}				
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {

	}

#sidebar #searchform #s {

	}

#sidebar #searchsubmit {

	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 -6px 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
#headerimg h1{
	position:absolute;
	left:24px;
	top:34px;
	}
#headerimg,#headerimg .content{
	height:233px;
	}		
div.description{
	background-image: url(images/description.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 176px;
	width: 238px;
	position:absolute;
	left:408px;
	top:24px;
	}
div.description span.phone{
	font-family:"Arial", Gadget, sans-serif;
	font-size:2.20em;
	display:block;
	text-align:center;
	font-weight:bold;
	}		
	
ul.pagesss{
	margin:0px;
	padding:0px;
	}
ul.pagesss li{
	display:inline;
	float:left;
	margin-right:10px;
	}
ul.pagesss li.last{
	margin:0px;
	}	
ul.pagesss li img{
	float:left;
	}	
div.footerbox{
	background-color:#000000;
	border:solid 1px #171310;
	padding-left:44px;
	padding-top:11px;
	padding-bottom:11px;
	width:1008px;
	margin-bottom:26px;
	}
div.description div p{
	display:block;
	/*font-family: 'HelveticaLTStd-Light';*/
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	margin:0px;
	text-align:center;
	}
div.description div p.span1{
	/*font-size:3.2em;*/
	font-size: 2.8em;
    margin-top: 11px;
	}				
div.description div p.span2{
	/*font-size:2.3125em;
	margin-top:-8px;*/
	  font-size: 1.9125em;
    margin-top: -3px;
	}
div.description div{
	padding-top:31px;
	}
div.book_button{
	position:absolute;
	right:0px;
	top:44px;
	}
div.content_wrapper{
	background-color:#000;
	border:solid 1px #161311;
	margin-bottom:27px;
	padding-left:44px;
	padding-right:5px;
	padding-top:8px;
	padding-bottom:8px;
	position:relative;
	}
div.content_text{
	border:solid 1px #efefef;
	background-color:#f4f4f4;
	padding:16px 15px;
	}
div.content_wrapper h2.pagetitle{
	color: #FFFFFF;
   /* font-family: 'HelveticaLTStd-Light';*/
    font-family:Verdana, Geneva, sans-serif;
    font-size: 1.0625em;
    left: -33px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 53px;
	}
body.home div.content_wrapper h2.pagetitle{
	/*left: -33px;*/
	 left: -43px;
    top: 59px;
	}
body.page-id-20 div.content_wrapper h2.pagetitle{
	left: -19px;
    top: 39px;
	}
body.page-id-43 div.content_wrapper h2.pagetitle,
body.page-id-59 div.content_wrapper h2.pagetitle
{
	 left: -23px;
    top: 41px;
	}
body.page-id-68	div.content_wrapper h2.pagetitle{
	left: -49px;
    top: 64px;
	}
body.blog div.content_wrapper h2.pagetitle, body.single div.content_wrapper h2.pagetitle, body.archive div.content_wrapper h2.pagetitle{
	 left: -6px;
    top: 25px;
	}
body.page-id-90 div.content_wrapper h2.pagetitle	
{
	left: -10px;
    top: 27px;
	}		
body.page-template-page-our-story-php div.post{
	background-image: url("images/story_bg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
   /* font-family: 'HelveticaLTStd-Light';*/
   font-family:Verdana, Geneva, sans-serif;
    font-size: 10px;
    height: 547px;
    padding: 1px;
    position: relative;
	margin-bottom:0px;
	
	}
body.page-template-page-our-story-php div.pageone{
	float: left;
    left: 88px;
    position: relative;
    top: 65px;
    width: 285px;	
	
	-webkit-transform: rotate(-2deg);/* Safari */
	-moz-transform: rotate(-2deg);/* Firefox */
	-ms-transform: rotate(-2deg);/* IE */
	-o-transform: rotate(-2deg);/* Opera */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);/* Internet Explorer */
	
	}
body.page-template-page-our-story-php div.pagetwo{
	float: right;
    position: relative;
    right: 253px;
    top: 56px;
    width: 290px;
	
	}							
body.page-template-page-our-story-php div.post p,
body.page-template-page-our-story-php div.pagetwo h2
{
	-webkit-transform: rotate(-2deg);/* Safari */
	-moz-transform: rotate(-2deg);/* Firefox */
	-ms-transform: rotate(-2deg);/* IE */
	-o-transform: rotate(-2deg);/* Opera */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);/* Internet Explorer */
	}
body.page-template-page-our-story-php div.pageone p	
{
	-webkit-transform: rotate(-1deg);/* Safari */
	-moz-transform: rotate(-1deg);/* Firefox */
	-ms-transform: rotate(-1deg);/* IE */
	-o-transform: rotate(-1deg);/* Opera */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);/* Internet Explorer */
	}	
body.page-template-page-our-story-php div.pagetwo h2,{
	font-size:18px;
	font-weight:bold!important;
	}
body.page-id-20 div.post p{
	margin:0px;
	}
div.value,div.luxary,div.professional_driving,div.operators {
	position:relative;
	}
div.value table,
div.luxary table,
div.professional_driving table,
div.operators table
{
	position:absolute;
	z-index:100;
	right:20px;
	top:10px;
	}
div.value table td,
div.luxary table td,
div.professional_driving table td,
div.operators table td
{
	/*font-family: 'HelveticaLTStd-Light';*/
	font-family:Verdana, Geneva, sans-serif;
    font-size: 13px;
	color:#fff;
/*font-weight:bold;*/
	}
div.value table td span
{
	border-top:solid 5px #fff;
	border-bottom:solid 5px #fff;
	display:block;
	margin-right:10px;	
	color:#fff;
	}					
body.page-id-20 div.post table td p{
	margin-bottom: 5px;
	}			
div.luxary table{
	top:427px;
	}
div.professional_driving table td p{
	text-align:justify;
	line-height:1.5em;
	margin-bottom:10px!important;
	}
div.professional_driving table{	
	right: 82px;
    top: 292px;
	}
div.operators table td{
	/*font-family: 'HelveticaLTStd-Light';*/
	font-family:Verdana, Geneva, sans-serif;
    font-size: 13px;
	color:#fff;
	}
div.operators table	
{
	/*right: 290px;*/
   top: 440px;
	}
#wpcf7-f42-p43-o1{
	margin-left:63px;
	}	
#wpcf7-f42-p43-o1 label{
	display:block;
	margin-bottom:8px;
	}
#wpcf7-f42-p43-o1 input[type="text"],#wpcf7-f42-p43-o1 textarea{
	border:solid 1px #5f5f5f;
	-webkit-box-shadow:  0px 0px 10px 3px #a1a1a1;        
        box-shadow:  0px 0px 10px 3px #a1a1a1;
	width:513px;	
	}
#wpcf7-f42-p43-o1 table input[type="text"], #wpcf7-f42-p43-o1 input[type="text"]{
	height:30px;
	}
#wpcf7-f42-p43-o1 table input[type="text"]{
	width:256px;
	}
body.page-id-43 table td{
	vertical-align:top;
	}
#wpcf7-f42-p43-o1 table input[type="submit"]
{
	background-color: #000000;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 22px;
    height: 36px;
    margin-left: 88px;
    text-transform: uppercase;
    width: 169px;
	margin-top: 26px;
	font-style:italic;
	}	
#wpcf7-f58-p59-o1 table td, #wpcf7-f58-p59-o1 table table td{
	vertical-align:top;
	}	
#wpcf7-f58-p59-o1 label, div.testimonial_form label{
	display:block;
	margin-bottom:8px;
	}
#wpcf7-f58-p59-o1 table input[type="text"], div.testimonial_form input[type="text"]{
	width:417px;
	height:30px;
	border:solid 1px #5f5f5f;
	-webkit-box-shadow:  0px 0px 10px 3px #a1a1a1;        
        box-shadow:  0px 0px 10px 3px #a1a1a1;
	}
form#commentform{width:417px;}	
form#commentform input[type="text"], form#commentform textarea, div.testimonial_form textarea{
	width:417px;	
	border:solid 1px #5f5f5f;
	-webkit-box-shadow:  0px 0px 10px 3px #a1a1a1;        
        box-shadow:  0px 0px 10px 3px #a1a1a1;
		resize:none;
	}
#wpcf7-f58-p59-o1 table table input[type="text"]{
	width:176px;
	}
#wpcf7-f58-p59-o1 table table textarea{
	width:284px;
	height:76px;
	resize:none;
	border:solid 1px #5f5f5f;
	-webkit-box-shadow:  0px 0px 10px 3px #a1a1a1;        
        box-shadow:  0px 0px 10px 3px #a1a1a1;
	}		
#wpcf7-f58-p59-o1 table td.col2 label{
	font-family:"Arial";
	font-style:italic;
	font-size:1em;
	font-weight:bold;
	}
#wpcf7-f58-p59-o1 table input[type="submit"],
form#commentform input[type="submit"],
div.testimonial_form input[type="submit"]
{
	  background-color: #000000;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 22px;
    height: 36px;
    margin-top: 12px;
    text-transform: uppercase;
    width: 179px;
	font-style:italic;	
	}
form#commentform input[type="submit"]{
	width:223px;
	}	
#wpcf7-f58-p59-o1 table table p{
	margin:0px;
	}
body.home div.post p{
	margin:0px;
	}		
div.meteor-buttons a{text-decoration:none;}	
div.meteor-buttons a span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	font-style:italic;
	background-color:#000;
	padding:3px 5px;
	-webkit-border-radius: 5px;    
    border-radius: 5px;
	float:left;
	margin-right:42px;
	}
div.meteor-buttons a.activeSlide span.meteor-title-1{
	background-color:#9c1515;
	}
div.meteor-buttons a.activeSlide span.meteor-title-2{
	background-color:#247dbd;
	}
div.meteor-buttons a.activeSlide span.meteor-title-3{
	background-color:#c1445c;
	}
div.meteor-buttons a.activeSlide span.meteor-title-4{
	background-color:#3d8417;
	}
div.meteor-buttons a.activeSlide span.meteor-title-5{
	background-color:#6734d1;
	}
div.meteor-buttons a.activeSlide span.meteor-title-6{
	background-color:#ff6600;	
	}	
div.meteor-buttons span.meteor-title-5{
	margin:0px!important;
	}
	
/*Press page CSS*/	
table#press {
	background-color:#fff;
	}
table#press td{
	vertical-align:top;
	}	
table#press a{
	text-indent: -9999em;
	display: block;
	}
a#silverservice{
	background-image: url(images/images/silver_service.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	height: 178px;
	width: 210px;	
	margin-right: 20px;
	}
a#rogue_taxi_driver{
	background-image: url("images/images/rogue_taxi_driver.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    height: 173px;
    position: relative;
    top: -17px;
    width: 226px;
	}		
a#cabbie_defies{
	background-image: url("images/images/cabbie.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    height: 173px;    
    position: relative;
    top: -18px;
    width: 209px;
	}
a#black_ban_hits{
	 background-image: url("images/images/black_ban_hits.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    height: 173px;
    margin-left: 15px;
    width: 215px;
	}
a#australia_undercover{
	background-image: url(images/images/australia_undercover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 932px;	
	}			
a#fight_brews{
	background-image: url(images/images/fight_brews_in.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 234px;
	width: 170px;	
	}
a#black_white{
	background-image: url("images/images/balck_and_wihte_cabs.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    height: 339px;
    left: -27px;
    position: relative;
    width: 260px;
	}
a#cab_racism{
	background-image: url(images/images/cabracism.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 232px;
	width: 204px;	
	}
a#rogue_taxi_driver_sacked{
	background-image: url(images/images/rouge_taxi_driver_sacked.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 88px;
	width: 267px;
	}
a#support_grows{
	background-image: url(images/images/support_grows_for.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 226px;
	width: 206px;	
	}
a#taxi_alternative{
	background-image: url(images/images/taxi_alternative.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 195px;
	width: 280px;	
	}
a#taxi_fare{
	background-image: url(images/images/taxi_fare.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 108px;
	width: 280px;	
	}
a#shoppers_stranded{
	background-image: url("images/images/shoppers_.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 168px;
    margin-top: 31px;
    position: absolute;
    width: 419px;
    z-index: 15;
	}							
	
a#silverservice:hover,
a#rogue_taxi_driver:hover,
a#cabbie_defies:hover,
a#black_ban_hits:hover,
a#australia_undercover:hover,
a#fight_brews:hover,
a#black_white:hover,
a#cab_racism:hover,
a#rogue_taxi_driver_sacked:hover,
a#support_grows:hover,
a#taxi_alternative:hover,
a#taxi_fare:hover,
a#shoppers_stranded:hover
{
	background-position:left bottom;
	}	
	

div#newsletterbox{	
	position:absolute;
	right:0%;
	bottom: 0%;
	/*width:1052px;*/
	background-color:#000;
	z-index: 10000000;
	margin:0 auto;
	}
div.newsletter_content{
	/*padding:20px;
	padding-left:30px;
	min-height:248px;
	position:relative;*/
	background-color: #000000;
    position: absolute;
    width: 276px;
    z-index: 1000000;
	}	
div#newsletterbox label{
	display:block;
	color:#fff;
	/*font-family: 'HelveticaLTStd-Light';*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:italic;
	margin-bottom:5px;
	}
div#newsletterbox input[type="text"]{
	border:solid 1px #000;
	width:200px;
	}
div#newsletterbox p.heading{
	 color: #FFFFFF;
    display: block;
    /*font-family: 'HelveticaLTStd-Light';*/
	font-family:Verdana, Geneva, sans-serif;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 0;
	}
#newsletterbox a{
	
    /*font-family: 'HelveticaLTStd-Light';*/
	  /*color: #FFFFFF;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 23px;
   left: -97px;
    position: absolute;
    top: 100px;
    width: 276px;*/
	
	
	}
#newsletterbox div.newsletter_form{
	display:none;
	}			
#newsletterbox input[type="submit"]
{
	background-color: #000000;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-family: "Arial";
    font-size: 22px;
    font-style: italic;
    height: 36px;
    margin-top: 12px;
    text-transform: uppercase;
    width: 179px;
	font-weight:bold;
	}
	
#time-table label{
	font-family: "Arial";
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
	float:left;
	display:inline;
	}
#time-table select	
{
	width:150px;
	/*height:30px;line-height:30px;*/
	margin-right:10px;
	vertical-align:middle;
	border:solid 1px #5f5f5f;
	-webkit-box-shadow:  0px 0px 10px 3px #a1a1a1;        
        box-shadow:  0px 0px 10px 3px #a1a1a1;
	}
#time-table select option{
	padding-top:5px;
	}
#newsletterbox span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    font-size: 10pt;
    left: 4%;
    padding: 2px;
    position: absolute;
    top: 20%;
    width: inherit;
    z-index: 100;
}	
#newsletterbox	.wpcf7-response-output{
	color:#fff;
	border:none medium;
	margin:0px;
	font-size:13px;
	padding-right:15px;
	padding-bottom:10px;
	/*padding:0px;*/
	}
table#testimonial-submit{
	width: 98%;
	}
#wpcf7-f128-p68-o1 p{
	margin-top:0px;
	}	
table#testimonial-submit td{
	vertical-align:top;
	width:315px;
	}	
table#testimonial-submit input[type="text"]{
	width:302px;
	}
table#testimonial-submit span.your-website input[type="text"]{
	width:314px;
	}	
table#testimonial-submit textarea{
	 width: 99.8%;
	}	
			
      
/** StratCreative Booking Form 2014 **/   

.sc-booking {
    display: inline-block;
    margin-top: 40px;
    position: relative;
    width: 100%;
}
.sc-booking .form-right {
    float: right;
    margin-right: 20px;
    width: 450px;
}
.sc-booking .form-left {
    float: left;
    margin-left: -40px;
    width: 480px;
}
.sc-booking .field-bottom {
    width: 100%;
  
}
.sc-booking .field {
    float: left;
    margin-bottom: 8px;
}
.sc-booking .bottom-l {
    float: left;
} 
.sc-booking .bottom-r {
    float: right;
    margin-right: 30px;
} 
.sc-booking .field label {
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding-right: 20px;
    text-align: right;
    width: 180px;
}
.sc-booking .bottom-r label {
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding-right: 20px;
    text-align: right;
    width: 300px;
}
.sc-booking .bottom-l label {
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding-right: 20px;
    text-align: right;
    width: 222px;
}
.sc-booking .field textarea {
    border: 1px solid #e8e8e8;
    font-family: arial;
    font-size: 14px;
    height: 65px;
    padding: 10px;
    width: 220px;
}
.sc-booking .field input, 
.sc-booking .field select {
    border: 1px solid #e8e8e8;
    float: right;
    padding: 10px;
    width: 220px;
}  
.sc-booking .field select {
    width: 242px;
}    
.sc-booking .bottom-r select  {
    border: 1px solid #e8e8e8;
    float: right;
    padding: 10px;
    width: 120px;
}
.sc-booking .bottom-l input {
    border: 1px solid #e8e8e8;
    float: right;
    padding: 10px;
    width: 137px;
}
.sc-booking button {
   background-color: #71a514;
   font-size: 14px;
   font-weight: bold;
   color: #FFF;
   width: 240px;
   border: 0 none;
   cursor: pointer;
   line-height: 40px;
   
}
.form-line {
    border-top: 1px solid rgb(232, 232, 232);
    clear: both;
    display: inline-block;
    margin: 20px 0;
    position: static;
    width: 100%;
}


/* Jquery DialogBox hack*/

.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-left, 
.ui-corner-bl {
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
}

.ui-dialog 
.ui-dialog-content {
  font-size: 14px;
}
.ui-dialog 
.ui-dialog-title {
  font-size: 12px;  
}

.error {
  border: 1px solid #a60000 !important;
}
.field-error-message {
  font-size: 12px;
  color: #a60000;
  padding: 0;
}

.subject-sp {
  visibility: hidden;
  height: 0;
  width: 0;
}

.ajax-gif { 
  position: relative; 
  right: 10px; 
  top: 6px
}