/*
	Style sheet for www.JerseyCamperHire.com

	
Toc

		1.Defaults
		2.Structure
		3.links and Navigation
		4.Images 
		5.Fonts
		6.Tables and Forms
		
Notes

*/

/*----------1 Defaults -----------------------------------------------------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font:63% Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clear {
	clear:both;
}
fieldset {
	border: none;
}
input, textarea, a {
	outline: none;
}
/*------------End Defaults---------------------------------------------------------------------------------------------------------------------------------------*/



/*------------2 Structure----------------------------------------------------------------------------------------------------------------------------------------*/
#nav {	background:url(../images/header-rounded.jpg) top left no-repeat;}

#page-wrap {
	width: 860px;
	margin: 0 auto;
	background: url(../images/container.jpg);
}
#large-content {
	width:700px;
	padding: 30px 78px;
	float:left;

}
#google-map {
	float:right;
}
#google-map-iframe {
	width: 400px;
	height: 300px;
}
#mail {
	float: left;
	width: 300px;
}
.float-right {
	float:right;
	max-width:180px;
	padding: 0 40px 40px 0;
}
.float-left {
	float: left;
	max-width:180px;
	margin: 10px 20px 20px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#van-gallery-mini {
	padding-top: 2px;
	border:none;
}
img.gallery-mini {
	width:100px;
	height:59px;
}
#footer {
	height: 131px;
	background: url(../images/footer.jpg) no-repeat;
	z-index: 0;
}
#footer-content {
	background-color: white;
	width:805px;
	Height: 30px;
	margin:45px 26px;
	float:left;
	z-index: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
}
/*------------End Structure------------------------------------------------------------------------------------------------------------------------------------*/

/*------------5 Fonts-------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-family: Georgia, serif;
	font-size: 2.3em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
}
h2 {
	font-family: Georgia, serif;
	font-size: 2em;
	font-weight: 300;
	text-align: left;
	color: black;
}
h2.booking {
	padding-bottom: 30px;
}

h2.galleryheading {
	padding-bottom: 30px;
	font-size:2.3em;
}

h3 {
/*	font-family: Georgia, serif;*/
	font-size: 1.6em;
	font-weight: 150;
	text-align:left;
	color: #000000;
	padding-bottom: 10px;
}
h4 {
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-weight: bold;
	font-style: oblique;
	color:black;
}
h4.rates {
	padding-top: 10px;
}
h4.contact {
	padding-top: 10px;
}
h5 {
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: 80;
	color:black;
	text-align: left;
}
ul {
	list-style: none inside;
}

p {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
	font-family: Verdana, Tahoma, sans-serif;
}
p.contact {
	text-align: left;
	padding: 10px 0px 20px 50px;
}
p img { margin:0 10px 5px 0;}
p img .right { margin:0 0 5px 10px;}
p.content {
	text-align: left;
}
p.float-right-caption {
	margin: 5px 0 0 40px;
	padding-top: 5px;
	font-style: italic;
	font-size: 1em;
	width: 180px
}
p.float-left-caption {
	font-style: italic;
	font-size: 1em;
	padding-top: 5px;
	width: 180px
}
p.footer-content-left {
	float:left;
	padding: 35px 0px 0px 40px;
}
p.footer-content-right {
	float: right;
	padding: 35px 40px 0px 0px;
}

div.booknowdiv {
background:no-repeat scroll 8px 5px #F5FAEB;
border-bottom:1px solid #D6EBCD;
border-top:1px solid #D6EBCD;
float:right;
width:240px;
margin: 5px;
padding: 10px;
}

div.wide {
	width:100%;
	float:none;
	margin-bottom: 25px;
}

div.booknowdiv .wide {
	width:100%;
	float:none;
	margin-bottom: 25px;
}

.booknowtext {

	font-size: 1.5em;

}
#main-content ul { font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
	font-family: Verdana, Tahoma, sans-serif;
	list-style:disc; 
	list-style:inside;
	text-indent: -14px;
	padding-left:50px;}

#main-content ol {font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
	font-family: Verdana, Tahoma, sans-serif;
	text-indent: 0px;
	padding-left:50px;
}
/*------------End Fonts----------------------------------------------------------------------------------------------------------------------------------------*/

