/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */

/* standard */
body {
	min-width: 970px;
	background: #413021 url(../img/bg-body.gif) repeat-x;
	font: 14px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	margin: 0;
	}
a {
	color: #fff;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
img {
	border: none;
	}
form,
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}
input, textarea, select {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	vertical-align: middle;
	}
input:focus, textarea:focus, select:focus {
	outline: none;
	}
hr {
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	border: none;
	margin: 10px 0;
	padding: 0;
	}

/* miscellaneous */
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	}
.left { float: left !important; }
.right { float: right !important; }

/* other */
#wrapper {
	width: 935px;
	min-height: 550px;
	background: url(../img/bg-wrapper.gif) no-repeat;
	margin: 30px auto 0;
	padding: 0 0 0 35px;
	}
#header {
	height: 75px;
	padding: 30px 0;
	}
.logo {
	float: left;
	overflow: hidden;
	width: 239px;
	height: 91px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
	margin: 0;
	}
.logo a {
	display: block;
	overflow: hidden;
	height: 100%;
	text-indent: -9999px;
	}
#nav {
	float: right;
	list-style: none;
	height: 30px;
	background: url(../img/bg-nav.gif) repeat-x 0 100%;
	margin: 30px 0 0;
	padding: 0 15px 0 0;
	}
#nav li {
	position: relative;
	float: left;
	margin-right: 20px;
	}
#nav li a {
	float: left;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 11px;
	}
#nav li a:hover {
	color: #bd611d;
	}
#nav li.active a {
	border-bottom: 1px solid #bd611d;
	color: #bd611d;
	}
#nav li ul {
	position: absolute;
	display: none;
	list-style: none;
	width: 225px;
	top: 30px;
	left: 0;
	background: #fff;
	margin: 0;
	padding: 5px;
	}
#nav ul li {
	width: 225px;
	margin: 0;
	padding: 0;
	}
#nav li>ul {
	top: 30px;
	left: 0;
	text-align: left;
	}
#nav li:hover ul, 
#nav li.over ul {
	display: block;
	z-index: 9999;
	}
#nav li li a {
	height: 1%;
	border-bottom: none;
	color: #221a11;
	text-transform: none;
	padding: 0;
	}
#nav li.active li a {
	border-bottom: none;
	color: #221a11;
	}
#nav li li a:hover {
	border-bottom: none;
	color: #bd611d;
	}
.overview {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0 0 55px;
	padding: 0;
	}
.overview li {
	float: left;
	width: 210px;
	padding: 0 20px 0 0;
	}
.overview li a {
	display: block;
	text-decoration: none;
	}
.overview li a img {
	display: block;
	border: 5px solid #fff;
	margin-bottom: 5px;
	}
.overview li a:hover img {
	border: 5px solid #bd611d;
	}
.overview li a span {
	display: block;
	background: url(../img/arrow.gif) no-repeat 0 5px;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	}
.overview li a:hover span {
	color: #bd611d;
	}
#gallery {
	position: relative;
	width: 400px;
	height: 270px;
	margin: 0;
	padding: 0;
	}
#gallery li {
	display: block;
	width: 400px;
	height: 270px;
	}
#gallery li img {
	border: 5px solid #fff;
	}

#gallery-one {
	position: relative;
	width: 400px;
	height: 270px;
	margin: 0;
	padding: 0;
	}
#gallery-one li {
	display: block;
	width: 400px;
	height: 270px;
	}
#gallery-one li img {
	border: 5px solid #fff;
	}

.brdr {
	border: 5px solid #fff;
	}
#map {
	width: 400px;
	height: 400px;
	}
#main {
	overflow: hidden;
	height: 1%;
	padding: 0 40px 60px 0;
	}
#main h1 {
	font-size: 24px;
	font-weight: normal;
	color: #bd611d;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0 0 15px;
	}
#main h2 {
	font-size: 18px;
	font-weight: normal;
	color: #bd611d;
	line-height: 24px;
	margin: 0 0 10px;
	}
#main .list {
	background: url(/img/bullet.gif) no-repeat 0 8px;
	margin: 0 0 5px 10px;
	padding: 0 5px 0 10px;
	}
#main .box {
	float: right;
	display: block;
	width: 340px;
	background: #221a11;
	margin-right: 10px;
	padding: 20px 30px;
	}
#main .box .column {
	float: left;
	width: 170px;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	}
#main .box h2 {
	font-size: 14px;
	color: #bd611d;
	line-height: 16px;
	margin: 0;
	}
#main .box a {
	text-decoration: none;
	}
#main .box a:hover {
	text-decoration: underline;
	}
#content {
	float: left;
	width: 400px;
	margin-left: 10px;
	}
#left-col {
	float: left;
	width: 400px;
	margin-left: 10px;
	}
#right-col {
	float: right;
	width: 400px;
	margin-right: 10px;
	}
.thumbs-list {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.thumbs-list li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	}
.thumbs-list li a {
	display: block;
	width: 65px;
	height: 65px;
	border: 2px solid #fff;
	text-decoration: none;
	}
.thumbs-list li a:hover {
	border: 2px solid #bd611d;
	}
#bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: #bd611d;
	margin: 0;
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
	}
a.trinch {
	float: right;
	display: block;
	text-decoration: none;
	margin: 10px 10px 0 0;
	padding: 0;
	}
a.trinch:hover {
	text-decoration: underline;:
	}