/**
 * Blue: #182349
 * Red: #7c1f16
 * Bronze: #b8292f
 * Silver: #b2b3b6
 * Gold: #bb9832
 **/

*
{
	visibility: inherit;
}

body, p, img, a, div
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	color: inherit;
}

body
{
	color: #000000;
	overflow-y: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
}

a
{
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

p, h1, h2, h3, li, td, input, select, textarea, li, div
{
	font-family: Poppins, Futura, Arial, sans-serif;
	font-size: 9pt;
	line-height: 156%;
	color: #000000;
	margin: 0px;
	font-weight: normal;
}

h1
{
	font-size: 18pt;
	font-weight: bold;
	padding: 30px 40px 5px 40px;
	text-transform: uppercase;
	color: #7c1f16;
	line-height: 100%;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	padding: 30px 0px 5px 0px;
	text-transform: uppercase;
	color: #182349;	
}

.centred_title
{
	text-align: center;
}

input, select, textarea
{
	outline: none;
}

img
{
	vertical-align: bottom;
}

th
{
	text-align: left;
}

form
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

p.centred
{
	text-align: center;
}

div.page_body p.emphasised
{
	font-size: 12pt;
	font-weight: bold;
	color: #182349;
}

div.page_outer
{
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px auto 0px auto;
	width: 980px;
}

div.page_header
{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 20;
	width: 100%;
	height: 139px;
}

p.velo_rouge
{
	width: 421px;
	line-height: 100%;
}

p.telephone
{
	position: absolute;
	right: 200px;
	top: 60px;
	width: 309px;
	line-height: 100%;
	font-size: 18pt;
	color: #182349;
}

p.social_media
{
	position: absolute;
	right: 35px;
	top: 50px;
	line-height: 100%;
	font-size: 9pt;
}

div.menu_and_pic
{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 100%;
}

img.main_pic
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
}

div.menu
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	width: 100%;
	height: 57px;
	background-image: url( 'images/menu_background.png' );
	background-position: top right;
	background-repeat: no-repeat;
}

div.menu p
{
	text-align: right;
	padding: 22px 40px 0px 0px;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 100%;
}

div.menu span.spacer
{
	padding: 0px 12px 0px 12px;
}

div.menu span.current_menu_item
{
	color: #cd9f8f;
}

div.menu span.menu_item:hover
{
	color: #cd9f8f;
	border-style: none none solid none;
	border-width: 2px;
	border-color: #ffffff;
}

div.mobile_menu
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
}

div.mobile_menu_item
{
	width: 100%;
	background-color: #182349;
	border-style: none none solid none;
	border-color: #ffffff;
	border-width: 1px;
	height: 32px;
}

div.current_mobile_menu_item
{
	background-color: #7c1f16;
}

div.mobile_menu_item p
{
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	padding: 8px 0px 0px 40px;
	text-transform: uppercase;
	line-height: 100%;
}

img.top_left_corner
{
	position: absolute;
	left: 0px;
	top: 57px;
	z-index: 10;
}

img.bottom_right_corner
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}

div.page_body
{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 100%;
}

div.page_body p
{
	padding: 15px 0px 0px 0px;
	font-size: 9pt;
}

div.left_panel
{
	float: left;
	width: 256px;
	padding: 0px 0px 0px 40px;
}

div.left_panel p
{
	font-size: 10pt;
}

div.right_panel
{
	margin: 0px 0px 0px 336px;
	padding: 0px 40px 0px 0px;
}

div.t_c_left_panel p
{
	line-height: 22px;
	padding-top: 22px;
}

div.t_c_right_panel p
{
	line-height: 22px;
	padding-top: 22px;
	font-size: 10pt;
}

h3
{
	line-height: 22px;
	padding-top: 22px;
	font-size: 10pt;
	color: #7c1f16;
}

div.service
{
	margin: 15px 0px 0px 0px;
	width: 248px;
	height: 28px;
}

div.bronze_service
{
	background-image: url( 'images/bronze_bar.png' );
}

div.silver_service
{
	background-image: url( 'images/silver_bar.png' );
}

div.gold_service
{
	background-image: url( 'images/gold_bar.png' );
}

div.service p
{
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	line-height: 100%;
	padding: 8px 0px 0px 10px;
}

ul
{
	margin: 0px;
	padding-top: 15px;
	padding-left: 13px;
}

ul li
{
	padding-left: 5px;
}

ul li span
{
	color: #000000;
}

ul.bronze_service_list li
{
	color: #b8292f;
}

ul.silver_service_list li
{
	color: #b2b3b6;
}

