body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: url(/images/bgs/bg1.jpg) top center no-repeat fixed;
}

img.right {
	float: right;
}

a img {
	border: none;
}

table#ct a img {
	border: 1px solid #376;
}

div.clear {
	clear: both;
}

li {
	list-style-image: url(/images/util/bul.png);
	margin-bottom: 0.75em;
}

table.gallery td {
	text-align: center !important;
}

div#head, div#nav, div#body, div#foot {
	min-width: 915px;
}

div#head {
	background: #376;
	height: 115px;
	padding: 35px 20px 0 42px;
}

	div#head img {
		border: none;
	}

	div#head h4 {
		float: right;
		text-align: right;
		color: #fff;
		font-size: 200%;
		font-weight: normal;
		width: 450px;
		margin-bottom: 0;
		position: absolute;
		top: 30px;
		right: 20px;
	}

div#nav {
	font-size: 120%;
}

	div#topnav {
		font-weight: bold;
		background: #fff;
		color: #376;
		padding: 5px 0 5px 37px;
	}
	
		div#topnav a {
			color: #376;
			text-decoration: none;
			padding: 5px 5px;
		}
		
		div#topnav a:hover {
			text-decoration: underline;
		}
	
	div.subnav {
		display: none;
		background: #c9c29f;
		color: #333;
		position: absolute;
		z-index: 100;
		width: 100%;
		text-align: center;
	}
	
		div.subnav a {
			display: inline-block;
			color: #333;
			text-decoration: none;
			padding: 6px 5px;
			vertical-align: middle;
		}
		
		div.subnav a:hover {
			text-decoration: underline;
		}
		
		div.subnav#sh, div.subnav#sh a {
			color: #900;
		}
		
		div.subnav#so {
			color: #abdcb1;
			background: #6f6f5e;
		}
		
			div.subnav#so a {
				color: #abdcb1;
			}
		
		div.subnav#sg {
			color: #c9c29f;
			background: #024;
		}
		
			div.subnav#sg a {
				color: #c9c29f;
			}

div#body {
	min-height: 300px;
	width: 100% !important;
}


div#cols {
	padding: 43px 15px 0 30px;	
}

	div#cols div#lc {
		width: 346px;
		float: left;
	}
	
	div#cols div#rc {
		width: 170px;
		float: right;
	}
	
	div#cols div#content {
		padding: 1px 185px 0 364px;
	}
	
	
table#ct {
	width: 100%;
}

	table#ct td {
		padding: 0;
		margin: 0;
		background-repeat: repeat;
	}
	
	table#ct td#tl, table#ct td#tr, table#ct td#bl, table#ct td#br {
		height: 25px;
		width: 25px;
	}
	
	table#ct td#tl, table#ct td#bl {
		height: 16px;
		width: 16px;
	}
	
	table#ct td#tl {
		background-image: url(/images/ct/tl.png);
	}
	
	table#ct td#t, table#ct td#l, table#ct td#m {
		background-image: url(/images/ct/m.png);
	}
	
	table#ct td#tr {
		background-image: url(/images/ct/tr.png);
	}
	
	table#ct td#r {
		background-image: url(/images/ct/r.png);
	}
	
	table#ct td#br {
		background-image: url(/images/ct/br.png);
	}
	
	table#ct td#b {
		background-image: url(/images/ct/b.png);
	}
	
	table#ct td#bl {
		background-image: url(/images/ct/bl.png);
	}
	
	
	table#ct td#m h1, table#ct td#m h2, table#ct td#m h3, table#ct td#m h4 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		color: #900;
		font-size: 230%;
		margin: -6px 0 5px 0;
	}
	
	table#ct td#m h2 {
		margin: 5px 0;
		font-size: 180%;
	}

	table#ct td#m h3 {
		font-size: 150%;
		margin: 6px 0;
	}
	
	table#ct td#m h4 {
		font-size: 110%;
		margin: -5px 0 12px 0;
	}
	
		table#ct td#m h3 a, table#ct td#m h4 a {
			color: #900;
			text-decoration: none;
		}
		
		table#ct td#m h3 a:hover, table#ct td#m h4 a:hover {
			text-decoration: underline;
		}
		
		table#ct td#m td.completions img {
			border: 1px solid #ccc;
		}
	
	table#ct td#m td {
		background-image: none;
	}
	
	
div#sbt, div#sbm, div#sbb {
	width: 170px;
	background: top left repeat-y;
}

	div#sbt {
		background-image: url(/images/sb/t.png);
		height: 16px;
	}
	
	div#sbm {
		width: 135px;
		background-image: url(/images/sb/m.png);
		min-height: 200px;
		padding: 0 25px 0 10px;
		color: #fff;
		margin: 0 0 -13px 0;
	}
	
		div#sbm h3 {
			text-align: center;
			margin: 0 0 -3px 0;
		}
		
		div#sbm a {
			color: #8c9;
			text-decoration: none;
		}
		
		div#sbm a:hover {
			text-decoration: underline;
		}
	
	div#sbb {
		background-image: url(/images/sb/b.png);
		height: 25px;
	}

div.pnl {
	width: 339px;
	height: 150px;
	padding: 6px 0 0 13px;
	margin-bottom: 1.5em;
}

	div.pnl h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 240%;
		margin: 0 0 -6px 0;
	}
	
	div.pnl h3 a {
		text-decoration: none;
	}
	
	div.pnl img {
		border: 1px solid #999;
	}
	
	div.pnl h3 img {
		border: none;
	}
	
	div.pnl img.ar {
		position: relative;
		border: none;
		float: right;
		top: -15px;
		display: none;
	}
	
	div.pnl img.ar {
	}
	
	div.pnl img.right {
		float: right;
		margin: 0 40px 0 20px;
	}
	
	div.pnl a {
		text-decoration: none;
	}
	
	div.pnl a:hover {
		text-decoration: underline;
	}
	
	div.pnl#highstreet_shopfitting h3, div.pnl#highstreet_shopfitting a {
		color: #900;
	}

	div.pnl#highstreet_shopfitting {
		background: url(/images/home/hs-bg.png) top left no-repeat;
	}
	
	div.pnl#outoftown_shopfitting h3, div.pnl#outoftown_shopfitting a {
		color: #8c9;
	}

	div.pnl#outoftown_shopfitting {
		background: url(/images/home/ot-bg.png) top left no-repeat;
	}
	
	div.pnl#contact {
		background: url(/images/home/contact-bg.png) top left no-repeat;
		color: #CC9;
	}
		
	div.pnl#contact h3 a {
		color: #999;
	}
	
	div.pnl#contact a {
		color: #fff;
	}
	
	div.pnl#golf_shopfitting h3, div.pnl#golf_shopfitting a {
		color: #cc9;
	}

	div.pnl#golf_shopfitting {
		background: url(/images/home/gf-bg.png) top left no-repeat;
		color: #fff;
	}


div#foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 8px 20px 8px 50px;
	background: #c9c29f;
	color: #333;
	margin: 1.5em 0 0 0;
}

	div#foot a {
		color: #333;
		text-decoration: none;
	}
	
	div#foot a:hover {
		text-decoration: underline;
		color: #000;
	}

div#login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 178px;
	right: 0;
	padding: 5px 20px 5px 10px;
	font-size: 95%;
}

	div#login input[type=text], div#login input[type=password] {
		background: url(/images/util/frm_txt.gif) top left no-repeat;
		border: 1px solid #ccc;
		height: 16px;
		font-size: 98%;
		margin-right: 1em;
	}
	
	div#login input[type=image] {
		vertical-align: text-top;
		margin-top: -3px;
	}


