/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss - http://www.jbmoss.com
	developer: B Moss & D Petrie
	date: 27/02/2008
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. forms
	
	
-------------------------------------------------------*/


										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
 h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin			: 1em 5%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration:none;
	
}

										/* ---------- 2. typography ---------- */ 

p {
	color:#fff; 
	font-family: tahoma, arial, sans-serif, verdana; 
	font-size: 13px; 
	font-weight: normal; 
	line-height: 16px; 
	text-align: justify; 
	text-decoration: none;
}
p a {
	color: #ccc; 
	font-family: tahoma, arial, sans-serif, verdana; 
	font-size: 13px; 
	font-weight: normal; 
	line-height: 16px; 
	text-align: justify; 
	text-decoration: none;
}
p a:hover {
	color:#fff; 
	font-family: tahoma, arial, sans-serif, verdana; 
	font-size: 13px; 
	font-weight: normal; 
	line-height: 16px; 
	text-align: justify; 
	text-decoration: none;
}
h1 {
	width: 210px;
	display:block;
	height: 121px;
	background:url(../images/logo_amusement.gif) no-repeat;
	text-indent:-9000px;
}
h2 {
	color:#fff; 
	font-family: tahoma, arial, sans-serif, verdana; 
	font-size: 19px; 
	font-weight: normal; 
	line-height: 16px; 
	text-align: justify; 
	text-decoration: none;
}
h3 {
	color:#fff; 
	font-family: tahoma, arial, sans-serif, verdana; 
	font-size: 14px; 
	font-weight: normal; 
	line-height: 16px; 
	text-align: justify; 
	text-decoration: none;
}
h4 {}
h5 {}
hr {
	border:none; 
	height:1px; 
	background-color:#fff; 
	width:90%; 
	margin: 0 auto;
}

#logo {

}


.prods {
	color:#fff;
	font-size:1.2em;
}
.prods a {
	color:#fff;
	font-size:0.95em;
	line-height:20px;
}
	.prods a:hover {
		color:#003468;
		font-size:0.95em;
		line-height:20px;
	}
										/* ---------- 3. listography ---------- */
.pli {
	margin:1em 4%;
	padding:0;
}										
.pli li {
	color:#fff;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px 0;
} 
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	background:#D2CEBE;
}

.clr {
	clear:both;
}

/* */

#wrap {
	position:relative;
	width:774px;
	margin: 50px auto 0 auto;
	background:url(../images/main_bg.jpg) bottom no-repeat;
}
#main {
	position:relative;
	float:left;
	width:540px;
	border-top:1px solid #69675F;
	margin-left:2px;
}
	#div-content-left {
		position:relative;
		float:left;
		width:170px;
		margin-left:25px;
		padding-bottom:30px;
		padding-top:17px;
	}
	#div-content-copy {
		position:relative;
		float:left;
		width:330px;
		padding-bottom:30px;
	}

#footer {
	position:relative;
	width:755px;
	margin: 10px auto 0 auto;
	font-family: tahoma, arial, sans-serif, verdana; 
	font-size: 10px; 
	text-decoration: none;
}
	#footer a {
		color:#444;
	}

										/* ---------- 5. navigation ---------- */ 
										
#nav {
	position:relative;
	float:left;
	width:215px;
	height:680px;
	margin: 0 15px 0 1px;
	border-top:1px solid #69675F;

}


#nav ul {
	color: #54524C; 
	text-decoration: none;
	margin: 15px 0 0 23px;
}
#nav li {
	color: #fff; 
	font-family: tahoma, arial, sans-serif, verdana; 
	font-size: 16px; 
	font-weight: normal; 
	line-height: 16px; 
	text-align: left; 
	text-decoration: none;
	padding: 10px;
	border-bottom: dotted 2px #54524C;
	margin: 0 23px 0 0;
}

#nav li a {
	color: #54524C; 
	text-decoration: none;

}
#nav li a:hover {
	color: #000000; text-decoration: none;
}

#nav ul ul li {
	border:0px;
	padding: 3px;
}
#nav ul ul ul {
	border:0px;
	padding: 3px;
	margin:0px 0 0 2px;
}
.services_nav a {
	color: #000000; text-decoration: none;
	font-size: 12px; 
	border:0px;
}

.services_nav2 a {
	color: #54524C; text-decoration: none;
	font-size: 12px; 
	border:0px;
}
										/* ---------- 6. page specific structure ---------- */ 
										
.price {
	margin:auto 0 auto 25px;
	color:#fff; 
	font-family: tahoma, arial, sans-serif, verdana; 
	font-size: 13px; 
	font-weight: normal; 
	line-height: 16px;  
	text-decoration: none;
}
.price a {
	color: #fff; text-decoration: none;
	font-size: 13px; 
	border:0px;
}

										/* ---------- 7. images ---------- */ 

										/* ---------- 8. forms ---------- */ 


										/* ---------- 9. tables ---------- */ 
										
.list_tab {										
	margin			: 1em 5%;
	color:#fff; 
	font-family: tahoma, arial, sans-serif, verdana; 
	font-size: 13px; 			
	width:90%;
}	
.list_tab .ti {
	width:300px;
	font-weight:bold;
}	

.prods_tab {									
	margin			: 1em 5%;
	color:#fff; 
	font-family: tahoma, arial, sans-serif, verdana;
	
}
.prods_tab tr td {
	padding:1px 0;
}					
