/* CSS Document */

html { 
	background-image:url(images/bg_html.jpg);
	margin:0 auto;
	background-position: top center;
	background-repeat:repeat;
	overflow-y:scroll; 

}

body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg_body.jpg);
}

a {
	text-decoration: underline;
	color:#666666;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:24px; color:#5d9730; }

h2 { font-size:18px; color: #666666; }

h3 { font-size:18px; color:#000; }

h4 { font-size:32px; color:#fff; }

/* ---- class settings ----------------------- */

.live-score {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0;
}

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

#birdie-count {
	position:relative;
	top:0;
	left:0;
	width:225px;
	height:58px;
	background:url(images/bg-birdie-count.jpg) no-repeat;
	margin:0 0 10px 0;
	padding:40px 0 0 0;
text-align:center;
}

.right_sidebar {
	margin:0 0 10px 0;
}
/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:970px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:946px;
	height:450px;
	background-image:url(images/bg_header6.png);
	background-repeat:no-repeat;
	padding:26px 0 0 24px;
}

#logo {
	position:absolute;
	top:232px;
	left:376px;
	width:200px;
	height:150px;
	z-index:1000;
}

#buy {
	position:absolute;
	top:315px;
	left:614px;
	width:253px;
	height:51px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:417px;
	left:44px;
	width:882px;
	height:37px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:970px;
	height:auto;
	background-image:url(images/bg_main.png);
	background-repeat:repeat-y;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:645px;
	height:auto;
	margin:0 0 0 10px;
}

#content {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:613px;
	height:auto;
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
	padding:35px 0 0 22px;
	margin:0 0 15px 0;
}

#content_home {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:398px;
	height:auto;
	background-image:url(images/bg_content-sub.jpg);
	background-repeat:repeat-y;
	padding:35px 0 0 12px;
	margin:0 0 15px 0;
}

#content_main-home {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:645px;
	height:auto;
}

#content_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:225px;
	height:auto;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:234px;
	height:auto;
	padding:0 0 0 46px;
}

#logos {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:172px;
	height:200px;
}

#countdown {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:230px;
	height:121px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(images/bg_countdown.png);
	background-repeat:no-repeat;
	color:#666666;
	margin:0 0 10px 0;
	letter-spacing:normal;
	font-weight:bold;
}

#signup {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:204px;
	height:46px;
	background-image:url(images/bg_signup.png);
	background-repeat:no-repeat;
	padding:52px 0 0 26px;
	margin:0 0 10px 0;
}

#stay_connected {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:209px;
	height:48px;
	background-image:url(images/bg_stay-connected.png);
	background-repeat:no-repeat;
	padding:56px 0 0 21px;
	margin:0 0 10px 0;
}

#sponsors {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:209px;
	height:141px;
	background-image:url(images/bg_sponsors.png);
	background-repeat:no-repeat;
	padding:56px 0 0 21px;
	margin:0 0 10px 0;
}

#history {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:226px;
	height:764px;
	background-image:url(images/bg_history.jpg);
	background-repeat:no-repeat;
	padding:84px 0 0 19px;
	margin:0 0 10px 0;
}



/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:970px;
	height:110px;
	clear:both;
	background-image:url(images/bg_footer.png);
	background-repeat:no-repeat;
	color:#fff;
	padding:5px 0 0 0;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:37px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.png);
}

a#nav_01 {
	width:81px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -37px;
}

.active_01 {
	background-position: 0 -37px !important;
}

a#nav_02 {
	width:124px;

	background-position:-81px 0;
}

a:hover#nav_02{
	background-position:-81px -37px;
}

.active_02 {
	background-position:-81px -37px !important;
}

a#nav_03 {
	width:143px;
	background-position:-205px 0;
}

a:hover#nav_03{
	background-position:-205px -37px;
}

.active_03 {
	background-position:-205px -37px !important;
}

a#nav_04 {
	width:102px;
	background-position:-348px 0;
}

a:hover#nav_04{
	background-position:-348px -37px;
}

.active_04 {
	background-position:-348px -37px !important;
}

a#nav_05 {
	width:93px;
	background-position:-450px 0;
}

a:hover#nav_05{
	background-position:-450px -37px;
}

.active_05 {
	background-position:-450px -37px !important;
}

a#nav_06 {
	width:104px;
	background-position:-543px 0;
}

a:hover#nav_06{
	background-position:-543px -37px;
}

.active_06 {
	background-position:-543px -37px !important;
}


a#nav_07 {
	width:134px;
	background-position:-647px 0;
}

a:hover#nav_07{
	background-position:-647px -37px;
}

.active_07 {
	background-position:-647px -37px !important;
}


a#nav_08 {
	width:101px;
	background-position:-781px 0;
}

a:hover#nav_08 {
	background-position:-781px -37px;
}

.active_08 {
	background-position:-781px -37px !important;
}


/* ---- start nav drop settings -------------------------- */

#hidden-layers {
	position:absolute;
	top:454px;
	left:0;
	width:930px;
	height:auto;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#hidden-layers a {
	color:#fff;
	padding:3px;
	display:block;
	font-size:14px;
	text-decoration:none;
	width:200px;
}

#hidden-layers a:hover {
	background-color:#5d9732;
	color:#fff;
	display:block;
	width:200px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px ;
}

#L2, #L3, #L4, #L5, #L6, #L7, #L8 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#afafaf;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px ;
	padding:14px;
}

#L2 {
	width:207px; left:127px;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px ;
}

#L3 { 
	width:207px; left:250px; 
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px ;
}

#L4 { 
	width:207px; left:393px;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px ;
}

#L5 { 
	width:207px; left:496px;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px ;
}

#L6 { 
	width:207px; left:589px;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px ;
}

#L7 {
	width:207px; left:586px;
	-moz-border-radius:5px 0 5px 5px;
	-webkit-border-radius:5px 0 5px 5px ;

}

#L8 { 
	width:207px; left:689px;
	-moz-border-radius:5px 0 5px 5px;
	-webkit-border-radius:5px 0 5px 5px ;
}

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}

#drop_down-thumb {
	position:relative;
	top:0;
	left:0;
	width:125px;
	height:115px;
	float:right;
	padding:5px 0 0 5px;
	background-image:url(images/bg_thumb.jpg);
	background-repeat:no-repeat;
}

#drop_down-links {
	position:relative;
	top:0;
	left:0;
	width:150px;
	height:auto;
	float:left;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
	display:none
}

#slider a{
	display:block;
}

#slider2 img {
    position:absolute;
    top:0px;
    left:0px;
	display:none
}
