
/* commented backslash hack v2 \*/
* html {
	overflow:hidden;
}

/* end of hack */
body {
	font-family: Comic Sans MS, Comic Sans, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	text-align: center;
	background:#edba60 url(../images/menu_side.gif) repeat-y fixed;
	margin:0;
	/* took out body padding:0 10px 0 10px; */
	border:0;
	height:100%;
}

/* put in fixed div into HTML to make fixed layout or remove to make liquid layout*/
/* #content could have a set width for a fixed layout however then the contents spill over menu when page is short and scrolls so use #fixed*/
#fixed {
	margin:0 auto;
	width:786px;/* content margin 174 plus 786 = page width of 960px  */
	/* see special width set for index.html  */
	text-align:left;
}

* html body {
	overflow-y:scroll;
}

a:link, a:visited, a:active {
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #E0E0E0;
}

a:active, a:focus {  /* takes away dotted line around links */
	outline:0;
}

.clear {
	clear:both;
}

.h2 {
	font-size:14px;
	color:#952F20;
	font-weight:bold;
	text-align:center;
}

.h3 {
	font-size:12px;
	color:#952F20;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}

.h4 {
	font-size:16px;
	color:#952F20;
	margin-bottom:5px;
	border-bottom:1px solid #333;
	font-weight:bold;
	text-align:center;
}

.h5 {
	font-size:14px;
	color:#FFF;
	margin-bottom:5px;
	border-bottom:1px solid #333;
	font-weight:bold;
	text-align:center;
}
.bold {
	font-size:14px;
	font-weight:bold;
}

#pad {
	display:block;
	height:275px;
}

/* content holds headline photos and capslide photos and footer */
.spacer {
	display:block;
	height:375px;
}

.spacer1 {
	display:block;
	height:325px;
}

.spacer2 {
	display:block;
	height:250px;
}

.spacer3 {
	display:block;
	height:145px;
}



.bold {
	font-weight:bold;
}

#topper {
	position:fixed;
	display:block;
	top:0;
	right:0;
	width:100%;
	height:322px;/*same height as menu_topyellow gif */
	background:url(../images/menu_topyellow.gif) repeat-x;
	overflow:hidden;
	z-index:12;
}

* html #topper {
	position:absolute;
	right:0;
	right/* */:/**/17px;
	right: /**/17px;
}

#logo {
	position:fixed;
	display:block;
	top:0;
	left:165px;
	width:600px;
	height:220px;
	background-color:transparent;
	z-index:20;
}

* html #logo {
	position:absolute;
}

/* Nav styles */

div#navback {
	min-width: 940px;
	padding: 0px;
	height: 49px;
	margin: 245px auto 0px; /* margin top 245 centers it in brown topper background */
	background: url(../images/navdarkbrown.jpg) repeat-x;
}

#nav {
	clear:both;
	width:800px;
	height:49px;
	margin: 0px auto;
	padding:0;
	text-align: center;
}

#nav ul {
	float:right;
	height:49px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%; /* strtches to fit text */
}

#nav ul li {
	float:left;
	margin:0;
	padding:0 0 0 0;
}

#nav ul li a {
	border-right:1px solid #FFFFFF;
	color:#FFFFFF;
	float:left;
	
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:49px;
	margin:0;
	padding:0 20px;
	text-decoration:none;
	text-transform:lowercase;
}

#nav ul li a:hover, #nav ul li a:active {
	background:transparent url(../images/active.jpg) repeat-x scroll 0 0;
	color:#FFFFFF;
}

#nav ul li.current_page_item {
	background:transparent url(../images/active.jpg) repeat-x scroll 0 0;
}

#nav ul li.current_page_item a {
	background:transparent url(../images/active.jpg) no-repeat scroll right top;
	color:#FFFFFF;
}

/* left side menu  */
#menu {
	position:fixed;
	display:block;
	top:327px;
	left:10px;
	width:150px;/* width of menu_side.gif yellow part*/
	height:500px;
	background-color:transparent;
	z-index:20;
}

* html #menu {
	position:absolute;
}

#menu a, #menu a:link {
	display:block;
	width:140px;
	height:40px;
	color:#fff;
	text-decoration:none;
	margin-top:15px;
	background:url(../images/menuback90.png);
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding-top: 14px;
}

#menu a:visited {
	color:#EEE;
}

#menu a:hover {
	color:#000;
}

#menu a:active {
	font-weight:bold;
}

/* CONTACT page image banner  */
							
div#imagebanner {
	text-align: left;
	width: 766px;
	height: 203px;
	background: url(../images/bannerdropred.png) no-repeat;
	margin-top: 20px;
	margin-left: 20px;
}

