
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font-family:Arial, Helvetica, sans-serif; font-size:14px; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #009dd5; color:#fff; text-shadow: none; }
::selection { background:#009dd5; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #009dd5; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited, #show_details { cursor:pointer; color:#871818; text-decoration:underline; }
a:hover, #show_details:hover { color: #445E6F; text-decoration:underline; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

h1 { font-size:20px; text-transform:uppercase; font-weight:normal; margin-bottom:.8em; }
h2 { font-size:16px; text-transform:uppercase; font-weight:normal; margin-bottom:.8em; }

p, li { font-size:14px; margin-bottom:.8em; line-height:130%; }

a {  }
a.footerlink { color:#444; }

#mainnav span { display:block; position:absolute; top:13px; left:40px;  }

#main a {  }

a.btn_home, a.btn_makeareservation, a.btn_lookup, a.btn_faq { text-decoration:none; position:relative; display:block; float:left; height:40px; background:url(../img/btn_bg.png) no-repeat 0px 0px; color:#FFF; }
a.btn_home:hover, a.btn_makeareservation:hover, a.btn_lookup:hover, a.btn_faq:hover { background-position: 0px -80px; color:#333; text-decoration:none; }
a.btn_home:visited, a.btn_makeareservation:visited, a.btn_lookup:visited, a.btn_faq:visited { color:#fff; }
a.inactive  { background-position: 0px -40px !important; color:#ccc !important; text-decoration:none !important; }
a.invisible_button { position:absolute; width:125px; height:35px; top:20px; left:20px; }

a.btn_home { width:115px; margin-right:10px; margin-left:10px; }
a.btn_makeareservation { width:340px; margin-right:10px; }
a.btn_lookup { width:340px; margin-right:10px; }
a.btn_faq { width:115px; }

label.error { display:block; width:400px; background-color:#FFC; margin-bottom:1.5em; padding:5px 10px 5px 10px; text-align:left;  }

#current_reservation_info { margin-bottom:1em; padding:1em; border:dotted 1px #ccc; background-color:#FFF; }

/* @media screen and (min-width : 481px) { */

html { /* -webkit-text-size-adjust:none; -ms-text-size-adjust:none; */ }
body { background:#dcddde; }

h1 {  }
p {  }

#container { width:960px; margin:0 auto 0 auto; background:url(../img/bgtile.png) repeat-y; padding:0 10px 0 10px; }

header { background:url(../img/header.jpg) no-repeat; padding-top:366px; position:relative;  }

#mainnav { height:42px; background:#464646; width:960px; }

	 
#main { width:auto; height:auto; overflow:auto; padding:30px 0 30px 0; clear:both;  }
.form_main { background-color:#f0f0f0; }

#details { display:none; position:absolute; overflow:auto; background-color:#f0f0f0; padding:10px 10px 30px 0px; margin-top:30px; margin-left:30px;
	-moz-border-radius: 12px; -webkit-border-radius: 12px;  border-radius: 12px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-moz-box-shadow: 0px 0px 4px #444; -webkit-box-shadow: 0px 0px 4px #444; box-shadow: 0px 0px 4px #444; }

.details_closer { display:block; text-align:right; font-size:24px; }

	.twocol_leftcol { width:580px; float:left; padding-right:30px; margin-left:30px; border-right:solid 1px #ccc; }
	.twocol_rightcol { width:220px; float:left; padding-left:30px; }

	.form_twocol_leftcol { width:430px; float:left; padding-right:30px; margin-left:30px; }
	.form_twocol_rightcol { width:430px; float:left; padding-left:30px; }
	.thankyou_leftcol { border-right:solid 1px #ccc; }
	.faqcol p, .faqcol h4 { padding-left:1.3em; text-indent:-1.3em; }
	
	label { display:inline-block; width:100px; padding:2px 10px 0 0; text-align:right; }
	.textfield { width:310px; background-color:#fff; border:solid 1px #ccc; font-size:18px; margin:0 0 .5em 0; }
	.submit_btn { margin:1em 0 2em 0; }

#footerimgs { background:url(../img/footer_imgs_870x135.jpg) no-repeat; width:870px; height:135px; margin:20px auto 20px auto; }

#footer_black { background-color:#a7a9ac; padding:20px; overflow:auto; }
#footer_black p { float:left; font-size:80%; padding-top:20px; color:#666; }

.rangerover_logo { display:block; float:right; margin-right:20px; }
.rangerover_log img { display:block; }
.landrover_logo { display:block; float:right; }
.landrover_logo img { display:block; }

/* }  */












.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media screen and (max-width : 520px) {

html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
body { background:#fff; background-image:none; }

h1 { font-size:24px;  }
h2 { font-size:22px;  }
p, h4 { font-size:16px; }

#container { width:480px; margin:0 auto 0 auto; }

header {  background:url(../img/header_480.jpg) no-repeat; position:relative; padding-top:183px; }

#mainnav { height:82px; background:#464646; width:480px; }
a.btn_home, a.btn_makeareservation, a.btn_lookup, a.btn_faq { margin:0px 0px 0px 5px; text-decoration:none; position:relative; display:block; height:40px; background:url(../img/btn_bg.png) no-repeat 0px 0px; color:#FFF; }

#main { width:auto; height:auto; overflow:auto; padding-top:30px; }
.form_main { background-color:#f0f0f0; }
	
#details { display:none; position:absolute; overflow:auto; background-color:#f0f0f0; padding:10px 10px 30px 0px; margin-top:20px; margin-left:10px; margin-right:10px;
	-moz-border-radius: 12px; -webkit-border-radius: 12px;  border-radius: 12px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-moz-box-shadow: 0px 0px 4px #444; -webkit-box-shadow: 0px 0px 4px #444; box-shadow: 0px 0px 4px #444; }

.details_closer { display:block; text-align:right; font-size:24px; }

	.twocol_leftcol, .twocol_rightcol, .form_twocol_leftcol, .form_twocol_rightcol { padding:0 15px 15px 15px; margin:0 0 0 0; width:430px; border:0; }
	.faqcol p { padding-left:1.3em; text-indent:-1.3em; }
	
	label { display:inline-block; width:100px; padding:2px 10px 0 0; text-align:left; }
	.textfield { width:310px; background-color:#fff; border:solid 1px #ccc; font-size:18px; margin:0 0 .5em 0; }
	.submit_btn { margin:1em 0 2em 0; }
	
#footerimgs { background:url(../img/footer_imgs_435x67.jpg) no-repeat; width:435px; height:67px; margin:20px auto 20px auto; }

#footer_black { background-color:#000; padding:20px; height:auto; overflow:auto; }
#footer_black p { float:left; font-size:80%; width:200px; color:#666; }

.rangerover_logo { display:block; float:right; margin-right:20px; }
.rangerover_log img { display:block; }
.landrover_logo { display:block; float:right; }
.landrover_logo img { display:block; }
}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}