@charset "utf-8";

/* CSS Document */

body {
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	color: #ffffff;
	background: #003300 url(../images/bg.gif) repeat;
}

a { color: #ffffff; }

p a {
	color: #006600;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
}

p { padding: 0 0 20px 0; }

blockquote {
	padding: 15px;
	font-size: 1.2em;
	font-style: italic;
	background: #fff9df;
	border: 1px solid #dfc0a7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

cite {
	clear: both;
	display: block;
	font-size: 0.85em;
	color: #669966;
	margin: 0 0 15px 10px;
}

h1, h2, h3, h4 {
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #cccccc;
}

h3 { font-size: 1.2em; }

a.buttonSmall {
	background: transparent url(../images/buttons/bgButton22Right.gif) scroll top right;
	color: #444444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 22px;
	margin-right: 6px;
	padding-right: 15px;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
	outline: none;
}

a.buttonSmall span {
	font-size: 0.9em;
	font-weight: bold;
	background: transparent url(../images/buttons/bgButton22Left.gif) no-repeat;
	display: block;
	line-height: 12px;
	padding: 5px 0 5px 15px;
}

a.buttonSmall:active {
	background: transparent url(../images/buttons/bgButton22Right.gif) right bottom;
	color: #000000;
	outline: none;
}

a.buttonSmall:active span {
	background: transparent url(../images/buttons/bgButton22Left.gif) left bottom;
	padding: 6px 0 4px 15px;
	outline: none;
}

a.buttonBig {
	background: transparent url(../images/buttons/bgButton30Right.gif) scroll top right;
	color: #ffffff;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 30px;
	margin-right: 6px;
	padding-right: 15px;
	text-decoration: none;
	outline: none;
}

a.buttonBig span {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	background: transparent url(../images/buttons/bgButton30Left.gif) no-repeat;
	display: block;
	line-height: 20px;
	padding: 5px 0 5px 15px;
}

a.buttonBig:active {
	background: transparent url(../images/buttons/bgButton30Right.gif) right bottom;
	color: #ffffff;
	outline: none;
}

a.buttonBig:active span {
	background: transparent url(../images/buttons/bgButton30Left.gif) left bottom;
	padding: 6px 0 4px 15px;
	outline: none;
}

.button30x190 {
	width: 190px;
	height: 30px;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	background: url(../images/buttons/bgButton30x190.gif);
}

.button30x190:focus {
	background: url(../images/buttons/bgButton30x190.gif);
	border: 0;
	background-position: 0 -30px;
}

.button30x190:active {
	background: url(../images/buttons/bgButton30x190.gif);
	border: 0;
	background-position: 0 -60px;
}

.button30x190:hover {
	background: url(../images/buttons/bgButton30x190.gif);
	border: 0;
	background-position: 0 -30px;
}

.imgLeft {
	float: left;
	margin: 0 20px 20px 0;
	padding: 15px;
	border: 1px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #eeeeee;
}

.imgRight {
	float: right;
	margin: 0 0 20px 20px;
	padding: 15px;
	border: 1px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #eeeeee;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 120px;
	text-align: left;
	clear: both;
	position: relative;
}

#header a.logo {
	position: relative;
	width: 250px;
	height: 90px;
	top: 25px;
	left: 20px;
	outline: none;
}

ul#utility {
	position: absolute;
	top: 20px;
	right: 20px;
	float: right;
	display: block;
	padding: 0 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #637f57;
	background: #123f00;
}

ul#utility li {
	float: left;
	margin: 4px 10px;
	font-weight: bold;
	font-size: 0.9em;
}

ul#menu {
	position: absolute;
	top: 70px;
	right: 0;
	float: right;
	display: block;
	width: 475px;
	height: 35px;
}

ul#menu li {
	display: block;
	float: left;
	height: 35px;
}

ul#menu li a {
	display: block;
	height: 35px;
	text-indent: -9999px;
	outline: none;
	background: url(../images/menu.gif);
}

ul#menu li#retail a {
	width: 100px;
	background-position: 0 0;
}

ul#menu li#wholesale a {
	width: 152px;
	background-position: -100px 0;
}

ul#menu li#links a {
	width: 105px;
	background-position: -252px 0;
}

ul#menu li#contact a {
	width: 118px;
	background-position: -357px 0;
}

ul#menu li#retail a:hover { background-position: 0 -35px; }

