/* CSS for  DC Golf Etc*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 80% tahoma, geneva, sans-serif;
	background: #3c3f3e url("/images/body-bg.gif") 50% 0 no-repeat;
}

body#index-body{
	background: #3c3f3e url("/images/index-body-bg.gif") 50% 0 no-repeat;
}
h1 {
	color: #004fbc;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
h2 {
	color: #4a8ecb;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
h3 {
	color: #fff;
	text-transform: uppercase;
}
input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 0 0 0 25px; }
p { margin: 0 0 10px 0; }

a img{ border: 0; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin: 10px 0 0 0; }

.b { font-weight: bold; }
.no-b { font-weight: normal; }
.u { text-decoration: underline; }
.no-u { text-decoration: none; }
.i { font-style: italic; }
.no-i { font-style: normal; }
.small { font-size: .88em; }
.large{ font-size: 1.2em; }
.t-c { text-align: center; }
.upper{ text-transform: uppercase; }

.logo{ margin: 10px 0 0 10px; }

.large-leading{ line-height: 1.7em; }

.red, #left-col p.red, #right-col.red{ color: #c60c30; }
.black { color: #000; }

#main{
	width: 573px;
	background: url("/images/main-bg.gif") repeat-y;
	margin: 0 auto;
	border-bottom: 1px solid #363636;
}

#header{
	background: url("/images/int-header-bg.jpg") no-repeat;
	height: 129px;
	border: 1px solid #6b6f6e;
}

#header-index{
	height: 70px;
}

#call-us{
	margin: 15px 10px 0 0;
	color: #fff;
	font-size: 1.3em;
	text-align: right;
	display: inline;
}
#nav-index{
	width: 571px;
	height: 245px;
	margin: 6px 0 5px 1px;

}

#nav{
	width: 571px;
	height: 55px;
	margin: 0 0 0 1px;
}

#left-col{
	width: 377px;
	min-height: 391px;
	background: #888b8b url("/images/left-col-bg.jpg") bottom no-repeat;
	margin: 0 0 5px 1px;
	border-top: 4px solid #c60c30;
}

#left-col img.index, #left-col img.main-img{
	float: right;
	border: 2px solid #fff;
	margin: 0 10px 0 10px;
}

img.title{
	margin: 10px 0 0 10px;
}

#left-col p{
	margin: 5px 0 0 10px;
	padding: 0 0 10px 0;
	color: #fff;
	font-size: .88em;
	line-height: 1.25em;
}

#left-col p a{
	color: #c60c30;
}

#left-col p a:hover{
	text-decoration: none;
}

#logo-list{
	border: 1px solid #c60c30;
	margin: 0 auto 20px auto;
	width: 372px;
	
}
#logo-list a img{
	border: 1px solid #c60c30;
	float: left;
}
#logo-list a img:hover, #logo-list a img.sfhover{
	border: 1px solid #ffcc33;
}

#contact-form{
	text-align: center;
}

#contact-form input, #contact-form textarea{
	width: 300px;
	font-family: tahoma, geneva, sans-serif;
}


#promo{
	margin: 0;
	padding-bottom: 15px;
	position: relative;
	left: 35px;
	top: 20px;
	float: left;
	width: 300px;
	display: inline;
}

#promo input{
	display: block;
	border: 1px solid #c60c30;
	background: #fffebe;
	color: #000;
	width: 300px;
	margin-bottom: 10px;
}

#promo input.city{
	width: 140px;
	float: left;
	margin-right: 19px;
	display: inline;
}

#promo input.state{
	width: 70px;
	float: left;
	display: inline;
}

#promo input.zip{
	width: 40px;
	float: left;
	display: inline;
	position: relative;
	left: 19px;
}


.promo-callout{
	color: #c60c30;
	font-size: 1.6em;
	float: left;
	margin: 10px;
	text-align: center;
}
	

#contact-form input.submit, #promo input.submit{
	width: 100px;
	background: #666;
	color: #fff;
	margin: 0 auto;
	border: 3px outset #c60c30;
}

#contact-form input.submit:hover, #contact-form input.submit.sfhover, #promo input.submit:hover, #promo input.submit.sfhover{
	color:#fff;
	background: #c60c30;
}

#right-col{
	width: 191px;
	margin: 0 0 5px 0;
}

#right-col div{
	border-top: 4px solid #c60c30;
	margin: 0 0 4px 0;
	position: relative;
	left: -1px;
}

#right-col div p{
	color: #fff;
	margin: 5px 10px 0 10px;
	font-size: .88em;
}

#right-col div#int{
	background: #999 url("/images/right-col-int-bg.jpg") bottom no-repeat;
	min-height: 281px;
}

#side-nav{
	background: #595c5b url("/images/corner.gif") bottom right no-repeat;
}


#right-col div#side-nav p{
	margin: 5px 10px 0 10px;
	padding: 0 0 5px 0;
	line-height: 1.4em;
	font-size: 1.2em;
}

#side-nav a{
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#side-nav a:hover{
	text-decoration: underline;
}

#right-col div.featured-equipment{
	height: 125px;
	background: url("/images/featured-equipment-bg.jpg") no-repeat;
}
#right-col div.smart-golfer{
	height: 125px;
	background: url("/images/smart-golfer-bg.jpg") no-repeat;
}
#right-col div.priced-under-par{
	height: 125px;
	background: url("/images/priced-under-par-bg.jpg") no-repeat;
}

#right-col img.more{
	position: absolute;
	margin: 105px 0 0 130px;
}

#footer{
	background: #595d5c;
}

#footer div{
	min-height: 42px;
}

#footer div#footer-left-col{
	width: 380px;
	background: #474d4c;
	margin: 0 0 0 1px;
	float: left;
	text-align: center;
}

#footer div#footer-right-col{
	float: left;
	width: 186px;
	background: #595d5c;
	color: #fff;
	margin: 0 1px 0 0;
	text-align: right;
	font-size: .88em;
	padding: 0 5px 0 0;
}

#footer div#footer-left-col img{
	margin: 5px 3px 0 0;
}

a.bwm{ 
	text-decoration: none;
	color: #4a8ecb; 
}

a.bwm:hover{ 
	text-decoration: underline; 
}

#text-nav{
	width: 573px;
	margin: 5px auto 20px auto;
	text-align: right;
	color: #fff;
	font-size: .88em;
}

#text-nav a{
	color: #fff;
	text-decoration: none;
}

#text-nav a:hover{
	text-decoration: underline;
}
	