/*
Coffee Bag Chick CSS
&copy; 2008 mark grostick
        |\__/,|   (`\
      _.|o o  |_   ) )
 ---(((---(((---------
*/
body {
	background-color: #70bb26;
	background-image:url(../images/bkg.gif);
	background-repeat:repeat-x;
	margin: 0;
	border: 0;
	color: #000;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	
}

/*page shift hack*/
html { min-height: 100%; margin-bottom: 1px; }

/* set default layout to 0 -------------------------------------------------------------*/
table, tr, td, ul, li, h1, h2, h3, h4, img, div, br, form {
	margin: 0px;
	padding: 0px;
	border:0px;
}

/*clear hack-------------------------------------------------------------------------------------*/

.clearer {
	clear: both;
	height:0px;
	width: 0;
	margin: 0;
	padding:0;
	font-size:0px;
	line-height:0px;
}

/*floats-------------------------------------------------------------------------------------*/

.float_right {
	float: right;
}

.float_left {
	float: left;
}


/***************** WRAPPER *********************************/

#wrapper {
	
	width: 923px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	
}

/***************** NAVIGATION *********************************/


#header {
	background-color: transparent;
	background-image: url(../images/header.gif);
	width: 923px;
	height: 101px;
	margin: 0px;
	padding: 0px;
}

	#logo a{
		width:120px;
		height: 90px;
		display:block;
		float:left;
	}

	#nav {
		width: auto;
		height: 27px;
		float: right;
		margin: 74px 10px 0px 0px;
		padding:0;
	}
	
		#nav li {
			float:left;
			display:block;
			width:96px;
			height:27px;
			text-align:center;
			font-size:12px;
			line-height:27px;
			text-transform:uppercase;
		}
			
			#nav li.selected {
				background-image:url(../images/btn_green.gif);
				color:#fff;
			}
			
			#nav a {
				color: #000;
				text-decoration:none;
			}
			
				#nav a:hover {
				color: #70bb26;
				
				}

			#nav .selected a {
				color: #fff;
				text-decoration:none;
			}
			
				#nav .selected a:hover {
				color: #000;
				}
				

/***************** CONTENT *********************************/

#content{
	background-image:url(../images/content_bkg3.gif);
	background-repeat:repeat;
	width: 923px;
	height: auto;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 20px 0;
	clear:both;
	overflow:hidden;
}

	
#content_home {
	width:515px;
	height:auto;
	float: right;
	padding:45px 70px 0 0;
}

#content_home_pic {
	float:left; 
	margin-top:20px; 
	margin-left:1px;
}


	#contentleft{
		float: left;	
		background: transparent;
		width: 402px;
		text-align: left;
		margin: 10px 0px 50px 32px;
	}
	
	#contentright{
		float: left;
		background: transparent;
		width: 402px;
		text-align: left;
		margin: 10px 0px 50px 30px;
	}
	

	.content_pad {
		padding: 20px 70px 0px 70px;
	}

/*products--------------------------------------------------------*/
.product_wrap {
	width: 779px;
	height:auto;
	margin: 0 0 20px 0;
}		

	.product_top {
		width: 779px;
		height:10px;
		background-image:url(../images/product_top_bkg.gif);
		background-repeat:no-repeat;
		font-size: 0px;
		line-height:0px;
	}
	
	.product_content {
		width: 759px;
		height:auto;
		background-image:url(../images/product_content_bkg.gif);
		background-repeat:no-repeat;
		font-size:14px;
		padding:10px;
	}
	
	.product_bot {
		width: 779px;
		height:12px;
		background-image:url(../images/product_bot_bkg.gif);
		background-repeat:no-repeat;
		font-size: 0px;
		line-height:0px;
	}
		
		
		ul.list {
			margin-left: 20px;
		}
		
		ul.list li {
			list-style: none;
			background-image:url(../images/star.gif);
			background-repeat:no-repeat;
			background-position:0 4px;
			padding-left:14px;
		}
		
		.product_text {
			float: left;
			width: 245px;
			height:auto;
		}
		
			.col2 {
				padding-top: 0px;
			}
			
			.col2 .list {
				padding-top: 35px;
			}
			
			.centerpic {
				text-align: center;
			}
			
			.centerpic a {
				text-decoration: none;
			}
			
			.product_text img{
				padding: 2px;
				border: 1px #cccccc solid;
			}
/*headers--------------------------------------------------------*/

.headers {
	padding: 20px 0 20px 0;
}
.where {
	margin-bottom: 0px;
	padding-bottom:0px;
}
/*tables--------------------------------------------------------*/
table td, table th {
	padding: 5px;
}



td {
	vertical-align: top;
	height: auto;
}




/***************** TEXT *********************************/

h1, h2, h3 {
	line-height: normal;
}

h1 {
	
	font-size: 24px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight:bold;
	color:#5aa613;
}

h2 {
	
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight:normal;
	color:#503000;
}

h3 {
	
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

p {
	margin:0px 0px 20px 0px;
	padding:0;
}


/***************** LINKS *********************************/



a {
	color: #ff2868;
	text-decoration: underline;
	/*font-weight:bold;*/
}

a:hover {
	color: #000;
	text-decoration:none;
}


/*footer links */

#footer a {
	font-size: 11px;
	color: #000;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	text-transform:uppercase;
}
	#footer a:hover {
		color: #fff;
	}


/***************** FORMS *********************************/

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  }

div.row span.formw {
  float: left;
  width: 500px;
  text-align: left;
  } 
  

 

/***************** FOOTER *********************************/

#footer {
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 923px;
	height: auto;
	clear: both;
	text-align:center;
}
	#footer ul {
		width: auto;
		padding: 20px 10px 0px 10px;
	}
	#footer li {
		list-style:none;
		display:inline;
		height:21px;
		line-height:21px;
		}
#validator {
	
	height:21px;
	line-height: 21px;
	}
#copyright {
	font-size: 10px;
	font-weight:bold;

}

/***************** END FOOTER *********************************/


/*****************EVENTS*********************************/

.event_pics {
	width: 355px;
	float: left;
	margin: 0 20px 20px 0;
}

.event_pics img {
	padding: 2px;
	border: 1px #cccccc solid;
}

.events p, .events h1 {
	width: 740px;
	clear: both;
}