/*hawthornmeats.com.au CSS
Created by M9Media - www.m9media.com.au
[Copyright - M9Media 2009]*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	background-color: #fff;
	text-align: left;
}
p {
	padding-bottom: 15px;
}
a {
	color: #00529b;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: none;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #00529b;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #00529b;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	width: 100%;
	height: 100%;
	padding: 3px;
	margin: 0px 0px 12px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #00529b;
}

/*==========Template Divs===========*/

#wrapper {
	width: 1040px;
	margin: 0 auto;
	background-image: url(wrapper.jpg);
	background-repeat: repeat-y;
}
#container {
	margin: 0 auto;
	width: 1000px;
}
#masthead {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 172px;
	background-image: url(masthead.jpg);
	background-repeat: no-repeat;
}
#full {
	margin: 0px;
	padding: 20px 20px 0px 20px;
	width: 960px;
	text-align: justify;
}
#leftcolumn {
	float: left;
	margin: 0px;
	padding: 10px 40px 30px 20px;
	width: 445px;
	text-align: justify;
}
#rightcolumn {
	display: inline;
	margin: 0px;
	padding: 10px 5px 30px 20px;
	width: 445px;
	float: left;
	text-align: justify;
}
#footer {
	padding: 110px 10px 37px 0px;
	width: 990px;
	height: 50px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}

/*=========Top Navigation=========*/

#nav {
	padding: 0px 0px 0px 20px;
	height: 19px;
	background: url(navbg.jpg);
	background-repeat: no-repeat;
}
#nav ul {
	list-style: none;
}
#nav li {
	display: inline;
}
#nav li a {
	float: left;
	width: auto;
	display: inline;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
#nav li a:hover {
	float: left;
	width: auto;
	display: inline;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
}
#subnav {
	padding: 10px 0px 0px 20px;
	height: 27px;
	background: url(subnav.jpg);
	background-repeat: no-repeat;
}
#subnav ul {
	list-style: none;
}
#subnav li {
	display: inline;
}
#subnav a {
	padding: 3px 5px 0px 0px;
	color: #a8ca00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#subnav a:hover {
	padding: 3px 5px 0px 0px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/*=========Other Classes===========*/

.m9media {
	font-size: 9px;
	color: #666;
	float: right;
}
.m9media a {
	font-weight: bold;
	color: #666;
}
.m9media a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
.ohours {
	padding: 0px 0px 0px 20px;
	font-size: 9px;
	color: #666;
	float: left;
}
.clear {
	clear: both;
}
.right {
	float: right;
	padding: 2px 0px 8px 15px;
}
.left {
	float: left;
	padding: 2px 15px 8px 0px;
}
.ctr {
	padding: 4px 0px 0px 30px;
}
.indmeat {
	padding: 15px 15px 30px 0px;
}
.indmeatend {
	padding: 15px 0px 30px 0px;
}
.note {
	font-size: 8px;
	color: #999;
}
.separator {
	padding-right: 5px;
	color: #a8ca00;
}
.vcart {
	margin: 5px 0px 0px 0px;
	float: right;
}
.subnavlink {
	color: #fff;
}
.added {
	color: #829c00;
	font-weight: bold;
}

/*Form Styles*/

#frmKeywords {
	float: right;
	width: auto;
	padding: 0px;
	display: inline;
}
input.formCheckbox {
	border: none;
	background: transparent;
}
input.formButton {
	background: #00529b;
	border-bottom: 1px solid #004078;
	border-left: 1px solid #004078;
	border-right: 1px solid #035eaf;
	border-top: 1px solid #035eaf;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}
/* Tables used to display tabular Data. */
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
}
table.tabularData td, table.tabularData th{
	padding: 6px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #fff;
	color: #333;
}
/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #fff;
}
.altRowOdd{
	background-color: #fff;
}
/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}
.pagingLinks {
	padding: 15px 0px;
	text-align: center;
	color: #999;
}
.errorMessage {
	color: #993333;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
.promo {
	font-size: 10px;
	color: #999;
}

/* -------- lightbox css -------- */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(profile/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(profile/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
