


/* Ram - UK Golf services stylesheet */

body {
	margin: 0;
	padding: 0;
	color: white;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	background: url(../static_images/html_bg.jpg);
	background-position: center;
}

/* Main tag configs */

h1, h2, h3, p, pre, address {
	margin: 0px;
	padding: 8px;
	line-height: 1.4em;
}

table {
	margin: 6px;
}

form {
	display: inline;
}

input, select, textarea {
	border: 1px solid gray;
	margin: 0px;
	padding: 1px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	color: blue;
	font-size: 1.3em;
	text-transform: uppercase;
}

h2, h3 {
	color: red;
	font-size: 1.1em;
	text-transform: uppercase;
}

p, pre, address {
	color: white;
}

a:link, a:visited {
	text-decoration: none;
}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 884px;
	margin: auto;
	text-align: left;
	z-index: 0;
}

#fun {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 82px;
	height: 704px;
	background: url(../static_images/serious_fun.png) no-repeat;
	z-index: 1;
}

#container {
	position: relative;
	width: 796px;
	margin: 0px 0px 0px 88px;
	height: 500px;
	background: url(../static_images/wrapper_bg.jpg) no-repeat;
	z-index: 1;
}

#navigation {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 206px;
	z-index: 2;
}

#header {
	position: absolute;
	top: -237px;
	left: 1px;
	width: 594px;
	height: 237px;
	z-index: 9;
}
/* ie style \*/
* html #header {
	top: -235px;
}
/* ie style */



#content {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 796px;
	padding: 0px;
		overflow: hidden;
}

#body {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 240px 1px 0px 200px;
	padding: 0px 0px 0px 0px;
	/*background: white;
	background: url(../static_images/body_bg.jpg) center;*/
	color: black;
	float: left;
}

/* ie style \*/
* html #body {
	position: relative;
	top: 0px;
	left: -200px;
	width: auto;
	margin: 238px 1px 0px 200px;
}
/* ie style */

#footer {
	position: relative;
	width: 796px;
	height: 56px;
	background: url(../static_images/footer_bg.png) no-repeat;
}


/* Nav 2 configs */

ul.nav2 {
	margin: 0px;
	padding: 4px;
	list-style: none;
}

ul.nav2 li {
	margin: 0px;
	padding: 4px;
	display: inline;
	list-style: none;
}

ul.nav2 li a:link, ul.nav2 li a:visited {
	font-weight: 800;
	color: white;
}

ul.nav2 li a:hover {
	color: yellow;
}

/* Navigation Configs */

#navigation ul.main {
	padding: 38px 12px 0px 18px;
	margin: 0px;
	background: url(../static_images/nav_main_bg.jpg) repeat-y;
}

#navigation ul.main li {
	margin: 0px;
	padding: 0px;
	width: 97%;
	list-style: none;
}

#navigation ul.main li a {
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 4px 28px;
}	

/* ie style \*/
* html #navigation ul.main li a {
	margin: 0px;
}
/* ie style */

#navigation ul.main li a:link, #navigation ul.main li a:visited {
	color: white;
	background: url(../static_images/nav_button_off.png) top left no-repeat;
	border-bottom: 1px solid #59636D;
	font-weight: 800;
	text-decoration: none;
	display: block;
}

#navigation ul.main li a:hover {
	background: url(../static_images/nav_button_over.png) top left no-repeat;
}

#navigation ul.main li a:active{
	background: url(../static_images/nav_button_active.png) top left no-repeat;
}

#navigation .bottom {
	width: 200px;
	height: 42px;
	left: 0px;
	background: url(../static_images/nav_bottom_bg.gif) top left no-repeat;
}

#navigation div.block {
	margin: 0px 8px 0px 0px;
	padding: 8px 12px 4px 12px;
	background: url(../static_images/left_block_bg.jpg);
}

#navigation div.block div.head {
	background: url(../static_images/members_header.gif) no-repeat;
	height: 38px;
}

#navigation div.block_bottom {
	height: 10px;
	background: url(../static_images/left_block_bg_bottom.jpg) no-repeat;
}

#navigation h1, #navigation div.block h2, #navigation div.block p {
	color: white;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

#navigation a:link, #navigation a:visited {
	color: white;
	font-weight: 800;
}

#navigation ul.sub {
	padding: 2px 12px 0px 0px;
	margin: 0px;
}

