@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(images/background.gif);
	height: 101%;
}

/* text stylings */	

.oneColElsCtr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px; 
}
.oneColElsCtr #mainContent {
	padding: 0;
	width: 950px;
}


a, a:link, a:active, a:visited {
	border-bottom: 1px #009900 solid;
	text-decoration:none;
	color: #000000;
	margin:0px;
	}
	
a:hover {
	border-bottom: 1px #009900 solid;
	text-decoration:none;
	color: #09966;
	margin:0px;
	}

.space {
	margin-bottom:30px;
	}

#menu a, #menu a:link, #menu a:active, #menu a:visited {
	display:inline-block;
	height:72px;
	width: 150px;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:68px;
	padding-top:5px;
	color:#66cc00;
	background:url(images/normal.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	margin:0px;
	border-bottom: 0px;
	}
	
#menu a:hover {
	background:url(images/hover.gif);
	background-repeat:no-repeat;
	color:#009900;
	border-bottom: 0px;
	}
	
.buttons {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
	background-color:#999999;
 	color: #FFFFFF;
}
	
#menu2 a, #menu2 a:link, #menu2 a:active, #menu2 a:visited {
	display:inline-block;
	height:25px;
	width: 200px;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:25px;
	color:#000000;
	background-color:#99ff99;
	margin:0px;
	text-decoration:none;
	}
	
#menu2 a:hover {
	background-color:#009900;
	text-decoration:none;
	}
	
input { 
	
}
	
body#services a#services,
body#detail a#detail,
body#enchilada a#enchilada  {
	background-color:#66cc00;
	}
					
	
p {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.3;
	padding-bottom:10px;
	color:#000000;
	margin: 0px;
	text-align:left;
	}
	
p.subscribe {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:1;
	color:#999999;
	margin: 0px;
	text-align:right;
	display:inline-block;
	padding-bottom: 30px;
	}
	
p.credit {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:7px;
	font-weight:normal;
	line-height:1;
	color:#999999;
	margin: 0px;
	text-align:right;
	padding: 3px 0px;
	}		
	
form {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:.8;
	padding-bottom:5px;
	color:#999999;
	margin: 0px;
	text-align:right;
	display:inline;
	}	
	
p.center {
	text-align:center;
	}

#footer p {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:10px 20px 10px 0px;
	color:#000000;
	margin: 0px;
	text-align:left;
	display:inline;
	}


.accent {
	display:inline;
	font-weight:bold;
	color:#66cc00;
	}

blockquote {
	padding: 0px 24px 0px 24px;
	margin: 0px;
	}	

	
h1 {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	line-height:1.5;
	padding-bottom:8px;
	color:#009900;
	margin: 0px;
	}
			
h2 {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:1.5;
	padding-bottom:8px;
	color:#009900;
	margin: 0px;
	}		

h3 {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	padding-bottom:8px;
	color:#66cc00;
	text-align:center;
	margin: 0px;
	}	

h4 {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	padding:5px 0px;
	color:#66cc00;
	text-align:left;
	margin: 0px;
	}			
		
ul {
	margin:0px;
	padding:0px 0px 0px 24px;
	}
	
ul li {
	list-style:disc;
	text-align:left;
	font-size:12px;
	margin:0px;
	padding-bottom: 5px;
	}	

.focus {
	background-color:#66cc00;
	}
	
.white {
	color: #FFFFFF;
	padding: 10px;
	}	
	
	
	
		
/* divs go below here */	

#logo {
	text-align:center;
	margin-bottom: 15px;
	}
	
#constantcontact {
	margin-right:75px;
	}

#menu {
	height: 73px;
	text-align:center;
	margin-bottom: 10px;
	}
	
#menu2 {
	height: 25px;
	text-align:center;
	margin-bottom: 10px;
	padding:0px;
	}	
	
#content {
	float:left;
	width: 650px;
	margin: 0 150px;
	padding: 0px;
	}
	
#column {
	float:left;
	width: 185px;
	padding-right: 15px;
	}	


	
#footer {
	float:left;
	width: 600px;
	margin: 20px 148px 600px 148px;
	padding: 0px;
	border-top: 3px #009900 solid; 
	}	
	
#table {
	float: left;
	width: 650px;
}

.googlecart-add-button {
	float: left;
	}
	
.product {
	width: 650px;
	float:left;
	padding-bottom: 20px;
}

.product h3 {
	text-align:left;
}