/* CSS Document */

img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bkg-main.gif) repeat #0d0d0d;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	margin: 0;
	padding: 6px 0 8px 0;
	line-height: 18px;
	color: #000;
	text-align: left;
}

h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 32px;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 a {
	color: #999;
}

h1 a:hover {
	color: #000;
}

h2 {
	font:11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #666;
	padding: 0;
	margin: 0 0 6px 0;
}

h3 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

h6.images {
	line-height: 0;
	margin: 0;
	padding: 0;
}

ul {
	color: #fff;
	line-height: 18px;
	text-align: left;
}

ol {
	color: #fff;
	line-height: 18px;
	text-align: left;
}

a {
	color: #c93026;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

table {
	margin: 0;
	padding: 0;
	width: auto;
}

td {
	text-align: left;
	padding: 4px;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ccc;
	padding: 2px;
	padding-bottom: 1px;
	border: 1px solid #626262;
	background: transparent 
	url("../images/bkg-input.gif") repeat-x;
}

textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ccc;
	padding: 2px;
	border: 1px solid #626262;
	background: #333;
}

input.btns {
	padding: 1px 1px 0 1px;
}

select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

#search-wrap {
	background: #252525;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#search {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#search table {
	float: right;
}

a.button {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ccc;
	padding: 1px 4px 0 4px;
	border: 1px solid #626262;
	background: transparent
	url("../images/bkg-input.gif") repeat-x;
}

a:hover.button {
	color: #fff;
	background: #c93026;
}

#logo {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

#nav-wrap {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #a91019;
}

/* MAIN NAVIGATION */

#nav-wrap2 {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}

#home-arrow {
	position: absolute;
	left: 55px;
	top: 21px;
	width: 13px;
	height: 6px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a.top {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px 0;
	color: #fff;
	text-align: center;
	line-height: 16px;
}

#nav li a.on, #nav li.sfhover a.top {
	background: url(../images/bkg-nav-on.gif) repeat-x top #a91019;
}

#nav li a.top:hover {
	background: url(../images/bkg-nav-on.gif) repeat-x top #a91019;
	text-decoration: none;
}

#nav li.dots {
	width: 3px;
	padding-top: 2px;
}

#nav li.home, #nav li.home a {
	width: 120px;
}

#nav li.home a.on {
	color: #a91019;
	background: none;
}

#nav li.home a.on:hover {
	color: #fff;
}

#nav li.jim-flood-design, #nav li.jim-flood-design a.top {
	width: 205px;
}

#nav li.wedges, #nav li.wedges a.top {
	width: 145px;
}

#nav li.putters, #nav li.putters a.top {
	width: 145px;
}

#nav li.grips, #nav li.grips a.top {
	width: 120px;
}

#nav li.complete-sets, #nav li.complete-sets a.top {
	width: 200px;
	border-right: none;
}

#nav li ul li a { 
	display: block;
	width: 160px;
	background-image: url(../images/img-navarrow.gif);
	background-repeat: no-repeat;
	background-color: #363535;
	padding: 6px 20px;
	border-bottom: 1px solid #474545;
	font-size: 11px;
	text-align: left;
	color: #fff;
}

#nav li ul li a:hover { 
	background-color: #474545;
	text-decoration: none;
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #363535;
	z-index: 1;
}

#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: #363535;
	z-index: 1;
}

#columns {
	width: 905px;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

#columns-rt {
	width: 662px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
}

#columns-lt {
	width: 233px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.boxes {
	border: 4px solid #fff;
}

#leftnav {
	width: 200px;
	height: 235px;
	margin: 0 0 10px 0;
	padding: 12px;
	text-align: left;
	background: url(../images/bkg-lftboxes.gif) no-repeat top #1c1c1c;
}

#leftnav ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#leftnav li {
	width: auto;
	height: auto;
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#leftnav li a {
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #595858;
}

#leftnav li a:hover {
	text-decoration: none;
	color: #c93026;
}

#leftnav li a.on {
	border-bottom: none;
	font-weight: bold;
	color: #c93026;
}

.social {
	float: left;
	width: 16px;
	margin-right: 8px;
	border: none;
}

#news {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 8px 12px;
	text-align: left;
	background: url(../images/bkg-lftboxes-red.gif) no-repeat top #300700;
}

#news p {
	color: #909191;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 0 6px 0;
}

#news a {
	color: #fff;
	font-weight: normal;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: none;
}

#news a:hover {
	color: #666;
	text-decoration: none;
}

#flash-hm {
	width: 662px;
	height: 267px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.flash {
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	border: 4px solid white;
}

.trio {
	width: 652px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}

.trio-rt {
	width: 204px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	float: right;
}

.trio-lt {
	width: 430px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	float: left;
}

.trio-lt-rt {
	width: 200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	float: right;
}

.trio-lt-lt {
	width: 204px;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	float: left;
}

#enews-wrap {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-enews.gif) repeat-x top #2c2c2b;
	border-top: 4px solid #363535;
	border-bottom: 1px solid #a91019;
}

#enews {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
}

#enews table {
	margin: 0 auto;
	text-align: center;
}

#enews p {
	margin: 0;
	padding: 0;
	line-height: 14px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #c4c4c4;
}

#footer {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

#footer p {
	text-align: center;
	color: #666;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #c93026;
}

#content {
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px 20px 50px 20px;
	text-align: center;
	background: url(../images/bkg-content.gif) no-repeat top #fff;
	text-align: left;
}

#content li {
	color: #000;
}

.imagewrap {
	float: right;
	width: 210px;
	height: auto;
	margin: 0 0 20px 20px;
	padding: 0;
}

/* begin css tabs */

#tabnav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#tabnav li {
	float: left;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

#tabnav li a {
	display: block;
	width: 164px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	background: url(../images/bkg-tabs.gif) repeat-x top #5c5c5c;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#tabnav li.first {
	border-left: none;
}

#tabnav li.first a {
	width: 167px;
}

#tabnav a.on, #tabnav a:hover {
	background: #fff;
	color: #000;
}

#eretail {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#eretail ul {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
	display: inline;
}

#eretail li {
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	text-align: center;
	list-style-type: none;
	display: inline;
	float: left;
}

.heavy {
	font-weight: bold;
}

#rap {
	background: url(../images/img-rap.jpg) bottom right no-repeat;
	width: auto;
	height: 400px;
	margin: 0;
	padding: 0 250px 0 0;
}

#powerpod {
	background: url(../images/img-powerpod.jpg) bottom right no-repeat;
	width: auto;
	height: 450px;
	margin: 0;
	padding: 0 250px 0 0;
}

#gallery {
	list-style-type: none;
	padding: 0;
	margin: 0 0 200px 0;
}

#gallery li {
	padding: 0;
	margin: 0;
	display: block;
	width: 194px;
	height: 194px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}

#gallery li div {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 194px;
	height: 194px;
}

/* end css tabs */

/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/