/* //////////////////////////////////////////////////////////////////////// */
/* GOLF STYLE SHEET */
/* Logic Red Web Design  */
/* //////////////////////////////////////////////////////////////////////// */

body {
	font-family:tahoma; 
	font-size: 12px; 
	line-height: 18px; 
	color: #2B5772;
	background: white url(../images/bg.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 0;
}

#menu {
	font-family: georgia, arial;
	font-size: 20px;
	text-align: center;
	height: 32px;
	margin: 0;
}

#menu a {
	color: #2A5671;
	background-image: url(../images/menu_background.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-right: 10px;
	text-align: right;
	display: block;
	text-decoration: none;
}

#menu a:hover {
	color: #5899C3;
	background-image: none; 
}


.heading {
	font-family: georgia;
	color: #627A2C;
	font-size: 24px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}

a {
	text-decoration: underline; 
	color:#9FC453;
}

a:hover {
	text-decoration: underline; 
	color:#0B0DFF;
}

.inputbox {
	background-color: #E8EFFF;
}

.image-border {
	border: 1px solid #BABABA;
	padding: 2px;
}

body#index a#index,
body#about a#about,
body#services a#services,
body#faqs a#faqs,
body#gallery a#gallery,
body#contact a#contact {
	color: #fff;
	background: Black;
}



/* //////////////////////////////////////////////////////////////////////// */



