@charset "UTF-8";
/* CSS Document */

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;
}

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

h1, h2, h3, h4, h5, h6 {font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-style: normal; font-weight: normal; color: #f5f5f5; margin:0; padding: 0;}



a[href^="tel"] {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}




body {
	font:62.5% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust: none;
	background: #9c917b;
	color: #f5f5f5;
	
}



p {
	font-size: 1.8em;
	line-height: 1.4em;
}

a {
	color: #E40234;
	text-decoration: none;
}

a:hover {
	color: #f5f5f5;
}

.white {
	color: #f5f5f5;
}

#wrapper {
	width:1400px;
	height: 1077px;
	margin: 0 auto;
	position: relative;
		background: #9c917b url('img/background.jpg') top center no-repeat;
	
}

#door {
	width:230px;
	top:450px;
	right:465px;
	position: absolute;
}

#intro {
	width:358px;
	height: 1159px;
	margin: 0 auto;
	padding: 0 15px;
	background-image: url('img/strip.png');
}

#intro h1 {
	padding: 355px 0 0 0;
	font-size: 2.8em;
	text-align: center;
}

#intro h2 {
	font-size: 2.2em;
	text-align: center;
	margin: 5px 0;
}

#door p {
	font-size: 1.5em;
	text-align: center;
	margin: 10px 0;
	line-height: 1.2em;
}


	


#footer {
	width:250px;
	margin: 10px 0 0 0;
	border-top: 1px solid #f5f5f5;
	padding-top: 10px;
	position: absolute;
	right:78px;
	bottom: 20px;
}

#footer h3 {
	font-size: 1.5em;
	text-align: center;
	margin: 5px 0;
}


/*Form styles */

#contact p, label, legend { font: 1.5em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; text-align: left; margin:2px 0;}

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #888; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 220px; margin: 5px !important; padding: 0; border: none; float: left;}

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 70px; font-size: 1.5em; clear:both; }
#contact input, textarea, select { width: 145px; margin: 5px 0; padding: 2px; color: #666; background: #f5f5f5; border: 1px solid #343434; margin: 4px 0; font:1.5em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
#contact input:focus, textarea:focus, select:focus { border: 1px solid #343434; background-color: #f5f5f5; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#E40234; color:#f5f5f5; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:0; border:none;  }
#contact legend { padding:0; font-weight:bold; color:#000; border:none;  margin:0 !important;  }

#contact span.required{ font-size: 13px; color: #E40234; } /* Select the colour of the * if the field is required. */
#contact span.form-required{ font-size: 13px; color: #E40234; } /* Select the colour of the * if the field is required. */

#message { margin: 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: url('assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#888;border: 1px solid #E40234; font-size:1.4em; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:22px; padding-top:0 !important; margin: 0 !important; }

acronym { border-bottom:1px dotted #ccc; }	 

