/* Spice Entertainment CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style: italic;
}

#maincontent .clearer {
	clear: both;
	width: 99%;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
	background: url(/images/site/horizontal-rule-wide-bg.gif) center top no-repeat;
}

/*
#maincontent hr {
	display: block;
	clear: both;
	width: 99%;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	background: url(/images/site/horizontal-rule-wide-bg.gif) center top no-repeat;
	border: 0;
}
*/

#secondarycontent .clearer {
	clear: both;
	width: 99%;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
	background: url(/images/site/horizontal-rule-bg.gif) left top no-repeat;
}

/*
#secondarycontent hr {
    display: block;
	clear: both;
	width: 99%;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
	background: url(/images/site/horizontal-rule-bg.gif) left top no-repeat;
	border: none;
}
*/

/**********************************************************************************************/

html, body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	background: #000 url(/images/site/content-bg.gif) left 379px no-repeat;
}

	#header {
		background: #000 url(/images/site/spice-top.jpg) left top no-repeat;
		width: 990px;
		height: 113px;
	}
	
		#header #external {
			height: 83px;
			float: right;
			margin-right: 48px;
			margin-top: 30px;
		}

		#header #external a img {
			margin: 0 21px 0 21px;
		}

		#header #external a {
			display: block;
			float: left;
		}	
					
		#header #external a.leftlink {
			border-right: 1px solid #212121;
			display: block;
			float: left;
		}
			
		a.logolink {
			display: block;
			width: 160px;
			height: 85px;
			float: left;
			margin: 15px 0 0 70px;
		}	
		
	#navigation {
		background: #000 url(/images/site/navigation-bg.gif) left top no-repeat;
		width: 990px;
		height: 38px;
		float: left;
	}
		#navigation ul {
			display: block;
			width: 960px;
			height: 38px;
			margin-left: 30px;
			float: left;
		}
			#navigation ul li {
				display: block;
				float: left;
				height: 38px;
				background: url(/images/site/navigation-li-bg.gif) right 1px no-repeat;
			}
			
				#navigation ul li.last {
					background: none;;
				}
			
				#navigation ul li a {
					display: block;
					height: 38px;
					color: #747474;
					font-size: 10px;
					text-decoration: none;
					padding: 0 26px 0 24px;
					line-height: 43px;
					background: url(/images/site/navigation-out.gif) center -1px no-repeat;
					float: left;
					font-family: Georgia, "Times New Roman", Times, serif;
				}
				
			
				
				#navigation ul li a:hover, 
				.home #navigation ul li#home a,
				.about #navigation ul li#about a,
				.photos #navigation ul li#photos a,
				.videos #navigation ul li#videos a, 
				.testimonials #navigation ul li#testimonials a, 
				.contact #navigation ul li#contact a,
				.shop #navigation ul li#shop a,
				.classes #navigation ul li#classes a {	
					color: #E52087;
					background: url(/images/site/navigation-over.gif) center -1px no-repeat;
				}
			
				.about #navigation ul li#about a,
				.about #navigation ul li a:hover {
					color: #86d651;
					background: url(/images/site/navigation-over-about.gif) center -1px no-repeat;
				}
			
				.services #navigation ul li#services a,
				.services #navigation ul li a:hover {
					color: #03bcff;
					background: url(/images/site/navigation-over-services.gif) center -1px no-repeat;
				}
			
				.photos #navigation ul li#photos a,
				.photos #navigation ul li a:hover {
					color: #ffba01;
					background: url(/images/site/navigation-over-photos.gif) center -1px no-repeat;
				}	
				
				.testimonials #navigation ul li#testimonials a,
				.testimonials #navigation ul li a:hover {
					color: #03bcff;
					background: url(/images/site/navigation-over-services.gif) center -1px no-repeat;
				}		

				.news #navigation ul li#news a,
				.news #navigation ul li a:hover
				 {
					color: #ff4903;
					background: url(/images/site/navigation-over-news.gif) center -1px no-repeat;
				}	
				
				.shop #navigation ul li#shop a,
				.shop #navigation ul li a:hover {
					color: #86d651;
					background: url(/images/site/navigation-over-about.gif) center -1px no-repeat;
				}
				
				.classes #navigation ul li#classes a,
				.classes #navigation ul li a:hover {
					color: #86d651;
					background: url(/images/site/navigation-over-about.gif) center -1px no-repeat;
				}					

	#maincontent {
		float: left;
		width: 600px;
		padding: 30px 50px 20px 35px;
		font-size: 11px;
		background: url(/images/site/maincontent-bg.gif) right 12px no-repeat;
	}

		.home #maincontent {
			width: 270px;
		}
	
		#home-services {
			float: left;
			width: 260px;
			padding: 30px 50px 20px 10px;
			font-size: 11px;
			background: url(/images/site/maincontent-bg.gif) right 12px no-repeat;
		}

			#home-services ul {
				margin-bottom: 12px;
			}

				#home-services ul li a {
					font-family: Georgia, "Times New Roman", Times, serif;
					color: #7c7c7c;
					line-height: 18px;
					font-size: 14px;
					text-transform: uppercase;
					padding-left: 9px;
					background: url(/images/site/bullet.gif) left 8px no-repeat;
					text-decoration: none;
				}
				
					#home-services ul li a:hover {
						font-family: Georgia, "Times New Roman", Times, serif;
						color: #EEE;
						text-decoration: none;
					}
								
			#maincontent h1 {
				color: #808080;
				font-size: 23px;
				margin-bottom: 11px;
				text-transform: uppercase;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
			
			#home-services h1 {
				color: #FFF;
				font-size: 23px;
				margin-bottom: 11px;
				text-transform: uppercase;
				font-family: Georgia, "Times New Roman", Times, serif;
			}

			#maincontent h2 {
				color: #f42d96;
				font-weight: normal;
				font-size: 16px;
				line-height: 18px;
				margin: 17px 0 17px 0;
				text-transform: uppercase;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
			
			#home-services h2 {
				color: #BCBCBC;
				font-weight: normal;
				font-size: 16px;
				line-height: 18px;
				margin: 17px 0 17px 0;
				text-transform: uppercase;
				font-family: Georgia, "Times New Roman", Times, serif;			
			}
			
				.about #maincontent h2 {
					color: #86d653;
				}
			
				.services #maincontent h2 {
					color: #0abfff;
				}

				.photos #maincontent h2 {
					color: #0abfff;
				}

				.testimonials #maincontent h2 {
					color: #0abfff;
				}
					
				.news #maincontent h2 {
					color: #ff4903;
				}
					
				.photos #maincontent h2 {
					color: #ffba01;
				}
				
				.shop #maincontent h2 {
					color: #86d653;
				}
				
				.classes #maincontent h2 {
					color: #86d653;
				}
														
			#maincontent p {
				color: #FFF;
				line-height: 16px;
				font-size: 12px;
				margin: 0 0 9px 0;
			}

				.home #maincontent p {
					color: #BCBCBC;
				}			
						
			#maincontent a {
				color: #f42d96;
				text-decoration: none;
			}

			.about #maincontent a {
				color: #86d653;
				text-decoration: none;
			}

			.services #maincontent a {
				color: #0abfff;
				text-decoration: none;
			}
			
			.news #maincontent a {
				color: #ff4903;
				text-decoration: none;
				
			}

			.photos #maincontent a {
				color: #ffba01;
				text-decoration: none;
			}


			
				#maincontent a:hover {
					color: #FFF;
					text-decoration: underline;
				}
						
			#maincontent ul li {
				color: #000000;
				margin-bottom: 4px;
				list-style-type:disc;
				margin-left: 15px;
			}


		.service-box {
			clear: both;
			width: 580px;
			margin: 0;
			padding: 12px 0 12px 0;
			/*background: url(/images/site/horizontal-rule-wide-bg.gif) center bottom no-repeat;*/
		}

			.service-box img {
				float: left;
				border: 3px solid #FFF;	
				margin: 2px 14px 12px 0;
			}
	
			.service-box p {
				margin: 0!important;
				font-size: 11px !important;
			} 
		
			.service-box h3 {	
				margin: 0 0 4px 0;
				color: #0abfff;
				font-weight: normal;
				font-size: 16px;
				line-height: 16px;
				font-family: Georgia, "Times New Roman", Times, serif;
			}

			#maincontent .news_odd, #maincontent .news_even {
				width: 600px;
				padding: 0;
				background: url(/images/site/horizontal-rule-wide-bg.gif) center bottom no-repeat;
			}
					
				#maincontent .news_odd h2, #maincontent .news_even h2 {
					margin: 7px 0 0 0;
				}
				
				#maincontent .news_odd p, #maincontent .news_even p {
					margin: 0 0 19px 0;
				}
	
				#maincontent .more a, #maincontent p.back a {
					color: #ff4903 !important;
				}
								
	#secondarycontent {
		float: right;
		width: 280px;
		padding: 30px 20px 0 0;
	}

			#secondarycontent h1 {
				color: #808080;
				font-size: 23px;
				margin-bottom: 11px;
				text-transform: uppercase;
				font-family: Georgia, "Times New Roman", Times, serif;
			}

				#secondarycontent *.pink { 
					color: #d9167e;
				}
				
            	#secondarycontent *.blue { 
					color: #0abfff;
				}

            	#secondarycontent *.orange { 
					color: #ff4903;
				}

            	#secondarycontent *.yellow { 
					color: #ffba01;
				}
				
				#secondarycontent *.green { 
					color: #86d653;
				}
												
			#secondarycontent q {
				font-family: Georgia, "Times New Roman", Times, serif;
				color: #f42d96;
				line-height: 19px;
				font-size: 12px;
				margin: 15px 20px 0px 0px;
				display: block;
				clear: both;
				text-transform: uppercase;
			}

            #secondarycontent ul {
				margin-bottom: 12px;
			}

				#secondarycontent ul li a{
					font-family: Georgia, "Times New Roman", Times, serif;
					color: #5c5c5c;
					line-height: 18px;
					font-size: 14px;
					text-transform: uppercase;
					padding-left: 9px;
					background: url(/images/site/bullet.gif) left 8px no-repeat;
					text-decoration: none;
				}

					#secondarycontent ul li a:hover {
						color: #EEE;
						text-decoration: none;
					}
							
			#secondarycontent cite {
				color: #DDD;
				line-height: 15px;
				font-size: 11px;
				margin: 0 25px 28px 0px;
				display: block;
				clear: both;
				text-align: right;
			}
			
			#secondarycontent div.logos {
			float: left;
			width: 250px;
			padding: 30px 0px 0 0;
			margin: 0px 0px 0px 0px;
			text-align: center;
			background: url(/images/site/logo_bg.jpg) top left no-repeat;
			}
							
			#scrollingnews {
				width: 260px;
				height: 115px; /* 165 */
				border-top: 6px solid #000;
			}
			
			#scrollingnews .scrollingnewsitem {
				width: 260px;
				height: 165px;
				font-size: 11px;
				line-height: 15px;
				color: #EEE;
			}
			
			
			#scrollingnews .scrollingnewsitem h2 a {
				margin-bottom: 7px;
				text-decoration: none;	
				color: #f42d96;
				font-weight: normal;
				font-size: 16px;
				line-height: 18px;
				text-transform: uppercase;
				font-family: Georgia, "Times New Roman", Times, serif;
			}	

				#scrollingnews .scrollingnewsitem h2 a:hover {
					color: #EEE;
					text-decoration: none;
				}	
							
			p.date {
				clear: both;
				color: #FFF !important;
				font-size: 11px !important;
				font-weight: normal !important;
				margin-top: 5px !important;
				font-style: italic;
			}
			
			p.back a, p.more a, span.more a {
				clear: both;
				color: #f42d96 !important;
				font-size: 11px;
				font-weight: bold;
				margin-top: 10px;
				text-decoration: none;
			}
			
			#newsletter_home {
				margin: 0px 0px 0px 0px;
				padding: 10px 0px 10px 0px;
			}
			
			#newsletter_home p {
				line-height: 20px;
			}
			
			#newsletter_home p a:link,
			#newsletter_home p a:visited,
			#newsletter_home p a:hover,
			#newsletter_home p a:active {
				font-size: 12px;
				color: #cf0e73;
				text-decoration: none;
			}

	.news_odd {
		margin: 0 !important;
		float: left;
		width: 830px;
		padding: 0 0 15px 0;
	}
	.news_even {
		margin: 0 !important;
		float: left;
		width: 830px;
		padding: 0 0 15px 0;
	}

	
	
	

			
	#footer {
		clear: both;
		height: 40px;
		width: 990px;
		color: #7E7E7E;
		font-size: 10px;
		padding-top: 15px;
		background: #000 url(/images/site/footer-bg.gif) center top no-repeat;
		border-top: 22px solid #000;
	}
			#footer #copyright {
				float: left;
				width: 350px;
				height: 40px;
				padding-left: 20px;
			}
				#footer #copyright a {
					color: #7E7E7E;
					text-decoration: none;
				}
			
			#footer #extreme {
				float: right;
				text-align: right;
				width: 350px;
				height: 40px;	
				padding-right: 20px		
			}
				#footer #extreme a {
					color: #7E7E7E;
					text-decoration: none;
				}
	











