/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.8em;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img, img {border:none;}

/* typography.css */
body { background: #151515 url(../img/bg.jpg) repeat-x; font: 82.5% Arial, Helvetica, sans-serif; color:#424242;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1.2;margin-bottom:.8em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em; line-height: 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic; font-weight:bold;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 0;}
ul {list-style-type:none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* Containers + Content */
#container {
	background: url(../img/container_bg.jpg) top left no-repeat;
	margin: 0 0 0 80px; 
	width: 910px; 
	text-align: left; 
	overflow:hidden; 
	padding: 0;
}
#content {
	float: left; 
	width: 560px; 
	background: #fff; 
	padding: 0 20px; 
	margin: 0 10px;
}
.mainContent { 
	width: 100%; 
	clear: both; 
	overflow:hidden;
	line-height:1.5em;
}


/* Navigation */
#nav {
	position: absolute; 
	width: 230px; 
	height: 250px; 
	top: 110px; 
	list-style: none; 
	margin: 30px 0 20px 620px;
}
#nav a {
	display: block; 
	font-size: 12px; 
	color: #fff; 
	height: 39px; 
	line-height: 39px; 
	letter-spacing: .1em; 
	text-decoration: none; 
	padding-left: 40px; 
	border-top: 1px solid #666; 
	border-bottom: 1px solid #666;
	background: url(../img/drkgrey_arrow.gif) left no-repeat;
}
#nav a#first {
	border-top: 0;
}
#nav a#last {
	border-bottom: 0;
}
#nav li .selected {
	background: #333 url(../img/gold_arrow.gif) left no-repeat; 
	color:#bf9558;
}
#nav li a:hover {
	color:#bf9558; 
	background: #333 url(../img/lgtgrey_arrow.gif) left no-repeat;
}

/* Contact Information */
#contact { 
	position: absolute; 
	width: 230px; 
	height: 250px; 
	top: 670px; 
	margin: 0px 0 20px 620px; 
	color:#999;
}
#contact h3 {
	width: 100%; 
	border-bottom: 2px solid #666; 
	padding: 0 0 5px 0; 
	color: #bf9558;
}
#contact a:link, #contact a:visited { 
	color: #999; 
	text-decoration: underline;
}

/* Header */
#header { 
	width: 100%;
	height: 105px;
	margin: 0;
	padding: 0;
}

/* Scrolling Gallery */
#galleryHolder {
	height: 355px; 
	width: 100%; 
	margin:  5px 0 20px 0; 
	padding: 0; 
	background: url(../img/photo.png) no-repeat;
}
#galleryHolder img {
	display:none;
	position:absolute;
	top:130px; 
	margin: 0 0 0 17px;
}

/* Footer */
#footer {
	height: 50px; 
	width: 100%; 
	margin: 100px 0 0 0;
	font-size: 10px;
}
.footerLinks {
margin-top: 15px;
}

/* Side Runners */
#leftRunner {
	float: left;
	background: url(../img/leftRunner.png) left top repeat-y;
	width: 620px;
}

#rightRunner {
	float: right;
	background:url(../img/rightRunner.png) right top repeat-y;
}

/* Typography */
h1 {
	color: #c7974d;
}
h3 {
	color: #666;
}
.goldHeading {
	color:#bf9558; 
	font-size: 110%;
}

/* Links */
.butteryweb { 
	float: right;
}
a:link, a:visited { 
	color: #222; 
	text-decoration:none;
}
a:hover, #contact a:hover { 
	color: #bf9558;
}

/* Package Layout */
.package {
	width: 550px;
	height: 220px;
	background: url(../img/package.png) no-repeat;
	color: #fff;
	padding: 15px 0 0 15px;
	margin: 20px 0;
}
.package_sml {
	width: 550px;
	height: 140px;
	background: url(../img/package_sml.png) no-repeat;
	color: #fff;
	padding: 15px 0 0 15px;
	margin: 20px 0;
}
.package p, .package_sml p, .package em, .package_sml em{ 
	float: left;
	width: 430px;
}
.package img, .package_sml img { 
	float: right; 
	margin: 0 15px 0 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.package .heading, .package_sml .heading {
	font-size: 18px; 
	margin-bottom: 15px;
}
.portraitList {
	width: 320px;
	overflow: hidden;
	margin: 0 0 15px 0;
	float: left;
}
.portraitList .left {
	float: left;
	width: 100px;
	overflow: hidden;
}
.portraitList .right {
	float: left;
	width: 200px;
	height: 80px;
	margin: 0 0 0 20px;
}

/* Floral Layout */
.floral { 
	width: 300px;
	height: 643px;
	position: absolute;
	top: 0;
	margin: 0 0 0 580px;
	background: transparent url(../img/floral.png) no-repeat;
}

/* Testimonials */
.testimonial {
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #bf9558;
}

.underline {text-decoration: underline;}


/* Gallery */

ul.gallery { 
	width: 560px; 
	margin: 0; 
	padding: 0; 
	overflow:hidden;
}
.gallery li { 
	background: transparent url(../img/thumbnail-bg.jpg) 0 0 no-repeat;
	display: inline-block;  
	margin: 0 6px 0 0;
	height: 132px;
	width: 180px;
	position: relative;
}
.gallery li a{
	position: absolute;
	top: 9px;
	left: 10px;
}
.gallery .last { 
	margin: 0; 
	padding: 0;
}