@charset "utf-8";
/* CSS Document */

/* -------------- START CSS RESET -------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
margin:0px;
padding:0px;
border:0px;
outline:0px;
vertical-align:baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td{
margin:0px;
padding:0px;
border:0px;
outline:0px;
}

:focus {
outline:0px;
}
/*
ol, ul {
list-style:disc;
}*/
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse:separate;
border-spacing:0px;
}

caption, th, td {
text-align:left;
font-weight:normal;
}

/* -------------- END CSS RESET -------------- */


/* -------------- Begin Clearfix ------------- */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* --------------- End Clearfix -------------- */

/* ------------- Global styles --------------- */

body {
	margin: 0 0 0 0;
	font-family:Arial,Helvetica,sans-serif;
	background-color:#eceaeb;
}

h2 {
	margin-bottom:10px;
}

p {
	font-size:0.9em;
	padding-bottom:8px;
}

.ul {
	text-decoration:underline;
}

.success {
	margin-top:20px;
	color:#009900;
	float:none;
}

.warning {
	margin-top:20px;
	color:#FF0000 !important;
	float:none;
}

.strike {
	text-decoration:line-through;
}

/* ------------ End global styles ----------- */

/* ------------ main layout styles ---------- */
#header {
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
	height:210px;
	top:0;
	width:100%;
}

#header-number {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

#header-number p {
	color:#FFF;
	font-size:1.5em;
	font-weight:bold;
	margin-top:15px;
}

#main {
	width: 957px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
}
/* top navigation */
#links {
	position:absolute;
	top:60px;
	visibility:hidden;
}

#links ul {
	display:inline;
}

#links li {
	display:block;
	float:left;
	width:130px;
	height:36px;
	list-style-type:none;
	background-image:url(../images/tab.png);
	margin-left:5px;
}

#links .active {
	background-image:url(../images/tabselected.png);
}

#links li a {
	display:block;
	height:36px;
	width:130px;
	text-align:center;
	padding-top:10px;
	color:#001445;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
}

#header-image {
	margin-top:-121px;
	position:absolute;
	background-image:url(../images/header_world.png);
	width:960px;
	height:130px;
	background-repeat:no-repeat;
}

#mcaffee {
	position:absolute;
	top:90px;
	margin-left:867px;
}

#recommendations p {
	font-size: 0.9em;
	letter-spacing: -0.1px;
	font-weight: bold;
	color: #007cc3;
}

#recommendations img {
	float: right;
	margin-top:-5px;
}

#content {
	background-image:url(../images/mainbg.png);
	padding: 10px 20px 0 20px;
}

#left {
	width:650px;
	float:left;
	padding-left:20px;
}

#right {
	width:180px;
	float:right;
	margin-right:15px;
}

/* sidebar styles */
#sidebar-top {
	background-image:url(../images/sidebar-top.gif);
	background-repeat:no-repeat;
	height:6px;
	width:190px;
	margin-top:10px;
}

#sidebar {
	background-color:#CDCDCD;
	width:190px;
}

#sidebar ul {
	list-style-type:none;
}
#sidebar-bottom {
	background-image:url(../images/sidebar-bottom.gif);
	background-repeat:no-repeat;
	height:6px;
	width:190px;
	margin-top:-5px;
}

#side-menu-top {
	background-image:url(../images/sidebar-grey-top.gif);
	background-repeat:no-repeat;
	width:180px;
	height:5px;
	margin-left:5px;
	margin-top:-1px;
}

#side-menu-middle {
	background-color:#F3F3F3;
	width:180px;
	margin-left:5px;
}

#side-menu-bottom {
	background-image:url(../images/sidebar-grey-bottom.gif);
	background-repeat:no-repeat;
	width:180px;
	height:5px;
	margin-left:5px;
	margin-bottom:5px;
}

#side-menu-middle ul {
	padding-top:5px;
	padding-bottom:5px;
}

#side-menu-middle li {
	font-size:0.8em;
	padding-left:10px;
	margin-bottom:5px;
}

