@import url('../plugins/colorbox/colorbox.css');

/* Bonnie Rock Transport */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Verdana;
	background: #A1A191;
	background: url('../images/core/background.jpg') top repeat;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.float_right {
  display: block;
  float: right;
}

.float_left {
  display: block;
  float: left;
}

.float_container {
  display: block;
  clear: both;
}

.image_container {
  width: 210px;
}
.image_container img {
  margin: 5px;
}

div.cycle_banner {
  width: 770px;
  height: 350px;
  overflow: hidden;
}
div.rental-img {
	float: right;
}

div.manufacture-img {
	float: right;
	margin-left:10px;
}

/* Container */

div.container {
	width: 840px;
	height: auto;
	margin: 0 auto;
	/* background: url('../images/core/tile-container.jpg') 0 0 repeat-y; */
}

/* Container Top */

div.container-top {
	width: 770px;
	height: auto;
	padding: 44px 35px 0;
	background: url('../images/core/bg-header.png') 0 0 no-repeat;
}

/* Header */

div.header {
	width: 770px;
	height: 106px;
	font-size: 1.1em;
	position: relative;
}

/* Logo */

div.logo {
	position: absolute; bottom: 20px; left: 20px;
}

div.logo img {
	border: 0;
}

/* Contact */

div.contact {
	width: 350px;
	height: auto;
	color: #6E6E5C;
	position: absolute; right: 20px; bottom: 20px;
}

div.contact p {
	line-height: 1.3em;
}

div.contact a {
	color: #3B7011;
	font-weight: bold;
	text-decoration: underline;
}

div.contact a:hover {
	color: #6E6E5C;
}

div.contact strong {
	color: #3B7011;
}

div.contact span {
	color: #6E6E5C;
	font-weight: bold;
}

div.contact ul {
	list-style-type: none;
}

div.contact ul li {
	display: inline;
	margin-right: 10px;
}

/* Navigation */

div.navigation {
	width: 770px;
	height: auto;
	font-size: 1.1em;
	background: #A1A191 url('../images/core/tile-navigation.jpg') 0 0 repeat-x;
}

div.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.navigation ul {
	list-style-type: none;
}

div.navigation ul li {
	float: left;
}

div.navigation ul li a {
	float: left;
	display: block;
	padding: 10px 5px;
	color: #FFF;
	text-decoration: none;
}

div.navigation ul li a:hover {
	background: #3B7011;
}	

/* Content */

