@charset "utf-8";
/* CSS Document */

a, a:visited {
color: #06C;
text-decoration: none;
}

a:hover {
text-decoration: underline;	
}

body {
width: 960px;
background: url(/App_Themes/bullardmachine/images/background.jpg) top center no-repeat #294B67;
margin: 0 auto;
padding: 0;
}

div.clear {
clear: both;	
}

p, ul, ol {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 24px;
line-height: 36px;
color: #036;
}

h2 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 22px;
font-weight: bold;
line-height: 28px;
color: #069;
}

h3 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 22px;
}

#header {
height: 170px;
margin: 0;
padding: 0;
background: url(/App_Themes/bullardmachine/images/header.jpg) no-repeat;
}

	#header h1 {
	margin: 0;
	padding: 0;
	}

	#header h1 a {
	display: block;
	width: 350px;
	height: 170px;
	margin: 0;
	padding: 0;
	}
	
	#header h1 span {
	display: none;	
	}
	
#mainContent {
background: url(/App_Themes/bullardmachine/images/fauxcols.jpg) repeat-y;
margin: 0;
padding: 0;
}

	div.mainNav {
	float: left;
	width: 210px;
	margin: 0px;
	padding: 15px;
	}
	
		div.mainNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	
		div.mainNav ul li {
		background: url(/App_Themes/bullardmachine/images/gear.png) left top no-repeat;
		padding: 9px 0 9px 30px;
		margin: 0;
		border-bottom: 1px solid #3D8BB3;
		}
			
			div.mainNav ul li.CMSListMenuHighlightedLI {
			background: url(/App_Themes/bullardmachine/images/gear.png) left top no-repeat;	
			}
	
			div.mainNav ul li a {
			display: block;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;	
			}
			
				div.mainNav ul li a:hover {
				color: #CCC;	
				}
		
		div.mainNav li ul {
		display: none;
		}
		
			div.mainNav li.CMSListMenuHighlightedLI ul {
			display: block;
			list-style: outside;
			margin: 5px 15px;
			}
			
			div.mainNav li ul li {
			border: 0;
			background: none;
			padding: 1px 0;
			margin: 0;
			}
			
				div.mainNav li ul li.CMSListMenuHighlightedLI {
				border: 0;
				background: none;
				padding: 1px 0;
				margin: 0;
				}
				
				div.mainNav li ul li a {
				font-size: 12px;
				color: #fff;
				font-weight: normal;
				text-transform: uppercase;
				}
	
	
	div.rightColumn {
	float: right;
	width: 700px;
	padding: 10px;
	}
	
		div.slideshow {
		background: url(/App_Themes/bullardmachine/images/slideshowbg.jpg) no-repeat;
		width: 700px;
		height: 300px;
		}
		
			div.Pager {
			display: none;
			}
			
	#contentarea {
	margin: 0;
	padding: 15px 30px;
	}
	
		#contentarea img.gallery {
		float: left;
		padding: 5px;
		border: 0;
		}
			
	#images {
	float: right;
	width: 264px;
	margin: 0;
	padding: 25px 0 0 30px;
	}
	
		#images div.image {
		border: 1px solid #ccc;
		padding: 7px;
		margin: 0 0 15px 0;
		}
		
		#images img {
		border: 0;
		padding: 0;
		margin: 0;
		}
		
		#images p.caption {
		margin: 0;
		padding: 10px;
		background: #e7e7e7;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 1.2em;
		color: #333;
		}
		
#footer {
height: 100px;
}

#footer p {
text-align: center;
color: #ccc;	
}

#footer a {
color: #fff;	
}