@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(assets/nav-bg.gif);
	background-repeat: repeat-x;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a {
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #104E8B;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #D42127;
	text-decoration: none;
}
a {
	color: #104E8B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.contentBg {
	background-image: url(assets/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.dashedBot {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #346C6F;
}
p {
	line-height: 18px;
}
.brdrTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
li {
	padding-top: 10px;
}
.brdrSide {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #104E8B;
}
.tel {
	background-image: url(assets/telephone.png);
	background-position: 0px 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
}
.mail {
	background-image: url(assets/email.png);
	background-position: 0px 3px;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footer {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #104E8B;
}
.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #D42127;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E22226;
	display: block;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #104E8B;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #104E8B;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #D42127;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E22226;
	display: block;
}
.lineTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #104E8B;
	padding-top: 5px;
	padding-bottom: 5px;
}
.galleryBrdr {
	border: 1px solid #999999;
}
.brandPanelHd {
	color: #FFF;
	background-color: #104E8B;
}
.brdrBottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #104E8B;
}
.checkoutInputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #104E8B;
	border: 1px solid #104E8B;
	width: 350px;
	padding: 3px;
}
.compBorder {
	border: 1px solid #104E8B;
	width: 450px;
}
