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

/* Body Styles */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
body {
	background-image: url(../images/gray-bg.gif);
	background-position:top;
	background-color:#e1e1e1;
	background-repeat: repeat-x;
	margin:0;
}
a:link {
	color: #3e7b26;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3e7b26;
}
a:hover {
	text-decoration: none;
	color: #6dc04c;
}
a:active {
	text-decoration: none;
	color: #6dc04c;
}
.green-txt {
	color:#3e7b26;
}

/* Arrangement */

#gw-super {
	width:945px;
	margin:0 auto;
}
#gw-top {
	width:940px;
	height:130px;
	margin:7px 0 0 0;
}
.gw-sides {
	width:160px;
	margin:0;
	float:left;
}
#gw-body {
	width:599px;
	margin:0 10px;
	float:left;
}
#gw-bot {
	width:940px;
	margin:10px 0;
}
#gw-bot a{
	margin:0 12px;
	text-decoration:none;
	color:#3e7b26;
}
.clear {
	clear:both;
}
.grn-inputs {
	padding:3px;
	border:1px solid #3e7b26;
	background-color:#fff;
	color:#999;
	font-size:12px;
	font-weight:bold;
}

/* Header */

#gw-top2 {
	width:940px;
	height:70px;
}
#gw-white {
	width:940px;
	background-color:#FFFFFF;
	border-top: 4px double #dfdfdf;
	border-bottom: 4px double #dfdfdf;
	height:47px;
}
#gw-nav {
	width:904px;
	height:36px;
	padding:0px 11px 0px;
	margin:5px 7px 5px 7px;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	background-color:#3e7b26;
	background-image:url(../images/green-bar-bg.gif);
	background-repeat:repeat-x;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	text-shadow:#3660ac 0px 2px 1px;
}
#gw-search {
	width:280px;
	float:left;
	vertical-align:middle;
}
.gw-top-links {
	height:18px;
	padding:0px 8px;
	border-right:1px solid #679b53;
	border-left:1px solid #346820;
	float:right;
	margin-top:10px;
}
.gw-top-links a{
	color:#fff;
	text-decoration:none;
}
.gw-top-links a:visited{
	color:#fff;
	text-decoration:none;
}
.gw-top-links a:hover{
	color:#fff;
	text-decoration:none;
}
.gw-top-links a:active{
	color:#000;
	text-decoration:none;
}

/* Sidebars */

.gwround-top {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 0px;
}
.sidebar-size-g {
	width:160px;
	height:36px;
	background-color:#f0f0f0;
}
.sidebar-size-b {
	width:160px;
	height:36px;
	background-color:#3e7b26;
}
.sidebar-size-w {
	width:160px;
	background-color:#fff;
}
.body-size-g {
	width:599px;
	height:36px;
	background-color:#f0f0f0;
}
.body-size-q {
	width:939px;
	height:36px;
	background-color:#f0f0f0;
}
.body-size-q2 {
	width:939px;
	background-color:#fff;
}
.body-size-w {
	width:599px;
	background-color:#fff;
}
.gwround-bottom {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border: 1px solid #d3d3d3;
	margin-bottom:7px;
}
.gwround-bottom-b {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border: 1px solid #d3d3d3;
	margin-bottom:7px;
	color:#fff;
	background-color:#3e7b26;
	background-image:url(../images/green-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:160px;
}
.gwround-innertube-top {
	margin: 10px 7px 3px 7px;
	font-size:1.15em;
	font-weight:bold;
}
.gwround-innertube-top-b {
	margin: 10px 7px 3px 7px;
	font-size:1.15em;
	font-weight:bold;
	color:#fff;
}
.gwround-innertube-top-b a{
	color:#fff;
}
.gwround-innertube-top-b a:visited{
	color:#fff;
}
.gwround-innertube-top-b a:hover{
	color:#fff;
}
.gwround-innertube-top-b a:active{
	color:#fff;
}
.gwround-innertube-bottom {
	margin: 3px 7px 10px 7px;
	font-size:.85em;
}
.gwround-innertube-bottom-b {
	margin: 3px 7px 10px 7px;
	font-size:.85em;
	color:#fff;
}
p.sidebar-subheader {
	font-size:1.2em;
	margin:5px 0;
	font-weight:bold;
	color:#cccccc;
}

/* Sidebar Menus */

.gw-menu{
	border:0;
	width: 146px;
}

* html .gw-menu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 126px;
}

