@charset "UTF-8";
/* CSS Document */

/*

LIMO HOTLINE

---------------- TABLE OF CONTENTS ----------------

		- general, resets and headings
		- Layout
		- Content
		- Form Styles
		- Menus - main, footer
			
		
--------------------- COLOURS ---------------------

		background colour - #000
		body text - #000
		headings  - #b60909 (red)
		
/*
		
/* ------- GENERAL ------- */

body{
	margin:0;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:16px;
	}

a:link, a:active, a:visited{
	color: #B60909;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
}

form, h1, h2, h3, h4{
	margin:0;
	padding:0;
	}
h1{
	height:46px;
	margin-bottom:20px;
	background:url(../images/heading-welcome.gif) no-repeat top left;
	}
h1 span{
	display:none;
	}
h1.about{
	background-image:url(../images/heading-about.gif);
	}
h1.fleet{
	background-image:url(../images/heading-ourfleet.gif);
	}
h1.weddings{
	background-image:url(../images/heading-weddings.gif);
	}
h1.school{
	background-image:url(../images/heading-schoolformals.gif);
	}
h1.corporate{
	background-image:url(../images/heading-corporate.gif);
	}
h1.bookings{
	background-image:url(../images/heading-bookings.gif);
	}
h1.photogallery{
	background-image:url(../images/heading-photogallery.gif);
	}
h1.sitemap{
	background-image:url(../images/heading-sitemap.gif);
	}
h1.privacy{
	background-image:url(../images/heading-privacy.gif);
	}
h1.book{
	height:30px;
	background:url(../images/heading-book.gif) no-repeat top center;
	}
h2, h3, h4{
	padding:0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#b60909;
	line-height:normal;
	}
h3{
	font-size:18px;
	}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 10px;
	}
h3 strong{
	font-size:36px;
	display:block;
	}
.black{
	color:#000;
	}

img{
	border:0;
	}

.clear{
	clear:left;
	}
	
/* -------- LAYOUT ------- */

#container{
	width:950px;
	margin:auto;
	background: url(../images/bg-container.jpg) no-repeat bottom right #fefefe;
	}
#pole{
	background:url(../images/bg-pole.jpg) no-repeat bottom left;
	}
#header{
	text-align:center;
	background:url(../images/bg-menu.jpg) no-repeat bottom;
	}
#col-w{
	width:559px;
	min-height:530px;
	padding:22px 18px 55px 18px;
	float:left;
	background:url(../images/bg-col-w.jpg) no-repeat top left;
	}
#col-n{
	width:285px;
	margin-left: 600px;
	padding:22px 30px 130px 30px;
	}


/* ------- CONTENT ------- */

#col-w p{
	padding:0 11px;
	}
#col-w strong{
	color:#b60909;
	}
img.border{
	margin:10px 0;
	padding:15px;
	background:url(../images/bg-img-right.jpg) no-repeat top;
	}
#col-w img.border{
	margin:2px;
	padding:19px;
	background-image:url(../images/bg-img-left.gif);
	}
#col-n h3{
	margin-bottom:25px;
	font-size: 24px;
	}
#col-w ul{
	margin:5px 0;
	padding-left:11px;
	list-style:none;
	}
#col-w li{
	padding:5px 0 5px 15px;
	background: url(../images/bullet.gif) no-repeat left 7px;
	}
	
/* image gallery */

#gallery{
	width: 500px;
	}
#caption{
	padding:10px 5px;
	}
.image-title{
	color:#b60909;
	font-size:18px;
	line-height:normal;
	}
#controls {
	margin-top: 5px;
	height: 23px;
}
#controls a:link, #controls a:active, #controls a:visited {
	padding: 5px;
	text-decoration: none;
}
#controls a:hover {
	text-decoration: none;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.loader {
	background-image: url(/images/gallery/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 300px
}

#thumbnails {
	margin-bottom: 15px;
}
#thumbnails ul{
	width:270px;
	margin: 0;
	padding: 0;
	}
