@charset "utf-8";

/*****************************************
Company: PBS
URL: www.pro-books.co.uk
Author: Dave Musgrove
*****************************************/

/*----------------------------------------
   STYLE RESET
----------------------------------------*/

body,ul,ol,h1,h2,h3,h4,h5,h6,form,li,p,img {
	margin:0; padding:0; border:0;
}

/*----------------------------------------
   BODY
----------------------------------------*/

html {  }

body {
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #444;
	background: #dafbc0 url(../images/bg-body.png) repeat-x;
}

/*----------------------------------------
   COMMON > FONTS
----------------------------------------*/

h1, h2, h3, h4 { color: #fff; font-family: Arial, Helvetica, sans-serif; }	
h1 { font-size: 36px; margin: 0 0 0 0; }
h2 { font-size: 28px; margin: 0 0 0 0; }
h3 { font-size: 22px; margin: 0 0 0 0; }
p { font: 13px/16px Arial, Helvetica, sans-serif; margin: 0 0 0 0; }
a { color: #fff; outline: none; }
a:hover { color: #000; text-decoration: none; }
a:focus { outline: none; }
.img-left { float: left; margin: 0 10px 10px 0; }
.img-right { float: right; margin: 0 0 10px 10px; }

/*----------------------------------------
   COMMON > ELEMENTS
----------------------------------------*/

.title { display: block; text-indent: -100000px; overflow: hidden; }
a .title { cursor: pointer; }
.clear { clear: both; }

/*----------------------------------------
   HEADER
----------------------------------------*/

#splash { width: 960px; height: 821px; margin: 0 auto; background: url(../images/bg-splash-new2.jpg) no-repeat; position: relative; }
.email-01 { width: 157px; height: 15px; position: absolute; bottom: 90px; left: 545px; cursor: pointer; }

