/*
CSS - Tourfit
*/



* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

.hidden { display: none; }

body {
	margin: 0;
	padding: 0;
	background: #000;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #3f4042;
}

#wrap {
	margin: 0 auto;
	margin-top: 20px;
	padding: 15px;
	width: 734px;
	background: #fff;
	border: 5px solid #bf2410;
}

#container { width: 734px; height: auto; background: #fff url('../images/core/bg.gif') repeat-y 0 0 }

img {border: none;}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: '.';
	display: block;
	clear: both;
}/* apply this to the div that contains 2 or more floating elements */ 

.clearfix {display: inline-block;}

ul.list { list-style: square; margin: 0 0 20px 30px;  }
ul.list li { padding-left: 10px; }

ol { margin: 0 0 20px 30px; }

/********************
	HEADER
********************/
div#header {
	width: 744px;
	height: 86px;
	padding-bottom: 15px;
	background: #fff;
	display: block;
	text-align: center;
}


/********************
	CONTENT-LEFT
********************/
div#content-left {
	width: 536px;
	float: left;
}

div#content-left img { float: left; display: block; clear: both; }

div#content-left div.header {
	display: block;
	width: 100%;
	background: #000000;
	float: left; clear: both;
}

div#content-left div.header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 27px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	display: block;
	margin-bottom: 15px;
	border-top: 1px solid #999999;
}

h3#first { border: none; }

div#content-left div#textbox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}

div#content-left div#textbox {
	background: #ececec;
	padding: 20px 30px 20px 26px;
	width: 480px;
	height: auto;
	float: left;
	clear: both;
}

div#content-left div#textbox p {
	margin-bottom: 20px;
}

div#content-left div#textbox a {color: #bf2410; text-decoration: underline;}
div#content-left div#textbox a:hover {color: #bf2410; text-decoration: none;}

div#content-left div#textbox table.products {margin-bottom: 20px; }

div#content-left div#textbox table.products p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f4042;
	line-height: 18px;
	padding: 0 5px 8px 0;
	width: auto;
}

div#content-left div#textbox table.products h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f4042;
}


/********************
	CONTENT-RIGHT
********************/
div#content-right {
	width: 179px;
	float: right;
}

ul#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}

ul#nav li {
	line-height: 29px;
	border-bottom: 1px solid #e8e4dd;
	font-weight: bold;
	list-style: none;
}

ul#nav li a {color: #767070; text-decoration: none; padding-left: 10px; display: block;}
ul#nav li a:hover {color: #000; text-decoration: none; padding-left: 25px; background: #eee url(../images/core/nav-bullet.gif) no-repeat 15px center;}
#home .nav1 a, #profile .nav2 a, #drivers .nav3 a, #woods .nav4 a, #hybrids .nav5 a, #irons .nav6 a, #wedges .nav7 a, #putters .nav8 a,
#shafts .nav9 a, #grips .nav10 a, #accessories .nav11 a, #contact .nav12 a {
	color: #fff; text-decoration: none; padding-left: 25px; background: #000 url(../images/core/nav-bullet.gif) no-repeat 15px center; }

div#content-right div#cta { width: 179px; margin-bottom: 15px; }
#home div#cta, #accessories div#cta, #contact div#cta { height: 185px; background: url('../images/cta/call_to_action1.gif') no-repeat 0 0; }
#profile div#cta { height: 185px; background: url('../images/cta/call_to_action2.gif') no-repeat 0 0; }
#drivers div#cta { height: 185px; background: url('../images/cta/call_to_action3.gif') no-repeat 0 0; }
#woods div#cta { height: 185px; background: url('../images/cta/call_to_action4.gif') no-repeat 0 0; }
#hybrids div#cta { height: 185px; background: url('../images/cta/call_to_action5.gif') no-repeat 0 0; }
#irons div#cta { height: 185px; background: url('../images/cta/call_to_action6.gif') no-repeat 0 0; }
#wedges div#cta { height: 185px; background: url('../images/cta/call_to_action7.gif') no-repeat 0 0; }
#putters div#cta { height: 185px; background: url('../images/cta/call_to_action8.gif') no-repeat 0 0; }
#shafts div#cta { height: 185px; background: url('../images/cta/call_to_action9.gif') no-repeat 0 0; }
#grips div#cta { height: 185px; background: url('../images/cta/call_to_action10.gif') no-repeat 0 0; }

div#content-right div#contact-box {
	width: 149px;
	background: #ececec;
	padding: 15px;
}

div#content-right div#contact-box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f4042;
	line-height: 18px;
	text-align: center;
	margin-bottom: 15px;
}

/********************
	FOOTER
********************/
div#footer {
	width: 744px;
	margin: 10px auto;
}

div#footer p {
	color: #bcbcbc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

div#footer a {color: #bcbcbc; text-decoration:none;}
div#footer a:hover {color: #bcbcbc; text-decoration: underline;}