.sidebar-white-top {
	background-image:url(../images/sidebar-white-top.gif);
	background-repeat:no-repeat;
	width:180px;
	height:5px;
	margin-left:5px;
}

.sidebar-white-content label {
	font-size:0.8em;
}

.sidebar-white-content {
	background-color:#FFFFFF;
	width:170px;
	margin-left:5px;
	padding-left:10px;
}

.sidebar-white-bottom {
	background-image:url(../images/sidebar-white-bottom.gif);
	background-repeat:no-repeat;
	width:180px;
	height:5px;
	margin-left:5px;
	margin-bottom:5px;
}

.sidebar-white-content p {
	padding-right:10px;
	font-size:0.8em;
	float:none;
}

.quotee p {
	margin-bottom:5px;
}

#opening-times {
	border:solid #CCCCCC 1px;
	height:120px;
	width:670px;
	margin-bottom:20px;
}

#opening-times p {
	padding:10px 10px 10px 10px;
}

/* Contact form */
#contact-details {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
	width:660px;
}

.required {
	font-size:0.8em;
	color:red;
}

#contact-form {
	margin-top:20px;
}

#contact-form td {
	background-color:#CCCCCC;
	padding:10px 10px 10px 10px;
}
#contact-form .input {
	width: 420px;
}
#contact-form table {
	border-spacing:2px;
}
#email-success {
	margin-top:50px;
}
#message-success {

}
#message-success h1 {
	text-align:center;
	padding-bottom:10px;
	color:#003A97;
}
#message-success p {
	background:none;
	float:none;
}

/* footer styles */
#footer {
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	height:160px;
}

#footer-container {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height:133px;
	width:957px;
	margin-left:auto;
	margin-right:auto;
}

#footer-content {
	padding: 0 20px 0 20px;
}

#terms {
	margin-left:340px;
	margin-top:10px;
}

#terms li {
	display:inline;
}

#terms a {
	font-size:0.9em;
	color:#666666;
}

#looking-for-something {
	padding-top:20px;
}

#looking-for-something img, p {
	float:left;
}

#looking-for-something p {
	background-image:url(../images/footerbarbg.jpg);
	height:32px;
	background-repeat:repeat-x;
	width:893px;
	color: #a2a2a1;
	font-weight: bold;
	padding-top:5px;
	padding-left:10px;
}

/* footer links */

#footer-links ul {
	font-size:0.8em;
	margin-left:30px;
}

#footer-links li {
	display:inline;
	margin-bottom:10px;
	display:block;
	float:left;
	width:177px;
}

#footer-links a {
	color:#999999;
}

/*----------------- End main layout styles -------*/

#banner img {
	margin-left:30px;
}

#order a img {
	margin-left:50px;
	margin-top:10px;
}

#counter {
	padding-bottom:30px;
}

#counter ul {
	list-style-type:none;	
}

#counter-left {
	float:left;
	margin-left:30px;
}

#counter-right {
	float:left;
	margin-left:20px;
	margin-top:10px;
	width:265px;
}

#counter li {
	background-image:url(../images/tick.jpg);
	background-repeat:no-repeat;
	height:35px;
	padding-left:35px;
	font-size: 14px;
	font-weight: bold;
}

#travellers {
	padding-bottom:30px;
}

#customers {
	margin-top:20px;
	text-align:center;
}

#customers p {
	font-weight:bold;
	margin-left:240px;
	padding-bottom:10px;
}
/* product styles */

.product {
	margin-bottom:20px;
}

.product-top {
	background-image:url(../images/greenmultiheader.png);
	background-repeat:no-repeat;
	width:800px;
	height:20px;
}

.product-content {
	border-left-style:solid;
	border-left-width:6px;
	border-left-color:#C6DFB8;
	border-right-style:solid;
	border-right-width:6px;
	border-right-color:#C6DFB8;
	width:658px;
	padding-top:10px;
	padding-bottom:10px;
}