div#imagebanner img {
	vertical-align: middle;
	border: 0;
	margin-top: 3px;
	margin-left: 3px;
}

/* stu's headline photos */
.infoPanel {
	padding:0;
	margin:0;
	list-style:none;
	width:750px;
	height:360px; /* height of headline box = li height 90 x 4 */
	background:#333;
	position:relative;
	
}

/* li is the entire contents inside infopanel */
.infoPanel li {
	width:250px;
	float:left;
	clear:left;
	height:90px;
	color:#fff;
}

.infoPanel li a.infoLink {
	display:block;
	width:250px;
	height:90px;
	overflow:hidden;
	text-decoration:none;
	border:0;
	color:#fff;
	font-size:12px; /*font size for left thumbnail headings */
}

.infoPanel li a.current {
	background:url(../images/headlinephotos/backgreen.gif);
}

.infoPanel li a.infoLink img { /*left thumbnails */
	display:block;
	width:110px;
	float:left;
	margin:20px 10px 0 20px;
	border:1px solid #888;
}

.infoPanel li a.infoLink span { /*left headings */
	display:block;
	padding:20px 20px 0 0;
}

.infoPanel li a.current span {
	color:#758312; /*green text main headings */
}

.infoPanel li div {
	position:absolute;
	right:0;
	top:0;
	width:490px;
	height:360px; /* height of headline box = li height 90 x 4 */
	background:#333;
	display:none;
	overflow:hidden;
}

.infoPanel li div img {
	margin-top:60px;    /* brings main image more to middle of panel */
	border:1px solid #758312; /* green border around main image*/
}

.infoPanel li div h3 {
	font-weight:normal;
	padding:3px 0;
	margin:0;
	font-size:17px;
	color:#eee;
}

.infoPanel li div a {
	color:#758312;
	text-decoration:none;
	font-size:13px;
}

.infoPanel li div a:hover {
	text-decoration:underline;
}

/* middle content items  */


/* content holds headline photos and capslide photos and footer */

#content {
	clear:both;
	position:relative;
	display:block;
	margin:357px 0 0 174px;
	/* width of menuside.gif is 168px plus 6px more left  */
	/* margin top to bring content down topper yellow/brown height is 322pxless content margin top 357 brings it below fixed topper 35px  */
	background:transparent;
	overflow:hidden;
	z-index:10;
}

/* left holding pikachoose = 550px plus right 216px width plus margin between them of 20px =#fixed width 786px  */


/* column container Mathrew Taylor layout stack */
	
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* 2 column rightmenu settings */
/* rightmenu contains col1 (left) and col2 (right) */
	.rightmenu {  
	background:none;
}

.rightmenu .colleft { /* shows the whole left side */
	float:left;
	width:200%;
	margin-left:-216px; /* moves over to the left to make the right side visible */
	position:relative;
	right:100%;
	
}

.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}

.rightmenu .col1 { /* is the contents of the left side */
	overflow:hidden;
	background: none;
	margin-left: 216px;	
}

.rightmenu .col2 {
	float:right;
	width:216px;
	position:relative;
	left:216px;
	text-align:justify;
}



#paypal {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 48px;
}

#paypal img {
	border-style: none;
}

#rollingpinstyles{
/*  a div to put the about same page link for rolling pin styles  */
}

.aboutproducts { /*  margin top won't work unless floated  */
	float:left;
	clear:both;
	width:100%;
	margin-left:5px;
	margin-bottom:30px;
	text-align:left;
	font-size:14px;
	background-color:#83351B;
}

.aboutwestcoast {
	float:left;
	clear:both;
	width:100%;
	margin-left:5px;
	text-align:left;
	font-size: 14px;
}

.wordwrap {
	padding: 5px 20px 10px;
	white-space: pre-wrap;      /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap;     /* Opera <7 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	word-wrap: break-word;      /* IE */
}

.wordwrap h1 {
	font-size: 20px;
	border-bottom: 2px solid #EDBA60;
	color:#FFF;
}

.wordwrap .h5 {
	font-size: 16px;
	border-bottom: 2px solid #EDBA60;
	color:#FFF;
}

/* css for CONTACT page textarea  */							
							
#textarea {
	display:block;
	float:left;
	text-align: left;
	margin: 10px 0 40px 140px;
}

#textarea ul {
	font-size:1.6em;
	margin:0;
	padding:5px 0 5px 0;
	color:#000;
}

#textarea a {
	color:#952f20;
}

#foot {
	clear:both; /* clears the about text otherwise margin top bottom won't work*/
	width:100%;
	font-size:12px;
	letter-spacing:0.2px;
	color:#000;
	text-align:center;
}


