/* general site styling */
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #171717;
	font-size: 12px;
	height: 100%;
	background-image: url(../../media/images/site/page_background.jpg);
	background-repeat: repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
a:link {
	color: #387D44;
	text-decoration: none;
}
a:visited {
	color: #387D44;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #387D44;
	text-decoration: underline;
}
h1{
	font-size: 150%;
	font-weight: normal;
	color: #387D44;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 10px;
}
h2{
	font-size: 130%;
	font-weight: normal;
	line-height: 160%;
	margin-right: 10px;
	margin-left: 10px;
	color: #387D44;
}
h3{
	font-size: 130%;
	font-weight: normal;
	line-height: 160%;
	margin-right: 10px;
	margin-left: 10px;
	color: #387D44;
}
p{
margin:0 10px 10px 10px;
}
.coloured_text {
	font-style: normal;
	font-weight: bold;
	color: #387D44;
	font-size: 120%;
}
#container {
	display: block;
	margin: 0 auto 0 auto;
	width: 920px;
	min-width: 920px;
}

#container #top_section {
	background-image: url(../../media/images/site/golf_factory_direct_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#container #top_section img {
	display: block;
	margin: 0 auto 0 0;

}

#container #top_section #mini_menu {
	list-style-type: none;
	line-height: 40px;
	text-align: right;
	padding: 0 10px 10px 0;
	height: 40px;
	display: block;
}
#container #top_section #mini_menu li {
	display: inline;
}
#container #top_section #mini_menu li a {
	color: #CCCCCC;
	padding: 5px;
}
#container #top_section #mini_menu li a:hover {
	color: #762416;
	text-decoration: underline;
}

#container   #top_section #general_menu  {
	display: block;
	height: 40px;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: #CCCCCC;
	font-size: 12px;
	clear: both;
	line-height: 40px;
	background-color: #000000;
	background-image: url(../../media/images/site/menu_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-left: 10px;
}
#container   #top_section   #general_menu li  {
	display: inline;
}
#container   #top_section   #general_menu a  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../../media/images/site/green_ball.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	float: left;
	padding-right: 7px;
	padding-left: 18px;
	margin-right: 5px;
}
#container   #top_section   #general_menu a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

#container #page_content {
	overflow: visible;
	display: block;
	height: 100%;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px 0;
}
#container #page_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#container #page_content #shop_wrapper
{
	display: block;
	float: left;
	margin: 0;
	width: 100%;
}
#mini_shop_menu    {
	background-image: url(../../media/images/site/basket.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
	float: right;
	margin: 10px 0;
	display: block;
	padding-left: 25px;
	padding-right: 10px;
}
#mini_shop_menu a    {
	color: #00b80d;
}
#mini_shop_menu a:hover  {
	color: #FF0000;
	text-decoration: none;
}
#mini_shop_menu .basket_header    {
	display: inline;
	font-weight: bold;

}
#mini_shop_menu #mini_basket    {
	display: inline;

}
#container #page_content #shop_wrapper #shop_area
{
	display: block;
	float: right;
	border: 1px solid #ffffff;
	background-color: #FFFFFF;
	color: #000000;
	width: 78%;
}
#container #page_content #shop_wrapper #shop_area h3
{
	clear: both;
}

#container #page_content #shop_wrapper #shop_area .offer_box
{
	display: block;
	float: left;
	height: 200px;
	width: 200px;
	margin: 0 20px 10px 20px;
	text-align: center;
}

#container #page_content #shop_wrapper #shop_area .subcategory_filter
{
	background-color: #FFFFFF;
	display: block;
	padding: 2px 5px 2px 5px;
	clear: both;
	line-height: 1.5;
	margin: 5px 10px 10px 10px;
	color: #000000;
}
#container #page_content #shop_wrapper #shop_area .subcategory_filter a {
	color: #000000;
}

#container #page_content #shop_wrapper #shop_area .subcategory_filter a:hover {
	color: #762416;
	text-decoration: underline;
}

#container #page_content #shop_wrapper #shop_area .product_filter
{
	background-color: #FFFFFF;
	display: block;
	padding: 2px 5px 2px 5px;
	clear: both;
	line-height: 3;
	margin: 10px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #387D44;
}
#container #page_content #shop_wrapper #shop_area .product_filter a {
	color: #000000;
}

#container #page_content #shop_wrapper #shop_area .product_filter a:hover {
	color: #762416;
	text-decoration: underline;
}

#container #page_content #shop_wrapper #shop_area .product_filter span
{
	display: block;
	float: right;
	line-height: 1.5;
	text-align: right;
}

