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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, 
canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, 
fieldset, figure, figcaption, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, hr, 
iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, 
q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, 
table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {line-height: 1;}

ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}


/*  -------------------------------------------------------  */
/*  ------------------------------------------------ GLOBAL  */
/*  -------------------------------------------------------  */

html{
	margin-left: -1px;
	overflow-Y: scroll;
	background: #494438 url('../images/bg-html.jpg');
}
	
html, body {height: 100%;}

body{
	background: url('../images/bg-body.jpg') repeat-x top left;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #e9e9d3;
}

a{color: #fff; text-decoration: none; outline: 0;}
a:hover{color: #fff; text-decoration: underline; }
a img {border: none;}

.clear {clear: both;}

h1{
	display: inline-block;
	padding: 0 7px 0 10px;
	font: normal 20pt Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #242527;
	line-height: 32px;
	text-shadow: 0px 1px 1px #99957e;
	filter: dropshadow(color=#99957e, offx=0, offy=1);
}

h2{
	padding: 0 0 25px;
	font: normal 20pt Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #fffffe;
	text-transform: uppercase;
}

h3{
	padding: 25px 0 0;
	font: normal 15pt Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #e9e9d3;
}

h4{
	padding: 15px 0 0;
	font: normal 12pt Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #e9e9d3;
}

h5{
	padding: 15px 0 0;
	font: normal 10pt Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #e9e9d3;	
}

p{
	margin: 7px 0 17px;
	line-height: 20px;
	text-align: left;
}

ol{margin: 0 0 0 18px;}

ul li, ol li{
	margin: 7px 0;
	line-height: 15px;
	text-align: left;
}

hr{
	margin: 30px 0;
	border: none;
	border-bottom: 1px solid #eee;
}

code{
	display: block;
	margin: 10px 0;
	padding: 10px;
	background: #544b3d;
	font: normal 9pt 'Courier New', Arial, Helvetica, sans-serif;
}


/*  ------------------------------------------------ TABLES  */


table{
  width: 100%;
  font-size: 8pt;
}

th, td{
  padding: 6px 3px;
  border: 1px solid #ccc;
  text-align: left;
}

th{
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}


/*  ------------------------------------------------- FORMS  */


fieldset{
	margin: auto;
	margin-bottom: 10px;
	padding: 8px 15px 10px;
	border: 1px solid #474236;
}

fieldset legend{
	padding: 6px 8px;
	text-transform: uppercase;
	font-size: 8pt;
}

fieldset .textfield, fieldset .textarea{
	margin: 0 0 5px 0;
	padding: 4px 7px;
	width: 234px;
	font: normal 8pt Tahoma, Arial, sans-serif;
	background: #777161;
	color: #fff;
	border: 1px solid #9d9d9d;
}

fieldset label{
	float: left;
	display: block;
	width: 125px;
	height: 23px; line-height: 23px;
	text-align: right;
}

fieldset .spamfield{
	float: right;
	width: 100px;
}


input.button{
	float: right;
	padding: 4px 10px;
	width: 72px;
	height: 21px; line-height: 21px;
	font: normal 8pt Tahoma, Arial, sans-serif;
	background: #57595b url('../images/bg-button.jpg') no-repeat top;
	color: #fff;
	border: 0;
	cursor: pointer;
}
input.button:hover{
	background-position: bottom;
}




/*  -------------------------------------------------------  */
/*  --------------------------------------------- STRUCTURE  */
/*  -------------------------------------------------------  */

#container{
	margin: auto;
	width: 990px;
	min-height: 100%;
	background: url('../images/bg-container.png');
}

#banner{
	height: 400px;
}

#alistair{
	float: left;
	margin: 30px 0 0;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

#logo{
	float: right;
	width: 520px;
	text-align: center;
}

#navigation{
	height: 76px;
	background: url('../images/bg-navigation.jpg') no-repeat top right;
}

#navigation a{
	float: left;
	display: block;
	padding: 27px 0 0;
	width: 123px;
	height: 49px;
	line-height: 12px;
	background: url('../images/bg-navigation.jpg') no-repeat top left;
	color: #e9e9d3;
	text-transform: uppercase;
	text-align: center;
	font-size: 8pt;
}

#navigation a.long{width: 128px}

#navigation a.single{
	padding: 33px 0 0;
	height: 43px;
}

#navigation a:hover{
	background-color: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

#page{
	padding: 30px 0 50px;
	width: 990px;
}

#page ul li{
	padding: 0 0 0 13px;
	background: url('../images/bullet.gif') no-repeat top left;
}


/*  --------------------------------------------------- FOOTER */


#footer{
	width: 990px;
	text-align: center;
	color: #dad8d3;
}

#footer ul#signature{
	margin: 0 auto;
	padding: 0 0 0 20px;
	border-top: 1px solid #aca9a1;
 	text-transform: uppercase;
	text-align: center;
	font-size: 7pt;
}

#footer ul#signature li{
	display: inline-block;
	margin: 0;
	padding: 0 7px 0 10px;
	line-height: 40px;
	background: url('../images/bg-signature.gif') no-repeat center left;
}

#footer ul#signature li:first-child{
	padding: 0 7px 0 0;
	background: none;
}

#footer ul#signature li a{
	color: #dad8d3;
}
#footer ul#signature li a:hover{
	color: #fefeee;
	text-decoration: none;
}



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

/*  --------------------------------------------- HOME PAGE  */

#intro{
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	width: 307px;
}

span.extra{
	display: block;
	font: normal 8pt Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #d7d7c2;
}

#ContactDetails{
	float: left;
	padding: 0 30px;
	width: 280px;
	min-height: 543px;
	border-left: 1px solid #474236;
}

#ContactDetails span{
	display: block;
	margin: 0 0 10px;
	padding: 40px 0;
	font-size: 11pt;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
}

#ContactDetails h3, #ContactDetails p, #ContactDetails ul{
	margin-right: 3px;
	margin-left: 3px;
}

a.regform{
	display: block;
	margin: 20px 0 0;
	padding: 10px;
	background: #444034;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(250, 250, 250, 0.1); 
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
	text-align: center;
}
a.regform:hover{
	background: #353228;
	text-decoration: none;
}

#quickcontact{
	float: right;
	margin: 0;
	padding: 0 0 0 30px;
	width: 281px;
	min-height: 600px;
	border-left: 1px solid #474236;
}

#quickcontact h3{
	padding: 22px 0 20px;
	font: bold 11pt Arial, Helvetica, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
}

span.red{
	color: red;
}