/* 
Website:	SP Fireworks
URL:		http://www.spfireworks.co.uk
Author:		Toroca
URL:		http://www.toroca.co.uk
*/

/* Body Attributes */

	#body{
	background: #000;
	margin-bottom: 30px;
	}

/* Layout Attributes */

	#container{
	margin: auto;
	width: 900px;
	font-family: arial, verdana, tahoma;
	font-size: 11pt;
	background: URL(layout/bg.jpg) repeat-y #000;
	}
	
	#header{
	width: 888px;
	height: 29px;
	background: URL(layout/header.jpg) left top no-repeat;
	text-align: right;
	padding-top: 166px;
	padding-right: 12px;
	}
	
	#content{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -15px;
	}	
	
/* Three Block Layout Attributes */
		#left-col{
		width: 170px;
		padding: 2px;
		margin-left: 5px;
		margin-right: 20px;
		margin-top: 7px;
		margin-bottom: 30px;
		float: left;
		}
			
			.advert{
			width: 170px;
			height: 115px;
			}
			
			.advert-bottom a{
			display: block;
			width: 160px;
			padding-left: 10px;
			height: 25px;
			line-height: 25px;
			background: URL(layout/advert-bottom.jpg);
			font-weight: bold;
			}
		
		#sub-navigation{
		width: 163px;
		height: 336px;
		background: URL(layout/gradient-small.jpg) #000;		
		margin-left: 5px;
		margin-right: 20px;
		padding-bottom: 2px;
		padding-top: 2px;
		padding-left: 5px;
		padding-right: 2px;
		float: left;
		}
		
		#navigation-overflow{
		overflow: auto;
		width: 100%;
		height: 100%;
		}		
		
		#middle-col{
		width: 258px;
		height: 336px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 2px;
		margin-bottom: 30px;		
		border: 0;
		background: URL(layout/gradient.jpg) #000;
		float: left;	
		color: #FFF;
		}
		
		#product-col{
		width: 258px;
		height: 336px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 2px;
		margin-bottom: 30px;		
		border: 0;
		background: URL(layout/greybg.jpg) #444343;
		float: left;	
		color: #FFF;
		}
	
		#product-video{
		width: 360px;
		padding-left: 50px;
		height: 305px;
		padding-top: 35px;
		border: 0;	
		float: left;	
		margin-bottom: 30px;
		background: URL(layout/greybgright.jpg) #444343;	
		}
	
		#middle-overflow{
		overflow: auto;
		width: 252px;
		height: 336px;
		padding-left: 4px;
		padding-right: 2px;
		}
		
		#right-col{
		width: 410px;
		height: 340px;
		border: 0;	
		float: left;	
		margin-bottom: 30px;
		}
	
		#gallery-container{
		width: 660px;
		padding-left: 4px;
		padding-right: 6px;
		padding-top: 2px;
		padding-bottom: 2px;
		height: 336px;
		background: URL(layout/gradient-large.jpg) #000;	
		float: left;
		margin-bottom: 30px;
		}
		
		#gallery-overflow{
		overflow: auto;
		width: 660px;
		height: 336px;
		}	
	
/* Bottom Row of Adverts */
	#adverts-container{
	margin-top:  50px;
	margin-left: 7px;
	}
		
		.advert-bot{
		width: 170px;
		height: 115px;
		float: left;
		margin-right: 4px;
		}
		
		.advert-bottom-bot a{
		display: block;
		width: 160px;
		padding-left: 10px;
		height: 25px;
		line-height: 25px;
		background: URL(layout/advert-bottom.jpg);
		font-weight: bold;
		float: left;
		margin-right: 4px;
		}
	
	#footer{
	background: URL(layout/footer.jpg) bottom no-repeat;
	width: 900px;
	height: 37px;
	color: #000;
	clear: both;
	padding-top: 25px;
	text-align: center;
	}
	
	#email{
	padding-left: 15px;
	padding-top: 20px;
	clear: both;
	}
	
/* Central Divs*/

	#central{
	width: 100%;
	text-align: center;
	}	
	