ul#menu li#wholesale a:hover { background-position: -100px -35px; }

ul#menu li#links a:hover { background-position: -252px -35px; }

ul#menu li#contact a:hover { background-position: -357px -35px; }

ul#menu li#retail a:active { background-position: 0 -70px; }

ul#menu li#wholesale a:active { background-position: -100px -70px; }

ul#menu li#links a:active { background-position: -252px -70px; }

ul#menu li#contact a:active { background-position: -357px -70px; }

#content, #contentSub {
	width: 960px;
	float: left;
	padding: 0;
	float: left;
	text-align: left;
	clear: both;
	color: #333333;
	background: url(../images/bgGolfer.jpg) no-repeat;
	position: relative;
}

#contentSub { background: url(../images/bgContentTile.jpg) repeat-y; }

#contentPadding {
	float: left;
	width: 860px;
	padding: 0 50px;
	margin: 0 0 20px 0;
}

#contentBottom {
	float: left;
	width: 960px;
	height: 30px;
	margin: 30px 0 0 0;
	background: url(../images/bgContentBottom.jpg);
}

#cta {
	float: right;
	width: 285px;
	margin: 85px 55px 20px 0;
}

#tees {
	position: absolute;
	width: 285px;
	top: -10px;
	right: 50px;
	z-index: 99;
}

#cta h1 a {
	position: absolute;
	top: 0;
	width: 255px;
	height: 345px;
	text-indent: -9999px;
	outline: none;
	background: url(../images/buttons/orderYoursToday.png) no-repeat;
}

#cta h1 a:hover { background-position: -255px 0; }

#cta a { }

#cta h2 {
	font-size: 1.2em;
	color: #ffcc66;
	margin: 265px 0 0 10px;
	border: none;
}

#cta h3 {
	font-size: 1em;
	color: #ffffff;
	font-weight: normal;
}

#cta ul {
	list-style: none;
	margin: 0 0 20px 10px;
}

#cta ul li {
	margin: 8px 0;
	padding: 2px 0 0 25px;
	background: url(../images/icons/check.png) 5px 5px no-repeat;
}

#banner {
	float: left;
	width: 520px;
	height: 350px;
	margin: 50px 0 10px 50px
}

#banner ul {
	width: 280px;
	height: 150px;
	margin: 20px 0 15px 0;
	background: url(../images/bannerText.png);
}

#banner ul li { text-indent: -9999px; }

#banner ul li h2 { border: none; }

#banner ul li#backspin {
	width: 280px;
	height: 50px;
	background-position: 0 0;
}

#banner ul li#angle {
	width: 280px;
	height: 50px;
	background-position: 0 -50px;
}

#banner ul li#consistent {
	width: 280px;
	height: 50px;
	background-position: 0 -100px;
}

#bannerSub {
	float: left;
	width: 960px;
	height: 160px;
	margin: 0 0 20px 0;
	background: url(../images/bgBannerSub.jpg);
}

#bannerSub h1 {
	width: 350px;
	height: 60px;
	margin: 50px 0 0 50px;
	text-indent: -9999px;
}

#bannerSub.confirmation h1 { background: url(../images/text/orderConfirmation.png); }

#bannerSub.shipping h1 { background: url(../images/text/shipping.png); }

#bannerSub.billing h1 { background: url(../images/text/billingAndPayment.png); }

#bannerSub.cart h1 { background: url(../images/text/myShoppingCart.png); }

#bannerSub.contact h1 { background: url(../images/text/contactUs.png); }

#bannerSub.links h1 { background: url(../images/text/linksAndResources.png); }

#bannerSub.shop h1 { background: url(../images/text/shopConsistentTee.png); }

#bannerSub.wholesale h1 { background: url(../images/text/wholesale.png); }

#bannerSub.features h1 { background: url(../images/text/productFeatures.png); }

#bannerSub.gallery h1 { background: url(../images/text/pictureGallery.png); }

p.home {
	float: left;
	width: 520px;
	color: #ffffff;
	margin: 0 0 0 50px;
	padding: 0 0 30px 0;
}

p.home a { color: #ffffff; }

.contentPadding { padding: 0 50px; }

.display { float: left; }

.display a { color: #000000; }

ul#productGrid {
	float: left;
	width: 900px;
	margin: 0 0 20px 50px;
}

ul#productGrid li {
	float: left;
	width: 260px;
	margin: 0 30px 20px 0;
}