/*3------------Links and Navigation----------------------------------------------------------------------------------------------------------------------------*/

	
a:link {
	color: #BBA58D; !important
	border: 0px;
}
a:visited {
	color: #BBA58D;
	border: 0px;
}
a:hover {
	color: #6D583D;
	border: 0px;
}
ul#links {
	font-size: 1.3em;
}
ul#nav {
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	display:block;
	height: 63px;
	float:left;
	text-align: center;
	text-decoration: none;
	font-size: 1.7em;
	border: 25px;
	color: #000000;
	text-indent: -99999px;
}
ul#nav li.Jersey a {
	width: 165px;
	background: url(../images/nav/nav-jersey.jpg) bottom center;
}
ul#nav li.Campers a {
	width: 131px;
	background: url(../images/nav/nav-vans.jpg) bottom center;
}
ul#nav li.rates a {
	width: 133px;
	background: url(../images/nav/nav-rates.jpg) bottom center;
}
ul#nav li.faq a {
	width: 130px;
	background: url(../images/nav/nav-faq.jpg) bottom center;
}
ul#nav li.contact a {
	width: 130px;
	background: url(../images/nav/nav-contact.jpg) bottom center;
}
ul#nav li.book a {
	width: 169px;
	background: url(../images/nav/nav-booking.jpg) bottom center;
}
ul#nav li a:hover {
	background-position: center center;
}
ul#nav li.Jersey-active a {
	width: 165px;
	background: url(../images/nav/nav-jersey.jpg) top center;
}
ul#nav li.Campers-active a {
	width: 131px;
	background: url(../images/nav/nav-vans.jpg) top center;
}
ul#nav li.rates-active a {
	width: 133px;
	background: url(../images/nav/nav-rates.jpg) top center;
}
ul#nav li.faq-active a {
	width: 130px;
	background: url(../images/nav/nav-faq.jpg) top center;
}
ul#nav li.contact-active a {
	width: 130px;
	background: url(../images/nav/nav-contact.jpg) top center;
}
ul#nav li.book-active a {
	width: 169px;
	background: url(../images/nav/nav-booking.jpg) top center;
}

/*--------Van Sub Nav-------------*/
ul#vansubnav {
	display:block;
	height: 20px;
	float:left;
	text-align: center;
	text-decoration: none;
	font-size: 1.7em;
	border: 0px;
	color: #000000;
	padding-left: 180px;
}

ul#vansubnav li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}

ul#vansubnav li a {
	color: #BBA58D;
	text-decoration: none;
	
	}
ul#vansubnav li a:hover {
	color: #6D583D;
	text-decoration: underline;
	}
ul#vansubnav li.active {
	background: url(../images/red_arrow.jpg) no-repeat 0px 3px;
}
ul#vansubnav li.active a {
	color:#600;
}



/*------------End Links and Navigation-------------------------------------------------------------------------------------------------------------------------*/


/*------------4 Images-----------------------------------------------------------------------------------------------------------------------------------------*/

logo {
	width: 858px;
	height:110px;
	text-indent: -9999px;
	border: none;
	text-decoration: none;
}
img#jeresy_firstpic {
	width:700px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.main-img {
	width:700px;
	padding-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.float-right-pic {
	max-width:180px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 40px;
}
.float-left-pic {
	width:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.campers-link {
	width: 700px;
	padding-bottom: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:none;
}
#van-gallery {
	width:550px;
	padding-left: 100px;
}
#van-gallery-mini img {
	border:none;
}
#main-content ul.gallery {
	margin:0px;
	list-style: none;
	padding:0px;
	padding-bottom: 290px;
	text-indent: 0px;
	font-size:1em;
	line-height:1.5em;
	
}
ul.gallery li a {
	position: relative;
	float: left;
	padding: 10px 16px 25px 16px;
	background: #eee;
	border: 0px;
	-moz-box-shadow: 0px 2px 15px #333;
	-webkit-box-shadow:0px 2px 15px #333;
}
ul.gallery li a.pic-1 {
	z-index: 1;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	border: 0px;
}
ul.gallery li a.pic-2 {
	z-index: 5;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	border: 0px;
}
ul.gallery li a.pic-3 {
	z-index: 3;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	border: 0px;
}
/*------------End Images----------------------------------------------------------------------------------------------------------------------------------------*/



/*------------@6 Tables and Forms------------------------------------------------------------------------------------------------------------------------------*/
														
table {
	border-collapse: collapse;
}
th, td {
	border: 1px solid #c9c9c9;
	font-size: 1.3em;
	padding: 1px 4px;
}
th {
	text-align: left;
}
th.left-table-col {
	min-width: 150px;
}
th.right-table-col {
	min-width: 300px;
	max-width: 300px;
}
tbody tr.alt td {
	background: #fef8e8;
}
tbody td {
	border-top: 0;
	border-bottom: 1;
}
form {
	padding: 20px 0 70px 0;
}

form#form fieldset.personal-details {
	float:left;
	width:200px;
}
form#form fieldset.message {
	float:right;
	width: 400px;
}
input, textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}


textarea {
	width: 400px;
	max-width: 400px;
	height: 214px;
	min-height: 214;
	line-height: 150%;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.form label {
	margin-left: 10px;
	color: #999999;
}
.submit input {
	width: auto;
	padding: 9px 15px;
	background: #efd6b8;
	border: 0;
	margin: auto 0;
	font-size: 14px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	

form.booknow {
	padding: 0px;
	background:none;
	border: none 0px;
	outline:none;
}
div.booknowform {

}

.booknowbutton {
	-moz-box-shadow: none;
	background: none;
	border: none 0px;
	color:#396;
	font:13px/100% Verdana, Tahoma, sans-serif;
	outline:0 none;
	padding:0px;
	margin:0px;
	width:220px;
}

div.wide 

		
/*------------ End Table and Forms------------------------------------------------------------------------------------------------------------------------------*/

