/* Augusta Swim Supply */
body {
	margin:0px;
	padding:0px;
	background-color:#656565;
	font-family:verdana, tahoma, arial, sans-serif;
	}
a {
	color:#f30;
	text-decoration:none;
	}
a:link {
	}
a:visited {
	}
a:hover {
	color:#300;
	}
a:focus {
	}
h1 {
	font-size:20px;
	padding:0px;
	margin:0px;
	}

#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:766px;
	background-color:#fff;
	}
#titlebar {
	background-image:url('../../graphics/header_graphics/titlebar.jpg');
	background-color:#666;
	height:165px;
	width:766px;
	font-size:36px;
	}

#navbar {
	height:25px;
	position:relative;
	text-align:center;
	color:#fff;
	background:url('../../graphics/header_graphics/navbarbg.gif') repeat-x #ccc;
	font-size:10px;
	font-style:bold;
	}
#navbar a {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	}
#navbar a:hover {
	color:#ccf9ff;
	}
#navbar div {
	text-align:left;
	padding:5px 0px 0px 30px;
	}
#button1 {
	background:url('../../graphics/header_graphics/navswish.gif') no-repeat;
	height:24px;
	position:absolute;
	left:10px;
	}
#button2 {
	background:url('../../graphics/header_graphics/navswish.gif') no-repeat;
	height:24px;
	position:absolute;
	left:120px;
	}
#button3 {
	background:url('../../graphics/header_graphics/navswish.gif') no-repeat;
	height:24px;
	position:absolute;
	left:280px;
	}
#button4 {
	background:url('../../graphics/header_graphics/navswish.gif') no-repeat;
	height:24px;
	position:absolute;
	right:140px;
	}
#button5 {
	background:url('../../graphics/header_graphics/navswish.gif') no-repeat;
	height:24px;
	position:absolute;
	right:10px;
		}
#bluebar {
	display:none;
	}
#welcomebar {
	background:url('../../graphics/header_graphics/welcomebarbg.gif') repeat-x top left #fff;
	width:766px;
	height:14px;
	}
.bartitle {
	position:absolute;
	top:3px;
	left:35px;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	color:#fff;
	}
#sidecell {
	width:190px;
	background:#EDE5CF;
	border-right:10px solid white;
	}
#sidebar {
	position:relative;
	width:190px;
	}
#side1 {
	background:url('../../graphics/header_graphics/catbar.gif') no-repeat top left;
	padding:30px 10px 10px 10px;
	}
.sidebutt {
	}
.sidebutt a {
	color:#000;
	font-weight:bold;
	font-size:12px;
	line-height:1.5em;
	}
.sidebutt a:hover {
	color:#f90;
	}
#side2 {
	background:url('../../graphics/header_graphics/extrabar.gif') no-repeat top left;
	padding:30px 10px 10px 10px;
	position:relative;
	}
#side3 {
	background:url('../../graphics/header_graphics/searchbar.gif') no-repeat top left;
	padding:30px 10px 10px 10px;
	position:relative;
	}
#searchbox { /*background:url("/images/searchbox.gif") no-repeat; float:right; font-size:9px; height:35px; padding:4px 0 0 0; text-align:center; vertical-align:middle; width:175px;*/ }
#searchbox img, #searchbox input { vertical-align:middle; }
#searchbox img { padding:2px; }
#content {
	}
#contcell {
	background:url('../../graphics/header_graphics/mainbar.gif') no-repeat top left #fff;
	padding:35px 10px 20px 10px;
	font-size:12px;
	position:relative;
	width:546px;
	color:#009;
	}
#contcell2 {
	width:566px;
	background:#fff;
	position:relative;
	padding:0px 0px 20px 0px;
	font-size:14px;
	position:relative;
	color:#009;
	}
#contcell3 {
	background:url('../../graphics/header_graphics/mainbar.gif') no-repeat top left #fff;
	padding:35px 0px 20px 0px;
	font-size:12px;
	position:relative;
	width:566px;
	color:#009;
	}
#teamtext {
	padding:0px 10px;
	}
#footer {
	text-align:center;
	background:url('../../graphics/header_graphics/footer.gif') repeat-x top left #656565;
	padding:20px;
	height:55px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	}
#botnavbar {
	}
#botnavbar a {
	color:#ff0;
	font-weight:normal;
	text-decoration:none;
	}
#botnavbar a:hover {
	color:#fb0;
	}
#copyright {
	}
#designed {
	color:#ff0;
	font-weight:normal;
	}
#designed a {
	color:#ff0;
	}
#designed a:hover {
	color:#fb0;
	}
#address {
	font-size:10px;
	text-align:left;
	background:#EDE5CF;
	border-right:10px solid white;
	padding:0px 10px 20px 10px;
	}
.number {
	font-size:10px;
	font-weight:bold;
	}
.promoblock {
	background:#f0f0f0;
	border:1px solid #036;
	}