html {
	height: 100%;
}

body {
	background-color: #003366;
	margin: 0px;
	height: 100%;
}

body, h1, h2, h3 {
	font-size: 14px;
	color: #003366;
	line-height: 20px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
	font-weight: normal;
}

a, a:Visited { color: #003366; }

a:Hover {
	background-color: #cce0ff;
}

a.button, .button, .submit_button, .button-wide, a.button-wide {
	background-color: #E9F1FF;
	color: #003366;
	border: 1px solid #003366;
	font-weight: bold;
	cursor: pointer;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	width: auto;
	float: left;
}

a.button:Hover, .button:Hover, .submit_button:Hover, a.button-wide:Hover {
	background-color: #99ccff;
}

.button-wide, a.button-wide {
	float: none;
	clear: both;
	width: 97%;
	text-align: center;
	margin: 10px 0px;
}

a.product_v, .product_v, a.product_h, .product_h, a.gallery, .gallery  {
	display: block;
	padding: 4px;
}

.blue, .white {
	border-top: 1px solid #003366;
	padding: 20px 10px;
}

.blue { background-color: #E9F1FF; }

.celtics-replica, a.celtics-replica, .store-promo, a.store-promo {
	width: 168px;
	height: 160px;
	background-color: #ffffff;
	text-align: left;
	display: block;
	border: 3px solid #003366;
	border-bottom-width: 0px;
	font-size: 12px;
	line-height: 16px;
	padding-right: 2px;
}

a.celtics-replica:hover, a.store-promo:hover {
	background-color: #99CCFF;
}

.clear {
	clear: both;
}

.floater {
	background: #FFFFFF;
	border: 1px solid #99CCFF;
	font-size: 11px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 80px;
	left: 0px;
	top: 0px;
	z-index: 10;
	padding: 3px;
	line-height: 11px;
	text-align: center;
	display: none;
}

#footer {
	width: 848px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 25px 10px 25px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin: 0px 25px;
	background-image: url(nav/tab-bg.jpg);
	background-repeat: no-repeat;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	background-color: transparent;
	color: #cce0ff;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1, .pageHeading {
	font-size: 20px;
	padding-bottom: 4px;
	border-bottom: 2px solid #003366;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	border-bottom: 1px solid #99ccff;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

.half {
	width: 46%;
	display: block;
	float: left;
	margin: 0px 2%;
}

.headerNavigation {
	font-size: 12px;
}

hr {
	color: #003366;
	background-color: #0066CC;
	height: 1px;
	margin: 0px;
}

img {
	border: none;
	text-decoration: none;
	display: block;
}

.indent {
	padding-left: 30px;
}

input, select, option, textarea {
	font-size: 13px;
	color: #003366;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif; 
	padding: 0px 2px;
}

input, textarea {
	border: 1px solid #003366;
}

label {
	width: 200px;
	float: left;
	margin-right: 10px;
	text-align: right;
	display: block;
	font-weight: bold;
}

#left-frame {
	width: 674px;
	padding: 15px 20px 15px 0px;
	float: left;
	text-align: left;
	display: block;
}

#logo170 {
	float: left;
	border: 2px solid #ffffff;
	border-bottom: 0px;
}

#logo170:hover {
	border-color: #cce0ff;
}

a.logos, .logos, img.logos {
	display: block;
	float: left;
	padding: 6px;
	text-align: center;
}

#main {
	clear: both;
	width: 870px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	padding-left: 28px;
	margin-left: 25px;
}

#menu {
	padding: 23px 25px 0px 25px;
	background-image: url(nav/nav-bg.jpg);
	background-repeat: no-repeat;
}

.nav, a.nav, nav-current, a.nav-current {
	height: 20px;
	padding: 2px 6px;
	margin: 30px 0px 0px 6px;
	display: block;
	float: left;
	background-color: #003366;
	border: 2px solid #ffffff;
	border-bottom-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background-image: url(nav/tab-bg.jpg);
	background-repeat: no-repeat;
}

a.nav:hover, nav-current, a.nav-current {
	color: #cce0ff;
	border-color: #cce0ff;
}

#one-frame {
	padding: 15px 20px 15px 0px;
	text-align: left;
	display: block;
}

#outer-frame {
	width: 950px;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px;
	background-image: url(nav/bg.jpg);
	background-repeat: repeat-y;
}

.price {
	float: right;
}

.product_image {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 20px;
	text-align: center;
}

.product_v {
	width: 180px;
}

.product_h { width: 240px; }

a.productListing-data {
	width: 200px;
	height: 255px;
	text-align: center;
	padding: 8px;
	display: block;
	margin: 5px 0px;
}

.right, img.right, a.right {
	border: 3px solid #003366;
	border-bottom-width: 0px;
	display: block;
}

#right-frame {
	width: 176px;
	background-color: #003366;
	float: left;
	display: block;
	border-bottom: 3px solid #003366;
}

.std_form {
	border: 0px;
	background-color: transparent;
}

.store-promo, a.store-promo {
	text-align: center;
}

.store_rightFrame {
	background-color: #E9F1FF;
	width: 170px;
	height: 100%;
	text-align: left;
	float: left;
	padding: 10px 3px;
	border-left: 3px solid #003366;
	border-right: 2px solid #003366;
	font-weight: bold;
}

.submit_button {
	padding: 0px;
	width: auto;
	float: none;
}

table, tr, td {
	padding: 0px;
	margin: 0px;
}
