body {background-color: #3186C6; font-family: "serif"; font-size: 14px; }
.center {text-align: center; width: 100%; }
.surround {margin-left: auto; margin-right: auto; width: 700px; text-align: left; background-color: #fff; }

.top {width: 700px; height: 70px; }
.logo {width: 240px; height: 40px; margin-left: 25px; margin-top: 0px; }
	*html .logo {margin-top: 10px; }
.name {height: 20px; width: 240px; margin-left: 25px; margin-top: 0px; }
	.name p {color: #3186C6; font-size: 16px; font-weight: bold;  }
	*html .name {margin-top: 10px; }
	
.topNav {margin-left: 122px; margin-top: 20px; width: 610px; }
.topNavContainer {height: 70px; width: 700px; }
*html .topNav {padding-bottom: 10px; margin-left: 119px; }

.shopOnline {cursor: pointer; height: 90px; width:81px; background-image: url(i/shopOnline.gif); margin-top: -60px; margin-bottom: -30px; margin-left: 20px; }
*html .shopOnline {margin-bottom: -15px; }

.topNav ul {list-style-type: none; margin: 0px; padding: 0; border-bottom: solid 20px #3186C6;  }
	.topNav ul li {margin-right: 20px; display: inline; }
	.topNav ul li a {color: #3186C6; text-decoration: none; font-family: tahoma; font-size: 18px; font-weight: bold; }
	.topNav ul li a:hover {color: #A5CFEF; }
	.topNav ul li a.active {color: #A5CFEF; }

ul.products {width: 600px; margin-left: 45px; padding: 0; }
	ul.products li {margin-right: 50px; margin-bottom: 30px; display: inline; height: 100px; }
	ul.products li img {margin-bottom: 30px; }

.ball {background-image: url(i/ball.gif); background-repeat: no-repeat; width: 60px; height: 20px; }
	.ballHome {margin-left: 0px; }
	.ballAbout {margin-left: 80px; }
	.ballContact {margin-left: 190px; }
	.ballDirections {margin-left: 305px; }
	.ballProducts {margin-left: 415px; }
	
.main { margin-left: 60px; min-height: 400px; margin-top: -1px;  padding-top: 20px; padding-bottom: 20px;  }

.content {width: 600px; text-align: left; }
*html .content {margin-left: 0px; }

.slideshow {margin-left: 65px; padding-top: 20px; width: 500px; }
*html .slideshow {padding-top: 0px; margin-left: 61px; }
	.slideshow img {border: solid 2px #3186C6; }

.footer {text-align: center; width: 700px; background-color: #fff; }
	.footer p {font-size: 12px; font-weight: bold; font-color: #3186C6; font-family: tahoma; color: #3186C6; padding-bottom: 5px; }
	
h1 {font-size: 18px; font-weight: bold; font-family: "trebuchet ms"; }
h2 {font-size: 14px; font-weight: bold; font-family: "trebuchet ms"; }

a {text-decoration: none; font-family: "trebuchet ms"; font-size: 12px; color: #3186C6; }
a:hover {color: #A5CFEF; }

.clear {clear: both; }

.left {float: left; }
.right {float: right; }

.lgMargR {margin-right: 15px; }