@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000 url(../img/bg_golf.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #333;
}
h1, h2 {
	color:#84be19;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	border: 2px white solid;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	/*background: #DDDDDD;*/
	width: 900px;
	height: 300px;
}
#header .headerBackground {
	width:900px;
	height:270px;
	background-repeat: no-repeat;
	background-position: left top;
} 
#header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 200px 40px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	text-align:right;
	font-size:30px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0;
	filter:alpha(opacity=90);
	opacity:0.9;
	padding: 5px;
}
#sidebar1 a, #mainContent a {
	color:#390;
	font-weight: bold;
}
#mainContent {
	margin-top: 20px;
	margin-right: 260px;
	margin-bottom: 20px;
	margin-left: 40px;
	filter:alpha(opacity=90);
	opacity:0.9;
	background: #fff;
	padding: 5px;
	color: #000;
} 
.productPic {
	float:left;
	margin:0 20px 15px 0;
}
#footer {
	height:50px;
	background:url(../img/footerBackground2.jpg) repeat-x left top;
}
.rss {
	float:right;
	width:212px;
	margin:16px 0 0 20px;
}
#footer p {
	padding-top:10px;
	text-align:center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
} 
.footerLink  {
	color:#292b25;
	text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
#navcontainer {
	margin:auto 0;
	width:900px;
	text-align:center;
}
#navcontainer ul {
	padding: 0;
	margin: auto 0;
	background: url(../img/menuBackground.gif) repeat-x left top;
	float: left;
	width: 100%;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	color: #626161;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size:12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#navcontainer ul li a:hover {
	background: url(../img/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
#navcontainer ul li #current {
	background: url(../img/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}

#top_bar {
	/*background-color: #101415;*/
	height: 75px;
	width: 99%;
	padding: 3px;
}
#top_bar_links {
	text-align: right;
	vertical-align: middle;
	line-height: 15px;
	margin-top: 40px;
	float: right;
	background: #000;
	padding: 10px;
	color: #ccc;
}
#top_bar_links ul li{
	list-style: none;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0;
	padding-right: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#top_bar_links ul {
	margin: 0;
	padding: 0;
	color: #ccc;
}
#top_bar_links a {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
#top_bar_links a:hover {
	text-decoration: underline;
}
/*end main menu*/
/* begin border corners*/

/* end border corners*/
/* begin news border corners*/

/* end news border corners*/
.red {
	color: #900;
}
.orange {
	line-height: 40px;
	font-size:18px;
	padding-top:10px;
	padding-bottom: 10px;
}
