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

/* standard */
html, 
body {
	height: 100%;
	margin: 0;
	}
body {
	min-width: 858px;
	background: #fff url(/img/bg-page.jpg) no-repeat 50% 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	}
img {
	border-style: none;
	}
a {
	color: #fdb813;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}

/* main */
.main-holder {
	min-height: 100%;
	}
* html .main-holder {
	height: 100%;
	}
.bg-bottom {
	overflow: hidden;
	width: 100%;
	height: 160px;
	background: url(/img/bg-page-bottom.gif) no-repeat 50% 0;
	margin: -160px 0 0;
	}
.main {
	position: relative;
	overflow: hidden;
	width: 858px;
	margin: 0 auto;
	}

/* header */
.header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 94px;
	}
.logo {
	position: absolute;
	display: block;
	overflow: hidden;
	top: 10px;
	right: 25px;
	width: 185px;
	height: 75px;
	background: url(/img/logo.png) no-repeat;
	text-indent: -9999px;
	}

/* content-holder */
.content-holder {
	position: relative;
	overflow: hidden;
	width: 100%;
	}
.content-top-landing {
	width: 100%;
	height: 165px;
	background: url(/img/bg-content-landing-top.png) no-repeat;
	}
.content-bottom {
	position: relative;
	z-index: 30;
	width: 100%;
	height: 19px;
	background: url(/img/bg-content-bottom.png) no-repeat;
	}
.content {
	position: relative;
	z-index: 30;
	overflow: hidden;
	width: 850px;
	background: url(/img/bg-content-center.png) repeat-y;
	padding: 0 4px 0 4px;
	}
	.content h1 {
		width: 470px;
		font-size: 20px;
		font-weight: normal;
		color: #fdb813;
		line-height: 24px;
		margin: 0 0 10px 0;
		padding: 0 0 0 50px;
		}
	.content a {
		background: url(/img/arrow-landing.gif) no-repeat 0 50%;
		font-size: 18px;
		font-weight: normal;
		color: #999;
		line-height: 26px;
		text-decoration: none;
		padding: 0 0 0 20px;
		}
	.content a:hover {
		color: #007dc3;
		}

/* columns */
.col1 {
	float: left;
	width: 250px;
	padding: 0 0 0 30px;
	}
.col2 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	}
.fullcol {
	float: left;
	width: 550px;
	padding: 0 0 0 30px;
	}
/* gallery */
#gallery {
	position: absolute;
	overflow: hidden;
	z-index: 999;
	top: 4px;
	right: 40px;
	width: 235px;
	height: 235px;
	margin: 0;
	padding: 0;
	}
	#gallery li {
		display: block;
		}
		#gallery li img {
			display: block;
			margin: -20px 0 0 0;
			}
.interzum {
	margin: 75px 50px 0 0;
	float: right;
	width: 175px;
	text-align: center;
}

.interzum a:link,
.interzum a:visited {
	color: #666;
	text-decoration: none;
	outline: none;
	padding: 0;
	display: inline;
	background: none;
	font-size: 12px;
	line-height: 18px;
}

.interzum strong {
	font-size: 14px;
}
