/* PAGE LAYOUT */
body {
	margin-top:0px;
}

#container {
	background-image:url(../images/backgrounds/main-bg.png);
	background-repeat:repeat-y;
	width:960px;
}
#container1 {
	background-image:url(../images/backgrounds/main-bg.png);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
	width:100%;
}

#header {
	background-image:url(../images/headers/header-1.jpg);
	background-repeat:no-repeat;
	width:904px;
	height:148px;
	margin-left:29px;
}

#nav-layout {
	background-image:url(../images/backgrounds/nav-bg.jpg);
	background-repeat:repeat-x;
	width:904px;
	height:34px;
	margin-left:29px;
}

#mainbody {
	background-image:url(../images/backgrounds/fade-down.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	width:904px;
	margin-left:29px;
	margin-top:0;
}

#fadeUP {
	background-image:url(../images/backgrounds/fade-up.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:904px;
	height:40px;
	margin-left:29px;
}

#footer {
	background-image:url(../images/backgrounds/footer.jpg);
	background-repeat:repeat-x;
	width:904px;
	height:93px;
	margin-left:29px;
}

#footerText {
	margin-left:27px;
	margin-top:22px;
	margin-right:27px;
	width:400px;
	float:left;
}

#mainPanel {
	background-image:url(../images/backgrounds/panel-bg.png);
	background-repeat:no-repeat;
	width:669px;
	height:323px;
	margin-left:12px;
	margin-top:14px;
	float:left;
}
#mainPanel2COL {
	width:669px;
	margin-left:12px;
	margin-top:14px;
	float:left;
}

#QuickSearch {
	width:199px;
	margin-right:12px;
	margin-top:14px;
	float:right;
}
#SendToFriend {
	background-image:url(../images/backgrounds/send-to-friend.png);
	background-repeat:no-repeat;
	width:199px;
	float:right;
	height: 274px;
}

#MainText {
	margin-left:28px;
	margin-right:28px;
}

#Alloi {
	width:150px;
	float:left;
	margin-top:12px;
	margin-right:12px;
	text-align:left;
}

#sendToFriendText {
	margin-left:15px;
	margin-top:45px;
	width:168px;
	margin-bottom: 20px;
}

#quicksearchText {
	margin-left:15px;
	margin-top:15px;
	width:168px;
}

#CustomTour {
	width:353px;
	margin-left:14px;
	margin-top:17px;
	float:left;
}

#Buy{
	background-image:url(../images/backgrounds/buy-bg.png);
	background-repeat:no-repeat;
	width:271px;
	height:102px;
	float:right;
	margin-right:10px;
	margin-top:8px;
}
#BuyText {
	margin:7px;
}
#Register{
	background-image:url(../images/backgrounds/register-bg.png);
	background-repeat:no-repeat;
	width:271px;
	height:102px;
	float:right;
	margin-right:10px;
}
#RegisterText {
	margin:7px;
}
#Comment{
	background-image:url(../images/backgrounds/comment-bg.png);
	background-repeat:no-repeat;
	width:271px;
	height:102px;
	float:right;
	margin-right:10px;
}
#CommentText {
	margin:7px;
}
form {
	margin-bottom:7px;
}

#HeaderImage-1 {
	width:191px;
	height:111px;
	margin-left:180px;
	margin-top:17px;
	float:left;
}
#HeaderImage-2 {
	width:247px;
	height:111px;
	margin-right:10px;
	margin-top:17px;
	float:right;
}
#HeaderImage-3 {
	width:400px;
	height:430px;
	margin-left:15px;
	margin-top:5px;
	float:left;
}
#adbanner {
	width:450px;
	height:111px;
	margin-left:180px;
	margin-top:10px;
	float:left;
}
.dotted {
	border-bottom: 1pt dotted #333;
	height:3px;
}
.dottedVER {
	border-left: 1pt dotted #333;
	width:1px;
}
#Southport {
	width:100px;
	height:49px;
	float:right;
	margin-right:12px;
	margin-left:100px;
	margin-top:35px;
}

#RHS {
	width:199px;
	height:150px;
	margin-top:14px;
	float:right;
}
.imgPADRIGHT {
	padding-right:7px;
}

#slideshow1 {
    position:relative;
    height:148px;
	width:735px;
}

#slideshow1 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow1 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow1 IMG.last-active {
    z-index:9;
}

/* NON GOLFERS BOX*/
.nonGolf {
	background-color:#E4FAD1;
	background-image:url(../images/backgrounds/panel.png);
	background-repeat:no-repeat;
	background-position:right;
	height:100px;
	padding:10px;
	color:#322618;
	font-size:14px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:25px;
}

.package-tittlefoot {
	background-image:url(../images/backgrounds/package-title.jpg);
	background-repeat:repeat-x;
	height:30px;
}
.packageboarder {
	border:1pt solid #999;
}
.packageleftboarder {
	border-left: 1pt solid #999;
}

/* TABS */
UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		UL.tabNavigation LI {
		    display: inline;
		}

		UL.tabNavigation LI A {
		    padding: 3px 5px;
		    background-color: #ccc;
		    color: #000;
		    text-decoration: none;
		}

		UL.tabNavigation LI A.selected {
			background-color: #333;
		    color: #fff;
		    padding-top: 7px;
		}
		UL.tabNavigation LI A:hover {
			background-color:#999;
		    color: #fff;
		    padding-top: 7px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 5px;
			margin-top: 3px;
			border: 2px solid #333;
		}
		
		div.tabs > div h2 {
			margin-top: 3px;
		}

#ataglance {
	background-image:url(../images/backgrounds/at-a-glance.png);
	background-repeat:no-repeat;
	width:199px;
	height:194px;
}

#ataglanceTEXT {
	padding-top:45px;
	padding-left:10px;
	padding-right:7px;
	font-size:11px;
	color:#FFF;
}

#ProAdivce {
	background-image:url(../images/backgrounds/pro-advice.png);
	background-repeat:no-repeat;
	width:199px;
	height:125px;
	margin-top:15px;
}

#ProAdivceTEXT {
	padding-top:45px;
	padding-left:10px;
	padding-right:7px;
	font-size:11px;
	color:#322618;
}