/*
Element11.co.uk Main stylesheet
Created by Andrew Holland
www.x-72.com
*/

/*
Colour Ref
	Link Green		#407C33
	Link Yellow		#FDFF0D
	Yellow Green	#cbea26
	nav green 1		#e5e72d
	nav green 2		#cbea26
	nav green 3		#588e03
	Dark Green (4)	#407C33
*/


/*------ undo HTML ------*/

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input

{
	margin: 0;
	padding: 0;
}

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

/*------ basic ------*/

body {
	text-align: center;
	font-family: corbel, "Lucida Grande", Lucida, verdana, sans-serif;
	font-size: 62.5%;
	background: #99b838 url(../images/bg.jpg) repeat-x center top;
}


/*------ layout ------*/

div#container {
	text-align: left;
	width: 750px;
	margin: 0 auto;
}

div#branding {
	width: 750px;
	height: 250px;
	position: relative;
	padding-top: 10px;
}

#branding {
	background: url(../images/masthead.png) no-repeat;
}


body.two_column div#slide_holder {
	width: 360px;
	height: 360px;
	float: left;
	padding-top: 2px;
}

#slide_holder {
	background: url(../images/slide_holderbg.png) no-repeat;
}

div#flash_padding {
	padding-left: 10px;
	padding-top: 10px;
}

div#content {
	padding-top: 10px;
}

body.two_column div#content_main {
	width: 380px;
	float: left;
}

body#contact div#content_main {
	width: 450px;
	float: left;
}

body#contact div#content_secondary {
	width: 300px;
	float: left;
}

div#content_main {
	width: 750px;
}


div#footer {
	clear: both;
	position: relative;
	padding-top: 10px;
}

#footer {
	background: url(../images/footer.png) no-repeat left top;
	position: relative;
}

.clear {
	 clear: both;
	 overflow: hidden;
	 margin-top: -1px;
}

/*------ navigation ------*/
.menu {
	font-family: corbel, "Lucida Grande", Lucida, verdana, sans-serif;
	width:749px;
	height:30px;
	position:relative;
	margin:0;
	font-size:11px;
	margin:20px 0 60px 0;
	background:#62A812;
	position:relative;
	text-transform: uppercase;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left;
	border-left:1px solid #407C33;
	width:106px;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	width:101px;
	text-decoration:none;
	padding:0 0 0 5px;
	height:30px;
	line-height:30px;
	color:#407C33;
	background:#e5e72d;
}

.menu table {
	border-collapse:collapse;
	margin:0; padding:0;
	font-size:1em;
}

.menu ul li ul {
	visibility:hidden;
	position:absolute;
	top:30px;
	left:0;
}


.menu ul li:hover a,
.menu ul li a:hover {
	color:#407C33;
	background:#cbea26;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
	visibility:visible;
	width:749px;
	background:#cbea26;
	color:#407C33;
}

.menu ul li:hover ul.right_side li,
.menu ul li a:hover ul.right_side li {
	float:right;
	border:0;
	border-left:1px solid #407C33;
}

.menu ul li:hover ul.left_side li,
.menu ul li a:hover ul.left_side li {
	float:left;
	border:0;
	border-left:1px solid #407C33;
}

.menu ul li:hover ul li a.sub,
.menu ul li a:hover ul li a.sub {
	background:#407C33;
	color:#fff;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
	visibility:hidden;
	position:absolute; left:0; top:30px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	display:block;
	background:#cbea26;
	color:#407C33;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	background:#588e03;
	color:#fff;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
	visibility:visible;
	color:#fff;
	background:#588e03;
}

.menu ul li:hover ul.right li {
	float:right;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {
	background:#588e03;
	color:#fff;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {
	background:#407C33;
	color:#fff;
}

/*------ contact ------*/

label {
	display: block;
}

input.text {
	width: 300px;
	border: 1px solid #cbea26;
}

textarea {
	width: 300px;
	border: 1px solid #cbea26;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

#submit {
	width: 80px;
}

fieldset {
border:0;margin:0;padding:0;
}

.warning {
	color: #e5e72d;
}

/*------ links ------*/



/*------ typography ------*/

h2, h3, h4, h5, h6 {
	font-family: corbel, "Lucida Grande", Lucida, verdana, sans-serif;
}

h2 {
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
}

body.two_column h2 {
	padding-left: 20px;
}

h3 {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

body.two_column h3 {
	padding-left: 20px;
}

body#contact div#content_secondary h3 {
	padding-left: 20px;
}

h4 {
	font-size: 16px;
	padding-bottom: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

h4.bed {
	font-size: 14px;
	padding-bottom: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
	padding-bottom: 18px;
}

h6 {
	font-size: 12px;
	padding-bottom: 18px;
}

p {
	padding-bottom: 16px;
	font-family: corbel, "Lucida Grande", Lucida, verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

body.two_column p {
	padding-left: 20px;
}

body#contact div#content_secondary p {
	padding-left: 20px;
}

body#contact div#content_secondary ul {
	padding-left: 20px;
}

p a {
	color: #fdff0d;
	margin: 0;
	padding: 0;
}

p a:hover {
	color: #407c33;
	background-color: #fdff0d;
}

#footer p.copy {
	padding: 80px 0 0 0;
}

