html {min-height:100%}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image: url(../images/bg4.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size:14px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
#wrapper{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#centercol{
	width: 800px;
	height:100%;
	margin: 0px auto 0px auto;
	border-left: solid #666 1px;
	border-right: solid #666 2px;
	background-color:#fff;
}
#content{
	width: auto;
	margin: 10px 30px 20px 30px;
	
}
#footer{
	margin-top: 0;
	border-top: solid #A30000 2px;
	width: 100%;
	height:50px;
	display: block;
	background-color:#000000;
	color: #CCCCCC;
	text-align: center;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	clear: both;
}
#header{
	width: 100%;
	height:170px;
	display: block;
	background-image: url(../images/toplogo3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#fff;
	border-bottom: solid #A30000 4px;
}
#menu{
	position: relative;
	width: 800px;
	top:auto;
}
.menu{
display: inline;
height:25px;
font-weight: bold;
font-size:15px;
background-color: #FFFFFF;
}

.menu a{
	display:block;
	float:left;
	text-decoration: none;
	color: #999999;
	/*width:160px;*/
	width:133px;
	height:22px;
	text-align: center;
	/*background-color: #A30000;*/
	background-image: url(../images/navbasic.jpg);
	background-repeat: no-repeat;
}
.menu a:visited{
	color: #666666;
	background-color: #A30000;
	text-decoration: none;	
}
.menu a.current, a:visited.current{
	text-decoration: none;
	color: #A30000;
	background-color: #fff;	
}
.menu a:hover{
	color: #A30000;
	background-color: #A30000;	
}

h1 {
	font-size: 20px;
	color: #A30000;
	margin: 15px 0 0 0;
	width:100%;
	border-bottom: #A30000 dotted 1px;
}
h2 {
	font-size: 16px;
	color: #000;
	margin-top:35px;
	font-style:oblique;
}
p {
	margin-bottom:10px;
}
li {
	list-style-position: outside;
	list-style-type: square;
	margin-bottom:10px;
}
.contactbox{
	display: block;
	margin-left:1px;
	margin-top:15px;
	text-align: center;
	/*width:auto;*/
	padding:20px;
	background-color: #F5F5F5;
	color: #000;
	font-size:15px;
	line-height: 22px;
	clear: both;
	/*background-image: url(../images/brushed.jpg);*/	
	/*border:#A30000 1px dotted;*/
}

.top{
	float: right;
	}
#golfimage{
	display: block;
	width: auto;
	height:335px;
	background-image: url(../images/golf.jpg);
	background-repeat: no-repeat;	
	}
.boxleft{
	float: left;
	width:330px;
	}
.boxright{
	float: right;
	width:300px;
	}
.prodboxleft{
	float: left;
	width:350px;
	height:260px;
	padding:10px 10px 10px 10px;
	color:#990000;
	background-image: url(../images/productsright.jpg);
	background-repeat: no-repeat;
	}
.prodboxright{
	float: right;
	width:350px;
	height:260px;
	padding:10px 10px 10px 10px;
	color:#990000;
	background-image: url(../images/productsleft.jpg);
	background-repeat: no-repeat;
	}
.red{
	color:#990000;
	}
a.red:link  {
	color:#990000;
	text-decoration: underline;
}
a.red :visited {
	text-decoration: underline;
	color:#990000;
}
a.red :hover {
	text-decoration: underline;
	font-weight:bold;
	color: #990000;
}
a.red :active {
	text-decoration: underline;
	color:#990000;
}
#esflag{
	display:block;
	height:30px;
	width:30px;
	background-image: url(../images/esflag.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:125px;
	margin-left:750px;
	z-index:50;
	}
#ukflag{
	display:block;
	height:30px;
	width:30px;
	background-image: url(../images/ukflag.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:125px;
	margin-left:750px;
	z-index:50;
	}