#container #page_content #shop_wrapper #shop_area .no_products_found
{
	font-size: 170%;
	line-height: 200%;
	color: #FFF;
	background-color: #387D44;
	text-align: center;
	clear: both;
}


#container #page_content #shop_wrapper #shop_area .page_numbers
{
	display: block;
	clear: both;
}

#container #page_content #shop_wrapper #shop_area .shop_main_image
{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#container #page_content #shop_wrapper #shop_area .product_box {
	display: block;
	text-align: center;
	height: 200px;
	float: left;
	width: 220px;
	overflow: hidden;
	border: 1px solid #ffffff;
	margin: 0 0 10px 5px;
	color: #000000;
	background-color: #FFFFFF;
}
#container #page_content #shop_wrapper #shop_area .product_box span{

}
#container #page_content #shop_wrapper #shop_area .product_box .image_wrapper {
	display: block;
}



#container #page_content #shop_wrapper #shop_area .product_box .product_link .product_name {
	line-height: 1.5;
	font-size: 100%;
	font-weight: bold;
}

#container #page_content #shop_wrapper #shop_area .product_box .product_link {
	text-decoration: none;
}
#container #page_content #shop_wrapper #shop_area .product_box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0 auto 0 auto;
}
#container #page_content #shop_wrapper #shop_area .product_box_list
{
	display: block;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #387D44;
	margin: 10px;
	overflow: visible;
	height: auto;
}
#container #page_content #shop_wrapper #shop_area .product_box_list .product_link
{
	text-decoration: none;
	font-weight: bold;
	color: #387D44;
}
#container #page_content #shop_wrapper #shop_area .product_box_list .product_link:hover {
	color: #000000;
}


#container   #page_content   #shop_wrapper   #shop_area   .product_box_list   .product_data  
{
	display: block;
	margin-left: 250px;
	padding-top: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
}
#container  #page_content  #shop_wrapper  #shop_area  .product_box_list  .product_data  .product_price 
{
	font-size: 120%;
}
#container #page_content #shop_wrapper #shop_area .product_box_list .product_link .image_container
{
	float: left;
	width: 250px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
	margin: 10px;
}
#container     #page_content     #shop_wrapper     #shop_area     .product_box_list     .product_link     .image_container .product_image
{
	border: none;
	margin: 0 auto 0 auto;
}
#container  #page_content  #shop_wrapper  #shop_area  .product_box_list  .product_data  .product_link .product_name
{
	font-size: 140%;
}
#container #page_content #shop_wrapper #shop_area #signup_form fieldset
{
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #page_content #shop_wrapper #shop_area #signup_form label
{
	display: inline-block;
	width: 140px;
}

#container #page_content #shop_wrapper #shop_area #signup_form legend
{
	display: block;
	font-size: 120%;
	padding-left: 10px;
}

#container #page_content #shop_wrapper #shop_area #signup_form label.error {
	margin-left: 10px;
	width: auto;
	display: inline-block;
	color: #990000;
}
#container #page_content #shop_wrapper #shop_area #customer_section_welcome #login_section
{
	display: block;
	width: 50%;
	float: left;
	height: 150px;
}

#container #page_content #shop_wrapper #shop_area #customer_section_welcome #register_box
{
	display: block;
	margin-left: 50%;
	height: 150px;
}
#container #page_content #shop_wrapper #shop_area .normal_list
{
	margin-left: 30px;
	margin-bottom: 10px;
}
#container #page_content #shop_wrapper #shop_area .info_box
{
	background-color: #387D44;
	display: block;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
}
#container #page_content #shop_wrapper #shop_area #product_detail
{
	display: block;
	z-index: 100;
	padding-top: 15px;
	margin-bottom: 20px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_image
{
	text-align: left;
	display: block;
	margin-left: 10px;
	float: left;
	overflow: hidden;
	width: 210px;
}
#container    #page_content    #shop_wrapper    #shop_area    #product_detail    #thumb_box   
{
	display: block;
	clear: both;
}
#container #page_content #shop_wrapper #shop_area #product_detail #thumb_box img {
	border: 1px solid #FFFFFF;
}


