/** GENERAL LAYOUT **/

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #660000;
	background-image: url(../styleImages/backgrounds/bgnd-page.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-family:  "Lucida Grande",Arial, Helvetica, sans-serif;
}

#page {
	width: 900px;
	margin: 0 auto;
}

#colLeft {
	width: 187px;
	float: left;
}

#colRight {
	float: right;
	width: 685px;
}

/** HEADER **/

#header {
	width: 685px;
	height: 82px;
	margin-top: 33px;
	background-image: url(../styleImages/backgrounds/bgnd-header.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 62.5%;
}

#siteOptions {
	width: 685px;
	height: 40px;
	clear: both;
	text-align: right;
	color: #BF311B;
	font-size: 1.2em;
	padding-top: 10px;
}

#siteOptions span {
	color: white;
}

#siteOptions a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}

#siteOptions a:hover {
	text-decoration: underline;
}

#siteSearch {
	width: 685px;
	height: 30px;
	clear: both;
	text-align: right;
}

#siteSearch img {
	vertical-align: middle;
}

#siteSearch .searchBox {
	height: 18px;
	width: 160px;
	border: 1px solid #990000;
}

#siteSearch .searchBtn {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

/** CATEGORY LIST **/

.categoryList {
	width: 187px;
	font-size: 62.5%;
}

.categoryList ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.categoryList ul li a {
	display: block;
	height: 21px;
	width: 187px;
	background-image: url(../styleImages/backgrounds/bgnd-categorylist.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
}

.categoryList ul li a:hover {
	color: #F58426;
}

.categoryList ul li a strong {
	color: #FFFFCC;
}

.categoryList ul li a img {
	vertical-align: middle;
}

/*submenu styles*/
.categoryList ul li ul {
	text-indent: 5px;
	margin: 5px 0 10px 29px;
}

.categoryList ul li ul li {
	border-left: 2px solid #F58426;
}

.categoryList ul li ul li a {
	height: 16px;
	display: block;
	background-image: none;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 130%;
}


/** HOMEPAGE - LATEST PRODUCTS **/
#titleLatestProducts {
	width: 685px;
	height: 38px;
	background-image: url(../styleImages/title-latestproducts.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#titleLatestProducts span {
	display: none;
}

#latestProducts {
	width: 685px;
	height: 190px;
	clear: both;
	background-image: url(../styleImages/backgrounds/bgnd-productrow.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px dotted black;
	font-size: 62.5%;
}

.panelLatestProduct {
	float: left;
	width: 164px;
	height: 190px;
	background-color: white;
	margin-right: 3px;
	margin-left: 3px;
}

.latestProductPhoto {
	width: 135px;
	height: 135px;
	border: 0px solid blue;
	text-align: center;
	padding-top: 7px;
	padding-left: 0px;
	margin: 0 auto;
}

.latestProductPhoto img {
	vertical-align: middle;
}

.latestProductName {
	width: 164px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	
}

.latestProductName a {
	color: black;
	text-decoration: none;
}

.latestProductName a:hover {
	text-decoration: underline;
}


.txtOldPrice {
	text-decoration: line-through;
	color: #666666;
}

.latestProductPrice {
	width: 164px;
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

/** MAILING LIST **/
#panelMailingList {
	width: 685px;
	height: 25px;
	background-image: url(../styleImages/backgrounds/bgnd-mailinglist.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 10px;
	display: block;
	clear: both;
}

#panelMailingList form {
	padding: 0;
	margin: 0;
}

#panelMailingList .emailbox {
	height: 18px;
	width: 160px;
	border: 1px solid #990000;
	font-size: 11px;
	color: black;
}

#panelMailingList button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	height: 25px;
	width: 30px;
	vertical-align: middle;
}

/** FOOTER **/
#footer {
	width:900px;
	height: 50px;
	clear: both;
	font-size: 62.5%;
	line-height: 130%;
}

#footer #copyright {
	font-size: 0.95em;
	color: white;
	float: left;
}

#footer #dubbedTag {
	float: right;
}

.pagination {
	width: 100%;
	clear: both;
	color: white;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}

.pagination a {
	color: white;
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination strong {
	color: #F58426;
}