@charset "utf-8";
/* CSS Document */
/* WGA Golf*/

body { 
	background: url(../images/header_background.png) repeat-x #cccccc; 
	}

#wrapper { 
	width: 960px; 
	margin: 0 auto; 
	background: #cccccc;
	}
	
#header { 
	margin-top:-8px;
	padding: 0px;
	width: 780px;
	float:left;
	/*background: url(../images/header.png) no-repeat;*/
	}

#inner-wrapper {
	width:960px;
	background: url(../images/menu_background.gif) repeat-y; 
	}

#image {
	width: 780px;
	float: left;
	background: #ace1ff; 
	background: url(../images/header_background.png);
	background-repeat:no-repeat;
	}

#main-content {
	width: 783px;
	min-height:620px;
	float:right;
	background-color:#FFFFFF;
	border-right:1px;
	border-right-color:#FFFFFF;
	}

#text-content {
	width:510px;
	padding-left:30px;
	clear:left;
	padding-top:5px;
	/*padding-top:15px;*/
	/*padding-right:30px;*/
	/*float:left;*/
	}

.innerpagecontent {
	min-width:725px;
	max-width:725px;
	}

#right-bar {
	float:right;
	width:220px;
	font-size:1px;
	/*padding-left:30px;
	padding-right:30px;*/
	}

#nav-bar {
	width:177px;
	min-height:620px;
	/*padding-top:20px;*/
	float:left;
	background: url(../images/menu_background.gif) repeat-y; 
	background-colour: #ace1ff;
	}
	
#footer {
	/*height:50px;*/
	clear:both;
	width:960px;
	
	}
	
#telephone {
	width:177px;
	min-height:40px;
	max-height:40px;
	padding-top:5px;
	padding-bottom:0px;
	float:left;
	background: url(../images/menu_background.gif) repeat-y; 
	background-colour: #ace1ff;
	}


#bottom-links {
	width:530px;
	min-height:30px;
	max-height:30px;
	padding-top:10px;
	padding-bottom:5px;
	background-color:#FFFFFF;
	float:left;
	text-align:center;
	}	
	
#oxygen {
	float:right;
	width:253px;
	min-height:30px;
	max-height:30px;
	padding-top:10px;
	padding-bottom:5px;
	background-color:#FFFFFF;
	text-align:center;
	}
	
#upperbox {
	text-align:center;
	min-height:150px;
	max-height:150px;
	max-width:193px;
	min-width:193px;
	margin-top:20px;
	margin-bottom:20px;
	/*background-image: url(../images/topbox.jpg) no-repeat top left;*/
	background-image:url(../images/topbox.jpg);
	background-repeat:no-repeat;
	}	
	
#lowerbox {
	min-height:142px;
	max-height:142px;
	margin-top:20px;
	margin-bottom:20px;
	background-image: url(../images/bottombox.jpg);
	background-repeat:no-repeat;
	}	
	
/*Text items*/

* {
font-family:Arial, Helvetica, sans-serif;
}

p.maintext {
	font-size:12px;
	color:#000000;
	margin-top:12px;
	}
	
p.boxtext {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding-left:10px;
	padding-top:50px;
	padding-right:10px;
	}
	
p.boxtext a:link, p.boxtext a:visited {
	text-decoration:underline;
	color:#ffffff;
	}

p.boxtext a:hover {
	text-decoration:none;
	color:#0a80e4;
	}	

#lowerbox a:link, #lowerbox a:visited {
	text-decoration:none;
	color:#0a80e4;
	}

#lowerbox a:hover {
	text-decoration:underline;
	color:#0a80e4;
	}

	
h1.main-content {
	font-size:18px;
	color:#0a80e4;
	}

h2.main-content {
	margin-top:25px;
	font-size:16px;
	color:#0a80e4;
	}

h3.main-content {
	margin-top:25px;
	font-size:14px;
	color:#0a80e4;
	font-style:italic;
	}


.bottomlinks {
	font-size: 10px;
	font-weight:600;
	color:#888888;
	}
	
.tel {
	font-size:18px;
	color:#0a80e4;
	margin-top:0px;
	margin-left:30px;
	margin-bottom:0px;
	margin-right:0px;
	}

.bottomlinks a:link, a:visited {
	text-decoration:none;
	color:#888888;
	}
	
.bottomlinks a:hover {
	text-decoration:none;
	color:#0a80e4;
	}	

.maintext a:link, .maintext a:visited {
	color:#0a80e4;
	text-decoration:none;
	}
	
.maintext a:hover {
	color:#888888;
	text-decoration:underline;
	}

#nav-bar ul {
	list-style-type:none;
	margin-left:-15px;
	}
	
#nav-bar a:link, #nav-bar a:visited {
	font-size:14px;
	color: #0a80e4;
	text-decoration:none;
	padding-left:15px;
	}

#nav-bar a:hover {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background: url(../images/rollover_triangle.gif) no-repeat;
	padding-left:15px;
	background-position:-0px;
	} 

#nav-bar li {
	line-height:1.5;
	}

.currentpage {
	font-size:14px;
	font-weight:bold;
	/*color:#FFFFFF;*/
	background: url(../images/rollover_triangle.gif) no-repeat;
	padding-left:15px;
	background-position:-0px;
	}
	
.tablehead {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	margin: 0 0 0 0;
	}

.tablesubhead {
	font-size:13px;
	color:#0a80e4;
	font-style:italic;
	margin: 0 0 0 0;
	}

.tablerow {
	height:10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

td.tableheader {
	border-bottom:1px solid;
	border-bottom-color:#0a80e4;
	}
	
td.tableheadermid {
	border-bottom:1px dashed;
	border-bottom-color:#0a80e4;
	}
	
td.tableheadertop {
	border-top:1px solid;
	border-top-color:#0a80e4;
	}	
	
p.tabletext {
	font-size:12px;
	color:#000000;
	margin: 0 0 0 0;
	}

.tableprice {
	font-size:12px;
	color:#0a80e4;
	font-weight:bold;
	margin: 0 0 0 0;
	}	
	
.caption {
	font-size:12px;
	color:#0a80e4;
	font-weight:bold;	
	margin-top:3px;
	padding-botton:24px;
}
