/* CSS Document */
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
				}
	
		#content {
	border:1px solid #bbbbbb;
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

	#leftcontent {
	position: absolute;
	left:11px;
	top:112px; 
	width:150px;
	margin:0; padding:0;
		}

	#centercontent {
	margin-left: 150px;
	margin-right:151px;
	/* These three lines are needed so that min-height is accepted by all browsers */
	min-height: 550px; 
	height: auto;
	_height: 550px; 
	/* --- */
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #fefdf7;
		}

	html>body #centercontent {
	margin-left: 150px;
	margin-right:151px;
		}

	#rightcontent {
	float:right;
	position: absolute; 
	right:11px;
	top:112px;
	width:150px;
	background:#fff;
	margin:0;
	padding:0;
		}
	
		
	#innercontent {
		margin:0px 10px 10px 10px;
	}

	#banner {
	height:100px;
	/* Doesnt want to show image on live site so just made black bg color
	background-image: url(images/banner_bg2.gif);
	background-repeat: repeat-x;
	*/
	background-color:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbbbbb;
		}
	html>body #banner {
		height:100px;
		}
		
		#banner #contact{
	color:#FFFFFF;
	position: absolute;
	top: 30px;
	right: 250px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
	background-color: #000000;
		}
			#banner #contact strong{
			font-size:14px;
			}
			
			p {
			margin-top: 4px;
			}
		#banner #rightlogo{
	position: absolute;
	top: 11px;
	right: 10px;
	text-align: center;
	background-color: #000000;
		}
			
	
	h1 {
		font-size:1.75em;
		padding-top:10px;
		}
		
			h2 {
	font-size:1.6em;
	padding-top:10px;
	color: #CC9900;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}

			h3 {
	font-size:1.2em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	white-space: nowrap;
	border-bottom: 1px solid #bbbbbb;
		}

	small {
	font-weight:normal;
	font-style:italic;
	}
.miniBanner {
	font-size: 1.5em;
	white-space: nowrap;
	background-image: url(images/home_main_bg2.gif);
	background-repeat: repeat-x;
	line-height: 28px;
	color: #CC9900;
	text-indent: 20px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 0;
}
		
	#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
	color: #FFFFFF;
		}
	
#footer
{
	font-size: 9px;
	color: #999999;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ul#navbar {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 26px;
	white-space: nowrap;
	left: 180px;
	position: absolute;
	top: 56px;
}
ul#navbar li {
	list-style-type: none;
	display: inline;
	background-image: url(images/dots_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em;
	} 


ul#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
	font-weight: normal;
}
ul#navbar li a:link, a:visited {
    color: #FFF;
}

ul#navbar li a:hover, a:active {
    color: #CC9900;
}
ul#navbar #currentpage a{
	color: #CC9900;
	font-weight: bold;
}

body#home a#nav_home,
body#oursmokehouse a#nav_oursmokehouse,
body#oursalmon a#nav_oursalmon,
body#recipes a#nav_recipes,
body#orderinginfo a#nav_orderinginfo,
body#aboutus a#nav_aboutus, 
body#contactus a#nav_contactus {
	color: #CC9900;
	font-weight: bold;
}

ul#shopnav {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	list-style-type: none;
}
ul#shopnav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	background-image: url(images/square_bullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 0.5em;
	padding: 10px;
	text-indent: 8px;
	font-weight: bold;
	}
ul#shopnav li a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
ul#shopnav li a:link, a:visited {
	color: #999999;
}

ul#shopnav li a:hover, a:active {
	font-weight: bold;
}


ul#shopnav li#last {
	border-bottom-width: 0px;
}

/*--- cart styles ----------------------------------------------------------*/

ul#cartnav {
	margin: 0px;
	border: 1px solid #bbbbbb;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color:#FFFFFF;
	text-decoration: none;
	list-style-type: none;
}
ul#cartnav li {
	list-style-type: none;
	display: inline;
	padding: 10px;
	text-indent: 8px;
	font-weight: normal;
	}
ul#cartnav li a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
ul#cartnav li a:link, a:visited {
	color: #CC9900;
}

ul#cartnav li a:hover, a:active {
	font-weight: #CC9900;
}

