/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana;
	font-size: 12px;
}

img {
	border: 0;
}

div#wrapper {
	margin: 0 auto;
	background: url(../images/sand-bgrnd.jpg);
	background-repeat: repeat-x;
	margin-top: 60px;
	position: relative;
	width: 986px;
}

div#o {
	background: url(../images/sand-bgrnd.jpg);
	background-repeat: repeat;	
}

div#main {
	float: left;
	width: 650px;
	padding: 10px;
}

div#clubs {
	background: url(../images/golf-bag.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-left: 860px;
	height: 200px;
	position: absolute;
	width: 109px;
	margin-top: -194px;
}

div#sidepanel {
	margin-left: 675px;
	width: 280px;
	padding: 10px 10px 0 5px;
	margin-right: 10px;
	height: 100%;
	background: url(../images/ig-golf_12.jpg);
	background-repeat: repeat-y;	
}

div#sidepanel p {
	font-size: 12px;
	line-height: 1.5em;
	margin-left: 5px;
	text-align: left;
	margin-right: 10px;
}
div#sidepanel p.imager {
	text-align: left;
}

div#sidepanel p a {
	color: #002900;
	font-weight: bold;
}

div#sidepanel p a:hover {
	color: #002900;
	text-decoration: none;
}

div#sidepanel p.centered {
	text-align: center;
	margin-top: 5px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

div#sidepanel h4 {
	font-size: 18px;
	font-weight: 100;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #002900;
	margin-left: 5px;
}


p.center {
	text-align: center;
	margin-top: 0;
}

p.picleft {
	float: right;	
}

p.prices {
	padding: 5px;
	background:#fff;
	border: #fff;
	font-size: 14px;
	font-weight: 100;
}

p.reg {
	padding-left: 5px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 15px;
	margin-top: 5px;
}

p.reg a {
	color: #002900;
	font-weight: bold;
}

p.reg a:hover {
	color: #002900;
	text-decoration: none;
}

h2 {
	font-size: 24px;
	font-weight: 100;
	color: #000;
	padding: 10px 0 10px 0;
}

h2 a {
	color: #333;
	text-decoration: underline;
}

h2 a:hover {
	color: #333;
	text-decoration: none;
}

ul,ol {
	margin-left: 15px;
	line-height: 1.5em;
}

ul a {
	color: #002900;
	font-weight: bold;
}

ul a:hover {
	color: #002900;
	text-decoration: none;
}


h3 {
	font-size: 18px;
	font-weight: 100;
	padding: 10px 10px 0 0;
	color: #000;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

h3 a {
	color: #002900;
	text-decoration: underline;
}

h3 a:hover {
	color: #002900;
	text-decoration: none;
}

div#clear {
	clear: both;	
	background: url(../images/sand-bgrnd.jpg);
	background-repeat: repeat-x;
}

ul.videotabs {
	list-style: none;
}

ul.videotabs li{
	display: inline;
	padding: 10px;
}

ul.videotabs li img {
	padding: 5px;
	border: 1px solid #ccc;
}

ul.videotabs li img:hover {
	padding: 1px;
	border: 5px solid #ccc;
}

