/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}body{line-height:1}a img{border:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}table,td,th{vertical-align:middle}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}button::-moz-focus-inner{border:0}

body
{
	font-family: Century Gothic, Arial;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 30px;
}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}


a
{
	color: #5097cc;
}

p
{
	margin-bottom: 10px;
}

h1
{
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #5097cc;
}

h2
{
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #333;
}

h3
{
	font-size: 11px;
	margin-top: 20px;
	color: #333;
}

h4
{
	font-size: 11px;
}

h5
{
	font-size: 11px;
	margin-top: 0px;
	color: #000;
}

.menu
{
	margin-bottom: 40px;
	text-align: center;
	color: #999;
}

	.menu a
	{
		color: #999;
	}
	
	.menu a.active
	{
		font-weight: bold;
	}


/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 315px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-content-container
	{
		background-color: #fff;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 25px;
		height: 25px;
		top: 315px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -0px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -25px;
	}
	
	.showcase-arrow-next
	{
		right: -0px;
		background-position: -25px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -25px -25px;
	}
	
	/* Content */
	.showcase-content
	{
		z-index: 10;
		background-color: #transparent;
		text-align: left;
		margin-right: 10px;
		position:absolute;
		left: 0px;
	}
		
		.showcase-content-wrapper
		{
			position: absolute;
			left: 10px;
			text-align: left;
			height: 315px;
			width: 500px;
			display: table-cell;
			vertical-align: middle;
		}

	.showcase-content2
	{
		position: absolute;
		left: 50px;
		background-color: #fff;
		text-align: right;
	}
		
		.showcase-content-wrapper
		{
			text-align: left;
			height: 315px;
			width: 500px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(../images/white-opacity-80.png);
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 0px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #5097cc;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 120px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(../images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}

/* My CSS
-------------------------------------------*/

body {
background-image: url(http://mattkingston.com/images/backgrounds/cornet-bg.gif);
font-family: verdana, arial, sans-serif;
font-size: 12px;
margin-left: 0px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 20px;
}

{
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}

a:link {color:#5097cc;}
a:visited {color:#5097cc;}
a:hover {color:#FF9900;}
a:active {color:#333333;}
}

div#container {
width: 900px;
height: 1200px;
margin: 0px auto;
background: #fff;
padding: 0px;
}

div#holder {
width: 900px;
height: 1200px;
border: 1px solid #c6c0c0;
box-shadow: 4px 5px 8px #888;
background: #fff;
position: absolute;
top: 20px;
}

div#holder-1500 {
width: 900px;
height: 1500px;
border: 1px solid #c6c0c0;
box-shadow: 4px 5px 8px #888;
background: #fff;
position: absolute;
top: 20px;
}

div#header {
width: 900px;
height: 200px;
margin-left: 10px;
position: absolute;
top: 16px;
}

div#logo {
width: 400px;
height: 200px;
margin-left: 20px;
float: left;
}

div#bonkers-sale {
position: absolute;
top: 232px;
left: -95px;
z-index: 1;
}

div#scroller {
position: absolute;
top: 390px;
}

div#awkward {
z-index: 60;
width: 555px;
height: 315px;
position: absolute;
left: 31px;
top: 390px;
}

div#banner {
float: right;
}

div#tagline {
width: 300px;

position: absolute;
left: 395px;
top: 120px;

font-family: "Lucida Grande","Lucida Sans Unicode",Geneva,sans-serif;
font-size:large;
color: #5097cc;
}

div#section1title {
position: absolute;
left: 30px;
top: 380px;

font-family: "Lucida Grande","Lucida Sans Unicode",Geneva,sans-serif;
font-size:22px;
color: #333;
}


div#frame {
z-index: 20;
width: 500px;
position: absolute;
left: 28px;
top: 335px;
}

div#greenbox {
z-index: 30;
width: 555px;
position: absolute;
}

div#greenbox-blank {
width:480px;
position: absolute;
top:540px;
left:280px;
}

