﻿body {
	font-family: verdana, arial, helvetica, sans-serif;
}

a, a:link, a:visited {
	color: #88002a;
}
.heading, h1 {
	text-align: center;
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #88002a;
}


h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
	font-style: italic;
}

.arrow {
	background: url(../images/pages/arrow.gif) no-repeat 0 50%;
	padding-left: 20px;
	margin-top: 2em;
	margin-bottom: 1em;
}

blockquote {
	color: #54001c;
}

.imageleft {
	float: left;
	margin: 0 .5em 0 0;
}
.imageright {
	float: right;
	margin: 0 0 0 .5em;
}
div.caption {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #666;
}
div.caption img {
	display: block;
}


table.products {
	width: 560px;
	border: none;
	border-collapse: collapse;
}
.products td {
	width: 280px;
	height: 116px;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	vertical-align: top;
}

select optgroup {
	font-style: normal;
	font-weight: bold;
	color: #666;
}
select option {
	font-style: normal;
	font-weight: normal;
	color: #000;
}
table.calc {
	width: 100%;
}
.calc span {
	font-size: 80%;
}
.calc td {
	text-align: right;
}
.calc td input {
	width: 60px;
}
.calc td input.button {
	width: 100px;
}
.calc .inactive {
	display: none;
	/*background: #ddd;*/
}
.calc a, .calc a:link, .calc a:visited {
	float: left;
	display: block;
	width: 20px;
	height: 0px;
	line-height: 20px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.calc a.cubic {
	background-image: url(../images/cubic.png);
}
.calc a.cylindrical {
	background-image: url(../images/cylindrical.png);
}
.calc a.off, .calc a.off:link, .calc a.off:visited {
	background-position: 0 -20px;
}
div.legend div {
	float: left;
	width: 49%;
}
.legend span {
	float: left;
	display: block;
	width: 20px;
	height: 0;
	line-height: 20px;
	overflow: hidden;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.legend .cubic {
	background-image: url(../images/cubic.png);
}
.legend .cylindrical {
	background-image: url(../images/cylindrical.png);
}

.siteDetails {
	width: 100%;
}

.siteDetails .imageRight{
	float: right;
	text-align: center;
	font-size: 80%;
}

.siteDetails .label{
	clear: left;
	float: left;
	width: 75px;
	font-weight: normal;
	font-size: 85%;
	color: #874459;
	text-align: right;
}

.siteDetails .detail{
	margin-left: 85px;
}

/*\*/
* html .siteDetails .label{
	margin-right: 7px;
}
* html .siteDetails .detail{
	height: 1%;
	margin-left: 0;
}
/**/

.googleMap{
	width: 500px;
	height: 250px;
}


table.detailsTable{
	width: 100%;
	border-collapse: collapse;
	border: 0 none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.detailsTable td{
	margin: 0;
	padding: 0;
	border-spacing: 0;
	vertical-align: top;
}
.detailsTable th{
	font-size: 110%;
	font-weight: normal;
	border-top: solid 1px #99781f;
	background: #d8cfb5 url(../images/concbackh.jpg) repeat;
}
.detailsTable .label {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
	color: #874459;
	width: 75px;
	padding-right: 10px;
}
.detailsTable .separator {
	height: 1em;
}


.enquiries table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.enquiries table th, .enquiries table td {
	vertical-align: top;
	padding-top: .25em;
}

.enquiries table th {
	font-weight: bold;
	font-size: 80%;
	width: 25%;
}
.enquiries table td {
	width: 75%;
}

.req {
	font-size: 90%;
	color: #f00;
}

.crumbs {
	font-size: 75%;
}
.crumbs a {
	font-weight: normal;
}
.crumbs a:link, .crumbs a:visited {
	color: #666;
}
.crumbs a:hover {
	color: #88002a;
}

dl.sitemap dl dt, dl.sitemap dl dd {
	font-size: 100%;
}
dl.sitemap dd p {
	margin-top: 0;
	margin-bottom: .5em;
	font-size: 80%;
}

.leftad {
	text-align: center;
}

.siteloccontext {
	font-size: 80%;
	text-align: right;
}

