
/* DO NOT TOUCH RESET STYLES */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*  END RESET STYLES */
strong { font-weight: bold; }

body {
	background: #362C4B;
	width: 100%;
	text-align: center;	
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

	.shell {
		width: 1024px;
		margin: 0 auto;
		text-align: left;
		background: none transparent;
	}
	
		#wrapper {
			float: left;
			clear: both;
			border-left: 1px solid #7EB338;
			border-right: 1px solid #7EB338;
			
		background: none transparent;
		}
	
		.header {
			width: 100%;
			background: url(/i/header-bg.png) repeat-x top left;
			float: left;
			clear: both;
		}
		
			.header img { float: left; }
			.header .contact { float: right; margin:15px 35px 15px 15px;}
				.header .contact img { float: left;}
				.header .contact h1 { clear:right; color:#A7CF3C; float:right; font-size:32px;padding-left:10px;}
				.header .contact h4 { float: right; clear:right;font-size: 12px; color: #FFF;margin-top:5px;}
		
		.navigation {
			float: left;
			clear: both;
			width: 100%;
			background: url(/i/nav-bg.png) repeat-x top left;
		}
		
			.navigation > ul {
				float: left;
				width: 1024px;
			}
			
				.navigation > ul > li {
					float: left;
					margin:0 14px;  
				}
				
					.navigation > ul > li > a {
						width: 150px;
						height: 42px;
						display: block;
						background-image: url(/i/nav_matrix.jpg);
						background-repeat: no-repeat;
						background-position: top left;
					}
					
						.navigation > ul > li > a.nav_home {
							background-position: top left;
						}
							

						.navigation > ul > li > a.nav_menu {
							background-position: -174px 0;
						}
						.navigation > ul > li > a.nav_location {
							background-position: -345px 0;
						}
						.navigation > ul > li > a.nav_contact {
							background-position: -527px 0;
						}
						.navigation > ul > li > a.nav_about {
							background-position: right top;
							width: 250px;
						}
						
						.navigation > ul > li > a.nav_home:hover {
							background-position: left -43px;
						}
						.navigation > ul > li > a.nav_menu:hover {
							background-position: -174px -43px;
						}
						.navigation > ul > li > a.nav_location:hover {
							background-position: -345px -43px;
						}
						.navigation > ul > li > a.nav_contact:hover {
							background-position: -527px -43px;
						}
						.navigation > ul > li > a.nav_about:hover {
							background-position: right -43px;
						}
						
					
				.navigation > ul > li.active {
					background: url(/i/nav_active.png) no-repeat left 5px;
				}
				
					
					.navigation > ul > li > ul {
						display: none;
					}
					
					.navigation > ul > li:hover > ul {
						display: block;
						position: absolute;
						opacity: .8;
						filter: alpha(opacity=80);
						background: #FFF;
						z-index:1000;
					}
					
						.navigation > ul > li > ul > li {
							float: left;
							clear: both;
							width: 200px;
						}
						
							.navigation > ul > li > ul > li {
								padding: 10px 10px;
								border-bottom: 1px solid #A7CF3C;
								color: #2C2340;
								border-right: 3px solid #A7CF3C;
								border-left: 3px solid #A7CF3C;
							}
							
								.navigation > ul > li > ul > li a {
									color: #2C2340;
									text-decoration: none;
									cursor: pointer;
								}
								
							.navigation > ul > li > ul > li:hover {
								background: #2C2340;
								color: #FFF;
								cursor: pointer;
							}
								.navigation > ul > li > ul > li:hover a { color: #FFF; display:block; cursor: pointer}
						
		.rotator_container {
			float: left;
			clear: both;
			width: 100%;
			text-align: center;
			overflow: hidden;
		}
		
		.sub_rotator {
			position: absolute;
			margin-top: -180px;
			
		}
		
		.small_rotator_container {
			float: left;
			clear: both;
			width: 100%;
			text-align: center;
			overflow: hidden;
		}
		
		.rotator img { background: transparent !important;}
		
		.content {
			float: left;
			clear: both;
			width: 1024px;		
			background: #2B2737 url(/i/content_bg.jpg) repeat-y top left;
			margin-top: -3px;
		}
		
			.specials {
				margin-top: 100px;
				width:285px;
				float: left;
				text-align: center;
			}
			
				.specials ul {
					text-align: left;
					margin: 0 auto;
					width:220px;
					list-style-type: disc;
					list-style-position: outside;
					color: #4b7420;
					margin-bottom: 25px;
				}
					
					.specials ul li {
						font-size: 16px;
						padding: 3px 10px;
						width: auto;
					}
						.specials ul li:hover { background: #413361; -moz-border-radius: 8px;color:#A7CF3C;}
					.specials ul li a {
						color: #FFF;
						font-size: 15px;
						text-decoration:none;	
					}
					
					
				.specials h5 {
					font-size: 24px;
					color: #A7CF3C;
					text-align: left;
					margin-left:18px;
				}
				.specials p {
					padding: 0;
					color: #FFF;
					margin: 10px auto;
					width: 245px;
				}
				.specials p.twitter {
					border-top: 1px dashed #FFF;
					border-bottom: 1px dashed #FFF;
					padding: 10px 0;
					font-size: 14px;
				}
			
			.main {
				float: left;
				width: 678px;
				padding: 15px 30px;
				color: #FFF;
				
			}
				
				.main p {
				clear:both;
				line-height:1.2;
				margin:10px auto 10px 0px;
				text-align:left;
				width:596px;
				
				}
				
					.main .menu p {
						width: auto;
						
					}
					
					.main h2 {
						font-size: 22px;
						font-family: Arial, sans-serif;
						font-weight: bold;
						color: #A7CF3C;
						padding: 25px 0 5px;
						border-bottom: 3px solid #A7CF3C;
						margin:0px 0px 10px 0px;
						float: left;
						clear: both;
					}
					
					.main h3 {
						font-size: 14px;
						font-family: Arial, sans-serif;
						font-weight: bold;
						color: #fff;
						padding: 0px 0 5px;
						margin:0px 0px 10px 0px;
						float: left;
						clear: both;
					}
					
					.main h4 {
						font-size: 22px;
						font-family: Arial, sans-serif;
						color: #fff;
						padding: 0px 0 15px;
						margin:15px 0px 10px 10px;
						float: left;
						clear: both;
						width:500px;
						line-height:1.2;
					
					}
			
	#footer {
		float: left;
		clear: both;
		width: 100%;
		text-align: center;
		background: url(/i/footer-bg.png) repeat-x top left;
	}
	
		#footer div {
			width: 1000px;
			margin: 0 auto;
			text-align: left;
		}
		
			#footer div img {
				float: left;
				margin-top:25px;
			}
			
			#footer div ul {
				float: right;
				margin-top: 30px;
			}
			
				#footer div ul li {
					float: left;
					text-transform: uppercase;
					color: #FFF;
					padding: 3px 15px;
				}
					#footer div ul li a {
						color: #FFF;
						text-decoration: none;
						cursor:pointer;
					}
					
