html * {
	margin: 0;
	padding: 0;
}

body { 
	background: url("images/bg.png") 0px 0px; 
	background-position: top center;
}


/*-- Global ---------- */

body, textarea { 
	font: 14px/20px georgia, times, times new romans, serif;
	color: #663300;
}

address {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	margin: 10px 0 0 0;
	}


span {	
	text-decoration: underline;
	}

a { 
	color: #663300;
}


a:hover { color: #330000; }

img, fieldset { border: 0; }

select option { padding: 0 10px 0 0; }

h1 { color: #663300; font-size: 32px; line-height: 36px; padding-top: 0; padding-bottom: 0; }
h2 { color: #663300; font-size: 40px; font-style: italic; line-height: 36px; padding-top: 0px; padding-bottom: 10px; text-align: center;  }
h3 { color: #663300; font-size: 27px; font-style: italic; line-height: 36px; padding-top: 9px; padding-bottom: 5px; }
h4 { color: #663300; font-size: 23px; font-style: italic; line-height: 36px; padding-top: 0px; padding-bottom: 3px; text-align: center;}
h5 { color: #663300; font-size: 14px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h6 { color: #663300; font-size: 10px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }

p { 
	padding: 0 0 18px 0;
	text-align: justify;
	word-spacing: -.05em;
	}

p.drop:first-letter {

	font-size : 50px;
	font-style: italic;
	float : left;
	width : 1em;

}

h1, h2, h3, h4, h5, h6 { font-weight: bold;

/* font-weight: normal; */

}

blockquote {	
	padding: 18px;
	background: #eee;	
	margin: 0px 36px 18px 18px;
}

ul, ol {
	margin: 0px 36px 18px 18px;
}

ul li, ol li { margin: 9px 0 9px 0;}

hr {
	background: url("images/hr.png") repeat-x;
	border-style: none;
	border-width: 0;
	clear: both;
	height: 5px;
	margin: 0 0 20px 0;
	}


/*-- Clearing Styles & Container --*/

/*.container {

width: 960px;
margin: 0 auto;
background: #fff;

}*/

.block {
	width: 960px;
	margin: 0 auto;
	display: block;
}

.clearfix { display: inline-block; }

.block:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.column {

float: left;
width: 200px;

}


/*-- homepage --*/
	
#wraper {
	height: auto !important;
	margin:0 auto -154px;
	min-height: 100%;
	
	}

#container {
	width: 960px;
	margin: 0 auto 0 auto;
	}
	
#container-s1 {
	margin: 0 0 0 0;
	background: blue;
	}

#container-s2 {
	margin: 0 0 0 0;
	}
	
.city {
	width: 960px;
	height: 511px;
	}

#bg-bottom {
	background: url("images/mega-sprite.png") 0px -511px no-repeat;
	width: 848px;
	height: 300px;
	margin: 0 0 -300px 56px;
	position: relative;
	z-index: -5;
	}
	
#bg-top {
	background: url("images/mega-sprite.png") 0px -868px no-repeat;
	width: 848px;
	height: 365px;
	margin: 122px 0 -486px 55px;
	position: relative;
	z-index: -3;
	}
	
#zeppelin {
	background: url("images/mega-sprite.png") -708px -1880px no-repeat;
	width: 232px;
	height: 46px;
	margin: 171px 0 -217px 675px;
	position: relative;
	z-index: -4;
	}
	
#airship {
	background: url("images/mega-sprite.png") -694px -1682px no-repeat;
	width: 256px;
	height: 168px;
	margin: 190px 0 -358px 20px;
	position: relative;
	z-index: -2;
	}
#bg-frame {
	background: url("images/mega-sprite.png") 0px 0px no-repeat;
	width: 960px;
	height: 511px;
	margin: 0 0 -511px 0;
	position: relative;
	z-index: -1;
	}

#header {
	width: 960px;
	height: 219px;
	margin: 0 auto 0 auto;
	top:0px;

	position: fixed; 
	top: 0;	
	z-index: 10;
	}

	
.header-bg {
	background: url("images/mega-sprite.png") 0px -1233px no-repeat;
	width: 876px;
	height: 219px;
	margin: 0 auto -219px auto;
	}
	
.header-title{
	background: url("images/mega-sprite.png") 0px -812px no-repeat;
	display: block;
	position: relative;
	z-index: 12;
	margin: 5px auto -56px auto;
	width: 626px;
	height: 56px;
	text-indent: -999em;
	
	}
	
ul#nav {
	margin: 0px 0px 0px 346px;
	list-style: none;
	display: block;
	position: relative;
	z-index: 11;
	}

ul#nav li{
	display: inline;
	}

.nav-about {
	display: block;
	float: left;
	/**background: url("images/mega-sprite.png") -848px -511px no-repeat;**/
	width: 79px;
	height: 79px;
	text-indent: -999em;
	margin: 62px 0 0 0;
	}

.nav-about:hover {
	margin: 65px 0 0 0;
	}
	
