html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #333;
}

* { margin:0; padding:0; }
body { background:#111; height:100%; }
img { border:none; }

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

p {
	margin-bottom: 15px;	
}

a {
	color: #EF4933;
	text-decoration: none;
}
a:hover {
	color: #EF4933;
	text-decoration: underline;
}

.icons {
	width: 100%;
	height: 90%;
	position: absolute;
}

	.icons div {
		width: 124px;
		height: 124px;
		bottom: 15%;
		position: absolute;	
		margin-left: -62px;
		filter:Alpha(opacity=50);
		opacity: 0.5;
	}
	
	.icons div:hover {
		filter:Alpha(opacity=100);
		opacity: 1;
	}
	
		.icons div a {
			width: 124px;
			height: 124px;
			display: block;
			text-indent: -9999em;
		}
	
	.icons div.polpo {
		left: 16%;
		background: url(polpo.png);
	}
	
	.icons div.polpo-smithfield {
		left: 33%;
		background: url(http://mishkins.co.uk/landing/polpo-smithfield.png);
	}
	.icons div.polpo-smithfield:hover {
		left: 33%;
		background: url(http://mishkins.co.uk/landing/polpo-comingsoon.png);
	}
	
	.icons div.dapolpo {
		left: 50%;
		background: url(dapolpo.png);
	}
	
	.icons div.spuntino {
		left: 66%;
		background: url(spuntino.png);
	}
	
	.icons div.mishkins {
		left: 82%;
		background: url(mishkins.png);
	}

	.icons div.pdr {
		left: 84%;
		background: url(http://mishkins.co.uk/landing/pdr.png);
	}


.left_column {
	width: 50%;
	height: 100%;
	float: left;
	background-color: rgba(28,43,28,0.6);
	background-color: rgba(0,10,0,0.55);
	position: relative;
}

.no_panel {
	background: none;;
}

	.left_column h1 {
		text-indent: -9999em;
		width: 199px;
		height: 34px;
		display: block;
		background: url(../img/logo.png) no-repeat;
		margin: 180px auto 0 auto;
	}
	
	.credits {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		opacity: 0.5;
		text-transform: uppercase;
		bottom: 20px;
		position: absolute;
		color: white;
		filter:Alpha(opacity=50);
	}
	
	.credits:hover {
		opacity: 1;
		filter:Alpha(opacity=100);
	}
	
	.credits a {
		color: white;
	}
	
	.credits a:hover {
		color: #EF4933;
		text-decoration: none;
	}
	
	.left_column  .credits {
		left: 20px;
	}
	
	.right_column  .credits {
		right: 20px;
	}
	
.right_column {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}

	.right_column .nav_circle {
		width: 158px;
		height: 158px;
		display: block;
		background: url(../img/nav_circle_initial.png) no-repeat;
		color: white;
		text-align: center;
		vertical-align:middle;
		margin: 115px auto 0 auto;
	}
		.right_column .nav_circle div.intro {
			font-size: 15px;
			font-family: AdobeCaslonProItalic, "Times New Roman", Times, serif;
			padding-top: 60px;
		}
		
		
		.right_column .nav_circle div.menu {
			font-size: 15px;
			font-family: AdobeCaslonProBold, "Times New Roman", Times, serif;
			padding-top: 35px;
			text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
			display: none;
			line-height: 24px;
		}
		
			.right_column .nav_circle div.menu a {
				color: white;
			}
			
			.right_column .nav_circle div.menu a:hover {
				color: #EF4933;
				text-decoration: none;
			}
	
.overlays {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;	
}
	
	.content_panel {
		background-color: #f2f2f2;
		border: 1px solid white;
		-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
		box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
		margin: 0 auto;
		margin-top: 45px;
		position: relative;
	}
	
	.content_panel.hide {
		display: none;
	}
		
	.content_panel.contact {
		width: 440px;
		text-align: center;
	}

		.content_panel h2.mishkins {
			text-indent: -9999em;
			width: 226px;
			height: 32px;
			display: block;
			background: url(../img/logo-dark.png) no-repeat;
			margin: 63px auto 38px auto;
		}
		
	.content_panel.story {
		width: 495px;
		padding: 20px;
		padding-top: 30px;
		line-height: 130%;
	}
	
	.content_panel.gallery {
		width: 660px;
		padding: 10px;
	}
	
		.content_panel.gallery .subnav {
			font-family: AdobeCaslonProBold, "Times New Roman", Times, serif;
			font-size: 20px;
			margin-top: 22px;
			margin-bottom: 30px;
			text-align: center;
		}
		
		.content_panel.gallery .main_image {
			width: 660px;
			height: 439px;
			position: relative;
			float: left;
			margin: 0;
		}
		
			.content_panel.gallery .main_image img {
				top: 0px;
				left: 0px;
				position: absolute;
			}
		
		.content_panel.gallery .thumbs {
			float: left;
			margin-top: 10px;
			overflow: hidden;
			height: 66px;
			width: 600px;
		}
		
		
		.content_panel.gallery .gallery_left {
			float: left;
			margin-top: 12px;
			display: block;
			text-indent: -9999em;
			width: 26px;
			margin-right: 4px;
			background: url(../img/arrow_left.png) 0 3px;
			height: 62px;
			overflow: hidden;
			opacity: 0.5;
			filter:Alpha(opacity=50);
		}
		
		.content_panel.gallery .gallery_right {
			float: left;
			margin-top: 12px;
			display: block;
			text-indent: -9999em;
			width: 26px;
			margin-left: 4px;
			background: url(../img/arrow_right.png) 0 3px;
			height: 62px;
			overflow: hidden;
			opacity: 0.5;
			filter:Alpha(opacity=50);
		}
		
		.content_panel.gallery .gallery_left:hover,
		.content_panel.gallery .gallery_right:hover {
			opacity: 1;
			filter:Alpha(opacity=100);
		}
		
			.content_panel.gallery .thumbs ul {
				padding: 0;
				margin: 0;
				list-style: none;
				width: 6000px;
			}	
			
				.content_panel.gallery .thumbs ul li {
					padding: 0;
					margin: 0;
					margin-right: 7px;
					float: left;
					border: 3px solid #f2f2f2;
				}
				
				.content_panel.gallery .thumbs ul li:hover,
				.content_panel.gallery .thumbs ul li.active {
					border: 3px solid #333;
				}	
				
					.content_panel.gallery .thumbs ul li a {
						padding: 0;
						margin: 0;
						display: block;
					}	
					
					.content_panel.gallery .thumbs ul li a img {
						padding: 0;
						margin: 0;
						border: 0;
						opacity: 0.6;
						filter:Alpha(opacity=50);
					}	
					
					.content_panel.gallery .thumbs ul li:hover img,
					.content_panel.gallery .thumbs ul li.active img {
						opacity: 1;
						filter:Alpha(opacity=100);
					}	
			
	
	.content_panel.menu {
		width: 820px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
		.content_panel.menu td {
			padding-bottom: 4px;
			font-size: 12px;
		}
		
		.content_panel.menu .subnav {
			font-family: AdobeCaslonPro, "Times New Roman", Times, serif;
			font-size: 20px;
			margin-top: 22px;
			margin-bottom: 30px;
			text-align: center;
		}
		
			.content_panel.menu .subnav a {
				font-family: AdobeCaslonProBold, "Times New Roman", Times, serif;
				color: #ef4933;
			}
			
			.content_panel.menu .subnav a.active {
				color: #333;
			}
	
	.left_column_menu,
	.right_column_menu {
		width: 369px;
		padding-left: 20px;
		padding-right: 20px;
		float: left;
	}
	
	.right_column_menu {
		border-left: 1px solid #CCC;	
		margin-bottom: 20px;
	}
	
	.right_column_menu.wine {
		border-left: none;	
	}
	
	.left_column_menu.wine {
		border-right: 1px solid #CCC;
		margin-bottom: 20px;
	}
	
p span.highlight {
	color: #EF4933;
}

p span.enlarge {
	font-size: 18px;
}

p span.disclaimer {
	font-family: AdobeCaslonProItalic, "Times New Roman", Times, serif;
	font-size: 15px;	
}

.close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;	
}

.gallery_counter {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;	
}

.clear {
	height: 0px;
	font-size: 0px;
	clear: both;
}