/*
	Typography
	built by AntalMedia (www.antalmedia.com)
	built on WSC3 CSS standards
	relys on Whatever:hover - v1.42.060206 by Peter Nederlof
	
	copyright 2007. all rights reserved.
		
*/
#identity h1 {
	margin: 0 !important;
	padding: 0 !important;
}
#identity h1 a, #identity h1 a:visited, #identity h1 a:hover {
	display: block;
	height: 100px;
	width: 300px;
	text-indent: -9999em !important;
	background: url(/lib/images/logo.gif) 0 50% no-repeat;
}
/****************************************|NAVIGATION|****************************************/
/*****|MAIN NAVIGATION|*****/
#main_nav a, #main_nav a:visited {
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
}
#main_nav a:hover {
	color: #B2B2B2;
}
/*****|CATEGORY NAVIGATION|*****/

/*****|PAGE NAVIGATION|*****/
.navigation h3 a, .navigation h3 a:visited {
	display: block;
	height: 15px;
	width: 125px;
	text-indent: -9999em;
}
.navigation #heads a, .navigation #heads a:visited { background: url(/lib/images/heads_title.gif); }
.navigation #shafts a, .navigation #shafts a:visited { background: url(/lib/images/shafts_title.gif); }
.navigation #grips a, .navigation #grips a:visited { background: url(/lib/images/grips_title.gif); }
.navigation #putters a, .navigation #putters a:visited { background: url(/lib/images/putters_title.gif); }
.navigation #heads a, .navigation #shafts a, .navigation #grips a, .navigation #putters a, .navigation #heads a:visited, .navigation #shafts a:visited, .navigation #grips a:visited, .navigation #putters a:visited { background-position: 2px -15px; }
.navigation #heads.category_focus a,
.navigation #heads.category_focus a:visited,
.navigation #heads.category_focus a:hover,
.navigation #heads a:hover,
.navigation #shafts.category_focus a,
.navigation #shafts.category_focus a:visited,
.navigation #shafts.category_focus a:hover,
.navigation #shafts a:hover,
.navigation #grips.category_focus a,
.navigation #grips.category_focus a:visited,
.navigation #grips.category_focus a:hover,
.navigation #grips a:hover,
.navigation #putters.category_focus a,
.navigation #putters.category_focus a:visited,
.navigation #putters.category_focus a:hover,
.navigation #putters a:hover { background-position: 2px 0; }
.navigation .nav_category ul a, .navigation .nav_category ul a:visited {
	padding: .1em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.75em;
	color: #517399;
}
.navigation .nav_category ul a:hover, .page_focus a, .page_focus a:visited, .page_focus a:hover {
	color: #F89013;
	border-bottom: 2px solid #F89013;
}
/****************************************|INNER|****************************************/
#inner h1 {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 42px;
	font-weight: normal;
	line-height: 24px;
	text-transform: capitalize;
	color: #517399;
}
/****************************************|FOOTER|****************************************/
#copyright p {
	color: #666666;
	text-align: center;
}
/****************************************|STANDARD|****************************************/
body {
	color:#000000;
	font-family:Verdana,Arial,sans serif;
	font-size: 11px;
	line-height: 14px;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial,sans serif;
}
h1 {
	color: #631010;
	font-size: 4em;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h2 {
	color: #303438;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 1.2em 0 .4em 0;
}
h3 {
	color: #631010;
	font-size: 1.5em;
	font-weight: normal;
	/*margin: 1.2em 0 .4em 0;*/
}
h4 {
	color: #631010;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 .2em 0;
}
h5 {
	color: #631010;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 .2em 0;
}
p, pre {
	color: #3a3a3a;
	margin: 0 0 1.5em 0;
}
ul {
	margin: 0 0 1.5em 2.75em;
	padding: 0;
	list-style-position: outside;
}
li {
	color: #3a3a3a;
}
ul.no_bullets {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}
ol {
	margin: 0 0 1.5em 3.5em;
	padding: 0;
	list-style-position: outside;
}
a, a:visited {
	color: #3D6893;
	text-decoration: none;
}
a:hover {
	color: #00363a;
	text-decoration: none;
}
label {
	color: #000000
	font-size: 1em;
}
input, textarea {
	color: #3a3a3a;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	padding: .1em .3em;
	background-color: #FFFFFF;
	border: 1px solid #d7d7d7;
}