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

/* standard */
body {
	min-width: 940px;
	background: #fff;
	font: 12px Tahoma, Arial, sans-serif;
	color: #333;
	margin: 0;
	}
img {
	border: 0;
	}
a {
	color: #333;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}

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

/* other */
#header {
	width: 720px;
	margin: 0 0 0 220px;
	}
.logo {
	display: block;
	background: url(../img/bg-logo.gif) no-repeat;
	margin: 45px 0 0;
	}
.logo a {
	display: block;
	overflow: hidden;
	width: 140px;	
	height: 60px;
	text-indent: -9999em;
	}
.nav-holder {
	overflow: hidden;
	height: 1%;
	background: #a19589;
	margin: 10px 0 0;
	padding: 12px 16px 9px 0;
	}
.nav {
	list-style: none;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}
.nav li {
	float: left;
	display: inline;
	height: 20px;
	background: url(../img/separator-nav.gif) no-repeat;
	margin: 0 4px 0 -4px;
	padding: 0 20px;
	}
.nav li a {
	color: #333;
	text-decoration: none;
	}
.nav li a:hover {
	color: #ffcc00;
	} 
.nav li a.active {
	color: #fff;
	}
.language {
	float: right;
	list-style: none;
	font-size: 11px;
	margin: 3px 0 0;
	padding: 0;
	}
.language li {
	float: left;
	background: url(../img/separator-language.gif) no-repeat 0 50%;
	padding: 0 4px 0 7px;
	}
.language li:first-child {
	background: none;
	padding-left: 0;
	}
.language li a {
	text-decoration: none;
	}
.language li a:hover {
	color: #ffcc00;
	}
.main-holder {
	background: #665c5a;
	}
#main {
	overflow: hidden;
	width: 940px;
	padding: 0 0 1px;
	}
#content {
	float: left;
	width: 720px;
	min-height: 500px;
	background: #fff;
	}
* html #content {
	height: 500px;
	}
#content img {
	vertical-align: top;
	}
#content h1 {
	font-size: 24px;
	color: #333;
	margin: 0 0 10px;
	}
#content h1 a {
	color: #333;
	}
#content p {
	margin: 0 0 15px;
	}
#content strong.green {
	color: #333;
	}
.holder-content {
	overflow: hidden;
	width: 660px;
	padding: 20px 30px 15px;
	}
#left-col {
	float: left;
	overflow: hidden;
	width: 360px;
	margin: 0;
	padding: 0;
	}
#right-col {
	float: left;
	overflow: hidden;
	width: 300px;
	margin: 0;
	padding: 20px 30px 15px;
	}
ul.arrows {
	list-style: none;
	width: 70px;
	height: 25px;
	margin: 0 0 0 120px;
	padding: 0;
	}
#gallery ul.arrows {
	margin: 0 0 0 300px;
	}
ul.arrows li {
	margin: 0 10px 0 0;
	}
ul.arrows li a.left {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/arrow-left.jpg) no-repeat 0 -25px;
	text-decoration: none;
	}
ul.arrows li a.right {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/arrow-right.jpg) no-repeat 0 -25px;
	text-decoration: none;
	}
ul.arrows li a.left:hover, 
ul.arrows li a.right:hover {
	background-position: 0 0;
	}
ul.arrowsshop {
	list-style: none;
	width: 260px;
	height: 70px;
	margin: 0 0 0 0;
	padding: 0;
	}
ul.arrowsshop li {
	margin: 0 10px 0 0;
	}
ul.arrowsshop li a.buttonshop {
	display: block;
	width: 260px;
	height: 70px;
	background: url(../img/rubberwood-hevea-brasiliensis.jpg) no-repeat 0 -70px;
	text-decoration: none;
	}
ul.arrowsshop li a.buttonshop:hover {
	background-position: 0 0;
	}
ul.arrowsshop li a.buttonshoptwo {
	display: block;
	width: 260px;
	height: 70px;
	background: url(../img/nordbat-nl.jpg) no-repeat 0 -70px;
	text-decoration: none;
	}
ul.arrowsshop li a.buttonshoptwo:hover {
	background-position: 0 0;
	}
ul.arrowsshop li a.buttonshopthree {
	display: block;
	width: 260px;
	height: 70px;
	background: url(../img/nordbat-fr.jpg) no-repeat 0 -70px;
	text-decoration: none;
	}