.contactfield {
	padding-top: 4px;
	padding-bottom: 4px;
}

input, textarea {
	margin-top: 2px;
}

.validation-advice {
	color: #990000;
	font-style: italic;
	font-size: 10px;
	background: url(/images/site/alert.gif) no-repeat left top;
	padding-left: 22px;
	height: 22px;
	padding-top: 3px;
} 

fieldset {
	margin: 20px 0;
	padding: 15px 10px;
	border: 3px solid #E4E3D3;	
	overflow: auto;
}
legend {
	padding: 2px 5px;
	color: #888;
	font-size: 115%;
}

.requiredfield {
	font-style: italic;
	padding-left: 10px;
	font-size: 10px;
	color: #CB2926;
}

#testimonials_container {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 600px;
}

#testimonials_container dl {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 600px;
}

#testimonials_container dl dd {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 600px;
}

#testimonials_container dl dt {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	color: #06bdff;
	width: 600px;
}

form#enquiryform table {
	color: #fff;
	font-size: 12px;
	/* border: 3px solid #d5157a; */
	margin: 0px 0px 0px 0px;
	/*padding: 10px 10px 10px 10px; */
}

form#enquiryform table tr td {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 3px 0px;
}

form#enquiryform table tr td input {
	margin: 5px 0px 5px 0px;
	padding: 2px 3px 2px 3px;
	background: #000;
	border: 1px solid #d5157a;
	color: #fff;
}

