* { 
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

img { border: 0 }

BODY {
	background-color: #8A0000;
	font-size: 11px;
	margin-bottom: 20px;
}

a { 
	text-decoration: none;
}	

a.under {
	text-decoration: underline;
}

ul {
	margin: 5px;
	padding: 5px;
}

ul li {
	padding: 2px;
	margin: 2px;
}

h4 { font-size: 12px; margin-bottom: 7px; }

h5 { font-size: 11px; font-weight: bold; display: inline; }

.frameWidth {
	width: 950px;
	margin: 0 auto;
}

.vertLine {
	width: 10px;
	border-left: 1px solid #ccc;
}

.vertSpace {
	width: 10px;
}

.horzLine {
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#leftCol {
	width: 230px;
	vertical-align: top;
}

#leftCol a {
	color: #8A0000;
}

#rightCol {
	width: 200px;
	vertical-align: top;	
}

#mainColHome {
	width: 550px;
	vertical-align: top;	
	padding-bottom: 10px;
}


#mainColInner {
	width: 605px;
	vertical-align: top;
	padding-bottom: 30px;
}


#logo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/logomerged.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	width: 412px;
	height: 169px;
}

#logo[id] {
	background-image: url(/images/logomerged.png);
}

#topNavLinks {
	text-align: right;
	color: #fff;
	font-size: 11px;
}

#topNavLinks a{
	color: #fff;
	line-height: 30px;
}

#botNavLinks, #botNavLinks a {
	color: #fff;
	font-size: 11px;
}

#botCopy {
	margin-top: 10px;
	line-height: 18px;
	color: #aaa;
	font-size: 11px;
}

#topMain {
	background-image: url(/images/bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #041F4D;
	
}

#logoWWW {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/logo2.png');
	height: 69px;
	width: 598px;
	position: relative;
	z-index: 999;
}

#logoWWW[id] {
	background-image: url(/images/logo2.png);
}

#welcome, #welcome a {
	font-size: 11px;
	line-height: 24px;
	text-align: right;
	color: #fff;
}

#welcome a {
	text-decoration: underline;
}

#mainWrap {
	background-image: url(/images/bg_stripe.gif);
}

#contentWrap {
	background-color: #fff;
	padding: 25px 10px 15px 10px;
}


#leftCol #shopBox {
	border: 1px solid #041F4D;
	padding: 10px;
	background-image: url(/images/bg_icon.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#rightCol #shopBox {
	margin-top: 10px;
	background-color: #8A0000;
	padding: 10px;
}

#welcomeBox {
	margin: 20px 0 0 0;
	line-height: 18px;
}

#relatedBox {
	margin-top: 20px;
	border: 1px solid #8A0000;
	padding: 10px;
}

img.related {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
}

.relatedTitle {
	display: block;
	font-weight: bold;
	color: #990000;
	margin: 0 10px 10px 0;
}

#mailList {
	margin-top: 20px;
}

.prodText {
	line-height: 14px;
	margin-top: 10px;
}

.moreInfo {
	padding: 20px 10px 10px 10px;
}


/** LIDS AND COMMON MODULES **/

.lid {
	margin: 10px 0;
	background-color: #ccc;
	padding: 10px;
}

.lid-item {
	margin: 10px 0;
	font-size: 14px;
	color: #fff;
	background-color: #041F4D;
	padding: 10px;
}


.redBox {
	border: 1px solid #8A0000;
	padding: 10px;
}

.blkBox {
	border: 1px solid #000000;
	padding: 10px;
}


/** Header and font classes **/

.num {
	margin-top: 2px;
	font-size: 10px
}


/** FORM **/

input.button, a.button {
	background-color: #555;
	font-size: 10px;
	color: #fff;
	width: auto;
	overflow: visible;
	padding: 2px 5px;
	border: 1px solid #bbb;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
}

input.button:hover, a.button:hover {
	border: 1px solid #222;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}


input.text {
	border: 1px solid #ccc;
	color: #777;
	width: auto;
	overflow: hidden;
	padding: 2px 3px;
}

input.number {
	width: 15px;
	border: 1px solid #990000;
	padding: 2px;
	color: #777;
}

select.menu {
	padding: 1px 1px 1px 2px;
}

.menu option {
	margin: 3px 10px 3px 0;
}

option {
 padding-right: 5px;
}

#rightCol input.text {
	width: 130px;
}


/** FEATURED ITEM AND ITEM CLASSES **/

.featured td { width: 150px; vertical-align: top; padding: 10px 0; }
	
.featured td.space { width: 15px; }
				
.itemName { color: #990000; margin-bottom: 5px }
				
.listPrice {   color: #999; }
				
.yourPrice {  color: #111; line-height: 16px; }

.savePrice {  color: #8A0000; font-weight:bold; font-style: italic; }
				
.itemImg { display: block; margin-bottom: 5px; text-align: center; }


/** COMMON **/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.pad10 {
	padding: 10px;
}

.mgTop20 {
	margin-top: 20px;
}

.mgBot20 {
	margin-bottom: 20px;
}

.mgBot5 {
	margin-bottom: 5px;
}

.spacer7px {
	margin-top: 1px;
	height: 6px;
	line-height: 1px;
}

.spacer10px {
	margin-top: 1px;
	height: 9px;
	line-height: 9px;
}

.spacer15px {
	margin-top: 1px;
	height: 14px;
	line-height: 14px;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
}

.txtRt {
	text-align: right;
}