#container #page_content #shop_wrapper #shop_area #product_detail #product_image img
{
	display: block;
	border: solid 1px #ffffff;

}
#container #page_content #shop_wrapper #shop_area #product_detail #product_image img.product_thumb_image
{
	float: left;
	border: 1px solid #ffffff;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_image .product_thumb_image
{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}


#container #page_content #shop_wrapper #shop_area #product_detail #product_info
{
	display: block;
	font-size: 120%;
	line-height: 150%;
	float: right;
	margin: 0 10px 0 0;
	width: 480px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_info .product_brand_image
{
	float:right;
	border:none;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_info h1
{
	margin: 0px;
	padding: 0px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_info label
{
	display: block;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_info #add_product {
	margin-left: 10px;
}

#container #page_content #shop_wrapper #shop_area #product_detail .favorites_link
{
	font-size:12px;	
	display:block;
}
#container #page_content #shop_wrapper #shop_area #product_detail .send_friend_link
{
	font-size:12px;
	display:block;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_description
{
	padding-top: 0px;
	display: block;
	float: right;
	clear: both;
	width: 480px;
	margin-right: 20px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_description table {
	margin-left:10px;
	margin-bottom:10px;
}
#container #page_content #shop_wrapper #shop_area #product_detail #product_description ul,ol
{
	margin-left: 40px;
	margin-bottom: 15px;
}
#container #page_content #shop_wrapper #shop_area .custom_basket_message
{
	line-height: 1.5;
	background-color: #387D44;
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
#container #page_content #shop_wrapper #shop_area #basket_table
{
	line-height: 1.5;
	display: table;
	border: 1px solid #626E1A;
	margin: 0 10px 0 10px;
}
#container #page_content #shop_wrapper #shop_area #basket_table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#container #page_content #shop_wrapper #shop_area #basket_table #form_discount {
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	padding: 2px 5px 2px 5px;
}
#container #page_content #shop_wrapper #shop_area #basket_table .basket_select
{
	width:125px;
} 
#container #page_content #shop_wrapper #shop_area #basket_table td
{
	padding-right: 5px;
	padding-left: 5px;
}

#container #page_content #shop_wrapper #shop_area #basket_table .alt
{

}
#container #page_content #shop_wrapper #shop_area #basket_table .header_row
{
	color: #FFFFFF;
	background-color: #387D44;
	line-height: 2;
	font-weight: bold;
}
#container #page_content #shop_wrapper #shop_area #discount_code_table {
	margin: 0 10px 0 10px;
	line-height: 1.5;
}

#container  #page_content  #shop_wrapper  #shop_area  #discount_code_table .header_row
{
	margin-left: 10px;
	line-height: 2;
	background-color: #387D44;
	color: #FFF;
	text-align: left;
}
#container  #page_content  #shop_wrapper  #shop_area  #discount_code_table  .header_row  th {
	padding-right: 2px;
	padding-left: 2px;
}

#container #page_content #shop_wrapper #shop_area #discount_code_table td {
	padding-right: 2px;
	padding-left: 2px;
}
#container #page_content #shop_wrapper #shop_area #discount_code_table .alt {

}
#container #page_content #shop_wrapper #shop_area .bold_text {
	font-weight: bold;
}
#container #page_content #shop_wrapper #shop_area #customer_details {
	margin: 20px 10px 0 10px;

}
#container #page_content #shop_wrapper #shop_area #customer_details fieldset {
	border: 1px solid #387D44;
}
#container   #page_content   #shop_wrapper   #shop_area   #customer_details   fieldset h2 {
	font-size: 120%;
	display: block;
	background-color: #387D44;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}
#container #page_content #shop_wrapper #shop_area #customer_details p {
	margin: 0;
	padding: 2px 10px 2px 10px;
	line-height: 1.5;

}
#container #page_content #shop_wrapper #shop_area #customer_details p.alt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E4E4;
	border-bottom-color: #E5E4E4;
}

#container  #page_content  #shop_wrapper  #shop_area  #customer_details  .required {
	border: 1px solid #333333;
}
#container  #page_content  #shop_wrapper  #shop_area  #customer_details  .text_input {
	border: 1px solid #333333;
}
#container #page_content #shop_wrapper #shop_area #customer_details label {
	display: inline-block;
	width: 140px;
}
#container #page_content #shop_wrapper #shop_area #customer_details label.error {
	color: #CC3300;
	padding-left: 10px;
	font-weight: bold;
}
#container #page_content #shop_wrapper #shop_area #basket_bottom_info
{
	display: block;
	text-align: right;
	margin-top: 10px;
}
#container #page_content #shop_wrapper #shop_area #basket_bottom_info form
{
	margin-right: 10px;
	margin-bottom: 10px;
}
#container #page_content #shop_wrapper #shop_area #basket_bottom_info #form_discount
{
	display: block;
	float: left;
	width: 275px;
	background-color: #E5E4E4;
	margin-left: 10px;
	line-height: 3;
	text-align: center;
	color: #333333;
}


