/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

p {
	line-height: 1.4em;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #6f0000;
	margin: 0px;
}

#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

a:link, a:visited, a:focus {
	color: #000;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #6f0000;
	text-decoration: underline;
}

a img {
	border: none;
}

h2 {
	color: #fff;
	font-size: 4.4em;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

	#index h1 {
		color: #bc1f16;
		font-size: 2.2em;
		text-transform: uppercase;
		padding: 0px;
		margin: 0px;
	}

h1, h3 {
	color: #bc1f16;
	font-size: 2.2em;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

h4  {
	color: #bc1f16;
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
}

	h2 span {
		color: #990000;
	}

/* Layout Styles
--------------------------------------------------------------- */

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#headBar {
		width: 965px;
		height: 236px;
		padding: 20px 0px 0px 15px;
		position: absolute;
		z-index: 1;
		top: 160px; /* Same as height of header */
	}
		#headBarLine {
			height: 1px;
			width: 460px;
			font-size: 1px;
			background: #e7c090;
		}
		
		#headBar p {
			width: 460px;
			color: #fff;
			font-size: 1.2em;
			clear: both;
		}
				
			#index #headBar {
				background: url(../../images/layout/headBarBg-index.jpg) no-repeat;
			}
			
			#fruitMachines #headBar {
				background: url(../../images/layout/headBarBg-fruit-machines.jpg) no-repeat;
			}
			
			#fobt #headBar {
				background: url(../../images/layout/headBarBg-fobt.jpg) no-repeat;
			}
			
			#joker #headBar {
				background: url(../../images/layout/headerBarBg-joker.jpg) no-repeat;
			}
			
			#quizGames #headBar {
				background: url(../../images/layout/headerBarBg-quiz-games.jpg) no-repeat;
			}
			
			#jukeboxes #headBar {
				background: url(../../images/layout/headerBarBg-jukeboxes.jpg) no-repeat;
			}
			
			#poolTables #headBar {
				background: url(../../images/layout/headerBarBg-pool-tables.jpg) no-repeat;
			}
			
			#videoGames #headBar {
				background: url(../../images/layout/headerBarBg-video-games.jpg) no-repeat;
			}
			
			#repairs #headBar {
				background: url(../../images/layout/headerBarBg-repairs.jpg) no-repeat;
			}
			
			#contact #headBar {
				background: url(../../images/layout/headerBarBg-contact.jpg) no-repeat;
			}
			
			#blank #headBar {
				background: url(../../images/layout/headerBarBg-blank.jpg) no-repeat;
			}
			
	#headBarFlash {
		width: 980px;
		height: 256px;
		position: absolute;
		z-index: 1;
		top: 160px;
	}
	
		#headBarFlashSlideshow {
			width: 980px;
			height: 256px;
		}
			
	#contentContainer {
		width: 980px;
		min-height: 345px;
		height: auto !important;
		height: 345px;
		position: absolute;
		z-index: 1;
		top: 427px; /* Same as height of header */
		background: url(../../images/layout/contentContainerBg.jpg) top repeat-x #f9f1db;
	}

		#contentTop {
			width: 980px;
			height: 5px;
			float: left;
			background: url(../../images/layout/contentContainerTopBg.jpg) no-repeat;
		}
		
		#contentLeft {
			float: left;
			width: 690px;
			padding: 0px 0px 10px 0px;
		}
		
			#contentLeftText {
				margin: 0px;
				padding: 20px 10px 10px 15px;
			}
		
			#contentLeft p {
				font-weight: bold;
			}
			
			#contentLeft span {
				text-decoration: underline;
			}
			
				#contact ul.contentAreas {
					width: 130px;
					float: left;
					padding: 10px 0px 0px 20px;
					margin: 0px;
				}
		
		#contentRight {
			float: right;
			width: 270px;
			padding: 10px;
		}

#header {
	width: 980px;
	height: 122px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	background: url(../../images/layout/headerBg.jpg) repeat-x;
}

	#logo {
		width: 212px;
		height: 166px;
		position: absolute;
		z-index: 100;
		top: 14px;
		left: 0px;
	}
	
	#cta-top-right {
		width: 300px;
		height: 122px;
		padding: 25px 0px 0px 0px;
		float: right;
	}
	
		#cta-top-right p {
			margin: 0px;
			padding: 0px;
			color: #fff;
			text-transform: uppercase;
			font-weight: bold;
			text-align: right;
			font-size: 1.4em;
			line-height: 1.1em;
		}
		
			#cta-top-right p.headerSmall {
				font-size: 1.3em;
				font-weight: bold;
			}
			
			#cta-top-right p.headerTel {
				font-size: 3.5em;
				font-weight: bold;
				clear: both;
			}
			
			#headerCtaFlashContainer {
				width: 180px;
				height: 122px;
				position: absolute;
				z-index: 1;
				top: 0px;
				right: 300px;
			}
			
				#headerCtaFlash {
					width: 180px;
					height: 122px;
				}
			
		#headerHLine {
			height: 1px;
			width: 281px;
			float: right;
			padding: 0px;
			margin: 5px 0px 5px 0px;
			font-size: 1px;
			background: #ff0000;
		}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 980px;
	height: 23px;
	padding: 7px 0px 0px 0px;
	position: absolute;
	z-index: 1;
	top: 122px;
	left: 0px;
	background: url(../../images/layout/navBgRightCorner.jpg) right no-repeat #e83e33;
}

	#navigation ul {
		float: right;
		margin: 0px;
		display: inline;
		list-style: none;
		padding: 0px;
	}
	
		#navigation li {
			display: inline;
			margin: 0px;
		}
			  
			#navigation a {
				padding: 0px 2px 0px 2px;
				border-right: 2px solid #f4e1b2;
				color: #fff;
				text-decoration: none;
				font-weight: bold;
				font-size: 1.0em;
				text-transform: uppercase;
			}
			
				#navigation .rightLink {
					padding: 0px 6px 0px 2px;
					border: none;
				}

				#navigation a:hover {
					color: #000;
				}