/* Text Attributes */	
	
	h1{
	font-size: 18pt;
	font-weight: bold;
	color: #000;
	margin: 0;
	}
	
	h1.white{
	font-size: 18pt;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	}

	h2{
	font-weight: bold;
	font-size: 16pt;
	color: #000;
	margin: 0;
	}
	
	h2.yellow{
	font-weight: bold;
	font-size: 16pt;
	color: #FF0;
	margin: 0;
	}
	
	p.white{
	margin-top: 4px;
	font-size: 10pt;
	color: #fff;
	line-height: 150%;
	}

	
	h3{
	font-weight: bold;
	font-size: 14pt;
	color: #000;	
	margin: 0;
	}
	
	p{
	margin-top: 4px;
	font-size: 10pt;
	color: #000;
	line-height: 150%;
	}
	
	p.white{
	margin-top: 4px;
	font-size: 10pt;
	color: #FFF;
	line-height: 150%;
	}
	
	p.white-big{
	margin-top: 4px;
	font-size: 11pt;
	color: #FFF;
	line-height: 150%;
	}

	abbr, acronym{ border-bottom: 1px #FFF dotted; }
	
	span{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	}
	
	span.error{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #FF0;
	}
	
/* Link Attributes */
	
	a{
	color: #000;
	text-decoration: underline;
	}
	
	a:visited{
	color: #000;	
	text-decoration: underline;
	}
	
	a:hover{
	color: #333;	
	text-decoration: underline;
	}
	
	a:active{
	color: #000;
	text-decoration: underline;
	}
	
	a.yellow{
	color: #FF0;
	text-decoration: underline;
	}
	
	a.yellow:visited{
	color: #FF0;	
	text-decoration: underline;
	}
	
	a.yellow:hover{
	color: #FFF;	
	text-decoration: underline;
	}
	
	a.yellow:active{
	color: #FF0;
	text-decoration: underline;
	}
		
	a.read-more {
	color: #FFF;
	text-decoration: none;
	font-size: 11pt;
	}
	
	a.read-more:visited{
	color: #FFF;	
	text-decoration: none;
	}
	
	a.read-more:hover{
	color: #FFF;
	text-decoration: none;
	}
	
	a.read-more:active{
	color: #FFF;
	text-decoration: none;
	}	
	
	a.nav-link {
	color: #000;
	text-decoration: none;
	margin-left: 14px;
	font-size: 11pt;
	font-weight: bold;
	}
	
	a.nav-link:visited{
	color: #000;	
	text-decoration: none;
	}
	
	a.nav-link:hover{
	color: #333;
	text-decoration: none;
	}
	
	a.nav-link:active{
	color: #000;
	text-decoration: none;
	}

		/* Sub Navigation Attributes */

		a.sub-nav, a.sub-nav:visited, a.sub-nav:active{
		display: block;
		height: 20px;
		line-height: 20px;
		width: 135px;
		color: #000;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		padding: 2px;
		border: 1px solid #000;
		background: #F90;
		margin: 0 auto -14px auto;
		}
		
		a.sub-nav:hover{
		background: #FC0;	
		}
		


		a.indent, a.indent:visited, a.indent:active{
		display: block;
		height: 20px;
		line-height: 20px;
		width: 120px;
		color: #000;
		text-decoration: none;
		text-align: center;
		font-size: 9pt;
		padding: 2px;
		border: 1px solid #000;
		background: #FC0;
		margin: 0 auto -15px; auto;
		}
		
		a.indent:hover{
		background: #F90;
		}
	
/* Form Attributes */

	form{
	padding: 0;
	margin-bottom: 10px;
	font-size: 13pt;
	color: #FFF;	
	line-height: 150%;
	}
	
	.form-textarea{
	font-family: courier new, verdana, arial, sans-serif;
	font-size: 13pt;
	border: 1px solid #666;
	color: #000;
	padding: 4px;
	}
	
	.form-left{
	width: 210px;
	height: 50px;
	padding-bottom: 10px;
	float: left;	
	}
	
	.form-right{
	width: 650px;
	height: 40px;
	float: left;	
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
	.form-right-radio{
	width: 650px;
	height: 36px;
	float: left;	
	padding-bottom: 10px;
	padding-top: 14px;
	}
	
	.form-left-message{
	width: 210px;
	height: 150px;
	padding-bottom: 10px;
	float: left;	
	}
	
	.form-right-message{
	width: 650px;
	height: 150px;
	padding-bottom: 10px;
	float: left;	
	}
	
	.form-header{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
	}
	
/* General Unsorted List Attributes */

	li{
	list-style-type: none;
	}
	
/* Image Properties */

	.image-right{
	float: right;
	margin-right: -20px;
	margin-bottom: 2px;
	}
	
	.image-border{
	border: 1px #999 solid;
	padding: 3px;
	margin-left: 5px;
	margin-top: 10px;
	background: #FFF;
	}
