/* CSS Document */
body {
	font-family: verdana, arial, sans-serif;
	/*background-color:black;*/
}
#wrapper{
	margin:0 auto;
	width:984px;
	background-color:white;
	color: black;
	position:relative;
}
#nav{
	border-top: 3px solid black;
	clear:both;
	width:100%;
	background-image: url(../attributes/navBackground.gif);
	background-repeat:repeat-x;
	height:55px;
	padding:0;
	margin:0;
}
#nav ul{
	margin:0;
	padding:0;
	list-style: none;
	text-align:left;
}
#nav li{
	text-align:center;
	float:left;
	width:138px;
	height:55px;
	border-right:1px solid white;
}
#nav a{
	float:left;
	display:block;
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
	height:auto;
	width:100%;
	vertical-align:middle;
	padding:19px 0 12px 0;
}
#nav li.proshop{
	width:143px;
}
#home #nav li.home,
#restaurant #nav li.restaurant,
#proshop #nav li.proshop,
#range #nav li.range,
#course #nav li.course,
#teaching #nav li.teaching,
#customfit #nav li.customfit{
	background-color:#000000;
}
li.range a, li.home a{
border-bottom:6px solid #00AE00;
}
li.restaurant a{
	border-bottom:6px solid #834B23;
}
li.proshop a{
	border-bottom:6px solid #BE0703;
}
li.course a{
	border-bottom:6px solid #FFFF00;
}
li.teaching a, li.customfit a{
border-bottom:6px solid #0033FF;
}

#nav a:hover{
	color:#CC6600;
}
#banner
{
	background-color:green;
	width:100%;
	height:250px;
	border:1px solid black;
}

#bottomBit{
	width:984px;
	background-repeat:repeat;
	clear:both;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
.standOut{
	font:bold 0.9em Verdana, Arial, Helvetica, sans-serif ;
}
a img{
border:none;
}
#submenu{
	background-color:#383838;
	height:1.2em;
	margin-top:0;
}
#submenu ul li{
	border-right:1px solid white;
	list-style:none;
	float:left;
	padding:0 15px;
}
#submenu ul li a, #submenu ul li a:visited{
	display:block;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
#submenu ul li a:hover{
	color:orange;
}
#submenu ul{
	margin:0;
	padding:0;
}
#content p{
	font:1em Arial, Helvetica, sans-serif;
}
