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

* LISA GEORGE AND THE PEDALOS
* Filename: style.css
* Version: 1.0.0
* Website: http://www.lgpedalos.co.uk
* Author: Dave Musgrove
* Description: Handles the site layout.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* _Body
==========================================*/

html { height: 100%; margin-bottom: 1px; }
body {
	margin: 0 0 0 0;
	padding: 0;
	background: #220b04 url(../images/back.jpg) top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}
p { 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 17px; 
	font-size: 12px;
	margin: 0 0 12px 0; 
}
img { border: 0px; }
img.thumbs { margin: 0 10px 10px 0; }


form { background: #fff; } 
input { background: #fff; margin: 0; padding: 0; border: 0; }

a { color: #a03208; }
a:hover { color: #f3d45e; }


/* _Wraps
==========================================*/

#wrap-background { height: 760px; background: url(../images/back-grad.jpg) repeat-x top center; }
#wrap-contents { width: 900px; height: 760px; margin: 0 auto; position: relative; }


/* _Containers
==========================================*/

#container-block01 { width: 900px; height: 548px; background: url(../images/back-content01.jpg) no-repeat; position: absolute; top: 191px; left: 0px; }
#container-block02 { width: 900px; height: 548px; background: url(../images/back-content02.jpg) no-repeat; position: absolute; top: 191px; left: 0px; }
#container-block03 { width: 900px; height: 548px; background: url(../images/back-content03.jpg) no-repeat; position: absolute; top: 191px; left: 0px; }

#contact-block { width: 368px; height: 164px; background: url(../images/contact.jpg) no-repeat; position: absolute; top: 27px; right: 0; z-index: 99; }
#contact-btn { width: 263px; height: 28px; position: absolute; bottom: 0px; right: 4px; }

#copyright { width: 300px; height: 23px; position: absolute; top: 726px; left: 0; }
#copyright p { font-size: 10px; color: #a03208; }

#lawtonbailey { width: 295px; height: 23px; background: url(../images/lb-logo.jpg) no-repeat right; position: absolute; top: 726px; right: 0; }

#content-block { width: 435px; height: 300px; position: absolute; top: 350px; right: 85px; overflow: auto; z-index: 99; }
#content-block2 { width: 435px; height: 400px; position: absolute; top: 280px; right: 85px; overflow: auto; z-index: 99; }
#contents { width: 410px; height: 305px; }
#contents h4 { font-size: 14px; line-height: 20px; font-weight: normal; margin: 0 0 10px 0; }


/* _titles
==========================================*/

#title-news { position: absolute; top: 85px; right: 162px; }
#title-jumpin { position: absolute; top: 85px; right: 162px; }
#title-biogs { position: absolute; top: 85px; right: 162px; }
#title-gallery { position: absolute; top: 85px; right: 162px; }
#title-albums { position: absolute; top: 85px; right: 162px; }
#title-links { position: absolute; top: 85px; right: 162px; }
#title-music { position: absolute; top: 85px; right: 162px; }
#title-contact { position: absolute; top: 85px; right: 162px; }


/* _Menu
==========================================*/

#menu { width: 282px; height: 468px; background: url(../images/menu.gif) no-repeat; position: absolute; top: 48px; left: 11px; }

#home-btn {
	width: 167px;
	height: 34px;
	position: absolute;
	top: 44px;
	left: 57px;
}
#info-btn {
	width: 211px;
	height: 31px;
	position: absolute;
	top: 90px;
	left: 33px;
}
#shows-btn {
	width: 200px;
	height: 27px;
	position: absolute;
	top: 131px;
	left: 39px;
}
#history-btn {
	width: 179px;
	height: 31px;
	position: absolute;
	top: 169px;
	left: 53px;
}
#gallery-btn {
	width: 201px;
	height: 31px;
	position: absolute;
	top: 209px;
	left: 39px;
}
#gifts-btn {
	width: 213px;
	height: 29px;
	position: absolute;
	top: 253px;
	left: 33px;
}
#airport-btn {
	width: 171px;
	height: 33px;
	position: absolute;
	top: 294px;
	left: 55px;
}
#radio-btn {
	width: 171px;
	height: 30px;
	position: absolute;
	top: 337px;
	left: 55px;
}
#contact-btn2 {
	width: 165px;
	height: 29px;
	position: absolute;
	top: 377px;
	left: 55px;
}


/* _Images
==========================================*/

#logo {	position: absolute; top: 28px; left: 0px; z-index: 99; }