ul.arrowsshop li a.buttonshopthree:hover {
	background-position: 0 0;
	}
ul.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul.gallery li {
	float: left;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border: 1px solid #333;
	text-align: center;
	margin: 0 9px 9px 0;
	padding: 1px;
	}
ul.gallery li:hover {
	border: 1px solid #ffcc00;
	}
ul.gallery li a {
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	}
#sidebar {
	float: left;
	width: 220px;
	}
#sidebar h2 {
	background: #a19589;
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
	}
#sidebar ul {
	list-style: none;
	font-size: 14px;
	margin: 0 0 0 20px;
	padding: 0;
	}
#sidebar ul li {
	background: url(../img/bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 10px;
	}
#sidebar ul li a {
	color: #c3bbb2;
	text-decoration: none;
	}
#sidebar ul li a:hover {
	color: #ffcc00;
	}
#sidebar ul li a.active {
	color: #fff;
	}
#accordion {
	overflow: hidden;
	width: 210px;
	margin: 0;
	padding: 0 0 0 10px;
	}
.accordion-box {
	overflow: hidden;
	width: 210px;
	}
.accordion-box span {
	display: block;
	cursor: pointer;
	background: url(../img/bg-sidebar-list.gif) no-repeat 0 5px;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
	margin: 10px 0 5px;
	padding: 0 0 0 20px;
	}
.accordion-box .slide {
	overflow: hidden;
	padding: 0;
	}
.wrap-content {
	overflow: hidden;
	width: 690px;
	background: url(../img/separator-wrap-content.gif) repeat-y 384px 0;
	margin: 15px 0 19px;
	padding: 0 10px 7px 20px;
	}
.description {
	float: left;
	width: 340px;
	}
.description p {
	margin: 0 0 15px;
	}
.description strong.green {
	color: #333;
	}
.description h2 {
	font-size: 18px;
	margin: 0 0 15px;
	}
.description h2 a {
	background: url(../img/bg-description-link.gif) no-repeat 0 50%;
	text-decoration: none;
	padding: 0 0 0 15px;
	}
.description h2 a:hover {
	color: #ffcc00;
	}
.description h2 a span {
	font-weight: normal;
	}
ul.list-color {
	list-style: none;
	overflow: hidden;
	height: 1%;
	text-align: left;
	margin: 0;
	padding: 0;
	}
.list-color li {
	float: left;
	margin: 0 15px 0 0;
	}
.dealer-box {
	float: right;
	width: 300px;
	text-align: left;
	margin: 2px 0 0 0;
	}
.dealer-box img {
	display: block;
	margin: 0 0 15px;
	}
.dealer-box a {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	}
.dealer-box a:hover {
	color: #ffcc00;
	}
#footer {
	overflow: hidden;
	width: 720px;
	font-size: 10px;
	margin: 0 0 0 220px;
	padding: 10px 0 100px;
	}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer h3 {
	font-size: 10px;
	color: #333;
	margin: 0;
	}
#footer a {
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
.contact {
	float: left;
	display: inline;
	width: 110px;
	margin: 0 40px 0 20px;
	}
.copyright {
	float: right;
	display: inline;
	text-align: right;
	margin: 0 20px 0 0;
	}
.inside-box {
	overflow: hidden;
	width: 660px;
	margin: 0 0 25px;
	}
.inside-box strong {
	font-size: 14px;
	color: #8c9c3a;
	line-height: 40px;
	}
.inside-box .num {
	float: left;
	width: 40px;
	height: 40px;
	background: #21381b;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin: 0 10px 0 0;
	}
.inside-box .choise {
	float: left;
	width: 220px;
	padding: 0 20px 0 0;
	}
.inside-box ul {
	float: left;
	list-style: none;
	width: 420px;
	margin: 0;
	padding: 0;
	}
.inside-box ul li {
	float: left;
	padding: 0 30px 10px 0;
	}
.inside-box ul.colors li {
	margin: 0 7px 0 -5px;
	padding: 0 4px 10px 4px;
	}
.inside-box ul a:hover {
	border: none;
	}
.inside-box ul a img.active {
	display: none;
	}
.inside-box ul a img.inactive {
	border: 1px solid #ccc;
	}
.inside-box ul a:hover img.inactive,
.inside-box ul a.active img.inactive {
	display: none;
	}
.inside-box ul a.active img.active,
.inside-box ul a:hover img.active {
	display: block;
	border: 1px solid #8c9c3a;
	}
