/* ##### The Ray Harryhausen Creature List ##### */



/* ##### embedded fonts ##### */

@font-face {
	font-family: rounded;
	src: url("Arial_Rounded_Bold.eot");
	}

@font-face {
	font-family: rounded;
	src: url("Arial Rounded Bold.ttf");
	}


/* ##### layout styles ##### */

body {
	margin:0;
	padding:0;
	font-family:verdana, arial, sans;
	color:#fff;
	font-size:18px;
	}

div, ul {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	}
	
a {
	outline:none;
	text-decoration:none;
	}
	
img {
	border:0;
	}

h2 {
	margin:10px 0 0 0;
	padding:0;
	font-weight:normal;
	font-family: rounded, arial, sans;
	color:#fff;
	font-size:24px;
	}

div#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background:#9bb02d url(../images/pageBg.png) repeat-y 0 0;	overflow:auto;
	}
	

div#header {		
	width:1000px;
	height:137px;
	}
	
	div#header img {
		width:1000px;
		height:1px;
		display:block;
		clear:both;
		}
	
	div#header h1 {
		display:block;
		margin:0;
		padding:0;
		position:absolute;
		top:10px;
		left:21px;
		z-index:2;
		width:665px;
		height:127px;
		text-indent:-9999px;
		background:transparent url(../images/logo.png) no-repeat 0 0;
		}
	
	
div#header ul {
	list-style:none;
	position:absolute;
	top:20px;
	right:15px;
	z-index:3;
	width:275px;
	}
	
	div#header ul li {
		display:block;
		margin:0 0 15px; 0;
		padding:0;
		width:275px;
		overflow:hidden;
		}

		div#header ul li a {
			display:block;
			text-indent:-9999px;
			float:right;
			clear:both;
			}
		

			div#header ul li#list a {
				width:101px;
				height:27px;
				background:transparent url(../images/theList.png) no-repeat 0 -54px;
				}

				div#header ul li#list.current a {
					background-position: 0 0px;
					}

				div#header ul li#list a:hover {
					background-position: 0 -27px;
					}

					div#header ul li#list.current a:hover {
						background-position: 0 0;
						}

				
			div#header ul li#video a {
				width:128px;
				height:27px;
				background:transparent url(../images/theVideo.png) no-repeat 0 -54px;
				}

				div#header ul li#video.current a {
					background-position: 0 0px;
					}

				div#header ul li#video a:hover {
					background-position: 0 -27px;
					}

					div#header ul li#video.current a:hover {
						background-position: 0 0;
						}
				
			div#header ul li#about a {
				width:275px;
				height:34px;
				background:transparent url(../images/about.png) no-repeat 0 -68px;
				}
	
				div#header ul li#about.current a {
					background-position: 0 0px;
					}

				div#header ul li#about a:hover {
					background-position: 0 -34px;
					}	
	
					div#header ul li#about.current a:hover {
						background-position: 0 0;
						}

div#sidebar {
	float:left;
	width:126px;
	margin:40px 15px 0 15px;
	}


	div#sidebar div.ad {
		width:120px;
		height:600px;
		border:3px solid #477050;
		background:#8ac575;
		margin-top:10px;
		}

	div#sidebar div.block {
		width:120px;
		border:3px solid #477050;
		background:#8ac575;
		margin-top:48px;
		}

	div#sidebar div.links {
		width:120px;
		height:90px;
		border:3px solid #477050;
		background:#8ac575;
		margin-top:20px;
		}

		
		div#sidebar div#productBlock {
			margin-top:20px;
			}
		
		div#sidebar div#block_about {
			margin-top:0;
			}
		
		div#sidebar div.block h2 {
			font-size:16px;
			margin:0;
			padding:5px 5px 10px 5px;
			}

			div#sidebar div.block h2 a {
				font-size:16px;
				color:#fff;
				}

				div#sidebar div.block h2 a:hover {
					color:#fff;
					text-decoration:underline;
					}

		div#sidebar div.block h3 {
			font-size:12px;
			font-weight:bold;
			margin:0 5px 5px 5px;
			padding:5px 0 0 0;
			border-top:1px dotted #477050;
			}
		
			div#sidebar div.block h3 a {
				font-size:12px;
				color:#fff;
				}

				div#sidebar div.block h3 a:hover {
					color:#fff;
					text-decoration:underline;
					}		
		
		div#sidebar div.block p {
			padding:0 5px 15px 5px;
			margin:0;
			font-size:12px;
			}
			
		div#sidebar div.block a {
			color:#477050;
			font-size:12px;
			text-decoration:none;
			}
	

			div#sidebar div.block a:hover {
				color:#477050;
				text-decoration:none;
				}
						
