
@charset "UTF-8";
/** CSS DOCUMENT */

/** CSS
Author: Fritschle Communications
Client: Gallatin Bottoms
Created: 4-28-09
*/

/** GLOBAL ELEMENTS */

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

div { text-align: left; }

body {
	background-color: #46392F;
	margin: 0 0 0 0;
	text-decoration: none;
	line-height: 1.2em;
}

/** HEADINGS */

h1, h2, h3, h4, body {
	font-family: Arial, Helvetica, sans-serif;
}

/** TEXTS */
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px 0px 2px 0px;
}

body {
	font-size: 12px;
	color: #000000;
}

p {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px 0px 16px 0px;
	line-height: 1.2em
}

img {
	border: 0;
}

.brochure_title {
	font-family: "Times New Roman", Times, serif;
	font: bold;
    padding: 0;
	font-size: 16px;
    color: #FFFFFF;
	text-decoration: none;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font: bold;
    padding: 0;
	margin: 0;
	font-size: 16px;
    color: #47321E;
	text-decoration: none;
}

a.fritschle {
	font-family: "Times New Roman", Times, serif;
	font: bold;
    padding: 0;
	margin: 0;
	font-size: 16px;
    color: #47321E;
	text-decoration: none;
}

/** Layout */

#wrapper {
	width: 900px;
	height: 600px;
	margin: 50px auto 8px auto;
	background: url(../images/home/background.jpg);
	border: 1px solid #000;
}

#nav_wrapper1 {
	width: 370px;
	height: 120px;
	float: right;
	padding: 15px 55px 0 35px;
}

#text {
	float: right;
	clear: both;
	width: 388px;
	padding: 70px 50px 0 0;
}

/** MENU */

#nav, #nav ul {
	width: 165px;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	float: left;
}

#nav li{
	display: block;
	list-style: none;
}

#nav a {
	font-family: "Times New Roman", Times, serif;
	font: bold;
	display: block;
    padding: 0;
	font-size: 16px;
    color: #000;
	text-decoration: none;
	height: 16px;
	margin: 0 0 6px 0;
}

#nav a:hover {
	color: #FFF;
}
	
#nav2, #nav2 ul {
	width: 200px;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	float: right;
}

#nav2 li{
	display: block;
	list-style: none;
}

#nav2 a {
	font-family: "Times New Roman", Times, serif;
	font: bold;
	display: block;
    padding: 0;
	font-size: 16px;
    color: #000;
	text-decoration: none;
	height: 16px;
	margin: 0 0 6px 0;
}

#nav2 a:hover {
	color: #FFF;
}

#secondary, #secondary ul {
	padding: 2px 0 30px 0;
	margin: 0;
	text-align: center;
}

#secondary a {
    padding: 0px 6px 0px 3px;
	font-size: 10px;
    color: #FFF;
	text-decoration: none;
	margin: 0;
	border-right: 1px solid #FFF;
}

#secondary li {
	display: inline;
}

#secondary li a.last {
	border-right: 0px;
}