/* Begin General Elements */
html{ 
	overflow-y:scroll; 
	}  
body {
	margin:0;
	background:#abbd26 url(images/sals_bkg.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#000;
	text-align:center;
	}
h1, h2, h3, h4, h5, h6, p { 
	margin:0;
	padding:0;
	}
img {
	border:none;
	font-size:0px;
	}
a:link {
	text-decoration:underline;
	color:#000;
	}
a:visited {
	text-decoration:underline;
	color:#000;
	}
a:active {
	text-decoration:underline;
	color:#000;
	}
a:hover	{
	text-decoration:underline;
	color:#cc7611;
	}
#content_container {
	width:925px;
	margin:0 auto;
	text-align:left;	
	}
#col_1_nav {
	float:left;
	display:inline;
	width:258px;
	height:928px;
	margin-right:-20px;
	vertical-align:top;
	}
	#nav_logo {
		width:258px;
		height:428px;		
		}
		#nav_logo h1 {
			text-indent:-9999px;
		}
	
	#col_1_nav ul {
		width:258px;
		margin:0;
		padding:0;
		list-style:none;
		background:url(images/sals_navmid_bkg.png) top left no-repeat;
		text-align:center;
		font-size:0px;
		}
		#col_1_nav ul li {
			padding:0;
			margin:0;
			line-height:0;
			font-size:0px;
			}
	
	#col_1_nav_container {
		width:258px;
		margin:0;
		padding:0;
		background:url(images/sals_navmid_bkg.png) top left no-repeat;
		text-align:center;
		vertical-align:top;
		font-size:0px;
		}
		#col_1_nav_container td {
			vertical-align:top;
			padding:0;
			margin:0;
			}
		#col_1_nav_container a img {
			text-align:center;
			border:none;
			padding:0;
			margin:0;
			}
	#nav_facebook {
		width:258px;
		height:200px;
		}
#col_2_main {
	float:left;
	display:inline;
	width:663px;
	margin-top:325px;
	margin-bottom:0;
	padding:73px 0 0 0;
	background:url(images/sals_main_top.png) top left no-repeat;
	text-align:left;
	}
	#main_col_1 {
		float:left;
		display:inline;
		width:386px;
		height:609px;		
		background:url(images/sals_main_bkg.png) top left repeat-y;
		}
		#page_title {
			position:relative;
			top:-35px;
			left:25px;
			width:359px;
			}
		#main_col_1 p {		
			padding:0 0 5px 30px;
			font-size:12px;
			}
		#page_subhead {
			padding:10px 0 10px 30px;
			}
			
	#main_col_2 {
		float:left;
		display:inline;
		width:277px;
		font-size:0px;
		}
		#main_col_2 img {
			display:block;
			}
	#main_footer {
		clear:both;
		width:663px;
		height:23px;
		background:url(images/sals_mainfooter_bkg.png) top left no-repeat;
		}
#footer {
	clear:both;
	width:894px;
	height:159px;
	text-align:left;
	vertical-align:top;
	margin:0;
	position:relative;
	}
	#footer_col1 {
		float:left;
		display:inline;
		width:170px;
		height:159px;
		background:url(images/sals_footer_bkg1.png) top left no-repeat;
		}
	#footer_col2 {
		float:left;
		display:inline;
		width:319px;
		height:159px;
		background:url(images/sals_footer_bkg2.png) top left no-repeat;
		}
		#col2_1 {
			float:left;
			display:inline;
			width:150px;
			}
		#footer_title {
			padding-top:20px;
			}
		#footer_col2 p {
			padding:5px 0 0 2px;
		}
		#footer_col3 {
		float:right;
		display:inline;
		width:405px;
		height:159px;
		background:url(images/sals_footer_bkg3.png) top left no-repeat;
		}
		/*
		#footer_col3 form {
			width:284px;
			height:42px;
			border:none;
			clear:both;
			}
		#footer_col3_fieldcap {
			float:left;
			display:inline;
			width:35px;
			height:42px;
			}
		#footer_col3 form input {
			width:165px;
			height:42px;
			border:none;
			float:left;
			padding:12px 0 0 0;
			display:inline;
			background:url(images/sals_footer_field.png) top left no-repeat;
			font-size:110%;
			}
		*/
		#footer_col3 form input {
			float:left;
			font-size:110%;
			}
		#footer_col3 form button {
			border:none;
			float:left;
			padding:0;
			display:inline;
			width:84px;
			height:42px;
			background:url(images/sals_footer_submit.png) top left no-repeat;
			}
		
	#main_col_1_inside {
		float:left;
		display:inline;
		width:663px;
		height:609px;	
		padding:0 115px 10px 30px;
		background:url(images/sals_main_inside.png) top left repeat-y;

		}		
		#main_col_1_inside p {		
			padding:0 115px 10px 10px;
			}
		#story {
			font-size:95%;
			}
		#story p {
			padding:0 130px 10px 10px;			
			line-height:15px;
			}
		
		#main_col_1_inside h2 {
			font-size:125%;
			}
/* jQuery lightBox plugin - Gallery style */
	#gallery {
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
.link,
#SignUp .signupframe {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height:15px;
	}
	.link {
		text-decoration: none;
		}
	#SignUp .signupframe {
		border: none;
		background:none;
		}
#SignUp td {
	padding:2px 5px;
	}
	
/* Slideshow */
#slideshow {
    position:relative;
    height:64px;
	left:30px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 64px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 64px;
    display: block;
    border: 0;
}