html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #0100aa;
	background-image: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

.nav {
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
}

.navItem {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

.navItemSub {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
}

.main {
	width: 974px;
	height: 718px;
	background-image: url(../images/main.png);
	background-repeat: no-repeat;
}

#colNav {
	margin: 170px 0px 0px 15px;
}

#colMain {
	margin: 165px 50px 25px 25px;
}

.navLink {
	text-decoration: none;
	color: #ffff99;
}

.navLink:hover {
	color: #ff0033;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #3366ff;
}

.copyright {
	font-size: 10px;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}

.product {
	border: 3px solid #ff0033;
	margin-bottom: 5px;
}

.product:hover {
	border: 3px solid #3366ff;
	margin-bottom: 5px;
}

.productLink {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.productLink:hover {
	color: #ff0033;
}

.nextPage {
	color: #ff0033;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

.nextPage:hover {
	text-decoration: none;
}

.specials {
	text-decoration: none;
	color: #3366ff;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

.specials:hover {
	text-decoration: none;
	color: #ff0033;
}

#specialsBox {
	margin-top: 35px;
	background-image: url(../images/specials.png);
	width: 159px;
	height: 104px;
}

.size {
	font-size: 12px;
	margin-left: 40px;
}