@charset "utf-8";

body {
	background-color:#3c001d;
	color:#ede7e1;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0; padding:0;
	min-width:1000px;
	}

a:link, a:visited, a:active {
	color:#e89181;
	text-decoration:none;
	}
a:hover { text-decoration:underline; }

IMG { 
	border:0;
	margin:0; padding:0;
	}
	
DIV { margin:0; padding:0; }

P { margin:15px 0; }
P, LI {
	font-size:13px;
	line-height:20px;
	padding:0;
	}
H1 {
	color:#8c472e;
	font-size:42px;
	font-weight:normal;
	padding:35px 0 10px; margin:0;
	}
H2 {
	color:#ffeab4;
	font-size:25px;
	font-weight:normal;
	margin:10px 0; padding:0;
	}
H3 {
	font-size:18px;
	font-weight:normal;
	margin:15px 0 10px; padding:0;
	}

/*
* LAYOUT STYLES
================================================================*/
#header { height:345px; }	
#header-wrap1 {
	background:transparent url(../images/bg-header.jpg) 0 0 repeat;
	position:absolute;
	width:100%;
	z-index:10;
	}
#header-wrap1 DIV, #card-wrap {
	margin:0 auto;
	width:940px;
	}
#header-wrap2 {
	background:transparent url(../images/bg-header.png) 0 0 repeat-x;
	height:20px;
	position:absolute;
	top:230px;
	width:100%;
	z-index:10;
	}
#card-wrap {
	height:1px;
	overflow:visible;
	position:relative;
	top:-120px;
	z-index:1000;
	}
#cards {
	background:transparent url(../images/cards.png) 0 0 no-repeat;
	height:127px;
	margin:-20px 0 0 40px;
	position:absolute;
	width:210px;
	z-index:100;
	}

#nav {
	margin:0 auto;
	position:relative;
	top:155px; 
	width:950px;
	}
#nav UL { list-style:none; float:right; }
#nav LI { position:absolute; float:right; }	
#nav LI:hover { top:30px; }
#services {
	background:transparent url(../images/btn-services.png) 0 0 no-repeat;
	height:107px;
	margin:30px 0 0;
	width:161px;
	}
#arrangements {
	background:transparent url(../images/btn-arrangements.png) 0 0 no-repeat;
	height:130px;
	margin:7px 0 0;
	width:211px;
	}
#ourteam {
	background:transparent url(../images/btn-ourteam.png) 0 0 no-repeat;
	height:121px;
	margin:12px 0 0;
	width:159px;
	}
#contact {
	background:transparent url(../images/btn-contact.png) 0 0 no-repeat;
	height:130px;
	width:169px;
	}

#content {
	margin:0 auto;
	width:900px;
	}
	
#footer-wrap {
	background:transparent url(../images/bg-footer.jpg) 0 0 repeat-x;
	clear:both;
	margin:50px 0 0;
	padding:20px 0 10px;
	width:100%;
	}
#footer {
	margin:0 auto;
	width:900px;
	}
	
#ntd-wrap {
	float:right;
	margin:-38px 0 0;
	}
#neonthoughts {
	background:transparent url(../images/neonthoughts.png) 0 0 no-repeat;
	height:130px;
	width:270px;
	}
	
/*
* ELEMENT STYLES
================================================================*/
#header P {
	color:#b36d44;
	font-size:22px;
	line-height:26px;
	margin-bottom:0; padding:0;
	}

#footer a:link, #footer a:visited, #footer a:active {
	color:#8c472e;
	text-decoration:none;
	}
#footer a:hover { text-decoration:underline; }

.arrangement-gallery, #arrangement-gallery, #arrangement-gallery-main {
	list-style:none;
	margin:0; padding:0;
	}
.arrangement-gallery LI, #arrangement-gallery LI {
	float:left;
	margin:8px;
	}
#arrangement-gallery-main LI {
	float:left; margin:0 15px 15px 0;
	}
#arrangement-gallery-main LI IMG {
	width:90px;
	height:82px;
	}
	
#slideshow { overflow:hidden; width:445px; }
	
/* CLASS STYLES
================================================================*/
.clear { clear:both; display:block; height:20px; width:100%; }
.left { float:left; }
.right { float:right; }
.tright { text-align:right; }
.tcenter { text-align:center; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.tan { color:#ffeab4; }
.m5 { margin:5px; }
.shadow {
	background-color:#fff;
	padding:5px;
	}

.three-wide {
	float:left;
	width:460px;
	}
.three-dual {
	float:left;
	width:680px;
	}
.three-reg {
	float:left;
	margin-left:40px;
	width:180px;
	}
.three-reg P, .three-reg LABEL { font-size:11px; }
.three-reg p { margin-top:0; }
.full {
	width:100%;
	}
	
.service-row .shadow {
	float:left;
	margin:0 30px 30px 0;
	}
	
.f-nav {
	float:left;
	list-style:none;
	margin:10px 35px 0 0;
	padding:0;
	}
.f-nav .title {
	color:#3a001c;
	font-size:16px;
	line-height:24px;
	}
.f-nav LI {
	font-size:11px;
	line-height:20px;
	}
	
	
.img {
	display:block;
	text-decoration:none;
	text-indent:-2000em;
	z-index:1000;
	}
	

LABEL {
	display:block;
	margin:15px 0 7px;
	}
INPUT.required, TEXTAREA.required {
	background-color:#FFFFC9;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	width:400px;
	}
TEXTAREA.required {
	height:150px;
	}
	
DIV.confirm {
	background-color:#FFFF66;
	color:#111;
	padding:20px;
	}
DIV.error {
	background-color:#e89181;
	color:#111;
	padding:20px;
	}
INPUT.error, TEXTAREA.error {
	background-color:#e89181;
	color:#111;
	}
