﻿/*--Default page with large white box--*/
.home {
	width:950px;
	height:450px;
	padding-top:50px;
	}
#links {
	position:relative;
	top:30px;
	left:53px;
	float:left;
	}
#links li {
	float:left;
	padding-right:50px;
	}
#links li:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
	}
/*---Cycle Gallery---*/
.slideshow_gallery {
	width:450px;
	height:460px;
	padding:0;
	margin-right:50px;
	float:left;
	}
.slideshow_gallery img {
	width:450px;
	height:460px;
	padding:0;
	margin:0;
	background:transparent;
	}
.nav {
	text-align:center;
	margin-top:10px;
	}
/*--golfsimulator page with split boxes NOT USED--*/
.twocolumn {
	width:900px;
	height:540px;
	}
.column1 {
	width:200px;
	height:540px;
	float:left;
	}
.column2 {
	width:685px;
	height:540px;
	margin-left:15px;
	float:left;
	}
.content2 {
	width:683;
	height:510px;
	background:#fff;
	border:solid 1px #5f5f60;
	}
.splitview {
	padding:40px 10px 0 10px;
	width:930px;
	min-height:520px;
	}
/*--Golf Simulator Page--*/
#Simulator #content {
	float:left;
	margin:0 30px;
	width:470px;
	height:360px;
	position:relative;
	bottom:22px;
	/*background:url('../img/sim-bg.png') 50% 83% no-repeat;*/
	}
#Simulator #courses {
	width:950px;
	height:200px;
	position:relative;
	top:20px;
	}
#Simulator #courses ul {
	width:950px;
	position:relative;
	left:20px;
	}
#Simulator #courses li {
	float:left;
	padding:0 15px;
	}
/*--Location Page--*/
#Location #Map {
	width:620px;
	height:460px;
	background:url('../img/map-bg.png') top left no-repeat;
	float:left;
	}
#Location #Map .viewmap {
	text-decoration:none;
	position:relative;
	top:8px;
	left:510px;
	}
#Location #Map .viewmap:hover {
	text-decoration:underline;
	}
/*--Custom Fittings Page--*/
#CustomFitting  {
	padding-top:35px;
    }
#CustomFitting #content {
	width:400px;
	padding-right:50px; 
	height:330px;
	float:left;
	}
.accordion {
	
	}
.apcontent {
	margin:0 20px 0 20px;
	}
.apheader {
	padding:10px 0 0 20px;
	}
.apheader:hover {
	cursor:pointer;
	background:url('../img/accordion-hover.png') no-repeat left center;
	}
.apheaderselected {
	background:url('../img/accordion-selected.png') no-repeat left center;
	padding:10px 0 0 20px;
	}
/*--Club Repair Page--*/
#ClubRepair #content table {
	padding:30px 0 0 120px;
	}
/*--Pro Shop Page--*/
#ProShop p {
	width:360px;
	padding:25px 50px 0 0;
	float:left;
	font:15px/20px Arial
	}
/*--Testimonials Page--*/
#Testimonials {
	width:850px;
	margin:0 auto;
	}
#Testimonials i {
	position:relative;
	top:5px;
	font-size:11px;
	}
/*--Instruction Page--*/
#Programs {
	padding-top:15px;
	}
#Programs table {
	padding-bottom:30px;
	}
#SampleVideo {
	padding:20px 50px 0 0;
	float:left;
	}
#v1Links {
	height:320px;
	width:180px;
	float:left;
	padding-top:20px;
	text-align:center;
	}
#v1Links li {
	padding-top:40px;
	}
#v1Links li:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
	}
/*---v1Popup---*/
#v1popup {
	width:600px;
	margin:30px 40px;
	}
/*---ajax tabs---*/
.tabs .ajax__tab_body {
	border-left:1px solid #304016;
	padding:0;
	height:450px;
	width:770px;
	position:relative;
	left:180px;
	}
.tabs .ajax__tab_body a {
	color:#444;
	}
.tabs_inner {
	width:700px;
	margin-left:70px;
	padding:3px 0;
	}
.tabs_inner p {
	margin-bottom:12px;
	}
.tabs .ajax__tab_header {
	background:none;
	width:180px;
	position:absolute;
	height:300px;
	color:#444;
	margin-top:50px;
	}
.tabs .ajax__tab_outer {
	
	}
.tabs .ajax__tab_inner {
	}
.tabs .ajax__tab_tab {
	height:34px;
	width:180px;
	cursor:pointer;
	}
.tabs .ajax__tab_tab a {
	color:#444;
	font-size:12px;
	font-weight:bold;
	display:block;
	position:relative;
	left:20px;
	top:8px;
	text-align:left;
	text-decoration:none;
	}
.tabs .ajax__tab_active .ajax__tab_tab {
	background:url('../img/instruction-menu-active.jpg') repeat-x;
	}
.tabs .ajax__tab_active .ajax__tab_tab a {
	color:#fff;
	}
/*---Special Deals---*/
#SpecialDeals {
    min-height:450px;
    padding-bottom:30px;
    }
.lvspecials {
    position:relative;
    bottom:75px;
    left:15px;
    }
.lvspecials td {
    padding:10px 40px;
    width:400px;
    border:1px #e1e1e1 solid;
    background:#fff;
    }
.lvspecials img {
    padding-right:20px;
    }
/*---Admin---*/
#Admin {
    width:950px;
	min-height:450px;
	padding:50px 0 30px 0;
    }
.lvspecialsAdmin {
    width:800px;
    margin:0 auto;
    }   
.lvspecialsAdmin td {
	padding-right:20px;
	height:120px;
	}
.fvspecials {
	padding:30px 0 0 50px;
	}