#container #page_content #shop_wrapper #shop_area #basket_bottom_info p
{
	display: block;
	clear: right;
}
#container #page_content #shop_wrapper #shop_area #basket_bottom_info .discount_message
{
	line-height: 2;
	background-color: #00b80d;
	text-align: center;
	display: block;
	color: #FFFFFF;
}
#container #page_content #shop_wrapper #shop_area #paypal_form #pay_button
{
	display: block;
	margin-right: 10px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #page_content #shop_wrapper #shop_area #box_switcher
{
	list-style-type: none;
	display: block;
	line-height: 2;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
}
#container #page_content #shop_wrapper #shop_area #box_switcher li
{
	display: inline;
	margin-right: 1px;
	color: #FFFFFF;
	background-color: #387D44;
	padding: 5px;
}
#container #page_content #shop_wrapper #shop_area #box_switcher a
{
	color: #FFFFFF;
	text-decoration: none;
}
#container #page_content #shop_wrapper #shop_area #box_switcher a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#container #page_content #shop_wrapper #shop_area #product_bottom_box
{
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #387D44;
	margin-bottom: 10px;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box .product_box
{
	width:220px;
	overflow: hidden;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box #comment_box .comment_footer
{
	font-size: 90%;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box #feedback_box #customer_feedback fieldset
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box #feedback_box #customer_feedback legend
{
	padding-left: 10px;
	font-weight: bold;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box #feedback_box #customer_feedback #feedback
{
	border: 1px solid #000;
}
#container #page_content #shop_wrapper #shop_area #product_bottom_box #feedback_box #customer_feedback .error
{
	background-color: #F00;
}
#container #page_content #shop_wrapper #shop_area .info
{
	color: #FFFFFF;
	background-color: #00b80d;
	text-align: center;
	display: block;
	padding: 5px;
}
#container #page_content #shop_wrapper #side_area
{
	display: block;
	width: 19%;
	position: relative;
	margin-left: 10px;
}
#container #page_content #shop_wrapper #side_area h3
{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin: 0;
	background-color: #387D44;
	padding: 0;
	line-height: 1.8;
	border-bottom: solid 1px #fff;
}
#container #page_content #shop_wrapper #side_area .category_header {

}
#container #page_content #shop_wrapper #side_area .information_header {

}
#offers_section 
{
	display: block;
	clear: none;
	padding-top: 10px;
	width: 180px;
	text-align: justify;
}
#brand_images {
	display: block;
	clear: both;
	text-align: center;
	margin: 10px 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#brand_images img {
	border: 0px solid #FFFFFF;
	margin: 0 3px;
}


#offers_section  img 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#search_form
{
	display: block;
	float: right;
	clear: right;
	margin: 0 10px 60px 0;
}
#search_form label
{

}

#search_form input
{
	border: 1px solid #000000;
	margin: 5px auto 5px 0;
}
#search_form input[type="submit"]
{

}
/* classes for side menu(s) - category menu, brand menu etc */
.side_menu_list
{
	line-height: 1.5;
	margin-bottom: 10px;
	list-style-type: none;
	list-style-position: outside;
	color: #FFFFFF;
	padding: 0;
	background-color: #87be83;
	text-align: center;
}
.side_menu_list li
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #387D44;
}
.side_menu_list a:link,.side_menu_list a:visited  {
	color: #000000;
	text-decoration: none;
	display: block;
}
.side_menu_list a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
.side_menu_list a:active {
	color: #000000;
	text-decoration: none;
}
.side_menu_list .level1
{
	font-weight: bold;
	font-size: 14px;
}
.side_menu_list  .level2 
{

}
.side_menu_list .level3
{
	font-size: 11px;

}
.side_menu_list .level4
{

}
.side_menu_list .level5
{
	margin-left: 38px;
}
.side_menu_list .level6
{
	margin-left: 41px;
}
.side_menu_list .level7
{
	margin-left: 44px;
}
.brand_side_menu_list
{
	margin-bottom: 10px;
	list-style-type: none;
	list-style-position: outside;
	color: #000000;
	text-align:center;
	padding: 0 0 10px 0;
}
.brand_side_menu_list li a img
{
	border:none;
}
.clearer {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer_section 
{
	font-size: 92%;
	text-align: center;
	color: #FFFFFF;
	display: block;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 25px 10px;
	background-image: url(../../media/images/site/bottombg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#footer_section  a 
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer_section  a:hover 
{
	color: #00b80d;
	text-decoration: underline;
}
#footer_section  p 
{
	padding-top: 10px;
	margin: 0;
	line-height: 1.5;

}
#footer_section  p.copyright 
{

}
#footer_section  #info {

}
#footer_section  #info li {
	display:inline;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #adb674;
}
#footer_section  #info a  {

}


#footer_section p.copyright a {

}