#footer p.last {
	padding-left: 0;
}

.question {
	font: bold 14px corbel, "Lucida Grande", Lucida, verdana, sans-serif;
}
	
.answer {
	font: bold 14px corbel, "Lucida Grande", verdana, sans-serif;
	color: #ffffff;
}	

ul.no_bullets {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 18px;
}

ul.bulleted {
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

ul.bulleted li {
	padding-bottom: 20px;
	background: url(../images/bullet.gif) no-repeat left 4px;
	padding-left: 20px;
}

ul#address {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
}

ul.pdf_list {
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	clear: both;
}

ul.pdf_list li {
	padding-bottom: 20px;
	background: url(../images/pdf.gif) no-repeat left 2px;
	padding-left: 20px;
}

ul.pdf_list li a {
	color: #fdff0d;
	
}

ul.pdf_list li a:hover {
	color: #407c33;
	background-color: #fdff0d;
}

li strong a {
	color: #fdff0d;
}

li strong a:hover {
	color: #407c33;
	background-color: #fdff0d;
}

acronym {
	border-bottom: 1px dotted gray;
}

blockquote {
	padding: 0 0 0 23px;
	margin: 0 30px 12px 30px;
	background: url(../images/bq.gif) no-repeat 0 0px;
}

blockquote p {
	padding: 0 0 18px 0;
	font: italic 14px georgia, serif;
	line-height: 18px;
	color: #ffffff;
}

p.attribution {
	padding: 0 0 18px 0;
	color: #000000;
	font: normal 12px corbel, "Lucida Grande", Lucida, verdana, sans-serif;
}

/*------ images ------*/

.thumbnails {
	width: 748px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #fdff0d;
}

.thumbnails ul {
	float: left;
	padding: 15px 10px 0 30px;
}

.thumbnails li {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	display: inline;
}

img.wide {
	margin-bottom: 18px;
}

p.img_float1 {
	float: left;
	padding-right: 18px;
	padding-bottom: 8px;
}

p.img_float2 {
	float: right;
	padding-left: 18px;
	padding-bottom: 8px;
}

p.img_float3 {
	float: left;
	padding-right: 18px;
	padding-bottom: 0px;
}

.imglist {
	float: left;
}


/*------ lytebox ------*/

#lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;
}

#lbOverlay.grey {
	background-color: #000000;
}
	
#lbMain {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	line-height: 0;
}

#lbMain a img {
	border: none;
}

#lbOuterContainer {
	position: relative;
	background-color: #fff;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

#lbOuterContainer.grey {
	border: 3px solid #888888;
}

#lbDetailsContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	width: 100%;
	line-height: 1.4em;
	overflow: auto;
	margin: 0 auto;
}
#lbDetailsContainer.grey {
	border: 3px solid #888888;
	border-top: none;
}
	
#lbImageContainer, #lbIframeContainer {
	padding: 10px;
}

#lbLoading {
	position: absolute;
	top: 45%;
	left: 0%;
	height: 32px;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(../images/loading.gif) center no-repeat;
}

#lbHoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lbImageContainer>#lbHoverNav {
	left: 0;
}

#lbHoverNav a {
	outline: none;
}

#lbPrev {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
	left: 0;
	float: left;
}

#lbPrev.grey:hover, #lbPrev.grey:visited:hover {
	background: url(../images/prevlabel.gif)
	left 15% no-repeat;
}
		
#lbNext {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
	right: 0;
	float: right;
}

#lbNext.grey:hover, #lbNext.grey:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
	
#lbPrev2, #lbNext2 {
	text-decoration: none;
	font-weight: bold;
}

#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey {
	color: #333333;
}
		
#lbPrev2_Off, #lbNext2_Off {
	font-weight: bold;
}

#lbPrev2_Off.grey, #lbNext2_Off.grey {
	color: #CCCCCC;
}
		
#lbDetailsData {
	padding: 0 10px;
}
#lbDetailsData.grey {
	color: #333333;
}
	
#lbDetails {
	width: 60%;
	float: left;
	text-align: left;
}

#lbCaption {
	display: block;
	font-weight: bold;
}

#lbNumberDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}

#lbNavDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}

#lbClose {
	width: 42px;
	height: 22px;
	float: right;
	margin-bottom: 1px;
}

#lbClose.grey {
	background: url(../images/gallery_close.gif) no-repeat;
}
	
#lbPlay {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}

#lbPlay.grey {
	background: url(../images/play_grey.png) no-repeat;
}
		
#lbPause {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}

#lbPause.grey {
	background: url(../images/pause_grey.png) no-repeat;
}

/*------ sifr ------*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 24px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 16px;
}