#navigation ul.sub li {
	margin: 0px;
	padding: 0px;
	width: 97%;
	list-style: none;
}

#navigation ul.sub li a {
	margin: 0px;
	padding: 4px 0px 4px 12px;
}	





/* Body Configs */

#body h1 {
	color: red;
	font-weight: 800;
	font-size: 1.3em;
	text-transform: uppercase;
}

#body h2, #body h2 a:link, #body h2 a:visited {
	color: red;
}

#body p {
	color: black;
}

#body h1.header {
	width: 586px;
	height: 27px;
	margin: 0px;
	padding: 6px 0px 0px 10px;
	background: url(../static_images/body_header.png);
	color: white;
}

#body p {
	color: black;
}

#body a:link, #body a:visited {
	text-decoration: none;
}

#body p a:hover {
	color: red;
}


#body div.copy {
	width: 423px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#body div#listing {
	width: 560px;
	float: left;
	border: 1px solid gray;
	margin: 0px 8px 8px 8px;
	padding: 8px;
	display: inline;
}

#body div.brief {
	width: 140px;
	float: left;
}

#body div.brief ul {
	margin: 0px;
	padding: 0px 2px 0px 8px;
	list-style: none;
}

#body div.brief li {
	margin: 4px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	background: transparent;
	border-top: 1px dashed red;
}

#body div.brief li a:link, #body div.brief li a:visited {
	padding: 0px;
	color: red;
}

#body div.images {
	width: 139px;
	float: left;
	text-align: center;
	padding: 8px 0px 0px 0px;
}

#body div.main {
	width: 289px;
	float: left;
}

#body div.product {
	text-align: justify;
	float: left;
	min-height: 900px;
}

/* ie style \*/
* html #body div.product {
	height: 900px;
}
/* ie style */


div.product ul {
	list-style: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: none;
	text-align: left;
}

div.product ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#body div.article {
	text-align: justify;
	float: left;
	padding: 0px 240px 0px 0px;
	width: 354px;
	min-height: 900px;
}

/* ie style \*/
* html #body div.article {
	height: 900px;
}
/* ie style */


#body div#block {
	width: 166px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#body div#block div.block {
	width: 166px;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: url(../static_images/panel.jpg);
}

#body div#block div.bottom {
	background: url(../static_images/panel_bottom.jpg) no-repeat green;
	width: 166px;
	height: 10px;
	font-size: 1px;
}

#body div#block div.content {
	margin: 0px 12px 0px 12px;
	padding: 36px 0px 12px 0px;
}

#body div.block h1 {
	display: none;
}

#body div.block p {
	color: white;
	padding: 4px 0px 0px 0px;
}

#body div.block a:link, #body div.block a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px dashed white;
}







#body div.stockist {
	margin: 16px 8px 16px 8px;
	padding: 0px 0px 16px 0px;
	border-bottom: 1px dashed gray;
}

#body div.stockist h2, #body div.stockist p {
	margin: 0px;
	padding: 0px;
}

#body ul {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	list-style: none;
}

#body ul li {
	padding: 0px 0px 0px 16px;
	
}

#body div.images img {
	border: 0px;
}









/* Types */

div.listing {
	width: 200px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	border: 1px dashed gray;
	float: left;
	clear: both;
	display: block;
}

div.listing img {
	margin: 0px 8px 0px 0px;
	float: left;
	border: 0px;
}

div.listing h2 {
	margin: 0px 8px 8px 0px;
	padding: 0px;
	color: black;
	font-size: 1.2em;
	text-transform: none;
}

div.listing ul {
	margin: 0px 0px 0px 108px;
}














div.review {
	margin: 8px;
	padding: 0px 24px 8px 24px;
	background: url(../static_images/review_quotes.png) no-repeat;
	border-bottom: 1px dashed gray;
}

div.review img {
	float: right;
}

div.review p {
	margin: 0px;
	padding: 0px;
}

#body span.image_block {
	width: 122px;
	float: right;
	padding: 5px 0px 5px 5px;
	display: inline;
}

#body span.image_block img {
	border: 1px solid black;
	margin: 0px 0px 5px 0px;
}

#body div.gallery {
	padding: 4px;
}

#body div.gallery img {
	float: left;
	padding: 4px;
}




/* Footer elements */

#footer p {
	margin: 0px 0px 0px 200px;
	padding: 12px 8px 0px 0px;
	text-align: left;
}

#footer p a:link, #footer p a:visited {
	color: white;
}