/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, 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.31;
}
ol, 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;
}


/*Type*/
h1,h2,h3,h4,h5,h6,p,div,span,li,td{
	line-height:inherit !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Helvetica Neue", Helvetica, sans-serif ;
}



a , a:visited, {
   opacity: 0.9;
   -moz-opacity: 0.9;
   filter:alpha(opacity=90);
  color:white !important;
}

a:hover,a:active{
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
	color: #FF9900;
}


/*
Layout
*/

#logo{
	position:absolute;
		top: 35%;
		left: 50%;
		width:300px;
		height:50px;
		margin-top: -25px; /*set to a negative number 1/2 of your height*/
		margin-left: -150px; /*set to a negative number 1/2 of your width*/
		text-align:center;
}

#menu{
	min-width:1400px;
	width:100%;
	min-height:41px;
	background: url(../img/opacity65.png) top left repeat;
	padding: 15px 0px 15px 0px;
    float: left;
	color:white;
}	


#menu ul{
	padding:0;
	margin: 0; 
	
}

#menu ul li{
	margin: 0; 
	padding: 0;
	display:inline;
}

#menu ul li a{

	display:block;
    float: left; text-decoration: none;
    color: #ffffff;
	padding:0px;
   margin-right:40px;
}

#menu ul li a h1{
	font-weight:bold;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	font-size:23px;
	text-transform:lowercase;
}


#menu ul li a:visited{
    color: white;
}

#menu ul li a:hover, .menu ul li.current_page_item{
    color: #FF9900;
}

#menu ul li h3.strapline{
	
	font-size:12px;
	font-family:Garamond sans-serif;
	font-weight:300;
	margin-top:5px;
	text-transform:lowercase;
	
}

#social{
	position:fixed;
	bottom:20px;
	right:20px;
	background:white;
	padding:5px;
}

#social a,#social a:visited,#social a:active{
	opacity: 0.85;
	-moz-opacity: 0.85
	filter:alpha(opacity=85);
}

#social a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

#social a img{
	border:0px solid #ffffff;
}


div.content{
	background: url("../img/opacity65.png") repeat scroll left top transparent;
    display: none;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
    left: 50%;
    margin-left: -400px;
    padding: 40px 20px;
    position: absolute;
    top: 130px;
    width: 800px;
	color:white;
}


div.content h1{
	font-weight:bold;
	font-size:23px;
	text-transform:lowercase;
}

div.content h3{
	font-weight:300;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin-top:10px;
	text-transform:lowercase;
}

div.content div.close{
	position:absolute;
	right:-10px;
	top:-10px;
	width:24px;
	height:24px;

	background-position:0px -26px;
	background: url("../img/close4.png") left top no-repeat transparent;
	
}

div.content div.close:hover{
	background-position:0px 0px;
		cursor:hand;
}

div.content b{
	font-weight:bold;
}

div.content p,div.content ul{
	font-size:13px;
	line-height:1.31;
	margin-top:15px;
}

div.content ul{
	list-style-type:circle;
	margin-left:30px;
}

table.gallery{
	margin-top:30px;
}

table.gallery td{
	padding:5px;
}

table.gallery img{
	width:256px;
	height:180px;
}


#contact{
	font-size:13px;
}

#contact a{
	color:white;
}

#contact a:hover, #contact a:visited{
		color: #FF9900;
}

#contact input, #contact textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact textarea {
	height: 90px;
}

#contact textarea:focus, #contact input:focus {
	border: 2px solid #900;
}

#contact input.submit{
	display:block;
	width:50px;
	background:transparent;
	margin-left:500px;
	font-weight:bold;
text-decoration: none;
    color: #ffffff;
	padding:0px;
   margin-right:50px;
  font-size:23px;
	border: 0px solid white;
	width: 100px;
}

#contact input.submit:hover{
	color: #FF9900;

	cursor: hand;
}


label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 13px;
}

label.error{
	color:#FF9900;
	font-size:12px;
	font-weight:300px;
	font-style:italic;
	width: 150px;
	float: right;
}
