html, body {
	margin: 0px;
	padding: 0px;
}

/* commented backslash hack v2 \*/
html, body, .fit-screen { height:100%; }
/* end hack */

body {
	background-color: #003C7A;
}

body, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.fit-screen {
	height: 100%;
}

.small-text {
	font-size: 10px;
}

a {
	color: #FFC554;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}
.box {
	border: 1px solid #467AAC;
}
.bg-top {
	background-image: url(images/bg.extend-top.gif);
	background-repeat: repeat-x;
}
.bg-bottom {
	background-image: url(images/bg.extend-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #004B98;
}
.bg-copyright {
	background-image: url(images/bg.extend-copyright.gif);
	background-repeat: repeat-x;
}
.extend-top-left {
	background-image: url(images/extend.upper-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.extend-top-right {
	background-image: url(images/extend.upper-right.gif);
	background-repeat: no-repeat;
}
.extend-glow-left {
	background-image: url(images/extend.glow-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.extend-glow-right {
	background-image: url(images/extend.glow-right.gif);
	background-repeat: no-repeat;
}
.extend-bottom-left {
	background-image: url(images/extend.lower-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.extend-bottom-right {
	background-image: url(images/extend.lower-right.gif);
	background-repeat: no-repeat;
}
.bg-glow-left {
	background-image: url(images/bg.glow-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bg-glow-right {
	background-image: url(images/bg.glow-right.gif);
	background-repeat: repeat-y;
}
.header {
	background-image: url(images/header.bar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content {
	background-image: url(images/bg.content.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.inner-content {
	padding-bottom: 90px;
	background-image: url(images/content.footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.fbox-left {
	background-image: url(images/fbox.left.gif);
	background-repeat: repeat-y;
}
.fbox-right {
	background-image: url(images/fbox.right.gif);
	background-repeat: repeat-y;
}
.sidebar {
	padding-bottom: 10px;
}
.box-left {
	background-image: url(images/box.left.gif);
	background-repeat: repeat-y;
}
.box-right {
	background-image: url(images/box.right.gif);
	background-repeat: repeat-y;
}
.box-top {
	background-image: url(images/box.top.gif);
	background-repeat: repeat-x;
}
.box-bottom {
	background-image: url(images/box.bottom.gif);
	background-repeat: repeat-x;
}
.bg-title {
	background-image: url(images/bg.title.gif);
	background-repeat: repeat-x;
}
.content-pics {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.copy {
	padding: 10px;
	font-size: 11px;
	color: #FFFFFF;
}
.copy-title {
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
.copy-product {
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
}
.gallery {
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
.product {
	padding-top: 5px;
	padding-left: 10px;
}
.more-gallery {
	padding-top: 9px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
}
.more-generic {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}
.more-product {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}
.bg-fproduct {
	background-image: url(images/bg.fproduct.gif);
	background-repeat: repeat-y;
}
.bg-category {
	background-image: url(images/bg.fproduct.gif);
	background-repeat: repeat-y;
}
A.category-link {
	color: #FFC600;
	text-decoration: none;
	font-weight: bold;
}
A.category-link:hover {
	color: #FFB400; 
	font-weight: bold;
	text-decoration: underline;
}
.subcat1 a {
	color: #002E5F;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;BDD8F3
	font-size: 10px;
	font-weight: bold;
}
.nav a {
	color: #BDD8F3;
	font-weight: bold;
}
.required {
	color:#FF0000;
}
