/*
Site Name: Harvey Pork
Site URL: http://harveypork.com.au/
Description: Stylesheet for harveypork.com.au
Version: 1.0
Author: DogSites
Author URL: http://dogsites.com.au/

Version Comments
v1.0
This Style sheet is for the sub non flash html pages

*/

/*-----------------------------------------------------
 Remove padding and margin 
-----------------------------------------------------*/

*   {
    margin: 0;
    padding: 0;
}

/*-----------------------------------------------------
Basic Page Properties
-----------------------------------------------------*/

html {
	height: 100%;
	margin-bottom: 1px;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

/*-----------------------------------------------------
Font Size Properties
-----------------------------------------------------*/

body {
	font-size: 12px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

#slogan h2 {
	font-size: 110%;
}

#footer {
	font-size: 0.85em;
}

ul.mainForm {
	font-size:14px;	
}

label.formFieldQuestion {
	font-size:95%;
}

label.formFieldOption {
	font-size:90%;
}

.retailers {
	font-size: 1.2em;
}

/*-----------------------------------------------------
Padding and Margins
-----------------------------------------------------*/

div {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

#pagewrap {
	margin: 0 auto;
} 

#logo {
	margin-left: 15px;
	margin-top: 4px;
}

#slogan {
	margin-top: 152px;
	margin-left: -243px;
}

#midheader {
	margin-top: 25px;
	margin-left: -120px;
}

#headerpic {
	margin-left: 426px;
}

* html #headerpic{
	margin-left: 423px;
}

.innerpad {
	padding: 6px 10px;
}

#menu li {
	padding: 4px 0;
}

#footer p {
	margin-top: 5px;
	margin-bottom: 2px;
}

img.gallery {
	padding: 4px;
	margin: 4px;
}

#mainForm {
	margin: 0;
}

li.mainForm {
	padding-bottom: 10px;
}

label.formFieldQuestion {
	padding:0 4px 1px 0;
}

label.formFieldOption {
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
}

input.formFieldStyle {
	margin:8px 0 0 3px;
	width:13px;
}

/*-----------------------------------------------------
Fonts and Font Weights
-----------------------------------------------------*/

body {
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

h1 {
}

h2 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
}

h3 {
}

h4 {
}

h5 {
}

#slogan h2 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-style: italic;
	font-weight: bold;
}

#menu li {
	font-weight: bold;
}

#menu li span {
	font-weight: bold;
}

ul.mainForm {
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

label.formFieldQuestion {
	font-weight:bold;
}

/*-----------------------------------------------------
Colours
-----------------------------------------------------*/

body {
	color: #333333;
}

a {
	color: #960000;
}

a:hover {
	color: #000000;
}

#slogan h2 {
	color: maroon;
}

#menu li {
	color: #b22222;
}

#menu li span {
	color: #5B5648;
}

h2 span.hptitle {
	color: #b22222;
}

#footer,
#footer a {
	color: gray;
}

#footer a:hover {
	color: #960000;
}

/*-----------------------------------------------------
Backgrounds
-----------------------------------------------------*/

#header {
	background-image: url(../siteimages/headerback.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#logo {
	background-image: url(../siteimages/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.divider {
	background-image: url(../siteimages/greenlineshdw.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#bodywrap {
	background-image: url(../siteimages/contentback.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

img.gallery {
	background: White;
}


/*-----------------------------------------------------
Text Decorations
-----------------------------------------------------*/

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*-----------------------------------------------------
Borders
-----------------------------------------------------*/

a img {
	border: 0;
}

div {
	border: 0;
}

#menu li {
	border-bottom: 1px solid #dcdcdc;
}

h2 {
	border-bottom: 1px solid #dcdcdc;
}

#slogan h2 {
	border: none;
}

img.gallery {
	border: 1px solid #999999;
}

#mainForm {
	border: none;
}

label.formFieldQuestion {
	border:none;	
}

/*-----------------------------------------------------
Width and Heights
-----------------------------------------------------*/

#container {
	width: 100%;
}

#pagewrap {
	width: 1000px;
}

#header {
	width: 1000px;
}

#logo {
	width: 241px;
	height: 148px;
}

#slogan {
	height: 18px;
}

#midheader {
	height: 106px;
}

#headerpic {
	width: 574px;
	height: 176px;
}

.divider {
	width: 1000px;
	height: 11px;
}

#bodywrap {
	width: 1000px;
	min-height: 568px;
}

#leftcolumn {
	width: 200px;
}

#contentarea {
	width: 780px;
}

#menu li {
	width: 180px;
}

label.formFieldQuestion {
	line-height:125%;
}

label.formFieldOption {
	line-height:1.0em;
	width:90%;
}

input.formFieldStyle {
	line-height:1.4em;
	height:13px;
}

/*-----------------------------------------------------
Floats and Alignments
-----------------------------------------------------*/

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

#container {
	text-align: center;
}

#logo {
	float: left;
}

#slogan {
	float:left;
}

#midheader {
	float: left;
}

#headerpic {
	float: right:
}

.divider {
	clear: both;
}

#leftcolumn {
	float: left;
}

#contentarea {
	float: left;	
}

.innerpad {
	text-align: left;
}

#mainForm 
{
	text-align: left;
}


/*-----------------------------------------------------
Lists
-----------------------------------------------------*/

#menu li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}

ul.mainForm {
	list-style-type: none;
}

#contentarea li {
	list-style: circle inside none;
}

#mainForm li,
li.mainForm {
	list-style: none inside none;
}

/*-----------------------------------------------------
Displays and Positions
-----------------------------------------------------*/

#header h1 {
	display: none;
}

#menu li a {
	display: block;
}

#mainForm {
	position: relative;
}

label.formFieldQuestion {
	display:block;
}

label.formFieldOption {
	display:block;
}

input.formFieldStyle {
	display:block;
}
/*-----------------------------------------------------------------------------
 Slimbox Gallery
-----------------------------------------------------------------------------*/

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/includes/siteimages/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/includes/siteimages/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/includes/siteimages/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/includes/siteimages/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}