/* sidebar products */

div.product {
	margin:0 0 10px 0;
	overflow:auto;
	}

	div.product img.productPhoto {
		display:block;
		margin:0 0 5px 5px;
		padding:0;
		}
		
	div#sidebar div.block div.product p {
		color:#477050;
		margin:0 5px;
		padding:0;
		}

		div#sidebar div.block div.product p.productLink a {
			text-decoration:underline;
			color:#fff;
			}
		
	div#sidebar div.block div.product p.productDescription {
		margin-top:5px;
		margin-bottom:10px;
		font-size:10px;
		}
		
	div#sidebar div.block div.product a.moreProducts {
		display:block;
		font-size:10px;
		float:right;
		padding:0 5px 5px 0;
		color:#fff;
		}
						
	div#sidebar a#storeLink {
		display:block;
		color:#fff;
		font-size:12px;
		padding:5px;
		border-top:1px dotted #477050;
		}
						
div#content {
	float:left;
	width:830px;
	margin:40px 0 0 0;
	}
	
p#intro {
	font-family: rounded, arial, sans;
	color:#fff;
	font-size:24px;
	margin:0 0 20px 0;
	padding:0;
	}

div#toolbar {
	background:#8ac575;
	border:3px solid #477050;
	padding:5px 5px 8px 5px;
	color:#477050;
	}
	
	div#toolbar a {
		color:#477050;
		}
		
		div#toolbar a:hover {
			text-decoration:underline;
			}
		
		div#toolbar a.current {
			color:#fff;
			padding:0 0 0 20px;
			background:transparent url(../images/toolbar_current.png) no-repeat 0 0;
			}
			
			div#toolbar a.current:hover {
				text-decoration:none;
				}
					
			
	div#toolbar span.instructions {
		margin:0 10px 0 0;
		}
			
	div#toolbar span.divider {
		padding:0 10px;
		}
	
	
div#footer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	background:transparent url(../images/footer.png) no-repeat 0 0;
	padding:10px 0;
	color:#000;
	font-size:12px;
	overflow:auto;
	}
	
	div#footer a {
		font-size:12px;
		color:#000;
		text-decoration:underline;
		}
	
	div#footer span {
		margin:0 5px;
		}
		
		
	div#footer div#footerNav {
		width:500px;
		float:left;
		}
		
	div#footer div#footerInfo {
		width:400px;
		float:right;
		text-align:right;
		}

div#spiderbait {
	display:none;
	}		

/* ##### Creature List ##### */