div.content {
	width: 770px;
	height: auto;
	padding:0 35px 0 29px;
	background: url('../images/core/bg-content.png') 0 bottom no-repeat;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Content Left */

div.content-left {
	/*width: 462px;*/
	height: auto;
	float: left;
	padding: 20px;
	/*border-right: 1px solid #EAEADC;*/
}

/* No Content Left & Right */

div.content-padding {
	padding: 20px;
}

/* Standard */

div.standard {
	color: #6E6E5C;
	font-size: 1.3em;
	width:744px;
	background:#fff;
}

div.standard ul {
	list-style-type: square;
	margin: 15px 20px;
}

div.standard ul li {
	line-height: 1.5em;
}

div.standard p {
	line-height:1.5em;
margin:25px 0 0;
}

div.standard a {
	color: #3B7011;
	text-decoration: underline;
}

div.standard a:hover {
	color: #6E6E5C;
}

div.standard h1 {
	color: #3B7011;
	font-size: 1.7em;
	font-weight: normal;
}

div.standard h2 {
	color: #3B7011;
	font-size: 1.6em;
	font-weight: normal;
}

div.standard h3 {
	color: #A1A191;
	font-size: 1.5em;
	font-weight: normal;
	margin: 15px 0;
}

div.standard h3 a {
	color: #729D17;
	text-decoration: none;
	padding-left: 15px;
	background: url('../images/core/icon-arrow.jpg') left 10px no-repeat;
}

div.standard h3 a:hover {
	color: #6E6E5C;
}

div.standard h4 {
	color: #3B7011;
	font-size: 1.4em;
	font-weight: normal;
}

div.standard h5 {
	color: #3B7011;
	font-size: 1.3em;
	font-weight: normal;
}

div.standard img.right {
	float: right;
	margin: 10px 0 10px 10px;
}

div.standard img.left {
	float: left ;
	margin: 10px 10px 10px 0;
}

/* Start of Pages */

/* Meet the Team */

div.meet-team table {
	margin-top: 15px;
}

div.meet-team table td {
	padding-right: 15px;
	padding-bottom: 20px;
	vertical-align: top;
}

div.meet-team table td p {
	margin: 0;
}

/* Services */

div.services table {
	margin-top: 15px;
}

div.services table td {
	padding-right: 10px;
	padding-bottom: 20px;
	vertical-align: top;
}

div.services table td img {
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Projects & Development */

div.projects-development table {
	margin-top: 15px;
}

div.projects-development table td {
	padding-right: 10px;
	padding-bottom: 20px;
	vertical-align: top;
}

div.projects-development table td img {
	margin-right: 10px;
	margin-bottom: 10px;
}

table.projects_development .image_container {
  width: 430px;
}

/* End of Projects */

/* Enquiry Form */

div.enquiry-form table {
	margin: 15px 0;
}

div.enquiry-form table td {
	padding: 5px 10px 5px 0;
}

div.enquiry-form table td input.field,
div.enquiry-form table td textarea.field {
	padding: 3px;
	width: 250px;
	color: #6E6E5C;
	font-family: Verdana;
	font-size: 1em;
	border: 1px solid #CDCEC0;
}

div.enquiry-form table td input.button {
	padding: 3px;
	color: #FFF;
	border: none;
	background: #3B7011;
	cursor:pointer;
}

div.enquiry-form table td input.button:hover {
	padding: 3px;
	color: #FFF;
	border: none;
	background: #5a962a;
	cursor:pointer;
}
	
/* Content Right */

div.content-right {
	width: 237px;
	height: auto;
	float: left;
	padding: 0 20px;
}

/* Feature Project */

div.feature-project {
	font-size: 1.3em;
	color: #6E6E5C;
}

div.feature-project p {
	line-height: 1.5em;
}

div.feature-project a {
	color: #3B7011;
	text-decoration: underline;
	padding-right: 10px;
	background: url('../images/core/icon-arrow.jpg') right center no-repeat;
}

div.feature-project a:hover {
	color: #6E6E5C;
}

div.feature-project h2 {
	color: #A1A191;
	font-size: 1.3em;
	margin: 10px 0;
	text-transform: uppercase;
}

div.feature-project h3 {
	font-size: 1em;
	color: #6E6E5C;
	font-weight: bold;
	margin: 10px 0;
}

/* Transport and accomodation page */

table.transport_accommodation .image_container {
  width: 430px;
}

/* Location */

div.location {
	font-size: 1.3em;
	color: #6E6E5C;
}

div.location p {
	line-height: 1.5em;
	margin: 15px 0;
}

div.location a {
	color: #fff;
	padding: 5px;
	display:block;
	font-size:11px;
	margin:10px 0 0;
	text-align:center;
	text-decoration:none;
	width:100px;
	background:#3B7011;
	}

div.location a:hover {
	background-color:#5a962a;
	color:#fff;
}

 div.location h2 {
	color: #A1A191;
	font-size: 1.3em;
	margin: 10px 0;
	text-transform: uppercase;
} 

div.location h3 {
	font-size: 1em;
	color: #6E6E5C;
	font-weight: bold;
	margin: 10px 0;
}

/* Footer */

div.footer {
	width: 750px;
	height: 122px;
	color: #A1A191;
	font-size: 1.1em;
	padding: 0 45px;
	background: url('../images/core/bg-footer.png') 0 0 no-repeat;
}

div.footer p {
	line-height: 1.6em;
	padding-top: 20px;
	border-top: 1px solid #EAEADC;
}

div.footer a {
	color: #A1A191;
	text-decoration: underline;
}

div.footer a:hover {
	color: #6E6E5C;
}

div.footer img {
	border: 0;
}
#contact-left{float:left;}
#contact-right{margin-left:400px;}
.clear{clear:both;}
