/* KOBY DRUMS - Main Stylesheet */
/* http://www.kobydrums.co.uk and http://www.kobydrums.com */
/* Designed and Built by Cobain Schofield */
/* http://www.cobainschofield.com */

html {

	background: url("/images/bgloop.png");
	margin: 0px auto;
	
}

body {

	margin: 0px auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #2b2b2b;
	
}

#header {

	width: 900px;
	height: 170px;
	background: url("/images/shine.png");
	margin: 0px auto;
	
}

#logo {

	width: 305px;
	height: 170px;
	background: url("/images/logo.png");
	margin: 0px auto;
	
}

#page {

	width: 800px;
	min-height: 400px;
	background: url("/images/bgpage.png");
	padding: 10px;
	margin: 0px auto 25px auto;
    	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	
}

#ukholder {

	background: url("/images/ukflag.png") no-repeat top right;
	width: 820px;
	height: auto;
	margin: 0px auto;
    	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	
}

#spacer {
	
	background: url("/images/h1border.png") repeat-x;
	height: 2px;
	width: 100%;
	margin: 10px 0px 10px 0px;

}

h2 {
	
	color: #7c7c7c;
	display: inline; 

}

h1 {
	
	display: inline; 

}

#left {
	
	width: 250px;
	height: 240px;
	float: left;
	margin-left: 20px;

}

#right {
	
	width: 510px;
	height: 240px;
	margin-right: 20px;
	float: right;
	
}

p a {

	color: #9E61DF;

}

p a:hover {

	text-decoration: underline;
	color: #6E2C8F;
	
}

#right p {

	margin: 8px 0px;
	
}

#right b {

	font-size: 14px;
	
}


#colouroverlay {
	
	width: 65px;
	height: 65px;
	background: url("/images/circlebg.png");
	
}

a.tooltip span {
	
	display:none; 
	padding:2px 3px; 
	margin-left:-30px; 
	margin-top: -25px;
	width:130px;
	position:absolute; 
	z-index: 20;
	
}

a.tooltip:hover span {
	
	display:inline;
	position:absolute; 
	z-index: 20;
	background:#CFCFCF; 
	border:1px solid #6F6F6F; 
	color:#6c6c6c;
	text-decoration: none;
	
}

a.tooltip b {
	
	color: #6E2C8F;
	
}

#products {

	margin-top: 10px;
	
}