.gw-menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.gw-menu a{
	padding: 1px 10px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #000;
	text-decoration: none;
}
.gw-menu a:visited{
	color: #000;
}

html>body .gw-menu a{ /*Non IE rule*/
	width: auto;
}

.gw-menu a:hover{
	background-color: #3e7b26;
	color: #fff;
}

/* Content Styles */

.body-innertube-bottom {
	margin: 3px 7px 10px 7px;
	font-size:1em;
}
.sml-super {
	width:550px;
	margin:0 auto;
}
.quick-info {
	float:left;
	width:179px;
	margin-right:10px;
}
.quick-info img{
	margin-top:-6px;
}
.quick-info a{
	color:#3e7b26;
}
.quick-info a:visited{
	color:#3e7b26;
}
.quick-info a:active{
	color:#3e7b26;
}
.quick-info a:hover{
	color:#6dc04c;
}
.quick-info h1 {
	font-size:1.5em;
	font-weight:bold;
	margin:5px 0;
	color:#333;
}
.quick-info h2 {
	font-size:1.5em;
	font-weight:bold;
	margin:5px 0;
	color:#3e7b26;
}
.quick-info h3 {
	font-size:.9em;
	font-weight:bold;
	margin:0;
	color:#bbbbbb;
}
.quick-info p {
	margin:0 0 10px;
}
.sml-container {
	width:361px;
	float:left;
}
.gray-sml-top {
	width:351px;
	padding:5px;
	background-color:#d0d0d0;
	margin:0 auto;
}
.gray-sml-bot {
	width:335px;
	padding:8px 12px;
	background-color:#fff;
	border:1px solid #d0d0d0;
	margin:0 auto;
}
.gray-sml-bot a{
	font-weight:bold;
}
.gray-top {
	width:540px;
	padding:5px;
	background-color:#d0d0d0;
	margin:0 auto;
}
.gray-bot {
	width:524px;
	padding:8px 12px;
	background-color:#fff;
	border:1px solid #d0d0d0;
	margin:0 auto;
}
.white-txt {
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
}
.microbanners {
	width:550px;
	margin:0 auto;
	padding:0 0 12px;
}
.p-fix {
	margin:0 0 12px;
}

/* Image Carousel */

.carousel {
	width:550px;
	margin:0 auto;
	padding-top:4px;
}
.carousel-control {
	width:300px;
	margin:0 auto;
}
.slide1 .slide2 .slide3 .slide4 {
	float:right;
}
button.carouselbtn { 
	padding: 0 3px 0 0px; 
	margin-right:2px; 
	font-size:11px;
	letter-spacing:.1em;
	text-align: center; 
	background: transparent url(http://www.worldwidegolfshops.com/_global-images/carousel-external-buttons.gif) no-repeat right -82px; 
	margin-top:4px;
	text-shadow:#5e5e5e 0px 2px 1px;
	width:60px;
}
	
button.carouselbtn span {
	padding: 4px 5px 0 10px; 
	height:21px;
	background: transparent url(http://www.worldwidegolfshops.com/_global-images/carousel-external-buttons.gif) no-repeat left top; 
	color:#fff;
	font-weight:bold;
}
	
button.carouselbtn:hover, button.carouselbtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -123px; 
}
	
button.carouselbtn:hover span, button.carouselbtnHover span {
	background-position: 0 -41px;
}