


/* Stuburt - 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) top center;
	}

/* Main tag configs */

h1, h2, h3, p, pre, address {
	margin: 0px;
	padding: 0px 0px 6px 6px;
	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: green;
	font-size: 1.3em;
}

h2, h3 {
	color: #cccccc;
	font-size: 1.1em;
}

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;
	width: 760px;
	margin: 10px auto;
	text-align: left;
	z-index: 0;
	display: block;
	clear: both;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 133px;
	background: url("../static_images/header.png") no-repeat;
	display: block;
	z-index: 2;
}

#nav1 {
	position: absolute;
	top: 101px;
	left: 161px;
	width: 599px;
	height: 32px;
	background: url("../static_images/nav1.png");
	z-index: 3;
}

#nav2 {
	width: 161px;
	margin: 135px 0px 0px 0px;
	background: black;
	float: left;
	z-index: 1;
}

#body {
	width: 599px;
	margin: 135px 0px 0px 0px;
	float: left;
	z-index: 1;
}

#info {
	width: 208px;
	margin: 135px 0px 0px 0px;
	background: #3D3D3D;
	float: left;
	z-index: 1;
}

#footer {
	clear: both;
	width: 670px;
	height: 70px;
	margin: 2px 0px 0px 0px;
	padding: 0px 90px 0px 0px;
	background: url("../static_images/footer.png") top left no-repeat;
	z-index: 1;
	display: block;
	text-align: right;
}

a:link, a:visited {
	color: white;
}



/* Header elements */

#header h1, #header p {
	position: absolute;
	left: 0px;
	top: -100px;
}





/* Navigation elements (nav1 and nav2) */

#nav1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

#nav1 ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 24px;
	padding: 8px 8px 0px 8px;
	border-left: 1px solid black;
}

#nav1 ul li a:link, #nav1 ul li a:visited {
	color: black;
	font-weight: 800;
}

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

#nav2 ul.main li {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid black;
}

#nav2 ul.main li a:link, #nav2 ul.main li a:visited {
	height: 34px;
	width: 144px;
	padding: 18px 8px 0px 8px;
	color: white;
	font-weight: 800;
	display: block;
}

	#nav2 ul.main li.item0 a:link, #nav2 ul.main li.item0 a:visited {
		background: url("../static_images/nav2_0.png");
	}
	
	#nav2 ul.main li.item0 a:hover {
		background: url(../static_images/nav2_0_hover.png);
	}
		#nav2 ul.main li.item1 a:link, #nav2 ul.main li.item1 a:visited {
		background: url("../static_images/nav2_1.png");
	}
	
	#nav2 ul.main li.item1 a:hover {
		background: url(../static_images/nav2_1_hover.png);
	}
		#nav2 ul.main li.item2 a:link, #nav2 ul.main li.item2 a:visited {
		background: url("../static_images/nav2_2.png");
	}
	
	#nav2 ul.main li.item2 a:hover {
		background: url(../static_images/nav2_2_hover.png);
	}
		#nav2 ul.main li.item3 a:link, #nav2 ul.main li.item3 a:visited {
		background: url("../static_images/nav2_3.png");
	}
	
	#nav2 ul.main li.item3 a:hover {
		background: url(../static_images/nav2_3_hover.png);
	}
		#nav2 ul.main li.item4 a:link, #nav2 ul.main li.item4 a:visited {
		background: url("../static_images/nav2_4.png");
	}
	
	#nav2 ul.main li.item4 a:hover {
		background: url(../static_images/nav2_4_hover.png);
	}
	
#nav2 a.ram_ad, #nav2 a.ram_ad:link, #nav2 a.ram_ad:visited {
	position: relative;
	color: #EE252D;
	font-size: 1px;
	width: 160px;
	height: 329px;
	background: url(../static_images/ram_ad.png);
	display: block;
}

#nav2 a.ram_ad:hover {
	background: url(../static_images/ram_ad_hover.png);
}

#nav2 div.block {
	margin: 0px;
	background: url(../static_images/nav2_block_bg.png) top right no-repeat #3D3D3D;
	padding: 6px;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

#nav2 div.block h1, #nav2 div.block p {
	color: white;
}

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













#flash {
	width: 391px;
	height: 368px;
	background: url("../static_images/flash_bg.jpg") no-repeat bottom left black;
}

#content {
	width: 584px;
	padding: 10px 10px 24px 4px;
}

#article {
	width: 354px;
	padding: 10px 240px 24px 4px;
}

div.element {
	width: 599px;
	background: black;
}

#competition {
	width: 208px;
	height: 216px;
}

#login {
	width: 208px;
	height: 152px;
	background: url(../static_images/flash_bg.gif) no-repeat bottom right black;
}

#team {
	width: 196px;
	padding: 4px 8px 8px 4px;
}







/* Content elements */

#content h1 {
	color: white;
	
}

#content p {

}

#content a.lightLink {
	width: 357px;
	height: 21px;
	color: black;
	display: block;
}

#content a.lightLink:link, #content a.lightLink:visited {
	background: url(../static_images/content_lightLink.png);
}

#content a.lightLink:hover {
	background: url(../static_images/content_lightLink_hover.png);
}







#content div.listing {
	margin: 8px 0px 0px 8px;
	padding: 0px;
	border-bottom: 1px dashed #999999;
	display: block;
}

#content div.listing img {
	width: 362px;
	height: 259px;
	border: 0px;
}

#content div.listing h2 {
	color: black;
	height: 15px;
	padding: 3px;
	background: url(../static_images/content_lightLink.png) no-repeat top left;
}

#content a:link, #content a:visited {
	color: white;
	border-bottom: 1px dashed white;
}

#content div.gallery a:link, #content div.gallery a:visited {
	border: 0px;
}






/* Team elements */

#team h2, #team p {
	color: white;
}

#team a:link, #team a:visited {
	color: white;
	border-bottom: 1px dashed white;
}



/* Login elements */

#login h1, #login p {
	color: black;
}

#login ul {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	list-style: none;
}

#login ul li {
	margin: 0px;
	padding: 0px;
}

#login a:link, #login a:visited {
	color: black;
	border-bottom: 1px dashed black;
}




/* Flash Text block elements */

#flash div.block {
	color: black;
	padding: 8px;
}

#flash div.block h1, #flash div.block h2, #flash div.block p {
	color: black;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

#flash div.block h1 {
	border-bottom: 1px solid black;
}

#flash div.block h2 {
	border-bottom: 2px solid black;
}

#flash div.block ul {
	border: 2px solid white;
	margin: 8px 3px 0px 3px;
	padding: 10px;
	background: url(../static_images/white_shading.gif);
	list-style: none;
}

#flash div.block ul li {
	margin: 0px;
	padding: 0px;
	font-weight: 800;
}