/* Homepage CSS */

h3 {
	margin: 10px 0 0 0;
	padding: 10px 0 0 20px;
	font-size: 11pt;
}

.introduction {
	margin: 0;
	padding: 1px 0 0 10px;
	background: url(../images/main-image.gif) right no-repeat;
	height: 300px;
	width: auto;
	border-bottom: 1px #F0F0F0 solid;
}

.introduction h1 {
	margin: 20px 0 0 0;
	padding: 0;
	color: #820503;
	font-size: 16pt;
}

.introduction p {
	margin: 10px 0 0 0;
	padding: 0;
	width: 320px;
	text-align: left;
}

.introduction p#link {
	text-align: right;
}

.introduction p a {
	margin: 0;
	padding: 0;
	color: #820503;
	text-decoration: underline;
}

.introduction p a:hover {
	text-decoration: none;
}



.catLinks {
	margin: 10px 10px 0 10px;
	_margin-left: 10px;
	padding: 0;
	border: 1px solid #CCCCCC;	
	height: 116px;
}
.catLinks a:hover { text-decoration: none; }

.catLinks .mainCat { background: #F5F5F5; padding: 10px; }
.catLinks .mainCat a { font-weight: bold; color: #494949; font-size: 10pt; }


.catLinks .subCats { margin: 0; }
.catLinks .subCats .subCat { margin: 0 -1px 0 0; border-top: 1px dashed #CCCCCC; border-right: 1px dashed #CCCCCC; padding: 5px 10px 5px 10px; width: 367px; float: left; height: 16px; }
.catLinks .subCats .subCat a { color: #820503; font-size: 10pt; font-weight: bold; white-space: nowrap; }




.product {
	margin: 10px 0 0 10px;
	_margin-left: 5px;
	_margin-right: 5px;
	padding: 0;
	border: 1px solid #CCCCCC;
	float: left;
	width: 250px;
	height: 250px;
}

.product .image {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #F5F5F5;
}

.product .image table {
	margin: 0;
}

.product .image table tr {
	margin: 0;
}

.product .image table tr td {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	font-size: 0px;
}

.product .description {
	margin: 0;
	padding: 10px 10px 0 10px;
	height: 32px;
}

.product .description a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
}

.product .description a:hover {
	text-decoration: underline;
}



.product .stock ul {
	margin: 0;
	padding: 5px 0 8px 10px;
	list-style: none;
	width: 240px;
}

.product .stock ul li {
	margin: 0;
	padding: 0 10px 0 0;
}

.product .stock ul li.inStock {
	color: #038251;
	font-weight: bold;
	font-size: 9pt;
}

.product .stock ul li.outStock {
	color: #820503;
	font-weight: bold;
	font-size: 9pt;
}


.product .price {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	font-size: 10pt;
}

.product .price b {
	color: #820503;
	font-weight: bold;
}

.product .price .oldPrice {
	text-decoration: line-through;
	color: #494949;
}

.product .price .salePrice {
	color: #820503;
}


.product .view {
	margin: 0 0 -10px 0;
	padding: 5px 10px 5px 10px;
	text-align: right;
	float: right;
	background: #820503;
}

.product .view a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 8pt;
}

.product .view a:hover {
	text-decoration: none;
}