.product-bottom {
	background-image:url(../images/greenmultibottom.PNG);
	background-repeat:no-repeat;
	width:800px;
	height:20px;
	margin-top:-20px;
}
.product-title {
	font-weight:bold;
	color:#003A97;
	font-size:1.2em;
	margin-left:20px;
}

.product-columns {
	margin-top:40px;
}

.product-left {
	float:left;
	width:110px;
	margin-left:10px;
}

.product-middle {
	float:left;
	width:220px;
	margin-left:15px;
	padding-right:15px;
}

.product-right {
	float:left;
	text-align:center;
	width:270px;
}
.product-first-point {
	list-style-type:none;
	font-size:1.4em;
	font-weight:bold;
	color:#003A97;
	margin-left:-5px !important;
	margin-top:10px;
}
.product-middle li {
	margin-left:10px;
	margin-top:5px;
}
.product-middle p {
	margin-bottom:10px;
}

.add-to-cart a {
	background-image:url(../images/greenaddtocart.png);
	width:157px;
	height:72px;	
	display:block;
	margin-left:50px;
	text-decoration:none;
}

.add-to-cart a:hover {
	background-position:-159px;
}

.product-right p {
	padding-bottom:10px;
}

.add-to-cart img {
	visibility:hidden;
	margin-bottom:50px;
}

.product-first-point {
	font-weight:bold;
	color:#003A97;
	font-size:1.2em !important;
	list-style-type:none !important;
	margin-left:5px !important;
	margin-bottom:10px;
}

.product-left li {
	font-size:0.9em;
	list-style-type:disc;
	margin-left:20px;
	line-height:25px;
}
.rental {
	font-size:1.2em;
	color:#003A97;
	font-weight:bold;
	padding-bottom:20px;
	float:none;
}

.guarantee {
	color:#ff0000;
	font-size:0.9em;
	margin-left:20px;
}

.insurance {
	color:#003A97;
	font-size:1.2em;
	font-weight:bold;
}

.options {
	font-size:1.3em;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:40px;
} /*
/* end of product styles */

#call-rates {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	width:670px;
	margin-bottom:10px;
}

#call-rates td {
	padding-left:150px;
	font-size:0.9em;
}

#call-rates th {
	padding: 5px 0 5px 10px;
	font-size:0.9em;
	font-weight:bold;
}

#table-head p {
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	width:660px;
	padding:5px 0 5px 10px;
	font-size:1.2em;
}

#not-bold {
	font-weight:normal;
}

#how-to-order {
	margin-bottom:10px;
}

#how-to-order ul {
	list-style-type:none;
}

#how-to-order li {
	color:#003A97;
	font-weight:bold;
	font-size:0.9em;
	margin-top:15px;
}

.normal {
	color:#000000;
	font-weight:normal;
}

#whats-in-box {
	margin-bottom:10px;
}

#whats-in-box ul {
	list-style-type:none;
}

#whats-in-box li {
	color:#003A97;
	font-weight:bold;
	font-size:0.9em;
	margin-top:15px;
}

.bold-red {
	font-weight:bold;
	color:#ff0000;
	font-size:1em !important;
}

#options-head {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	width:668px;
	border-bottom:none;
	font-size:1.5em;
	font-weight:bold;
	height:50px;
}

#options-head p {
	padding:10px 0 10px 10px;
}

#options-table table {
	width:670px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	border-right:none;
	border-collapse:collapse;
	border-spacing:0;
}

#options-table td {
	text-align:center;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#CCCCCC;
	border-collapse:collapse;
	font-size:0.8em;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:5px;
}

.total {
	font-size:1.1em !important;
	color:#33CCFF;
	font-weight:bold;
}

#faqs h4 {
	margin-top:10px;
	color:#003A97;
	font-weight:bold;
}

#faqs {
	margin-bottom:20px;
}

#faqs p {
	margin-bottom:5px;
	float:none;
}

#translator {
	width:180px;
	height:57px;
	margin-left:35px;
	position:absolute;
	top:135px;
}

#google_translate_element {
	margin-left:10px;
	margin-top:5px;
}
#translator a {
	visibility:hidden;
}

#translator img {
	visibility:visible;
}