* {
	margin:0;
	outline:none;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 19px;
	background-color: #160e02;
	background-image: url(../images/bkgrnd-repeat2.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}

/*----------- Layout -----------*/

#container {
	width: 960px;
	margin: 0 auto;
	
}

#header {
	height: 100px;
	position: relative;
	width: 100%;

}

#logo {
	background-image: url(../images/old_fosterville_logo2.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 300px;
	margin-left: 15px;

}

#logo h1 {
	text-indent: -9000px;
}

#homeimg {
	background-color: #0d0a02;
	height: 278px;
	clear: both;
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
}

#homeimg_container {
	padding-left: 15px;

}

.homeimg_single {
	float: left;
	margin-right: 15px;
}

#content {
	padding-top: 30px;
	margin-right: 18px;
	margin-left: 18px;
}

#lt_column {
	width: 610px;
	float: left;
	padding: 0px;
}

#lt_column ul{
	padding-left:40px;
}

#lt_column td img {
	padding-right: 10px;
}

#rt_column {
	width: 285px;
	float: right;
}

#rt_column img {
	background-color: #0d0a02;
	display: block;
	padding: 15px;
	margin-bottom: 15px;
}

#rt_blk_box {
	width: 266px;
	border: solid 1px #000;
	background-color: #0D0A03;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}


/*---------- Navigation ----------*/
#nav {
	height: 21px;
	width: auto;
	position:absolute;
	right:0px;
	top:49px;
	z-index:10;

}

#nav li {
	float:left;
	height:21px;
	list-style-type:none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	line-height: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;


}


#nav a {
	border:0;
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 3px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 3px;
	padding-bottom: 3px;
	font-weight: bold;

}


#nav a:link,
#nav a:visited {
	color: #FFFFFF;
	
}

#nav a:hover {
	background-color: #006699;

}

#nav .active a {
	background-color: #006699;

}

/*---------- Headings ----------*/


#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	padding-bottom: 5px;
}

h1 {

}

h2{
}

h3 {

}

h4 {

}

h5 {

}

/*---------- Text Styles ----------*/

p {
	margin-bottom: 10px;
}


#content a:link,
#content a:visited {
	color:#006699;
}

#content a:hover {
	color:#FFFFFF;
}

#content .blue {
	color:#006699;
	font-weight:bold;
}

/*---------- Site Credit ----------*/

#credit {
	width: 250px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #40310F;
	margin-top: 6px;
	float: right;
}

#credit a{
	color: #40310F;
}
#credit a:hover{
	color: #FFF;
}
.sold_out {
	color: #F00;
}
.distext {
	margin-left:80px;
	vertical-align: top;
}
