h1 {
	color:#fff;
	background:#231f20;
	text-transform:uppercase;
	font-weight:bold;
	font-size:34px;
	line-height:50px;
	padding: 0 0 4px 13px;
	margin: 0 -10px 25px -10px;
}
	#rhs h1, 
	#mid-col h1, 
	#home-latest-news h1	{
		font-size:17px;
		padding: 7px 6px 12px 6px;
		line-height:20px;
		margin: 0 -4px 15px -4px;
	}
	#rhs.contact-form h1 {
		margin-bottom: 15px;
	}
h2 {
	color:#727272;
	margin: 1em 0 0.5em 0;
	font-size:27px;
	padding: 0 0 3px 0;
	border-bottom: 3px solid #fff100; 
}
h3 {
	color:#666;
	font-size:18px;
	font-weight:bold;
	margin: 1.5em 0 0.5em 0;
	text-transform:uppercase;
}
h4 {
	
}
#content p {
	margin: 1em 0;
}
p, li, td {
	font-size:0.88em;
	line-height:1.6em;
	color:#231f20;
}
#content li {
	margin-bottom: 4px;
}
#content ul, #content ol {
	margin: 1em 0 1em 2em;
}
#mid a {
	color:#d15a00;
}
#mid a:hover {
	color:#000;	
}
#mid a.button, #mid a.external-link-button, #mid a.button-fixed {
	background: #000 url('../images/i-arrow-yellow.png') no-repeat right center;
	color:#fff100;
	text-decoration:none;
	display:inline-block;
	padding: 7px 30px 10px 10px;
}
#mid a.button:hover, #mid a.external-link-button:hover, #mid a.button-fixed:hover {
	background-color:#333;
}

blockquote {
	background:#eee;
	padding: 10px;
	margin: 1em 0;
}
blockquote p {
	margin: 0;
}

hr {
	height:1px;
	background:#ccc;
	color:#ccc;
	margin: 1em 0;
}

#content table {
	border-collapse:collapse;
}
#content table td {
	font-size:14px;
}
#content table.location-details-table td {
	padding: 5px 10px 5px 0;
}
#content table.table-bordered {
	margin: 1em 0;
}
#content table.table-bordered td {
	background:#eee;
	border: 1px solid #999;
	padding: 3px 10px;
}
#content table.table-bordered td.table-cell-heading {
	background:#333;
	color:#fff;	
}
#content table p, #content table li {
	font-size:14px;
}
.right {
	margin: 0 0 20px 30px;
}
.left {
	margin: 0 30px 20px 0;
}
#content img.border, #content .border img {
	border: 2px solid #000;
}
.txt-right {
	text-align:right;
}
.txt-center {
	text-align:center;
}


/* Login */
#content #login_form {
	padding: 0;
	border: 0;
	width: auto;
}
.f label, #content .f label {
	font-size:0.88em;
	color:#333;
	float:left;
	width:65px;
	margin: 3px 0;
}
	#content #login_form.f label {
		width: 80px;
	}
.f input, .f textarea, .f select {
	border: 1px solid #ccc;
	font-size: 0.88em;
	padding: 3px;
	margin: 3px 0;
}
.f input.medium {
	width: 182px;
}
.f textarea.medium {
	width:182px;
	height:110px;
}
.f .form-row {
	padding: 3px;
}
.f .form-row.buttons {
	text-align:right;
	padding-right: 12px;
}
#content form#login_form div.field-validation-rules {
	margin: 0  0 0 20px;
}
#content form#login_form div.buttons {
	width:216px;
	text-align:right;
	margin: 0;
}
.f input.submit, #content .f input.submit {
	background: #000;
	color:#fff100;
	text-decoration:none;
	display:inline-block;
	padding: 5px 10px;
	cursor:pointer;
	border: 0;
}
.f input.submit:hover {
	background-color:#333;;
}
.f .field, form#login_form div.field {
	float:left;
	clear:none;
	padding: 0;
}
.required {
	font-size:11px;
	color:#900;
}



#mid a.button-yellow {
	background:#fff200 url('../images/i-arrow-black.png') no-repeat right 12px;
	text-decoration:none;
	color:#000;
	font-size:12px;
	line-height: 12px;
	padding: 12px 20px 12px 10px;
	border-right: 5px solid #fff200;
	display:block;
}
	#mid a.button-yellow:hover {
		border-color:#000;
		background-position: right -26px;
		background-color:#000;
		color:#fff;
	}
	#mid #rhs a.button-yellow, 
	#mid #mid-col a.button-yellow, 
	#mid #home-latest-news a.button-yellow	{
		background-position: right 12px;
	}
		#mid #rhs a.button-yellow:hover, 
		#mid #mid-col a.button-yellow:hover, 
		#mid #home-latest-news a.button-yellow:hover {
			background-position: right -26px;
		}
.news-posts-list-brief {
	list-style-type:none;
}
	.news-posts-list-brief li {
		border-bottom:1px solid #eaeaea;
		padding-bottom: 10px;
		margin-bottom:10px;
	}
	#mid .news-posts-list-brief p {
		font-size:12px;
	}
	#mid .news-posts-list-brief a {
		color:#000;
		text-decoration:none;
	}
	#mid .news-posts-list-brief a:hover {
		color:#333;
	}
	.news-arrow {
		display:inline-block;
		width:8px;
		height:7px;
		background:transparent url('../images/i-arrow-black-tiny.png') no-repeat left top;
	}
	a:hover .news-arrow {
		background-position: left bottom;
	}
#home-latest-news .news-posts-list-brief li {
	padding-bottom: 5px;
	margin-bottom:5px;
}
	
.map {
	float:right;
	width:425px;
	margin: 0 0 0 40px;
}

/* Products Subnav */
ul#products-subnav {
  list-style-type:none;
  margin: 0 auto;
  }
  ul#products-subnav li {
    display:inline-block;
    vertical-align:top;
    width:252px;
    margin: 0 0 10px 55px;
    }
  ul#products-subnav li a {
    display:block;
    padding: 2px 0;    
    }
#content img.location-thumb {
	width:150px;
	height:121px;
}
#mid a.button-fixed {
	width:110px;
	text-align:left;
}

#content ul.pagination {
	list-style-type:none;
	margin:1em 0;
}
	#content ul.pagination li {
		display:inline;
	}

.column-fifth {
	width:19%;
	text-align:center;
	display:inline-block;
}
.column-half-right {
	float:right;
	width:350px;
	text-align:right;
}
	.content-contact .column-half-right {
		width:45%;
		margin-top:-15px;
	}