ul.gold_service_list li
{
	color: #bb9832;
}

ul.hire_guide li
{
	color: #7c1f16;
	padding-bottom: 15px;
	font-size: 10pt;
}

p.wheels
{
	font-weight: bold;
}

p.wheels span.wheel_price
{
	color: #7c1f16;
}

div.hire_prices
{
	float: left;
	margin-right: 24px;
}

div.hire
{
	margin: 15px 0px 0px 0px;
	width: 290px;
	height: 28px;
}

div.red_hire
{
	background-image: url( 'images/red_hire_bar.png' );
}

div.blue_hire
{
	background-image: url( 'images/blue_hire_bar.png' );
}

div.hire p
{
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	line-height: 100%;
	padding: 7px 0px 0px 10px;
}

div.make_reservation
{
	min-height: 129px;
}

p .email
{
	color: #182349;
	font-weight: bold;
}

span.telephone
{
	color: #182349;
	font-weight: bold;
}

table.picture_table
{
	width: 100%;
}

table.picture_table td
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 48%;
	padding: 20px 0px 0px 0px;
}

table.picture_table td.spacer
{
	width: 4%;
}

table.picture_table td img
{
	width: 100%;
}

table.picture_table td.left_picture
{
	text-align: left;
}

table.picture_table td.right_picture
{
	text-align: right;
}

table.picture_table td p
{
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 30;
	line-height: 100%;
}

div.holiday_pictures_left img
{
	width: 100%;
	padding-top: 20px;
}

table.holiday_picture_table
{
	display: none;
}

img.hills
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	clear: both;
}

div.footer
{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 58px;
	background-color: #182349;
}

div.footer span.spacer
{
	padding: 0px 25px 0px 25px;
}

div.footer span.line_break
{
	display: none;
}

div.footer p
{
	text-align: center;
	line-height: 100%;
	padding-top: 16px;
	color: #ffffff;
}

div.footer img.fossil_design
{
	position: relative;
	left: 0px;
	top: 3px;
}

@media (max-width: 979px)
{
	div.page_outer
	{
		width: 100%;
		margin: 0px;
	}

	div.page_header
	{
		height: 176px;
	}

	p.telephone
	{
		right: 40px;
		text-align: right;
	}

	p.social_media
	{
		top: 90px;
	}

	div.left_panel
	{
		float: none;
		width: auto;
		padding: 0px 40px 0px 40px;
	}

	div.right_panel
	{
		margin: 0px;
		padding: 0px 40px 0px 40px;
	}

	div.holiday_pictures_left
	{
		display: none;
	}

	table.holiday_picture_table
	{
		display: table;
	}

	div.footer
	{
		height: 75px;
	}

	div.footer span.middle_spacer
	{
		display: none;
	}

	div.footer span.middle_line_break
	{
		display: inline;
	}

	div.footer span.spacer
	{
		padding: 0px 10px 0px 10px;
	}
}

@media (max-width: 749px)
{
	span.telephone_full
	{
		display: none;
	}

	img.picture_corner
	{
		display: none;
	}

	div.menu
	{
		display: none;
	}

	div.mobile_menu
	{
		display: block;
	}

	img.main_pic
	{
		padding-top: 132px;
	}
}

@media (max-width: 639px)
{
	p.velo_rouge
	{
		width: 100%;
		text-align: center;
	}

	p.velo_rouge img
	{
		width: 295px;
	}

	p.telephone
	{
		left: 20px;
		top: 137px;
		right: auto;
		text-align: left;
		font-size: 15pt;
	}

	p.social_media
	{
		right: 20px;
		top: 130px;
	}

	p.social_media img
	{
		height: 30px;
	}

	p.social_media span.spacer
	{
		display: none;
	}

	div.mobile_menu_item p
	{
		padding-left: 20px;
	}

	h1
	{
		padding-left: 20px;
	}

	div.left_panel
	{
		padding: 0px 20px 0px 20px;
	}

	div.right_panel
	{
		padding: 0px 20px 0px 20px;
	}

	div.hire_prices
	{
		float: none;
		margin-right: 0px;
	}

	div.make_reservation
	{
		min-height: 0px;
	}

	div.footer
	{
		height: 120px;
	}

	div.footer img.fossil_design
	{
		top: 0px;
	}

	div.footer span.spacer
	{
		display: none;
	}

	div.footer span.line_break
	{
		display: inline;
	}
}

@media (max-width: 399px)
{
	table.picture_table td
	{
		width: 100%;
	}

	table.picture_table td.spacer
	{
		display: none;
	}

	table.picture_table td.right_picture
	{
		display: none;
	}
}
