/* structure */
div#container {
	background: #fff;	
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}




div#header {
/*	padding: 20px 0px 5px 15px;
*/
	width: 780px;
	height: 120px;	
	background: #eee url(../images/sitewide/header-bg-03.jpg) top no-repeat;
	color: inherit;
	}
/*
/ * apparel * /
body#c01 div#header {
	background: #eee url(../images/header/header-bg-apparel.jpg) top no-repeat;
	}
/ * caps * /
body#c03 div#header {
	background: #eee url(../images/header/header-bg-caps.jpg) top no-repeat;
	}
/ * drinkware * /
body#c13 div#header {
	background: #eee url(../images/header/header-bg-drinkware.jpg) top no-repeat;
	}
/ * gifts * /
body#c04 div#header {
	background: #eee url(../images/header/header-bg-gifts.jpg) top no-repeat;
	}
/ * timepieces * /
body#c15 div#header {
	background: #eee url(../images/header/header-bg-timepieces.jpg) top no-repeat;
	}
/ * golf combo * /
body#c07 div#header, body#c05 div#header {
	background: #eee url(../images/header/header-bg-golf.jpg) top no-repeat;
	}
*/

div#basket {
padding: 5px 5px 5px 50px;
/* float: right; 	margin-right: 40px; */
	background: #eee url(../images/sitewide/shopping-cart-sm.gif) 10px 10px no-repeat;
	color: #333;
	}






div#footer {
	
	clear: both;
	padding: 12px 10px 30px 10px;
	border-top: 1px solid #ccc;
	background: #ddd; /* url(../images/sitewide/footer-bg2.gif) top repeat-x; */
	color: inherit;
	
	}


/* top link text */
/*
a#toplink {
	float: right; margin: 0 15px;
	text-decoration: none; background: #ddd; color: #003A79;
	}
a#toplink:hover {
	background: #003A79; color: #fff;
		}
*/

/* top link image */

a#toplink {
	float: right; margin: 0 15px;
	width: 130px; height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	
	background: #ddd url(../images/sitewide/back-to-top.gif) 0 26px ;
	}
a#toplink:hover { background: #ddd url(../images/sitewide/back-to-top.gif) 0 0 ; }



a.checkout {
	float: right; margin: 0 15px;
	width: 150px; height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	
	background: #fff url(../images/sitewide/checkout.gif) 0 40px ;
	}

a.checkout:hover { background: #fff url(../images/sitewide/checkout.gif) 0 0 ; }



/* nav */

ul#nav {	
	background: #136BC1 url(../images/sitewide/nav/nav-bg-02.jpg) center bottom repeat-x;
	color: inherit;
	}

div#content {
	width: 580px; float: right;
margin: 0 10px 20px 0;
	background: #fff url(../images/sitewide/content-bg-2.jpg) 80% bottom no-repeat fixed ;

	}
