/*  main styles
----------------------*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}

body {
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

a:link {
	color: #CC0000;
	text-decoration: none;
	background-color: #E7E7E7;
}

a:visited {
	text-decoration: none;
	color: #CC0000;
	background-color: #E7E7E7;
}

a:hover {
	text-decoration: underline;
	color: #666666;
	background-color: #E7E7E7;
}

a:active {
	text-decoration: none;
	color: #CC0000;
	background-color: #E7E7E7;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*  landing page
----------------------*/

#landing_wrapper {
	background-image: url(../images/landing_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 70px;
	height: 480px;
	width: 870px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#button_wrapper {
	float: right;
	height: auto;
	width: auto;
}

#landing_order {
	float: right;
	margin-top: 193px;
	clear: right;
	padding-right: 7px;
}

#landing_enter {
	float: right;
	margin-top: 38px;
	margin-right: 0px;
	clear: right;
	padding-right: 19px;
}


/*  main header & navigation
---------------------------------*/

#main_wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 840px;
	padding: 0px;	
}

#header {
	background-image: url(../images/header_bkgd.jpg);
	padding: 0px;
	margin: 0px;
	height: 181px;
	width: 840px;
}

#header-order {
	height: 35px;
	width: 176px;
	padding: 133px 0 0 632px;
	margin: 0px;
}

#main_nav {
	margin: 0px;
	height: 41px;
	width: 840px;
}


/*  content
--------------------------*/

#content_wrapper {
	background-image: url(../images/content_bkgd.gif);
	background-position: center top;
	background-repeat: repeat-y;
	height: auto;
	width: 773px;
	margin-left: 34px;
	margin-right: 33px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*  home page content
--------------------------*/

#home_header {
	margin-left: 50px;
	padding-top: 15px;
	position: relative;
	z-index: 2;
}

#home_flashcontent {
	float: right;
	height: 550px;
	width: 443px;
	position: relative;
	z-index: 0;
	padding-right: 2px;
	bottom: 51px;
}

#home_content {
	width: 270px;
	margin-left: 50px;
	position: relative;
	z-index: 1;
	padding-top: 15px;
	display: block;
}


/*  pros page content
--------------------------*/

#pros_flashcontent {
	height: 515px;
	width: 773px;
	position: relative;
	z-index: 1;
}

#pros_content {
	width: 286px;
	margin-left: 30px;
	position: relative;
	z-index: 1;
	padding-top: 15px;
	display: block;
}


/*  products page content
--------------------------*/

.products_header {
	padding-left: 55px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#weights_wrapper {
	height: auto;
	width: 615px;
	padding-left: 55px;
	clear: both;
}

#weights_wrapper p {
	margin-top: 1px;
	margin-bottom: 10px;
	padding-left: 280px;
}

.product_weights {
	float: left;
}

#redline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E48585;
	padding: 0px;
	margin-top: 11px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 1px;
}

.parts {
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
}

#target_wrapper {
	height: auto;
	width: 615px;
	padding-left: 55px;
	clear: both;
}

#target_wrapper p {
	margin-top: 1px;
	margin-bottom: 10px;
	padding-left: 280px;
}

.product_target {
	padding-top: 80px;
	float: left;
}

#kit_wrapper {
	height: auto;
	width: 615px;
	padding-left: 55px;
	clear: both;
}

#kit_wrapper p {
	margin-top: 1px;
	margin-bottom: 10px;
	padding-left: 280px;
}

.product_kit {
	padding-top: 15px;
	float: left;
	position: relative;
	z-index: 1;
}

.item_header {
	padding-left: 275px;
	display: block;
	padding-top: 35px;
}

.add_button {
	margin-top: 10px;
	padding-left: 50px;
	display: inline;
}

#add_button2 {
	margin-top: 10px;
	margin-left: 273px;
}

#price {
	font-size: 15px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
}


/*  faq page content
--------------------------*/

#faq_imagecontent {
	float: right;
	height: 346px;
	width: 335px;
	position: relative;
	z-index: 1;
	padding-right: 2px;
	top: 82px;
}

#faq_content {
	width: 395px;
	margin-left: 35px;
	padding-top: 15px;
	display: block;
	position: relative;
	z-index: 2;
}

.red {
	color: #D4262B;
}

.question {
	width: 358px;
	background-image: url(../images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	margin-top: 19px;
	margin-bottom: 10px;
}

.answer {
	width: 358px;
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dealer {
	width: 358px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 10px;
	margin-left: 22px;
	font-size: 13px;
	font-weight: bold;
}

.anchor_right {
	padding-left: 22px;
}

.putter_right {
	padding-left: 40px;
}


/*  features page content
--------------------------*/

#features_imagery {
	float: left;
}

.features_target {
	padding-top: 85px;
}

#target_header {
	position: relative;
	margin: 0px;
	padding: 0px;
	right: 26px;
}

#features_content {
	padding-right: 50px;
	padding-top: 15px;
}

.nudge_right {
	padding-left: 15px;
}

.features_header {
	margin-top: 35px;
}

#features_copy {
	padding-left: 435px;
}


/*  privacy page content
--------------------------*/

#privacy_content {
	margin-left: 55px;
	width: 450px;
	position: relative;
	z-index: 1;
}


/*  improve page content
--------------------------*/

.improve_header {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 55px;
}

#improve_flashcontent {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 85px;
}


/*  footer
--------------------------*/

#footer_wrapper {
	background-image: url(../images/footer/footer_bkgd.jpg);
	height: 102px;
	width: 773px;
	margin-left: 34px;
	margin-right: 33px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	bottom: 25px;
	z-index: 0;
	clear: both;
}

.ft_privacy {
	float: left;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
}

.ft_legal {
	float: left;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.ft_order {
	float: right;
	margin-top: 35px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 0px;
}
