body {
	margin: 10px;
	background-color: #ADB3A3;
	background-image: url(../../newimages/thegolfcompany/bg-tile.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body, td, div, p, span {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

html>
body, td, div, p, span {
font-size: small;
}

a {
color:#70AF00;
}

a:hover	{
color:#333333;
}

.header {
background-color: #b6b6b6;
border-bottom: solid #ffffff 1px;
}

.subnav	{
font-size: xx-small;
padding: 3px;
text-align: center;
}

.subnavmain {
border-top: solid #ffffff 1px;
border-bottom: solid #a67f3e 1px;
}

html>
body .subnav {
font-size: 12px;
}

h1 {
	font-size: medium;
	background-color: #D6E9B7;
	font-weight: normal;
	padding: 3px;
	margin: 0px;
	text-transform: uppercase;
}

html>
body h1 {
font-size: medium;
}

h2 {
font-size: medium;
padding: 0px 0px 3px 0px;
margin: 0px;
color: #70AF00;
}

html>
body h2 {
font-size: medium;
}

.small {
font-size: small;
color: #a67f3e;
}

html>
body .small {
font-size: small;
}

.maincontent {
background-color: #ffffff;
}

.contentbox {
padding: 0px;
}

.leftnavcolumn {
background-color: #000000;
}

.bottomleft {
}

.shadowy {
	background-image: url(../../newimages/thegolfcompany/shadow-right.gif);
	background-repeat: repeat-y;
}

.shadowx {
	background-image: url(../../newimages/thegolfcompany/shadow-bottom.gif);
	background-repeat: repeat-x;
}

.shadowc {
	background-image: url(../../newimages/thegolfcompany/shadow-corner.gif);
	background-repeat: no-repeat;
}

.poweredby {
	font-size: 12px;
	text-align:center;
}

/* ========================================================================================= */
/* NAVIGATION - With Colour Mouseovers - bg Blend 1 */
/* ========================================================================================= */

.nav {
	background-color: #F0F7E5;
	text-transform:uppercase;
}

.navigator {
width: 100%;
}

.button1, .button2, .currentpage, .submen {
font-size: 15px;
text-align: left;
margin: 0px;
padding: 0px;
width: 100%;
}

html>
body .button1,
body .button2,
body .currentpage,
body .submen {
font-size: 15px;
}

.button1 a, .button2 a, .currentpage a, .submen a {
	text-decoration: none;
	display: block;
	width: 100%;
	color: #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
}

html>
body .navigator .button1 a,
body .navigator .button2 a,
body .navigator .currentpage a,
body .navigator .submen a {
width: auto;
}

.currentpage a {
color: #333;
background-color: #D6E9B7;
}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #000;
	background-color: #D6E9B7;
}

.submen a {
font-weight: normal;
}