#thumbnails li{
	padding:0;
	margin: 0 0 9px 9px;
	float:left;
	background:none;
	list-style: none;
	opacity: 0.5;
	}
#slideshow img, #thumbnails img{
	padding:2px;
	border:1px solid #c7c39f;
	}
#thumbnails li.selected img {
	border:1px solid #B60909;
}
#thumbnails img.active{
	border:#b60909;
	}
#thumbnails .pagination {
	text-align: center;
	font-size: 11px;
}
#thumbnails .pagination a:link, #thumbnails .pagination a:active, #thumbnails .pagination a:visited {
	padding: 1px 5px;
	border: 1px solid #c7c39f;
	margin: 0 3px;
	text-decoration: none;
}
#thumbnails .pagination a:hover {
	border: 1px solid #c7c39f;
	background-color: #c7c39f;
	text-decoration: none;
}
#thumbnails .current {
	border: 1px solid #B60909;
	padding: 1px 5px;
	margin: 0 3px;
}

.gallery-group {
	float: left;
	margin-bottom: 20px;
}


/* ----- FORM STYLES ----- */

input, textarea, select{
	width: 250px;
	padding:2px 3px;
	border:1px solid #b4922a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	}
input.btn, select.btn{
	width:auto;
	}
input.btn {
	margin-top: 10px;
	border: 0;
	padding: 0;
}
.form {
	padding:5px 0;
	background-color:#f7f3e8;
	margin: 10px 0 15px 0;
	}
.form th {
	width: 150px;
	padding: 5px;
	text-align:left;
	}
.form td{
	padding: 0 5px 0 10px;
	}
.form td.required{
	background:url(../images/required.jpg) no-repeat left 4px;}
.error{}
.notification{}


/* -------- MENUS -------- */


/* Main menu */

#mainmenu{
	width:950px;
	margin:auto;
	border-right:1px solid #000;
	font-weight:bold;
	text-transform:uppercase;
	height: 39px;
	}
#mainmenu a:link, #mainmenu a:active, #mainmenu a:visited{
	padding: 0 29px;
	display:block;
	float:left;
	border-left:1px solid #000;
	color:#fff;
	text-align:center;
	line-height:39px;
	text-decoration: none;
	}
#mainmenu a.double:link, #mainmenu a.double:active, #mainmenu a.double:visited{
	line-height:normal;
	padding-top: 6px;
	text-decoration: none;
	}
#mainmenu a:hover{
	background:url(../images/menu-hover2.gif) no-repeat center;
	color:#efdb00;
	text-decoration: none;
	}
#mainmenu a.short:hover{
	background-image:url(../images/menu-hover1.gif);
	text-decoration: none;
	}
#mainmenu a.double:hover{
	background-image:url(../images/menu-hover4.gif);
	text-decoration: none;
	}


/* Footer */

#footer, #footer div{
	height:57px;
	background:url(../images/bg-footer.jpg) no-repeat top;
	font-size:11px;
	color:#fff;
	line-height:50px;
	}
#footer a:link, #footer a:active, #footer a:visited{
	color:#fff;
	text-decoration: none;
	}
#footer a:hover{
	color:#efdb00;
	text-decoration: none;
	}
#footer div{
	width:750px;
	margin:auto;
	padding:0 100px;
	background-image:url(../images/bg-footer-pole.jpg);
	}
#footer strong{
	float:right;
	font-weight:normal;
	}
#footer em{
	padding:0 10px;
	}
	

/*  For form validation */
.form label {
  display: block;
  font-weight: bold;
  font-style: italic;
}

.error{
	font-size: 1em;
	padding: 8px 8px 12px 45px;
	color:#000000;
	background: #fffcdc url(/images/icon-error.gif) no-repeat 5px;
	border: 1px solid #dfd061;
}
.notification{
	font-size: 1em;
	font-weight: bold;
	padding: 10px 8px 12px 35px;
	color:#8bbb39;
	background: #f2fde0 url(/images/icon-confirm.gif) no-repeat 5px;
	border:1px solid #8bbb39;
}
	