.nav-home {
	display: block;
	float: left;
	background: url("images/penny.png") 0px 0px no-repeat;
	width: 104px;
	height: 115px;
	text-indent: -999em;
	margin: 7px 0 0 0;
	}	

.nav-home:hover {
	margin: 9px 0 0 0;
	}	
	
.nav-contact {
	display: block;
	float: left;
	/**background: url("images/mega-sprite.png") -848px -591px no-repeat;**/
	width: 79px;
	height: 79px;
	text-indent: -999em;
	margin: 62px 0 0 0;
	}
	
.nav-contact:hover {
	margin: 65px 0 0 0;
	}

#bottom-nav {
	background: url("images/bottom-nav-bg.png") 0px 0px no-repeat;
	width: 960px;
	height: 20px;
	margin: 30px 0 40px 0;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	}

#bottom-nav a{
text-decoration: none;
}

#home {
	display: block;
	width: 960px;
	
	}
	
#temp {
	width: 400px;
	margin: 0 auto 30px auto;
	
	}
	
.left {
	display: block;
	float: left;
	width: 380px;
	}
	
.right {
	width: 550px;
	display: block;
	float: right;
	margin: -30px 15px 0 0;
	}

#l1 {
	
	}

#r1 {

	}	
	
#l2 {
	margin-top: 200px;
	}	
	
#r2 {
	margin-top: 200px;
	}	
	
#l3 {
	margin-top: 100px;
	}	
	
#r3 {
	margin-top: 100px;
	}	
	
#reel {
	display: block;
	float: left;
	background: url("images/mega-sprite.png") -349px -1677px no-repeat;
	width: 335px;
	height: 375px;
	text-indent: -999em;
	margin: -180px 0 0 21px;

	}

#reel:hover {
	background: url("images/mega-sprite.png") -3px -1677px no-repeat;
	}
	

	
.pic {
	background: #553909;
	display: block;
	float: right;
	width: 110px;
	height: 140px;
	margin: 0 0 10px 10px
	
	}

#filler {
	width: 960px;
	height: 700px;
	background: url("images/mega-sprite.png") 0 -2050px no-repeat;
	}

#about {
	display: block;
	width: 960px;
	
	}


#contact {
	display: block;
	width: 960px;
	
	}
	
	
.footer {
	display: block;
	height: 153px;
	background: url("images/footer-bg.png") repeat-x; 
	}

#footer-flourish {
	background: url("images/mega-sprite.png") -670px -1446px no-repeat;
	float: right;
	width: 290px;
	height: 225px;
	margin: -106px 0 0 -290px;
	}
	
#footer-tab {
	background: url("images/mega-sprite.png") -15px -1461px no-repeat;
	display: block;
	float: left;
	width: 353px;
	height: 203px;
	margin: -50px 0 0 0;
	}

#cta {
	margin-top: 74px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	}
	
#phone {
	background: url("images/mega-sprite.png") -648px -812px no-repeat;
	width: 306px;
	height: 45px;
	display: block;
	margin: 13px 0 0 23px;
	text-indent: -999em;
	}

#contact-ol {
	display: block;
	float: left;
	width: 200px;
	height: 115px;
	color: #ffcc66;
	margin: 15px 0 0 30px;
	}

#contact-ol #head {
	background: url("images/keep-in-touch.png") no-repeat;
	width: 113px;
	height: 19px;
	color: #ffcc66;
	display: block;
	text-indent: -999em;
	margin: 0 0 5px 0;
	}	
	
#contact-ol ol{
	font-style: italic;
	margin: 0 0 0 20px;
	}

#contact-ol ol li {
	color: #ffcc66;
	margin: 0;
	}

#contact-ol ol li a{
	color: #ffcc66;
	text-decoration: none;
	}

#contact-ol ol li a:hover{
	color: #996600;
	}

#copyright {
	width: 200px;
	color: #996600;
	font-size: 8px;
	font-style: italic;
	margin: 12px 0 0 0;
	}
	
#sitemap-ul {
		color: #ffcc66;

	}
	
#sitemap-ul {	
	display: block;
	float: left;
	width: 200px;
	height: 130px;
	margin: 15px 0 0 30px;	
	}

#sitemap-ul #head {
	background: url("images/site-map.png") no-repeat;
	width: 113px;
	height: 19px;
	color: #ffcc66;
	display: block;
	text-indent: -999em;
	margin: 0 0 5px 0;
	}
	
#sitemap-ul ul{
	margin: 0 0 0 0;
	font-style: italic;
	}
	
#sitemap-ul ul li {
	color: #ffcc66;
	margin: 0;
	list-style: none;
	}

#sitemap-ul ul li a{
	color: #ffcc66;
	text-decoration: none;
	}

#sitemap-ul ul li a:hover{
	color: #996600;
	}

#foot {
	width: 960px;
	height: 153px;
	margin: 0 auto 0 auto;
	z-index: 10;
	}

