/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 24px "Trebuchet MS";
	letter-spacing: -1px;
	word-spacing: -1px;
	color: #84753e;
	margin: 0 0 8px 0;
}

h2 {
	font: bold italic 18px "Trebuchet MS";
	color: #e10202;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #c8c1a6;
	word-spacing: -1px;
}

h3 {
	font: bold italic 16px "Trebuchet MS";
	color: #8b7d4a;
	margin: 0 0 12px 0;
	letter-spacing: -1px;
	word-spacing: 1px;
}

h4 {
	font: italic 15px "Trebuchet MS";
	color: #FFF;
	height: 28px;
	line-height: 28px;
	background: #8a7f38;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}

/* Links */

a:link, a:visited, a:active {
	color: #cd3305;
	text-decoration: none;
}

a:hover {
	color: #cd3305;
	text-decoration: underline;
}

/* Paragraphs */
 
p {
	margin: 0 0 20px 0;
	line-height: 1.8em;
}

p.marked {
	font-weight: bold;
	color: #e10202;
	margin: 0;
	word-spacing: -1px;
}

/* Lists */

ul li {
	background: url('../i/li-arrow.gif') no-repeat 0 5px;
	padding: 0 0 0 12px;
	margin: 0 0 5px 0;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Georgia, Arial, Helvetica, sans-serif;
	color: #595342;
	background-color: #FFF;
	background-image: url(../i/bgd_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.all {
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 15px;
	background-color: #FFFFFF;
}

.header {
	background: url('../i/header-bg.gif') no-repeat 0 53px;
	height: 308px;
	margin: 0 0 33px 0;
}

.logo {
	margin: 0 0 0 303px;
}

.header-pic {
	text-align: center;
}

/* Menu */

.menu {
	margin: 0 0 0 127px;
}

.menu li {
	float: left;
	display: inline;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	word-spacing: -2px;
	background: transparent;
	padding: 0;
	margin: 0;
}

.menu li a:link, .menu li a:visited {
	color: #FFF;
	display: block;
	float: left;
	height: 24px;
	padding: 10px 19px 0 19px;
}

.menu li a:hover {
	background: url('../i/menu-hover.gif') repeat-x;
	text-decoration: none;
}

.menu li.current a:link, .menu li.current a:visited {
	background: url('../i/menu-current.gif') repeat-x;
}

/* Columns */

.columns {
	margin: 0 0 0 53px;
}

.col-left {
	float: left;
	display: inline;
	width: 605px;
	overflow: hidden;
}

.col-right {
	float: left;
	display: inline;
	width: 212px;
	overflow: hidden;
	margin: 40px 0 0 35px;
}

/* Companies */

.companies {
	margin: 25px 0 0 0;
}

.companies-list {
	width: 650px;
	margin: 0 0 0 -15px;
}

.companies-list li {
	border: 2px solid #e2e0d1;
	width: 133px;
	height: 76px;
	float: left;
	display: inline;
	margin: 0 0 17px 15px;
	background: transparent;
	padding: 0;
}

/* Product Range */

.range {
	background: url('../i/range-bg.jpg') no-repeat;
	height: 171px;
	margin: 0 0 20px 0;
}

.range a:link, .range a:visited {
	display: block;
	width: 100%;
	height: 171px;
	color: #FFF;
	text-decoration: none;
	position: relative;
}

.range a:hover {
	text-decoration: none;
}

.range span {
	display: block;
	height: 30px;
	width: 185px;
	position: absolute;
	bottom: 3px;
	left: 14px;
	background: #8a7f38 url('../i/range-arrow.gif') no-repeat 100% 0;
	font: italic 15px "Trebuchet MS";
	line-height: 28px;
	padding: 0 0 0 10px;
	cursor: pointer;
}

.range:hover span {
	background: #d20000 url('../i/range-arrow.gif') no-repeat 100% 100%;
}

/* We Supply */

.supply {
	background: #f2ebbe url('../i/supply-bg.gif') repeat-x 0 100%;
	width: 200px;
	margin: 0 0 0 12px;
	overflow: hidden;
}

.supply .inner {
	margin: 3px 3px 0 4px;
	padding: 0 0 12px 0;
}

.supply-title {
	height: 26px;
	background: #8a7f38;
	font: italic 15px "Trebuchet MS";
	color: #FFF;
	line-height: 21px;
	padding: 0 0 0 10px;
	word-spacing: -1px;
}

.supply ul {
	font-size: 14px;
	color: #000;
	margin: 13px 0 0 10px;
}

.supply ul li {
	background: url('../i/li-arrow.gif') no-repeat 0 6px;
}

/* Footer */

.footer {
	background: url('../i/footer-bg.gif') no-repeat;
	width: 916px;
	height: 47px;
	position: relative;
	color: #7c7351;
	margin: 38px 0 0 25px;
}

.footer a:link, .footer a:visited {
	color: #cd3305;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.developer {
	position: absolute;
	top: 15px;
	left: 10px;
}

.copyright {
	position: absolute;
	top: 15px;
	right: 20px;
}

/* Inner pages */

#inside .header {
	background: url('../i/header-bg-inside.gif') no-repeat 0 53px;
	height: 270px;
	margin: 0 0 40px 0;
}

.one-column {
	margin: 0 60px 0 53px;
	overflow: hidden;
}

.history {
	background: url('../i/map.jpg') no-repeat;
	overflow: hidden;
	padding: 0 0 30px 0;
}

.history .inner {
	margin: 15px 0 0 287px;
}

.pic {
	margin: 0 0 18px 0;
}

.history p {
	margin: 0 0 10px 0;
}

.history .pic {
	margin: 0 0 13px 0;
}

.pic div {
	float: left;
	border: 1px solid #d2cdab;
	padding: 4px;
}

.pic a:link, .pic a:visited {
	float: left;
	border: 1px solid #d2cdab;
	padding: 4px;
	text-decoration: none;
}

.history .pic div {
	padding: 6px;
}

/* Box */

.box {
	background: #f2ebbe url('../i/supply-bg.gif') repeat-x 0 100%;
	width: 200px;
}

.box .inner {
	margin: 0 10px 0 18px;
	font-style: italic;
	padding: 0 0 35px 0;
}

.box ul li {
	margin: 0 0 6px 0;
}

#inside .col-right {
	margin: 50px 0 0 40px;
}

/* Thumbnails */

.thumbnails {
	width: 950px;
	margin: 0 0 25px -11px;
}

.thumbnails li {
	float: left;
	display: inline;
	background: transparent;
	padding: 0 0 9px 0;
	margin: 0 0 0 11px;
}

.thumbnails li a:link, .thumbnails li a:visited {
	display: block;
	border: 1px solid #d2cdab;
	padding: 4px;
	text-align: center;
	font: 14px "Trebuchet MS";
	color: #000;
	word-spacing: -1px;
}

.thumbnails li a:hover {
	border: 1px solid #a09364;
	text-decoration: none;
}

.thumbnails li.current a:link, .thumbnails li.current a:visited {
	background: #978c65;
	border: 1px solid #978c65;
	color: #FFF;
}

.thumbnails li img {
	margin: 0 0 3px 0;
}

.thumbnails li.current {
	background: url('../i/thumbnail-arrow.gif') no-repeat 50% 100%;
}

/* Products */

.products {
	width: 950px;
	margin: 0 0 0 -22px;
}

.products li {
	float: left;
	display: inline;
	background: transparent;
	padding: 0;
	margin: 0 0 20px 22px;
	width: 410px;
}

.products .pic {
	margin: 0 0 8px 0;
}

.products p {
	margin: 0 0 0 9px;
	color: #585342;
	line-height: 1.4em;
	word-spacing: -1px;
}

.hr hr {
	display: none;
}

.hr {
	height: 1px;
	overflow: hidden;
	background: #c8c1a6;
	margin: 10px 0 !important;
}

.to-right {
	margin: 0 0 0 9px;
	word-spacing: -1px;
}

/* Single product */

.product .pic {
	float: left;
	display: inline;
	margin: 0 22px 0 0;
}

.info {
	float: left;
	display: inline;
	margin: 5px 0 0 0;
}

.info ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}
/* Contact Page */
table#contact{
	width: 650px;
}
table#contact td.padding{
	padding: 15px 10px 20px 30px;
	background-image: url(../i/box_bgd.gif);
	background-repeat: no-repeat;
}
table#contact td{
	padding-bottom: 7px;
}
/* Contact Page */.BRC {
	overflow: hidden;
	background-image: url(../i/BRC.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	height: 200px;
	background-position:50px -6px;
}
.BRC .inner {
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
}
