/*******************************************************************************
* Title:		Endslee Shoot							                       *
* Date:			2010-03-04                                                     *
* Author:		Jason Lemm <jason@vividual.co.uk>                              *
* License:		This work is licenced under a Creative Commons Licence         *
*				http://creativecommons.org/licenses/by-nd/2.0/uk/			   *
*                                                                              *
* Copyright:	(c)2010 Vividual                                                 *
*******************************************************************************/

html {
	background: #654f38 url('../images/bg.jpg');
}

body {
	background: url('../images/bgtop.jpg') repeat-x top left;
	font: 14px/1.2 "Trebuchet MS",Verdana, Helvitica, Sans-Serif;
	color: #222;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	overflow-x: hidden;
}

a:link, a:visited {
	color: #206da1;
	text-decoration: none;
}

a:hover, a:active  {
	color: #2c96de;
}

a img {
	border: none;
}

p {
	margin: 13px 0px;
}


h1, h2, h3, h4, h5 {
	color: #206da1;
	font-size: 1em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	letter-spacing: -1px;
}

h1 {
	margin: 0px 0px 7px 0px;
	font-size: 1.8em;
}

h2 {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

#page-outer {
	width: 1000px;
	margin: auto;
}

#page-inner {
	padding-top: 20px;
}

#header-outer {
	background: url('/images/topshadow.png') no-repeat bottom left;
}

#header-inner {
	position: relative;
	z-index: 99;
	width: 960px;
	margin: auto;
}

#company-name {
	padding: 28px 0px 26px 32px;
}

#logo {
	margin-bottom: -20px;
	position: relative;
	z-index: 99;
}

#note {
	margin-bottom: -30px;
	position: absolute;
	z-index: 99;
	right: 0px;
}


#shadow-outer {
	position: relative;
}

#shadow-inner {
	position: relative;
	z-index: 1;
	background: url('/images/mainshadow.png') repeat-y top left;
}

#top_paw {
	position: absolute;
	z-index: 0;
	top: 28px;
	left: -92px;
	background: url('/images/top_paw.jpg') no-repeat top left;
	width: 121px;
	height: 173px;
}

#bottom_paw {
	position: absolute;
	z-index: 0;
	bottom: -60px;
	right: -52px;
	background: url('/images/bottom_paw.jpg') no-repeat top left;
	width: 121px;
	height: 173px;
}

#content-outer {
	width: 960px;
	margin: 0px auto;
	background: #FFF;
}

#content-inner {
	overflow: hidden;
	min-height: 445px;
	padding: 3px 10px;
	width: 940px;
}

.main.left {
	padding: 10px 0px 0px 10px;
	width: 490px;
}

.photos {
	line-height: 0px;
	background: url('/images/right.jpg') repeat-x bottom left;
	position: relative;
	margin-left: 525px;
	text-align: center;
	padding-top: 40px;
}

.photo1 {
	position: absolute;
	top: -210px;
	z-index: 98;
	margin-top: 0px;
}

.photo2 {
	position: relative;
	z-index: 97;
	margin: -10px -18px -20px 0px;
}

.photo3 {
	position: relative;
	z-index: 96;
	margin: -110px 10px -10px 0px;
}

#footer-outer {
	position: relative;
	z-index: 1;
	background: url('/images/bottomshadow.png') no-repeat top left;
}

#footer-inner {
	color: #FFF;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#footer-inner a {
	color: #FFF;
	text-decoration: underline;
}

.image_rotate {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background: #000;
	width: 940px;
}

.image_rotate li {
	height: 300px;
}
