* {
	margin:0;
	padding:0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
/*	background: #1AA322 url(/images/golf/back.jpg) top right no-repeat; */
	background: #fff url(/images/body_back.png) repeat-x; 	
	color: #fff;
}
#container{
	font-size: 1.1em;
	width:80%;
	min-width:700px;
	margin-left:auto;
	margin-right:auto;	
	background: #fff url(/images/swish.png) right 180px no-repeat;
}
#masthead {
	position:relative;
	background: url(/images/mast_back.jpg) repeat-x bottom left;
	height: 180px;
}
#logo h1{
	height: 180px;
	text-indent: -9000px;
	background: url(/images/golf_logo.jpg) no-repeat;
}
#logo {
	background: url(/images/main_mast_pic.jpg) no-repeat right top;
}
#main {
	clear: both;
	color: #222;
}
#holder {
	margin-right:230px;
	padding: 1em;
}
h2, h3 {
	color: #222;
	font-weight: normal;
}
h2 {
	color: #085205;
	padding-left: 10px;
	border-bottom: 2px solid #085205;
}
h2 {
	font-size:2em;
}
h2, h3, h4 {
	padding:5px;
}
h4 {
	font-size:1.5em;
}
#holder h2{
	text-transform: lowercase;
	padding-left: 15px;
}
a {
	color: #085205;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a img {
	border: 1px solid #666;
}
a:hover img {
	border-color: #222;
}
table {
	border-collapse:collapse;
}
fieldset {
	border:none;
}
#title_bar {
	position:relative;
}
#menu {
	padding-left:10px;
	height: 41px;
}
#menu ul li{
	float:left;
	width:8em;
	list-style-type: none;
}
#menu a {
	color:#085205;
	text-transform: lowercase;
	font-size: 1.4em;
	text-decoration:none;
	margin: 5px;
	padding-left: 5px;
	line-height: 30px;	
	display: block;
	padding-left: 10px;
	text-align: left;
	border-bottom: 2px solid transparent;
}
#menu a:hover {
	color: #1aa322;
	border-bottom: 2px solid #085205;
}
#menu .current a {
	color: #444;
	border-bottom: 2px solid #ddd;
}
#titles a:hover img {
	border:1px solid #222;
}
#main ul {
	margin-left: 30px;
}
p {
	line-height: 1.5em;
	margin: 10px;
	text-align: justify;
}
/* side stuff */
#side {
	padding: 10px;
	width:220px; 
	float:right;
}
#side h3 {
	color:#fff;
}
#side img {
	display:block;
}
#side ul {
	margin-left: 0;
}
#side li {
	padding-bottom:10px;
	list-style-type: none; 
}
a em {
	font-style: normal;
}
.clear {
	clear:both;
}
#footer {
	font-size: .8em;
	border-top: 2px solid #afd8b1;
	padding:.5em;
	color:#444;
	clear:both;
	background: #fff;
}
#footer p{
	text-align:center;
}
.imgr {
	float:right; 
	margin-left: 10px;
	margin-right:2px;
}
ul.sport_list {
	padding-left: 2em;
	font-size: 1.2em;
}
.sport_list li{
	padding: .7em;
}
#overview li {
	list-style-type:none;
}
ul#overview{
	margin-left:15px;	
}
#overview a{
	text-decoration:none;
}
#overview h3 {
	padding-left: 0;
	border-bottom: 1px solid #085205;
}
#overview h2 a:hover {
	color: #000;
}
#overview p {
	padding: 0;
	margin: 0;	
}
.overview_thumb {
	float:right;
	margin-left:10px;
}
#cart_summary {

}
#cart_summary table {
	width: 100%;
}
#cart_summary td {
	padding: 5px;
	text-align:right;
}
#cart h4 {
	margin:0;
}
#cart_summary h3 {
	color: #111;
	font-size: 1.5em;
}
#cart_summary td {
	background: #61bc66;
	border-bottom:1px solid #fff;
}
#cart_summary table {
	margin-bottom: 10px;
}
#cart_table {
	width:95%;
	margin-top: 5px;
	border-collapse: collapse;
}
#cart_table th {
	background: #b0c2f1;
	padding: 5px;
}
#cart_table td {
	padding: 3px;
	vertical-align:top;
	background:#f4f3f3;
}
#cart_table td.cart_q {
	width:20px;
	text-align:right;
	color:#f00;
}
#cartmenu ul{
	list-style:none;
	padding:0;
	margin:0;	
}
a.control {
	display :block;
	padding:3px;
	margin-bottom: 3px;
	font-size:1em;
	width:8em;
	background-color: #2e692c;
	background-image: url(/images/corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #fff;
}
a.control:hover {
	background-color: #1aa322;
}
#side a.control {
	color: #085205;
	background-color: #99DC97;
}
#side a.control:hover {
	color: #1AA322;
}
#side ul { 
	list-style-type: none;
} 
#side li {
	padding:0;
}
.side_image {
	text-align: center;
	padding: 9px;
	border: 1px solid #ccc;
}
hr {
	margin-top: 0;
	margin-bottom: 0;	
	height:0px;
	clear:both;
	visibility:hidden;
}
#total {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
#total td{
	padding: 2px;
	background-color: #fff;
}
#total thead td{
	font-weight:bold;
	border-bottom: 1px solid #999;
}
.alert {
	border: 2px solid #2a4a2c;
	margin:2px;
}
.alert strong {
	color: #f00;
	font-weight:bold;
	font-size:2em;
}
div.nec {
	background:#d9d6d6;
}
.error {
	background:#ede7e7 !important; 
	border: 1px solid #f00;
	font-weight:bold;
}
.centred {
	text-align:center;
}
.centred p {
	text-align:center;
}
.narrow {
	margin:5%;
}
.alert_msg {
	font-size: 2.5em;
	text-align: center;
	padding:20px;
}
.menu_img {
	width:100%;
}
/* --random --*/
.title_main_image {
	float: right;
	margin: 10px;
	width: 40%;
}
/* menu tree things */
.menu_tree ul {
	margin-left: 0 !important;
	list-style-type: none;
}
.menu_tree li {
	display:inline;
}
#masthead .sport_list {
	font-size: 1.1em;
	position:absolute;
	bottom: 20px;
	left: 20px;	
}
#masthead .sport_list ul{
	padding-left: 0;
}
#masthead .sport_list li{
	list-style:none;
	float:left;
	width: 5em;
}
#masthead .sport_list a{
	color:#fff;
	text-transform:uppercase;
}
#masthead .sport_list a:hover{
	color:#111;
}
#masthead .sport_list p{
	margin:0;
	padding: 0 0 0 10px;
}
.menu_tree div.lower{
	position: relative;
	margin-left: 6em;
	margin-top: -2em;	
}
.sample a, .menu_tree img{
	width: 250px;
	border: 2px solid #fff;
}
.sample a {
	text-align: center;
	line-height: 4em;
	font-size: 3em;
	background-color: #21a528;
	display: block;
	color: #fff;
	background-image: url(/images/corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.sample a:hover{
	color: #000;
}