ul#creatureList {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
	width:830px;
	}
	
	ul#creatureList li {
		position:relative;
		width:804px;
		font-size:16px;
		min-height:150px;
		padding:10px;		
		}
		
		ul#creatureList li img.still {
			position:absolute;
			top:7px;
			left:10px;
			z-index:2;
			width:200px;
			height:150px;
			border:3px solid #ffca1c;
			}

			ul#creatureList li img.still:hover {
				border:3px solid #f03003;
				}
			
		ul#creatureList li h2 {
			margin:0 0 5px 215px;
			padding:0;
			font-weight:normal;
			}
			
			ul#creatureList li h2 a {
				font-family: rounded, arial, sans;
				color:#fff;
				}
				
			
		ul#creatureList li h3 {
			margin:0 0 5px 215px;
			padding:0;
			font-weight:normal;
			color:#fff;
			}
			
			ul#creatureList li h3 a {
				color:#fff;
				font-style:italic;
				}

		ul#creatureList li h2 a:hover,
		ul#creatureList li h3 a:hover {
			text-decoration:underline;
			}

		ul#creatureList li a.close {
			display:none;
			}
	
		ul#creatureList li div.info {
			display:none;
			}


	ul#creatureList li.current {
		background:#ffca1c;
		border:3px solid #f03003;
		color:#000;
		font-size:16px;
		padding-top:7px;
		padding-bottom:7px;
		}
		
		ul#creatureList li.current img {
			border:0;
			}
		
		ul#creatureList li.current h2 {
			}
			
			ul#creatureList li.current h2 a {
				color:#000;
				cursor:default;
				}
				
				ul#creatureList li.current:hover h2 a {
					text-decoration:none;
					}
				
		ul#creatureList li.current h3 {
			color:#000;
			}
			
			ul#creatureList li.current h3 a {
				color:#000;
				font-style:italic;
				}
	
		ul#creatureList li.current a.close {
			display:block;
			position:absolute;
			top:10px;
			right:10px;
			z-index:3;
			width:21px;
			height:17px;
			text-indent:-9999px;
			background:transparent url(../images/close.png) no-repeat 0 0;
			}
	
		ul#creatureList li.current div.info {
			display:block;
			margin:0 0 0 215px;
			padding:0;
			}
	
			ul#creatureList li.current div.info p {
				margin:0;
				padding:0;
				}
				
		ul#creatureList li.current div.bookmarks {
			margin:10px 0 0 0;
			}
			

	ul#creatureList li object {
		overflow:visible;
		display:block;
		position:absolute;
		top:7px;
		left:10px;
		z-index:2;
		width:200px;
		height:150px;
		}	
					
					
/* ##### Movie List ##### */		

ul#movieList {
	margin:20px 0;
	padding:0;
	list-style:none;
	width:830px;
	}
	
	ul#movieList li {
		position:relative;
		font-size:16px;
		padding:0 0 30px 0;
		margin:0 0 20px 0;
		border-bottom:1px dotted #fff;
		overflow:auto;
		}
		
		
		ul#movieList li h2 {
			margin:0;
			padding:0;
			}

		ul#movieList li img.poster {
			display:block;
			position:relative;
			float:left;
			width:250px;
			margin:0 20px 10px 0;
			padding:0;
			border:3px solid #ffca1c;
			}


			ul#movieList li img.poster:hover {
				border:3px solid #f03003;
				}
			
		ul#movieList ul {
			display:block;
			float:left;
			width:auto;
			margin:10px 0 0 20px;
			list-style:disc;
			}

			ul#movieList ul li {
				border:0;
				padding:0 0 10px 0;
				margin:0;
				overflow:visible;
				position:relative;
				}

				ul#movieList ul li a {
					color:#fff;
					}
	
					ul#movieList ul li a:hover {
						text-decoration:underline;
						}	
	
		ul#movieList li div.bookmarks {
			position:absolute;
			bottom:15px;
			left:0;
			}
			
		ul#movieList li div.buy {
			position:absolute;
			bottom:15px;
			left:150px;
			}
			
			ul#movieList li div.buy a {
				color:#fff;
				font-size:12px;
				}
				
				ul#movieList li div.buy a:hover {
					text-decoration:underline;
					}
			


/* ##### The Video ##### */
			
div#content.video {
	min-height:780px;
	}
			
div#theVideo {
	width:425px;
	height:344px;
	margin-left:auto;
	margin-right:auto;
	}
	
	
/* ##### About Ray Harryhausen ##### */


div#content.about {
	}
	

	div#content.about div#photos {
		width:250px;
		float:left;
		margin:0 40px 0 30px;
		padding:0;
		}

		div#content.about div#photos img {
			display:block;
			width:250px;
			margin:0 0 120px 0;
			border:1px solid #000;
			}

	div#content.about div#text {
		float:left;
		width:425px;
		margin:0;
		padding:0;
		}
		
		div#content.about div#text p {
			margin:0 0 40px 0;
			padding:0;
			}
			
	div#content.about a {
		color:#fff;
		text-decoration:underline;
		}