.rotator img, .sub_rotator img, .small_rotator img { display: none; }
.rotator img.first, .sub_rotator img.first, .small_rotator img.first { display: block;}

.banner { height: 150px !important; }
.banner img { top: -100px !important; }
.menu {
	text-align: left;
	width: 400px;
	float: left;
}

	.menu h2 {
		font-size: 22px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #A7CF3C;
		padding: 25px 0 5px;
		border-bottom: 3px solid #A7CF3C;
		margin:0px 0px 10px 0px;
		float: left;
		clear: both;
	}
	
	.menu h3 {
		font-size: 14px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #fff;
		padding: 0px 0 5px;
		margin:0px 0px 10px 0px;
		float: left;
		clear: both;
	}
	
	.menu h4 {
		font-size: 22px;
		font-family: Arial, sans-serif;
		color: #fff;
		padding: 0px 0 5px;
		margin:0px 0px 10px 0px;
		float: left;
		clear: both;
	}
	
	.menu li {
		padding: 3px 0;
	}
	
		.menu li > ul {
			border-bottom: 1px dashed #ccc;
			padding-bottom: 5px;
			float: left;
			clear: both;
			width: 100%;
		}
			.menu li > ul > li {
				font-size: 16px;
				font-weight:bold;
				width: 100%;
			}
			.menu li > ul > li > span {
				float: right; font-weight: bold;
				
			}
			
			.menu li > ul > li.description {
				font-style: italic;
				font-size: 11px;
				font-weight:normal;
			}
