/* -STYLES- */
body {
	font-family: Helvetica, sans-serif;
	font-size: 85%;
	background-color: #000;
	color: #FFF;
	line-height: 1.3em;
margin: 0;
padding: 0;
}
a {
	color: #caac8a;
}
a img, img {
	border: 0;
}

h1 {
	font-size: 130%;
}

#menuHome {
background-color: #FFF;
}

#container {
background-color: #000;
width: 870px;
position: relative;
text-align: center;
margin: auto;
margin-top: 0;
margin-bottom: 30px;
padding: 0;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
border-left: 1px solid #FFF;
}

#ttoNews {
float: right;
width: 230px;
margin: 0px 25px 30px 25px;
padding: 25px; 
}

#homeContentContainer {
position: relative;
text-align: left;
background-color: #000;
background-image: url(http://talltineoutfitters.net/images/home_grassbg.jpg);
background-repeat: no-repeat;
z-index: 5;
}

#mainHomeArea {
position: relative;
height: 592px;
}

#recentPics {
position: absolute;
top: 490px;
left: 120px;
margin: 0;
padding: 0;
border: 0;
z-index: 1000;
}




#overlay {
	height:455px;
	z-index: 500000;
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:700px;
	overflow-y:auto;
	z-index: 500000;
}



#ttoMap {
background-image: url(http://talltineoutfitters.net/images/mapbg.gif);
background-repeat: no-repeat;
background-color: #FFF;
margin: 0;
padding: 300px 30px 50px 250px;
width: 200px;
line-height: 1.1em;
color: #000;
z-index: 500000;
}

#booners {
position: absolute;
top: 370px;
right: 30px;
}

.clear {
clear: both;
height: 1px;
}


.newsItems {
margin: 0 0 0 0;
font-weight: bold;
font-size: 95%;
margin-bottom: .5em;
}

.feedDateTime {
color: #BBB;
margin-bottom: -.4em;
font-size: 80%;
}

#mainContent {
padding: 10px 300px 30px 25px;
}

.ttoHeader {
color: #caac8a;
font-weight: bold;
font-size: 111%;
}

.ttoFooter {
font-size: 80%;
line-height: 1.2em;
color: #8d8989;
padding-bottom: 30px;
}