ul#productGrid li a {	outline: none; }

ul#productGrid li h2 a { color: #006633; }

.bgThumbImage {
	display: block;
	width: 270px;
	height: 200px;
	background: url(../images/bgThumbImage.gif);
}

.bgThumbImage img {
	margin: 30px 0 0 40px;
	border: 1px solid #006600;
}

.shortDescription {
	display: block;
	width: 190px;
	height: 80px;
	padding: 0 40px 20px 40px;
	color: #333333;
	background: url(../images/bgShortDescription.gif) bottom no-repeat;
}

.price { font-weight: bold; }

.shortDescription h2 { font-size: 1.2em; }

#productOverview {
	width: 450px;
	float: left;
}

#productOverview a { color: #006600; }

ul#functions {
	display: inline;
	float: left;
	width: 450px;
	margin: 0 0 5px 0;
}

ul#functions li { float: left; }

#buyPanel {
	float: left;
	width: 450px;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 15px 0 20px 0;
	border-top: 1px dotted #cccccc;
}

#price, dl.quantity { float: left; }

#price {
	color: #006600;
	font-size: 1.4em;
	margin: 4px 20px 0 10px;
}

dl.quantity {
	width: 200px;
	margin: 4px 0 0 0;
}

dl.quantity dt {
	float: left;
	text-align: right;
	width: 95px;
	height: 25px;
	padding: 3px 5px 3px 0;
}

dl.quantity dd {
	float: left;
	width: 100px;
	height: 35px;
}

#productGallery {
	width: 350px;
	margin: 0 0 30px 0;
	float: right;
}

.productImage {
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
	margin: 15px 0 0 0;
	border: 1px solid #dddddd;
	background: #333333;
}

ul#productGalleryThumbs { clear: both; }

ul#productGalleryThumbs li {
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin: 5px 0 0 0;
	border: 1px solid #dddddd;
	background: #f5f5f5;
}

#aside {
	width: 960px;
	height: 230px;
	clear: both;
	margin: 0 0 10px 0;/*background: url(../images/bgAside.png) no-repeat;*/
}

#aside ul {
	float: left;
	margin: 0 0 0 0;
}

#aside ul li {
	position: relative;
	float: left;
	height: 230px;
}

#aside ul li a {
	float: left;
	display: block;
	height: 230px;
	outline: none;
	text-indent: -9999px;
	background: url(../images/bgAside.jpg) no-repeat;
}

#aside ul li#anatomy a {
	width: 305px;
	padding: 0 0 0 20px;
	background-position: 0 0;
}

#aside ul li#performance a {
	width: 310px;
	background-position: -325px 0;
}

#aside ul li#results a {
	width: 305px;
	padding: 0 20px 0 0;
	background-position: -635px 0;
}

#aside ul li#anatomy a:hover {
	width: 305px;
	background-position: 0 -230px;
}

#aside ul li#performance a:hover {
	width: 310px;
	background-position: -325px -230px;
}

#aside ul li#results a:hover {
	width: 305px;
	background-position: -635px -230px;
}

.tabs {
	clear: both;
	width: 860px;
	padding: 0 0 30px 0;
}

ul.tabNavigation {
	float: left;
	width: 640px;
	display: block;
	margin: 20px 0 0 0;
	background: url(../images/spacer_grey.gif) repeat-x bottom;
}

ul.tabNavigation li {
	float: left;
	margin: 0 8px 0 0;
	background: #eeeeee;
}

ul.tabNavigation li a {
	color: #666666;
	font-weight: bold;
	line-height: 27px;
	height: 27px;
	padding: 6px 10px;
	border: 1px solid #cccccc;
	border-bottom: none;
}

ul.tabNavigation li a:hover {
	color: #000000;
	border-top: 1px solid #cccccc;
	background: #ffffff;
}

ul.tabNavigation li a.selected {
	color: #ffffff;
	font-weight: bold;
	border: none;
	background: #006600;
}

.tabsVertical {
	clear: both;
	width: 860px;
	padding: 0 0 30px 0;
}

ul.tabNavigationVertical {
	float: right;
	width: 225px;
	height: 350px;
	display: block;
	margin: 10px 0 0 0;
	background: url(../images/bgTabNavigationVertical.gif) no-repeat;
}

ul.tabNavigationVertical li {
	float: left;
	margin: 0 8px 0 0;
}