/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	float: left;
	width: 960px;
	padding: 0px;
	border-left: 10px solid #f9f1db;
	border-right: 10px solid #f9f1db;
	color: #90866e;
	font-size: 0.9em;
	background: #e8dbbc;
}

	#footer p.heading {
		font-weight: bold;
		font-size: 1.6em;
		font-style: italic;
		color: #8f856e;
	}
	
	#footer a {
		white-space: nowrap;
		color: #6f0000;
		text-decoration: none;
	}
	#footer a:hover {
		color: #8f856e;
		text-decoration: underline;
	}

#footerNav {
	width: 960px;
	height: 18px;
	float: left;
	padding: 7px 0px 5px 0px;
	margin: 0px;
	background: #e8dbbc;
	border-top: 2px solid #f9f1db;
	border-bottom: 2px solid #f9f1db;
}

	#footerNav ul {
		float:left;
		margin: 0px;
		padding: 0px;
		list-style: none;
		width: 960px;
		text-align: center;
	}
		#footerNav ul li {
			display: inline;
		}
		
			#footerNav ul a {
				border-right: 1px solid #8f856e;
				padding: 0px 5px;
			}
			
				#footerNav ul .help-advice {
					border-right: none;
				}

#footerDetailsContainer {
	width: 960px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../../images/layout/footerContainerBg.jpg) repeat-y;
	color: #8f856e;
}

		#footerDetailsContainer ul {
			margin: 0px 0px 0px 0px;
			padding: 0px;
			list-style: none;
		}
		
		#footerDetailsContainer li {
			margin: 5px 0px 5px 0px;
			padding: 0px;
		}

#footerContactDetails {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 20px;
}

#footerLocationsServiced {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 20px;
}
	
#footerServiceDetails {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 20px;
}

		#footerServiceDetails a {
			white-space: nowrap;
			color: #8f856e;
			text-decoration: none;
		}
		#footerServiceDetails a:hover {
			color: #6f0000;
			text-decoration: underline;
		}

#footerAreaDetails {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 20px;
}

	#footerAreaDetails ul {
		width: 100px;
		float: left;
	}

#footerCopyW3CContainer {
	width: 960px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #e8dbbc;
}

	#footerCopyright {
		width: 740px;
		float: left;
		padding: 10px 10px 5px 10px;
		text-align: left;
	}
	
		#footerCopyright ul {
			margin: 0px 0px 0px 0px;
			padding: 0px;
		}
		
		#footerCopyright li {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
	
	#footerDetailsW3C {
		width: 190px;
		float: right;
		padding: 10px 10px 5px 0px;
		text-align: right;
	}
	
	ul#footerW3C {
		float: right;
		margin: 0px;
		padding: 0px 0px;
	}
	
		ul#footerW3C li {
			display: inline;
		}

/* List Styles
--------------------------------------------------------------- */

ul li {
	line-height: 1.4em;
}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 5px 0px 5px 0px;
	border: 5px solid #58595b;
}

.img-right {
	float: right;
	margin: 5px 0px 5px 10px;
	border: 5px solid #58595b;
}

.img-right2 {
	float: right;
	margin: 10px 0px 5px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}

#img-container {
	width: 170px;
	float: right;
	padding: 0px 10px 0px 10px;
}
	
/* Class Styles
--------------------------------------------------------------- */

.contactForm {
	float: right;
	margin: 10px 0px 0px 0px;
}

#contactTable input, #contactTable textarea, #contactTable select {
	border: 1px solid #ccc;
	background: #fff;
}

	#contactTable #botBuster {
		display: none;
	}

.clearfix {
	clear: both;
}

/* Call To Actions - Content Right
--------------------------------------------------------------- */

#serviceCta {
	width: 240px;
	height: 115px;
	padding: 85px 15px 0px 15px;
	margin: 10px 0px 10px 0px;
	background: url(../../images/layout/serviceCtaBg.jpg) no-repeat;
}

	#serviceCta p {
		padding: 0px;
		margin: 0px;
		color: #b5a98a;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.0em;
		text-transform: uppercase;
	}
	
	#serviceCta p.servLarge {
		color: #000;
		font-size: 1.6em;
	}
	
		#serviceCta p.servLarge span {
			color: #006d2a;
		}
		
	#serviceCta p.servTel {
		color: #006d2a;
		font-size: 2.2em;
		line-height: 0.8em;
		float: right;
		padding: 0px;
	}

#valueCta { 
	width: 250px;
	height: 95px;
	padding: 30px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	background: url(../../images/layout/valueCtaBg.jpg) no-repeat;
}

	#valueCta p {
		color: #ffc000;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		font-size: 3.0em;
		line-height: 0.9em;
		text-transform: uppercase;
		display: inline;
	}
	
	#valueCta p span.left {
		float: left;
		display: inline;
	}
	
	#valueCta p span.right {
		float: right;
		padding: 7px 0px 0px 0px;
		color: #fff;
		font-size: 0.5em;
		display: inline;
	}
