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

img, div { behavior: url(css/iepngfix.htc) }

body {
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

#top {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 100%;
	height: 197px;
	background: url(../images/back_top.jpg) center top no-repeat;
	min-width: 1032px;
}

#top_container{
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1032px;
}

#logo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 13px;
	left: 16px;
	width: 248px;
	height: 180px;
	background: url(../images/logo.jpg) right top no-repeat;
}

#logo span {
	display: none;
}

/* START OF MENU */
	#menu {
		position: absolute;
		right: 16px;
		top: 24px;
		width: 730px;
		background: url(../images/menu.jpg) left top no-repeat;
		}
	
	#menu ul {
		position: relative;
		margin: 0px;
		padding: 0px;
		float: left;	
		list-style: none;
		}
	
	#menu ul li {
		position: relative;
		height: 30px;
		display: block;
		}
		
	#menu a {
		display: block;
		margin: 0px;
		padding: 0px;
		text-align: center;
		text-decoration: none;
		line-height: 30px;	
		}
	
	#menu ul li:hover {
		height: 30px;
		}
	
	#menu ul li:hover.illustration {
		background: url(../images/spiral.png) 58px top no-repeat;
	}

	#menu li  {
		position: relative;
		}
		
	#menu ul ul {
		z-index: 500;
		position: absolute;
		margin: 0px;
		padding: 0px;
		left: -120px;
		float: left;	
		list-style: none;
		width: 362px;
		height: 27px;
		background: url(../images/submenu.jpg) left top no-repeat;
		}
	
	#menu li ul li  {
		text-align:center;
		font-size: 12px;
		position: relative;
		float: left;
		height: 27px;
		}
	
	#menu li ul li:hover {
		display: block;
		height: 27px;
	}	
	
	#menu li ul li a:hover {
		color:#960a0a;
	}	
	
	div#menu ul ul, 
	div#menu ul li:hover ul ul,
	div#menu ul ul li:hover ul ul {
		display: none; 
		}
	
	div#menu ul li:hover ul,
	div#menu ul ul li:hover ul,
	div#menu ul ul ul li:hover ul {
		display: block;
		}	
	
	/* THIS CLASS IS TO BE CALLED FOR THE SELECTED MENU LINK */
		.selected {
			background: url(../images/spiral.png) center top no-repeat;
			cursor: pointer;
			width:100%;
			height: 30px;
			display:block;
			text-align: center;
			
		}
		
		.subselected {
			background: url(../images/spiral.png) center top no-repeat;
			cursor: pointer;
			width:100%;
			height: 27px;
			display:block;
			text-align: center;
		}
		
		.out {
			cursor: default;
		}
/* END OF MENU */

/* SNAILS */
	#snail {
		position: absolute;
		margin: 0px;
		padding: 0px;
		top: 54px;
		right: 16px;
		width: 252px;
		height: 142px;
	}
	.home {
		background: url(../images/snails/snail_home.jpg) left top no-repeat;
	}
	
	.books {
		background: url(../images/snails/snail_books.jpg) left top no-repeat;
	}
	
	.gallery {
		background: url(../images/snails/snail_illustration.jpg) left top no-repeat;
	}
	
	.news {
		background: url(../images/snails/snail_news.jpg) left top no-repeat;
	}
	
	.forkids {
		background: url(../images/snails/snail_forkids.jpg) left top no-repeat;
	}
	
	.classes_visits {
		background: url(../images/snails/snail_classes_visits.jpg) left top no-repeat;
	}
	
	.bio {
		background: url(../images/snails/snail_bio.jpg) left top no-repeat;
	}
	
	.store {
		background: url(../images/snails/snail_store.jpg) left top no-repeat;
	}

#mid {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 100%;
	background: url(../images/back_mid.jpg) center top repeat-y;
	min-width: 1032px;
}

/* MAIN CONTENT AREA */
#mid_container {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1032px;
}

#content {
	position: relative;
	margin: 0px 30px 0px 300px;
}

#content a {
	cursor: pointer;
	text-decoration:none;
	border-bottom:1px dotted white;
	color: #000000;
}

h1 {
	font: bold;
	color: #CC0000;
	margin: 0px;
	padding: 15px 5px 5px 0px;
	font-size:12px;
}

h2 {  /* HEADING USED FOR BOOK INFORMATION */
	font-weight: normal;
	margin: 0px;
	padding: 0px 5px 5px 0px;
	font-size:11px;
}

p {
	margin: 0px;
	padding: 0px;
}

#bottom {
	position: relative;
	margin: 0px auto 0px auto;
	width: 100%;
	height: 130px;
	background: url(../images/back_bottom.jpg) center top no-repeat;
	min-width: 1032px;
}

#bottom_container {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1032px;
}
/* CONTACT INFO AT BOTTOM OF PAGE */
	#contact {
		position: absolute;
		margin: 0px;
		padding: 0px;
		right: 16px;
		top: 3px;
		width: 558px;
		height: 100px;
		background: url(../images/contact.jpg) left top no-repeat;
	}
	
	#email_addr {
		position: absolute;
		margin: 0px;
		padding: 0px;
		top: 55px;
		left: 0px;
		
	}
	
	#email_addr  a {
		width: 238px;
		height: 16px;
		background: url(../images/blank.gif) left top no-repeat;
		display: block;
	}
	
	#email_addr  a span {
		display: none;
	}
	
	#email_addr a:hover {
		background: url(../images/email_over.jpg) left top no-repeat;
		cursor: pointer;
	}
	
#footer {
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	width: 100%;
	top: 115px;
	color: #FF6600;
	text-align: center;
}	

#footer a {
	cursor: pointer;
	text-decoration:none;
	border-bottom:1px dotted white;
	color: #FF6600;
}
	
.fakeHyperlink {
	cursor: pointer;
	text-decoration:none;
	border-bottom:1px dotted white;
}

#verybottom {
	position: fixed;
	width: 100%;
	height: 269px;
	background: url(../images/back_bottom.jpg) center bottom no-repeat;
	min-width: 1032px;
	margin:0px auto 0px auto;
	visibility: inherit;
	
}

@media all and (min-width: 0px){
#verybottom {
	position: relative;
	#
}
}

.divider {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 665px;
	height: 25px;
	background: url(../images/divider.jpg) left top no-repeat;
	display:block;
}

#ContactForm {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 48px;
	width: 211px;
	height: 77px;
}

#ContactForm span{
	display:none;
}

#email {
	position: absolute;
	top: 30px;
	left: 13px;
}

#submit {
	position: absolute;
	top: 65px;
	text-align: right;
	right: 17px;
}