body#delivery a#nav_delivery,
body#payment a#nav_payment,
body#placeorder a#nav_placeorder,
body#confirmation a#nav_confirmation {
	color: #CC9900;
	font-weight: bold;
}
/*---subContent styles-------------------------------------------------------*/

.subContent {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.subContent .heading
{
	font-size: 1.1em;
	font-weight: bold;
	color:#cc9900;
	white-space: nowrap;
	background-color: #fbf5dd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	height: 21px;
	line-height: 21px;
}

.subContent .body
{
	margin:6px 6px 6px 6px;
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.subContent .body strong
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subContent .body a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

.subContent .body a:hover, a:active {
	font-weight: bold;
	color: #999999;
}


.subContent .body a:link, a:visited {
	font-weight: normal;
	color: #999999;
}

#innercontent .subContent {
	border: 1px solid #bbbbbb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#innercontent .subContent .body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.numericList{
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

 .mini_cart {
	font-size: 1em;
	background-color: #Fbf5dd;
	line-height: 21px;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height:21px;
}

a img
{
border: 0px;
}

.contentList {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: #999999;
	text-decoration: none;
	list-style-type: none;
}

.contentList li {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-image: url(images/dots_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	text-indent: 1em;

	} 
.contentList li a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
.contentList strong {
	color: #CC9900;
}

.contentList li a:link, a:visited {
	color: #999999;
}

.contentList  li a:hover, a:active {
	font-weight: bold;
}

#main_image {
	background-color: #0099FF;
	color: #CC3300;
	background-image: url(images/home_main.jpg);
}
#content #centercontent .quote {
	font-style: italic;
	color: #bbbbbb;
	font-size: 10px;
	background-color: #fbf5dd;
	border: 1px solid #999999;
	width: 120px;
	padding: 14px;
	font-weight: bold;
	font-family: "Lucida Sans";
}
#content #centercontent .productList {
	margin-top: 0px;
	margin-bottom: 4px;
	border-bottom: 1px solid #999999;
}
.product {
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #999999;
}
.product .prodImage {
	padding: 4px;
	vertical-align:top;
	/* width:120px; */
}
.product .prodDetails {
	vertical-align:top;
}

.product .prodName {
	margin-top: 4px;
	margin-bottom: 2px;
	font-weight:bold;
	font-size: 1.2em;
}
.product .prodDescription {
	font-size: 1em;
	margin-top: 2px;
	margin-bottom: 2px;
}

.itemCode {
	color: #CC9900;
	font-size: 1em;
	text-align:left;
}
.itemDescription {
	text-align:left;
	}
	
.itemPrice {
	font-size: 1em;
	text-align:right;
}
.itemQuantity {
	text-align:center;
}


.warning
{
	color:#FF0000;
	font-weight:bold;
}

.FormLabel 
{
	text-align: right;
}

.FormInput
{
	text-align: left;
}

.highlight {
	color: #CC9900;
	font-weight: bold;
	font-size: 12px;
}

legend{
	color: #000000;
	font-weight:bold;
	font-size: 10px;
}

.CartContents th{
	background-color: #fbf5dd;
	height: 20px;
	border-top: solid #999999 1px;
	border-bottom: solid #999999 1px;
}

.CartContents td{
	height: 30px;
	border-bottom: solid #CCCCCC  1px;
}

.CartContents tfoot tr td{
	height: 20px;
	font-weight: bold;
}

.required {
color:#FF0000;
}
.moreDetails {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#999999;
font-weight: normal;
text-decoration:none;
}

.orderInvoice {
	border: 1px solid #bbbbbb;
	padding: 10px;
	background-color: #FFFFFF;
}

.tableRow {
}

.tableRowOver {
	background:#Fbf5dd;
	cursor:pointer;cursor:hand;
}

.tableData {
border: 1px #bbbbbb solid;
}

.deliveryAddress td{
	height: 24px;
	border-bottom: solid #EFEFEF  1px;
}

.recipe h3
{
	font-size:1.2em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	white-space: normal; 
	border: none;
}
.recipe strong
{
	font-weight: normal;
	font-style: italic;
	text-decoration:underline;
}

table.recipe
{
width: 100%;
}