 * {
    margin: 0;
 }
html,
body{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	min-width:920px;
	background-color:#f2f2f2;
}   

	#wrapper{
		width:920px;
		min-height: 100%;
		height: auto !important;
		height:100%;
		background-image:url(images/bg_w_divider.jpg);
		background-repeat:repeat-y;
		margin:0 auto -98px auto;
		position:relative;
	}
	    .oneColumn #wrapper{
		    background-image:url(images/bg.jpg);
	    }
		#header{
			height:101px;
			padding-top:18px;
			margin:0 10px;
			position:relative;
			background-image:url(images/header_bg.jpg);
			/*background-color:#fcfcfc;*/
		}
			#header #logo{
				width:134px;
				height:82px;
				display:block;
				position:absolute;
				left:20px;
			}
			#header #menu{
					/*width:562px;
					background-image:url(images/menu.gif);*/
					width:667px;
					height:21px;
					position:absolute;
					top:90px;
					right:19px;
					background-image:url(images/new_menu_wblog_new.jpg);
			}
			#header #menu li{
				float:left;
			}
				#header #menu li a{
					display:block;
					height:19px;
				}
				.shopGolf{
					width:93px;
				}
				.shopTennis{
					width:112px;
				}
				.shopGirls
				{
				    width:130px;
				}
				/*.wheretobuy
				{
                    width:130px;
				}*/
				
				.blog
				{
				    width:80px;
				}
				/*.aboutTail{
					width:104px;
				}
				.storeLocator{
					width:129px;
				}*/
                .myAccount{
                    width:120px;
                }
				.shoppingCart{
					width:125px;
				}
            #header #joinEmailListWrapper
            {
                position:absolute;
			    top:40px;
				right:19px;
				height:25px;
            }
                #header #joinEmailListWrapper img
                {
                    vertical-align:middle;
                }
                #header #joinEmailListWrapper input[type=text]
                {
                    border:1px solid #abadb3;
                    height:18px;
                    width:195px;
                    vertical-align:middle;
                    color:#abadb3;
                    padding:3px 0 0 3px;
                    font-style:italic;
                }
                #header #joinEmailListWrapper a
                {
                    height:34px;
                    width:34px;
                    vertical-align:middle;
                    margin-left:14px;
                    margin-top: -10px;
                }
                #header #joinEmailListWrapper .joinEmailListSubmit
                {
                    margin-left:10px;
                    vertical-align:middle;
                }
                #header #userLoginTop
                {
                    top:10px;
                    right:9px;
                    position:absolute;
                }
                    #header #userLoginTop li
                    {
                        float:left;
                        color:#545454;
                        padding-right:10px;
                    }
                        #header #userLoginTop li a
                        {
                            color:#BBD739;
                            text-decoration:none;
                        }
                            #header #userLoginTop li a:hover
                            {
                                text-decoration:underline;
                            }
		#content_wrapper{
			overflow:hidden;
			position:relative;
			z-index:1;
		}
		    .twoColumn #content_wrapper
		    {
		        margin:0 29px;
		    }
		    .oneColumn #content_wrapper
		    {
		        margin:19px 29px 39px 29px;
		    }
		    #side_nav
		    {
		        width:150px;
		        float:left;
				margin-left:30px;
		    }
		        .side_nav_title
		        {
		            margin:15px 0 25px 0;
		            height:19px;
		            background-image:url(images/new_menu_wblog_new.jpg);
		        }
		        .side_nav_title.golf
		        {
		            width:93px;
		        }
		        .side_nav_title.tennis
		        {
		            width:112px;
		            background-position:-103px 0;
		        }
		        .side_nav_title.girls
		        {
		            width:112px;
		            background-position:-228px 0;
		        }
		        .listbox
		        {
		            margin-bottom:25px;
		        }
		            .listbox li
		            {
		                margin-top:3px;
		            }
		        #side_nav a
		        {
		            color:#595959;
		            text-decoration:none;
		        }
		            #side_nav a:hover
		            {
		                text-decoration:underline;
		            }
		        #side_nav .heading
		        {
		            text-decoration:underline;
		            color:#595959;
		        }
		            /*#side_nav .heading:hover
		            {
		                text-decoration:none;
		            }*/
		        .listbox .active
		        {
		            font-weight:bold;
		        }
		    #content
		    {
		        width:684px;
		        padding:12px 0 20px 25px;
		        float:left;
		    }
		        h1
		        {
		            color:#595959;
		            font-size:14px;
		            margin:15px 0;
		        }
		        .breadcrumb
		        {
		            font-size:14px;
		            margin-bottom:15px;
		            color:#999482;
		        }
		        .breadcrumb a
		        {
		            font-size:14px;
		            color:#999482;
		            text-decoration:none;
		        }
		            .breadcrumb a:hover
		            {
		                text-decoration:underline;
		            }
		        .categoryHeader
		        {
		            font-size:18px;
		            color:#999;
		            text-transform:uppercase;
		            margin:15px 0 10px 0;
		        }
		            /* products */
		              .productList
		              {
		                  width:684px;
		                  overflow:hidden;
		              }
		              .productList li
		              {
		                  float:left;
		                  width:141px;
		                  height:220px;
		                  text-align:center;
		                  color:#4f4f4f;
		                  margin:18px 30px 30px 0;
		              }    
		              .productList li a
		              {
		                  display:block;
		              }       
		        /* end products */
		.push {
			height: 98px;
		}
		#footer
		{
		    height: 96px;
			margin:0 auto;
			width:900px;
			border-top:2px solid #9a9383;
			font-size:12px;
			color:#595959;
			text-align:center;
			position:relative;
			background-color:#fcfcfc;
		}
			#footer p{
				margin-top:10px;
				line-height:21px;
				margin-bottom:10px;
				display:block;
			}
			#footer a{
				padding-right:10px;
				color:#595959;
				text-decoration:none;
			}
				#footer a:hover{
				text-decoration:underline;
			}
			#mcafee_secure{
				position:absolute;
				top:25px;
				left:18px;
			}
			.footer-poweredby{
					margin:5px 0 0 0;
					padding-left:12px;
					font-size:11px;
					color:#FF9933;
				}
					.footer-poweredby a{
						color:#565656;
					}
			#proudly_affiliated{
				position:absolute;
				top:27px;
				right:8px;
			}
		.line{
			width:900px;
			height:2px;
			margin-left:10px;
			background-image:url(images/line.gif);
		}
		
		.item-box .pgatourstop{
	background-image:url(images/Untitled-1.gif);
}
