/* CSS Document */

body{
	background:#a11e02;
}
#top{
	background:url(images/shadow_top.jpg) no-repeat;
	height:18px;
	width:840px;
	margin:0px auto 0px auto;
	
}
#bottom{
	margin:0px auto 0px auto;
	background:url(images/shadow_bottom.jpg) no-repeat;
	height:50px;
	width:840px;
}

#footer{
	top:-25px;
	left:45px;
	height:25px;
	width:440px;
	color:#FFFFFF;
	font-size:11px;
	position:relative;
}

#thawte{
	background:url(images/xx) no-repeat;
	height:39px;
	width:201px;
	left:560px;
	top:10px;
	position:relative;


}

#middle{
	margin: 0 auto 0 auto;	 /*gradient with side borders*/
	background:url(images/shadow_page.jpg) repeat-y;
	width:840px;
}

#midcontainer{ /* repeating gray to white gradient */	
	width: 740px;
	background:url(images/background.jpg) repeat-x #FFFFFF;	
		margin: 0 auto 0 auto;
}

#midcontainer2{ /* repeating golf ball to white gradient */	
	width: 740px;
	background:url(images/ball_background.jpg) no-repeat;
}

#midleft{
	width:0px;
	float:left;
}

#midright{  /* main content container */
	background:url(images/background.jpg) repeat-x #FFFFFF; /*plane gray to white gradient */
	width:600px;	
	float:right;
}

	html>body #midright{ /*fix for firefox */
		margin-left:140px;
		float:none;
	}

#product{
	background:url(images/reloader.jpg) no-repeat;
	height:568px;
	width:140px;
}

#grass{
	background:url(images/grassfooter.png) no-repeat;
	width:740px;
	height:125px;
	position:relative;
}

#golfball{
	margin:0px auto 0px auto;
	height:102px;
	width:115px;
	background:url(images/golfball.png) no-repeat;
	position:absolute;
	top:-50px;
	left:32px;
}