.callouts {
	margin-top: 280px;
	float: left;
	width: 250px;
	margin-left: 22px;
}

fieldset { margin: 5px 0; float: left; clear: both;}

	fieldset label { float: left; clear: left; width: 400px;margin-bottom:5px; font-size:14px;}
	fieldset input { float: left; border: 1px solid #a7cf3c; font-weight:bold; font-size:14px; padding:10px; background: url(/i/tfield_x.jpg) repeat-x; }
	fieldset textarea { float: left; border: 1px solid #a7cf3c; padding:5px; margin-top:5px; }
	
		.message{
		
				border:medium none;
				color:#ccc;
				padding:10px;
				background: transparent url(/i/bg_confirm.png) no-repeat 0px 0px;
				width:407px;
				height: 200px;
				float:left;
				}
				
				.message a{
					
					color:#FFFFFF;
					font-weight:bold;
				}
		
		.message .title{
			
			color:#FFFFFF;
			float:left;
			font-family:Arial;
			font-size:18px;
			font-weight:bold;
			margin-left:26px; 
			margin-top:22px;
			width:430px;
			
				}
			
		.message .body{
				color:#A7CF3C;
				float:left;
				font-family:Arial;
				font-size:13px;
				font-weight:normal;
				padding-left:29px;
				padding-top:9px;
				width:300px;
				}
				
				
#footer div#siteby {
	
	float:right;
	width:200px;
	clear: both;
	margin: -25px 0 20px;
	
}

		#siteby a {
			
			color:#fff;
			
		}

	#siteby a:hover {
			
			color:#A7CF3C;
			
		}


	.menu table h3 {
		border-bottom:1px solid;
		font-size:16px;
		margin:20px 0 5px;
	}
	
		.menu table td { padding: 5px; vertical-align: top}
		
	#checkout {
		background: #A7CF3C;
		background: -webkit-gradient(linear, left top, left bottom, from(#A7CF3C), to(#6D982C));
		background: -moz-linear-gradient(top,  #A7CF3C,  #6D982C);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A7CF3C', endColorstr='#6D982C');
		height:35px;
		position:fixed;
		left:0;
		text-align:center;
		bottom:0;
		width:100%;
	}
	
		#checkout a {
			border: 1px solid #364F0F;
			color: #FFF;
			font-weight: bold;
			padding: 5px 10px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
			display: block;
			width: 150px;
			margin: 5px auto;
			background: #A7CF3C;
			background: -webkit-gradient(linear, left top, left bottom, from(#6D982C), to(#A7CF3C));
			background: -moz-linear-gradient(top,  #6D982C,  #A7CF3C);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D982C', endColorstr='#A7CF3C');
			text-decoration: none;
			z-index: 500;
		}
		
	.button {
		background: #A7CF3C;
		background: -webkit-gradient(linear, left top, left bottom, from(#A7CF3C), to(#6D982C));
		background: -moz-linear-gradient(top,  #A7CF3C,  #6D982C);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A7CF3C', endColorstr='#6D982C');
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;	
		border-radius: 8px;
		padding: 5px 10px;
		color: #000;
		text-decoration: none;
		font-size: 14px;
		text-transform: uppercase;
	}
