/* Tall Grass Safari Outfitters CSS
Copyright 2010 Michael's Hot Dogs
CSS by Computerized Business Solutions, Inc
*/

body {
	background-color: #899478;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	margin: 0px;
}
h1 {
	color: #5E5D45;
}
h2 {
	color: #5E5D45;
}

h3{
	font-size:110%;
	padding:10px 0px 0px 0px;
}

/* Layout Divs */
#container {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0;
}

#head {
	margin: 0;
	background: url('../images/head-img.jpg') no-repeat;
	height: 241px;
}

#menu {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	float: right;
	padding-top: 200px;
	width: 700px;
	text-align; left;
}

#menu a {
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}

#menu a:hover {
	color: #7F7F7F;
	text-decoration: none;
}

#lower-container-home {
	width: 1050px;
	background: #99AED1 url('../images/grass-bg.jpg') repeat-x top right;
	min-height: 759px;
	padding-bottom: 50px;
}

#lower-container {
	width: 1050px;
	background: #A4BDDC;
	min-height: 759px;
	padding-bottom: 50px;
}

#content {
	width: 886px;
	min-height: 730px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A4BDDC;/*#D7D5A2;*/
	color: #000;
	padding: 10px;
}

#content-home{
	width: 886px;
	min-height: 730px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	padding: 10px;
}

#footer {
	width: 886px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	padding: 10px;
	background-color: #D7D5A2;
	text-align: center;
	font-size: 12px;
	color: #5E5D45;
}
#footer a{
	color: #5E5D45;
	text-decoration: underline;
}

#contact-div {
	width: 232px;
	background-color: #A28463;
	color: #fff;
	float: right;
}
#contact-head {
	width: 222px;
	height: 30px;
	background-color: #514231;
	color: #fff;
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

/* Heading links */

a.navtop {
	display: block;
	height: 20px;
	border: 1px solid #ededed;
	background: #5E5D45;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}

a.navtop:hover {
	text-decoration: none;
	background: #AD9070;
	background-color: #AD9070;
	color: #ffffff;
}

/* Classes */

.contact-text {
	width: 222px;
	font-size: 12px;
	padding: 10px;
}
.contact-text a {
	color: #D9C8B6;
	text-decoration: underline;
	
}
.right-img {
	float: right;
	margin-left: 5px;
}
.valign-div {
	min-height: 1%;
	width: 100%;
	padding-top: 10px;
}
.valign-div img {
	vertical-align: top;
}
.price-list {
	border: none;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.price-list td {
	padding: 5px;
}
.price-list th {
}
.price-head {
	text-align: center;
	text-decoration: underline;
}
.alt-row {
	background-color: #EEEDDB;
}

input {
	border: 1px solid #899478;
}

textarea {
	border: 1px solid #899478;
}

.gallery td {
	width: 200px;
	height: 200px;
	padding: 5px;
	text-align: center;
	border: 1px solid #899478;
}

.gallery img {
	border: none;
}

.gallery td.text {
	height: 12px;
	border: none;
}

.package
{
	font-size: 10pt;
	border: 1px solid #899478;
}

.packages
{
	border-bottom: 3px solid #899478;
	width: 100%;
}

.bar
{
	display: block;
	background-color: #899478;
}
.left-img {
	float: left;
	margin-right: 10px;
	min-height: 1px;
}