#footer_section  p  span 
{
	color: #000000;
	display: block;
	font-weight: bold;
	font-size: 120%;
}
#container   #page_content   #shop_wrapper   #shop_area   #info_content_wrapper    ul  {
	margin-left: 30px;
	margin-bottom: 15px;
}
#map {
	display: block;
	height: 350px;
	width: 515px;
	border: 1px solid #333333;
	margin-left: 10px;
	color: #000000;
	margin-bottom: 10px;
}
#map a {
	color: #387D39;
	text-decoration: none;
}

#address {
	display: block;
	float: right;
	width: 200px;
}
.basket_button {
	border: 1px solid #000000;
}
#customer_section_welcome {

}
#customer_section_welcome a:link {
	font-weight: bold;
	color: #762416;
	text-decoration: underline;
}
.header_style {
	font-size: 120%;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 15px;
	clear: both;
}
.quote_text {
	font-style: italic;
	margin-right: 30px;
	margin-left: 30px;
}
.floated_image {
	float: right;
	margin: 0 1em 1em 1em;
	border: none;
}
.floated_image img {
	border: 1px solid #ffffff;
}
.normal_table {
	margin: 0 0 10px 10px;
}
#container #advert_row {
	background-color: #cccccc;
	text-align: center;
	padding: 5px 0;
	clear: both;
	margin: 1em 0;
}
#container #advert_row img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
	margin-left: 20px;
}
#container #page_content #active_content_area {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.centered_text {
	text-align: center;
}
#container #page_content #active_content_area .centered_text img {
	border: 1px solid #000000;
	margin: 0 2px;
}
#container #page_content #active_content_area #address {
	float: left;
	width: 250px;
}
.normal_image_link {
	border: 1px solid #000000;
	margin: 0 2px;
}
#container  #info_wrapper  {
	border: 1px solid #000000;

}
.home{
	background-image: url(../../media/images/site/golf_direct_club_alt.jpg);
	background-repeat: no-repeat;
}
.about{
	background-image: url(../../media/images/site/golf_green_bg.jpg);
	background-repeat: no-repeat;
}
.contact{
	background-image: url(../../media/images/site/golf_clubs_bg.jpg);
	background-repeat: no-repeat;
	background-color: #040F01;
}
.school{
	background-image: url(../../media/images/site/golf_school.jpg);
	background-repeat: no-repeat;
	background-color: #040F01;
	background-position: top;
}
.video{
	background-image: url(../../media/images/site/grass_background.jpg);
	background-repeat: no-repeat;
}
.club_fitting{
	background-image: url(../../media/images/site/golf-custom-club.jpg);
	background-repeat: no-repeat;
	background-color: #577722;
}
#container #info_wrapper #info_content {
	padding-top: 150px;
	padding-left: 20px;
	padding-right: 365px;
	color: #000000;
	padding-bottom: 20px;
}
#container #info_wrapper #about_content {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 365px;
	color: #000000;
	padding-bottom: 20px;
}
#container #info_bar {
	color: #FFFFFF;
	background-color: #212121;
	border: 1px solid #000000;
	margin: 10px auto 0 auto;
}
#container #info_bar #latest {
	display: block;
	width: 450px;
	overflow: hidden;
	height: 150px;
	margin-bottom: 5px;
	float: right;
}

#container #info_bar .info_address {
	display: block;
	float: left;
	font-size: 120%;
	width: 250px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#container #info_bar .product_box {
	display: block;
	text-align: center;
	height: 150px;
	float: left;
	overflow: hidden;
	margin: 0 0 10px 5px;
	color: #000000;
	background-color: #FFFFFF;
	width: 200px;
}
#container #info_bar .product_box .image_wrapper {
	display: block;
}
#container #info_bar .product_box .product_link .product_name {
	line-height: 1.5;
	font-size: 100%;
	font-weight: bold;
}
#container #info_bar .product_box .product_link {
	text-decoration: none;
}
#container #info_bar .product_box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0 auto 0 auto;
}
#container #info_wrapper #video_content h1 {
	color: #FFFFFF;
}
#container #info_wrapper #video_content object {
	text-align: center;
	margin: 0 auto;
}
.styled_table {
	margin-left: 10px;
	margin-bottom: 10px;
}