div#viewcart {
position: absolute;
right: 240px;
top: 20px;

font-family: "Lucida Grande","Lucida Sans Unicode",Geneva,sans-serif;
font-size:large;
text-align: right;
color: #5097cc;
}

div#payment-methods {
position: absolute;
left: 292px;
bottom: 20px;
text-align: center;
}

div#links {
position: absolute;
width: 900px;
bottom: 70px;
}

div#button-description {
position: absolute;
width: 150px;
top: 582px;
left: 387px;
}

div#lookinside {
position: absolute;
top: 625px;
left: 30px;
}

div#nav {
width: 900px;
float: left;
position: absolute;
top: 190px;
}

div#introtext {
width: 520px;
height: 180px;
position: absolute;
left: 35px;
top: 275px;
font-size: 14px;
color: #333333;
}

div#feedback {
width: 230px;
position: absolute;
right: 18px;
top: 750px;
font-size: small;
text-align: right;
color: #666666;
}

div#freemusic {
position: absolute;
left: 620px;
top: 280px;
}

div#breadcrumbs {
width: 870px;
position: absolute;
top:255px;
left:10px;
}

div#sitedescription {
width: 550px;
position: absolute;
left: 32px;
bottom: 160px;
background: #EBEBEB;
}

div#hrmain {
width: 870px;
float: left;

position: absolute;
top:180px;
}

div#maincontent {
width: 600px;
float: right;
background: #DDDDDD;
}

div.#navblock {
width: 180px;
margin: 5px auto;
border: 1px solid #DDDDDD;
}

div.#contentblock {
width: 580px;
margin: 5px auto;
border: 1px solid #888888;
}

div#fadeshow1 {
position: absolute;
top:315px;
left:30px;
box-shadow: 6px 6px 3px #DEDEDE;
border:1px solid gray;
z-index:2;
}

div#blank {
position: absolute;
top:290px;
left:30px;
z-index:5;
}

div#product-info {
width:480px;
position: absolute;
top:315px;
left:280px;
}

div#product-info2 {
width:300px;
height:350px;
padding-top:25px;
padding-bottom:25px;
padding-right:25px;
padding-left:25px;
background-image:url('http://mattkingston.com/2013/images/elements/pale-blue.png');
position: absolute;
top:800px;
left:280px;
}

div#product-image {
position: absolute;
top:800px;
left:615px;
}

div#price-roundel {
position: absolute;
top:290px;
right:40px;
}

div#info-box {
position: absolute;
top:700px;
left:0px;
}

div#contents {
position: absolute;
width:250;
top:720px;
left:10px;
}

div#soundcloud {
width:480px;
position: absolute;
top:700px;
left:280px;
}


/* Pricetag */
#imagecontainer{ 
z-index: 100;
position:relative;
top: 185px; 
left: 90px;
width:100%; 
}

#inner{ 
position:absolute;
left:20; 
}

#images{ 
position:relative; 
left:20; 
}

#images img { 
float:left; 
}

/* Add to cart */
#imagecontainer2{ 
z-index: 80;
position:absolute;
top: 282px; 
left: 300px;
width:100%;
}

#inner2{ 
z-index: 80;
position:absolute;
left: 10px; 
}

#images2{ 
z-index: 80;
position:relative; 
}

#images img { 
z-index: 80;
float:left; 
}

/* Green box */
#imagecontainer3{ 
z-index: 70;
position:absolute;
top: 250px; 
left: 0px;
width:100%;
}

#inner3{ 
z-index: 80;
position:absolute; 
}

#images3{ 
z-index: 80;
position:relative; 
}

#images img { 
z-index: 80;
float:left; 
}

/* showcase subtext */
#showcase-innercontent{ 
z-index: 70;
position:absolute;
top: 275px; 
left: 95px;
width:200px;
font-size: 12px;
}

#showcase-pdf{ 
z-index: 70;
position:absolute;
top: 280px; 
left: 25px;
width:275px;
font-size: 12px;
}


.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}