ul.tabNavigationVertical li a {
	display: block;
	color: #666666;
	font-weight: bold;
	line-height: 27px;
	width: 205px;
	height: 27px;
	padding: 6px 10px;
	border-bottom: none;
	outline: none;
}

ul.tabNavigationVertical li a:hover { color: #000000; }

ul.tabNavigationVertical li a.selected {
	color: #ffffff;
	font-weight: bold;
	border: none;
	padding: 6px 5px 6px 15px;
	background: #006600 url(../images/bgTabNavigationArrow.gif) left center no-repeat;
}

.tabContentVertical {
	float: left;
	width: 600px;
	padding: 0 0 0 0;/*border-top: 5px solid #006600;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;*/
}

ul.list {
	list-style: circle;
	margin: 0 0 20px 20px;
}

ul.list li { padding: 5px 0; }

dl.loginBox {
	width: 400px;
	float: left;
	padding: 10px 20px;
	margin: 40px auto 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #dddddd;
	background: #f5f5f5;
}

dl.loginBox h2 { margin: 10px 0 0 0; }

dl.loginBox dt {
	float: left;
	width: 135px;
	padding: 15px 15px 5px 0;
	text-align: right;
}

dl.loginBox dd {
	float: left;
	width: 230px;
	padding: 10px 20px 10px 0;
}

dl.loginBox .buttons { margin: 0 0 30px 150px; }

dl.loginBox #forgot { clear: both; }

dl.form {
	float: left;
	width: 425px;
	margin: 0 0 0 0;
}

dl.form dt {
	float: left;
	width: 140px;
	padding: 12px 10px 5px 0;
	text-align: right;
}

d.form dt label { font-weight: bold; }

dl.form dd {
	float: left;
	width: 275px;
	padding: 10px 0 10px 0;
}

dl.form .button { margin: 0 0 0 150px; }

.tableData {
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	line-height: 1em;
	border-top: 1px solid #dddddd;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
}

.tableData th {
	padding: 8px;
	font-size: 0.85em;
	text-align: left;
	color: #666666;
	padding-right: 10px;
	background: #dff1ff;
	border-bottom: 2px solid #dddddd;
}

.tableData tr { background: url(../images2/bgTableTr.gif) repeat-x; }

.tableData td {
	line-height: 28px;
	padding: 0 8px;
	font-size: 0.9em;
	border-bottom: 1px solid #dddddd;
}

.tableData a {
	color: #006600;
	font-weight: bold;
}

.tableData tr:hover { background: #fff6ef; }

label { font-weight: bold; }

input, select, textarea {
	padding: 4px 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #999999;
	background: #f5f5f5;
}

select.Items:focus, input.Items:focus {
	border: 1px solid #999999;
	background: #666666;
}

.field25 { width: 25px; }

.field50 { width: 50px; }

.field75 { width: 75px; }

.field100 { width: 100px; }

.field125 { width: 125px; }

.field150 { width: 150px; }

.field175 { width: 175px; }

.field200 { width: 200px; }

.field300 { width: 300px; }

.field400 { width: 400px; }

#searchDialog {
	z-index: 100;
	top: 34px;
	right: 70px;
	padding: 10px 10px;
	position: absolute;
	border: 1px dotted #cccccc;
	-moz-border-radius: 5px;
	background: #ffffff;
}

#footer {
	width: 960px;
	height: 120px;
	text-align: left;
	color: #99cc99;
	clear: both;
	font-weight: bold;
}

#footer img {
	clear: left;
	float: left;
	margin: 20px 0 0 45px;
}

#footer a {
	color: #ffffff;
	font-weight: bold;
}

#footer p {
	clear: right;
	float: right;
	width: 200px;
	margin: 10px 30px 0 0;
	font-size: 0.85em;
}

ul#menuFooter {
	float: left;
	margin: 0 0 0 30px;
}

ul#menuFooter li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #99cc99;
}

ul#menuFooter li.last {
	float: left;
	padding: 0 15px;
	border-right: none;
}

ul#menuSocial {
	float: right;
	margin: 0 30px 0 0;
}

ul#menuSocial li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #99cc99;
}

ul#menuSocial li.follow {
	float: left;
	padding: 0;
	border-right: none;
}

ul#menuSocial li.last {
	float: left;
	padding: 0 15px;
	border-right: none;
}
