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


body {
		background-color:#666; 
		margin:0; 
		padding:0;
		font-family: 'IM Fell English', georgia, serif;
}

h1 {
		font-size: 50px;
		color: #3c3c3c;
		text-shadow: 1px 1px 0 #111111;
		
		
}

h2 {
		font-size: 40px;
		color: #930;
}


a {
		color:#930;
		text-decoration:none;
		border:none;
}

a:hover {
					color:#C60;
}

#wrapper {	background:url(images/BGimage.png) top center no-repeat;
			width: 1100px;
			height: 1500px;
			margin:0 auto;
}
		

#top { 
		height: 300px;
		width: 1100px;
		margin: 0 0 10px 0;
}

#content { 
			width:960px;
			height:1500px; 
			padding:0;
			z-index: 300;
			position: relative;
			
			
}



#ctawrapper {
				height: 210px;
				width: 650px;
				float: right;
				margin:0;
				}


.nameplate {	
				width:502px;
				height:210px;
				margin:0px;
				float:left;
}

.nameplate img {
					position: absolute;
					margin-left: 80px;
					z-index: 7000;
					border:none;
}
					


.cta img {
			border:none;
}

.cta a {
		background: url(images/CTA_03.png);
		width: 80px;
		height:201px;
		margin-right: 35px;
		float: right;
		border: none;
		position:relative;
		z-index: 10;
		-moz-transition: margin-right .5s;
		-webkit-transition: margin-right .5s;
		-o-transition: margin-right .5s;
		transform: margin-right .5s;
		
}


.cta a:hover {
				margin-right:-10px;
}
				
	



#leftcolumn { 
				display:block;
				background: url(images/Hand.png) top no-repeat;
				float:left;
				width: 342px;
				height: 240px;
				margin-left: 80px;

}

#rightcolumn {
				float: right;
				width: 618px;
				height: 260px;
				margin-right: 0;
				
}

.headline {	
				position: relative;
				width: 200px;
				float: right;
				margin:-70px 95px 0 0px;
				z-index: 20000;
				text-align:right;
}
				


#main-nav { 
			
			height: 208px;
			width: 342.5px;
			list-style-type: none;
			padding: 0;
			margin: 0;
			
}		



#blank	{
			width: 964px;
			height: 800px;
			margin:5px 10px 5px 70px;
			
}


#gallery  {
			background:url(images/Notebook.png)  top right no-repeat;
			width: 964px;
			height: 800px;
			margin:5px 10px 5px 70px;
			padding-right: 20px;
			
}

#gallery p {
				font-family:"Lucida Console", Monaco, monospace;
				font-size:10px;
				font-weight:lighter;
				color:#fff;
				margin: 0 30px 0 0;
				float:right;
				text-align:right;
}

#gallery ul {
				padding: 0;
				margin-top:10px;
				margin-right: 20px;
				list-style-type:none;
				float:right;
				text-align:right;
				width: 240px;
				display: block;
				position: static;
				
				
}



#gallery ul li {
				padding:0;
				margin:10px;
				position: relative;
				float: left;
				
				overflow: hidden;
				border: 2px solid #3c3c3c;
				
				
}



#gallery a.image span {
    					position:absolute;
    					width:1px;
    					height:1px;
    					top:5px;
    					left:5px;
    					overflow:hidden;
    					background:#fff;
}
							

#gallery a.image, #gallery a.image:hover {
    display:block;
    text-decoration:none;
    width: 90px;
    height: 90px;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:10px;
	font-weight:lighter;
	color:#666;
	cursor:default;
	position: relative;
}


#gallery a.image img {
	max-width: 100%;
	height: auto;
}

#gallery a.slide1 {
    
    height:69.5px;
    width:50px;
	margin:0 10px 10px 0;
	
}

#gallery a.slide2 {
					margin:0 10px 10px 0;
}

#gallery a.image:hover span {
								position:fixed;
								height:auto;
								width:auto;
								left:110px;
								top:40px;
								padding:10px;
								background-color:#000;
								border:#fff;
								z-index:9000;
								
}






#story  {
			width: 964px;
			height: 800px;
			margin:5px 10px 5px 70px;
}

#storybookbg	{
				
				
				
				height:460px;
				width: 350px;
				float:right;
				margin-right:150px;
				background-color:#666;
				-moz-border-radius:10px;
				border-radius:10px;
				
				
}

				
			
				


#storybookbg p {
				font-size:14px;
				letter-spacing:1px;
				color:#ccc;
				margin:5px 15px 15px 15px;
				padding:10px 10px 10px 10px;
}



#footer {	
			
			width: 960px;
			height: 435px;
			margin:0px 40px 5px 40px;
			
			background:url(images/Top-Drip_03.png) bottom center no-repeat;
			
			
}



#contactform {
				width:445px;
				float:right;
				background:url(images/listitem1.png) repeat-y top right;
				margin: 95px 0 0 0;
				padding: 0 0 0 10px;
				text-align: left;
				
}

#contactform .label {
						float:left;
						width:225px;
						text-align:right;
						margin: 0 10px 15px 0;
						clear: left;
}

#name, #email {
							font-family:Arial, Helvetica, sans-serif;
							font-size:12px;
							background:none;
							border-style:none;
							border-bottom:dotted;
							border-bottom-width: thin;
							margin-bottom: 15px;
							width:200px;
							
						
}

#comments {
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				background:none;
				border: dotted thin;
				margin:10px;
				width: 420px;
}
			
				

#send {	
			margin-left: 375px;
			font-family:'IM Fell English', arial, serif;
			font-size:16px;
			background-color:#666;
			border:none;
}


#send:hover {
				background-color:#930;
}

#phone {
			width: 300px;
			height: 300px;
			float: left;
			margin:90px 5px 0 145px;
			font-size:20px;
			letter-spacing: 1px;
			text-align:left;
			color:#CCC;
}


#phone h1{
			line-height:5px;
}

.footernav {	
				width:960px;
				height:20px;
				
				text-align:center;
}

.dropdown {
			float: right;
			height: 35px;
			width: 245px;
			padding-top: 140px;
			margin: 0;
			font-family:  'IM Fell English', arial, serif;
			text-align: right;
			letter-spacing: 8px;
			
			
}

.dropdown a {
				display: block;
				font-size: 30px;
				letter-spacing: 8px;
				text-decoration: none;
				text-align: center;
				color: #000;
				background: url(images/listitem.png) repeat-y top right;
				width: 245px;
				float: right;
				
}
		
		
	.dropdown a:hover {
						color:#930;
	}

.dropdown ul {
				
				list-style-type: none;
				line-height: 34px;
				margin: 20px 0 0 0;
				
				
}

.dropdown li {
				float: right;
				width: 245px;
}


.dropdown li ul  {
					position: absolute;
					width: 245px;
					left: -10000px;
					margin: 34px 0 0 -40px;
					
}

.dropdown li:hover ul ul {
					position: absolute;
					width: 245px;
					left: -10000px;
					margin: 0 0 0 195px;
					
}

.dropdown li:hover ul {
						
						margin: 34px 0 0 -40px;
						left: auto;
}


.dropdown li li:hover ul {
						
						margin: 0px 0 0 195px;
						left: auto;
}

.dropdown li ul ul {
						margin: 9px 0 0 195px;
						left: -10000px;
						overflow:hidden;
}


.rightheader {
				float: right;
				height: 60px;
				width: 300px;
				margin: 135px 0 0 0;
				padding: 0 20px 0 0;
				text-align:right;
}