@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(/gradient.jpg);
	background-attachment:fixed;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align:left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	color:#FFFFFF;
}
#header {
	display:block;
	padding:0;
}
#topNav, #topNav ul {
	display:block; clear:both;
	padding-left:25px;
	background:#000; margin:0; float:none;
}
#topNav ul li { 
	list-style:none;
	display:block;
	float:left;
}
#topNav ul li a {
	text-indent: -8000px;
	border-right:1px solid white;
	display:block;
	color:#FFFFFF;
	height:35px;
}
#topNav ul li a.home {
	font-size:0px;
	color:#000000;
	background-image:url(images/home.jpg);
	width:1px;
	padding-right:81px;
	background-postion:top;
	background-repeat:no-repeat;
}
#topNav ul li a.home:hover {
	background-position:bottom;
}
#topNav ul li a.uniforms {
	font-size:0px;
	color:#000000;
	background-image:url(images/uniforms.jpg);
	width:1px;
	padding-right:120px;
	background-postion:top;
	background-repeat:no-repeat;
}
#topNav ul li a.uniforms:hover {
	background-position:bottom;
}
#topNav ul li a.droom {
	font-size:0px;
	color:#000000;
	background-image:url(images/droom.jpg);
	width:1px;
	padding-right:185px;
	background-postion:top;
	background-repeat:no-repeat;
}
#topNav ul li a.droom:hover {
	background-position:bottom;
}
#topNav ul li a.balls {
	font-size:0px;
	color:#000000;
	background-image:url(images/balls.jpg);
	width:1px;
	padding-right:75px;
	background-postion:top;
	background-repeat:no-repeat;
}
#topNav ul li a.balls:hover {
	background-position:bottom;
}
#topNav ul li a.access {
	font-size:0px;
	color:#000000;
	background-image:url(images/access.jpg);
	width:1px;
	padding-right:155px;
	background-postion:top;
	background-repeat:no-repeat;
}
#topNav ul li a.access:hover {
	background-position:bottom;
}
#topNav ul li a.contactus {
	border:0;
	font-size:0px;
	color:#000000;
	background-image:url(images/contact.jpg);
	width:1px;
	padding-right:140px;
	background-postion:top;
	background-repeat:no-repeat;
}
#topNav ul li a.contactus:hover {
	background-position:bottom;
}
#topNav ul li a.catalog {
	border:0;
	border-right:1px solid white;
	font-size:0px;
	color:#000000;
	background-image:url(images/catalog.png);
	width:1px;
	padding-right:105px;
	background-postion:top;
	background-repeat:no-repeat;
}
#topNav ul li a.catalog:hover {
	background-position:bottom;
}

.style3 {color: #FF0000; font-weight: bold; }
#adverts { margin-top:-30px; }
.style4 {color: #CC9900}