form#enquiryform table tr td textarea {
	margin: 5px 0px 5px 0px;
	padding: 2px 3px 2px 3px;
	background: #000;
	border: 1px solid #d5157a;
	color: #fff;
}

form.newsletter table {
	color: #fff;
	font-size: 12px;
	/* border: 3px solid #d5157a; */
	margin: 0px 0px 0px 0px;
	/*padding: 10px 10px 10px 10px; */
}

form.newsletter table tr td {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 3px 0px;
}

form.newsletter table tr td input {
	margin: 5px 0px 5px 0px;
	padding: 2px 3px 2px 3px;
	background: #000;
	border: 1px solid #d5157a;
	color: #fff;
}

form.newsletter table tr td textarea {
	margin: 5px 0px 5px 0px;
	padding: 2px 3px 2px 3px;
	background: #000;
	border: 1px solid #d5157a;
	color: #fff;
}

.requiredfield {
	font-style: italic;
	padding-left: 10px;
	font-size: 10px;
	color: #dd1a80;
}

.validation-advice {
	color: #dd1a80;
	font-style: italic;
	font-size: 10px;
	/* background: url(/images/website/alert.gif) no-repeat left top; */
	background: none;
	padding-left: 22px;
	height: 22px;
	padding-top: 3px;
} 

