body {
	color: #252525;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .625em;
}
#content {
	font-size: 1.2em;
}

strong, b {
	font-weight: bold;
	color: #083862;
}
em, i {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #00529b;

}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
	-moz-outline-style: none;
}
a img {
	padding: 2px;
	margin: 3px;
}

.floatR {
	float: right;
}
.floatL {
	float: left;
}

blockquote {
	/* block quote from template
	-moz-border-radius-bottomRight: 8px;
	-webkit-border-radius-bottomRight: 8px;
	background: #EFEFEF;
	border-left: 2px solid #666;
	border-radius-bottomRight: 8px;
	margin: 1em 0 1em 3em;
	padding: 8px 5px 8px 1em;
 */
	text-indent: 2em;
}
blockquote p:nth-last-child(1) {
	
	margin-bottom: 0;
}

pre {
	font-size: 1.3em;
}

/* start headings */
h1, h2, h3, h4 {
	font-weight: bold;
	margin: .5em 0;
}
h1 {
	color: #333;
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h2.title {
	color: #083862;
}
/* end headings */

/* start paragraphs */
p {
	line-height: 1.3em;
	margin-bottom: 1em;
}
/* end paragraphs */

/* start lists */
ul, ol {
    margin-bottom: 1em;
	margin-left: 10px;
}
li {
	line-height: 1.6em;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
ul li {
	list-style-type: square;
	list-style-position:outside;
	margin-left: 20px;
}
#content ul li {
	margin-left: 18px;
	padding-left: 3px;
}
ul ul li {
	list-style-type: circle;
}
/*
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
	left: 0;
	padding: 3px;
	position: relative;
	top: 1.1em;
	width: 5em;
}
dd {
	border-left: 2px solid #666;
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}*/
/* end lists */

/* start table */
table {
	
	margin: 5px 0;
	width: 100%;
}
th, td {
	padding: 3px;
}
thead th {
	border-bottom: 1px solid #666;
	font-weight: bold;
}
tbody td {
	background: #EFEFEF;
	border-bottom: 1px solid #CCC;
}
tbody tr:nth-child(odd) td {
	background: #FFF;
}
/*tbody tr:hover td {
	background: #333;
	color: #FFF;
}*/
tfoot td {
	border-top: 1px solid #666;
	font-style: italic;
}
/* end table */

/* start form */
.enquiry-sent,
form {
/*
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #333;
	border-radius: 12px;*/
	color: #252525;
	padding: 3px;
	background: #f1f6fc;
	border-left: 1px solid #a7bccc;
	margin:1em 0 1em 1em;
	/*display: inline-block;*/
}
fieldset {
/*
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFF;
	border-radius: 8px;
	color: #666;*/
	padding: 5px;
}


legend {
	display: none;
}
form ul {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	margin: 8px;
	padding: 0;
	overflow: visible;
	height: 100%;
}

form li > label {
	font-weight: bold;
	color: #333;
}
form fieldset ul li label{
	width: 150px;
	float: left;
}
form fieldset ul li div.input-area label{
	width: auto;
	float: none;
}
form fieldset ul li{
	/*the follow code is commented out due to the break in FF in mac*/
	/*overflow: auto;*/
	overflow: hidden;
}
form fieldset ul li div.input-area{
	float: left;
}
#content form fieldset ul li.submit,
form fieldset ul li.submit {	
	margin-left: 0px;
}
#content form fieldset ul li.submit input,
form fieldset ul li.submit input{
	margin-left: 168px;
}
textarea {
	line-height: 1.5em;
	width: 213px;
	height: 113px;
}
input, button, textarea, select, optgroup, option {
    font-family: Arial, Helvetica, sans-serif;
}

optgroup {
	font-weight: bold;
}

option {
	font-weight: normal;
}

input,
input.text{
	width: 213px;
	height: auto;
}
input.button,
input.radioInput,
input.checkbox,
input.submit{
	width: auto;
}
.error-message,
.formErrorMessage {
	color: #ff0000;
}
form p {
	margin: 10px 25px;
}

#success-box {
	margin: 1em 0 1em 1em;
	padding: 30px 0 30px 25px;
	background-color: #E4FFCF;
	border-left: 1px solid #1B3F00;
}
/* end form */

sup {
	vertical-align: text-top;
}



button {
background:transparent none repeat scroll 0 0;
border:medium none;
cursor:pointer;
height:30px;
line-height:26px;
margin:0;
overflow:visible;
padding:0;
text-align:center;
white-space:nowrap;
width:auto;
}
div#spam-tip {
	background:#EFEFEF;
	border:1px solid #666;	
	padding:2px;
	font-size:0.8em;
	width: 213px;
	display: none;
}
span.helper{
	display: block;
	width: 213px;
	font-size: 0.8em;
}
span.hint {
	border-bottom:1px dotted;
	cursor:pointer;
	margin-left:5px;
}
span.hint:hover{
	border-bottom-style: solid;
}

/* Starts busy signal style */
div.busySignalContainer{
	background: none;
	padding: 0;
	margin: 0;
}
.busySignal {
	margin: 0;
	padding: 0;
	position:absolute;
	background: url('/css/images/spinner_blue.gif') no-repeat 50% 50%;
	
	/*opacity:.5;*/
}
#product-enquiry-form_busySignalContainer {
	position: relative;
	clear: both;
}
#form-wrapper {
	position: relative;
}
/* Ends busy signal style */

/* Starts message style */
div.messageList{
	list-style:none;
	color: #47512D;
	padding:7px 20px 7px 12px;
	background: #E6EFC2;
}
div.errorList{
    padding:7px 20px 7px 12px;
    background: #f6ecde;
    color:#CC0000;
}
div.messageList,
div.errorList{
	border: none;
	margin: 0 0 0 3em;
	padding:7px 20px 7px 12px;
}
/* Ends message style*/

ul.preview-images a img, a .content-image {
    cursor:url(/css/cursors/zoom.cur), auto;
}

/** js related selectors **/
.hidden {
	display: none !important;
}
.invisible {
    visibility: hidden;
    opacity: 0;
}

input.busyStatus,
textarea.busyStatus{
    background: #F4F5F5;
    border: #F4F5F5 1px solid;
}

/** home selectors*/
.original-price {
	text-decoration: line-through;
	white-space:nowrap;
        font-weight: normal;
}
.reduced-price {
	color: #fff;
	background-color: #c70751;
	white-space:nowrap;
}

/** bread crumbs **/
#bread-crumbs {
	overflow: auto;
	clear: both;
	font-size: 0.9em;
	color: #A4B8CA;
	float: left;
	margin-bottom: 10px;
}
#content #bread-crumbs li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 18px 0 0 0;
}
#content #bread-crumbs li .text {
    color: #000;
}
/** pagination controls **/
.pagination{
	margin: 5px 0 3px 0;
	float: right;
}
.pagination.headerTop {
    position: absolute;
    top: 7px;
    right: 0;
}
.pagination.top {
    
}
.pager-wrapper {
    background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;
    overflow: auto;
    padding-bottom: 5px;
}
.pagination.bottom {
	padding-top: 5px;
}
#content #contentcol .pagination li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0;
}
.pagination a {
	/*border: 1px solid #00529B;*/
	border: 1px solid #00529A;
	padding: 1px 5px;
	text-decoration: none;
}

.pagination a:hover, .pagination a.current   {
	/*border: 1px solid #0099FF;*/
	border: 1px solid #00529A;
	color: #fff;
	/*background: #0099FF none;*/
	background: #00529A none;
}

/** product list styles */
.subPages,
#product-list {
	width: 481px;
	clear: both;
	overflow: visible;
	margin: 0 0 0px 0;
	padding-top: 20px;
	/*background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;*/
}
.top-border-list{
    background: transparent url(/css/images/hr-bg.png) repeat-x top left;
}
#content .subPages li,
#content #product-list li {
	list-style-type: none;
	background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;
	margin: 0;
	overflow: auto;
}
#content .subPages li{
    padding: 15px 0 15px 0;   
}
 
#content #product-list li{
    /*padding: 15px 0 15px 15px;*/
	padding: 15px 0px 15px 0px;
	margin: 0 12px 0 0;
    zoom: 1;
}

#product-list a {
    /*float: left;*/
}

.subPages img,
#product-list img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #cdd3dc;
	padding: 1px;
	display: block;
	float: left;
}
* html .subPages img,
* html #product-list img,
* html #product-list .description{
    display: inline;    
}
#product-list .description {
	float: left;
	width: 220px;
	margin: 0 0 0 10px;
}
.subPages h2,
#product-list h2 {
	background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;
	width: auto;
	padding: 0 0 10px 0;
	margin-top: 0;
	color: #252525;
}

#product-list p {
	padding-left: 245px;
}
.subPages h2 a,
#product-list h2 a {
	color: #252525;
	float: none;
}
#product-list h2 a:hover {
	color: #252525;
}

/** product list special styles */

#product-list-special {
	width: 481px;
	clear: both;
	overflow: visible;
	margin: 0px;
	padding-bottom: 0px;
}

#content #product-list-special li {
	list-style-type: none;
	background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;
	margin: 0;
	overflow: auto;
}

#product-list-special, #product-list-special li,#product-list-special li.last{
	width: 100%;
	//display: inline !important;
	display: inline-block;
	vertical-align: top;
}

#product-list-special li, #product-list-special li.last{
	width: 169px;
	height: 221px;
	line-height: 1.3em;
}

#content #product-list-special li[name='products']{
	height: 259px;
}

#content #product-list-special li{
	padding: 15px 0px 15px 0px;
	margin: 0 16px 0 0;
    zoom: 1;
}

#content #product-list-special li.last-row{
	background: transparent none;
}

#content #product-list-special li.last{
    margin: 0px;
    zoom: 1;
}

#product-list-special .description {
	float: left;
	width: 169px;
	margin: 0px;
}

#product-list-special img {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #cdd3dc;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
}

#product-list-special div.view-more {
	width: 165px;
	position: absolute;
	margin-top: 280px;
}

#product-list-special li[name='products'] div.logo {
	width: 165px;
	position: absolute;
	margin-top: 201px;
	//margin-top: 32px !important;
	//margin-left: -165px !important;
	line-height: 6em;
	text-align: center;
	vertical-align: middle;	
}

#product-list-special li[name='products'] div.logo img {
	display: inline;
	float: none;
	border: 0px;
}

* html #product-list-special img,
* html #product-list-special .description{
    display: inline;    
}

#product-list-special h2 {
	width: auto;
	padding: 0 0 10px 0;
	margin-top: 0;
	color: #252525;
	font-size: 1em;
}

#product-list-special p {
	
}

#product-list-special h2 a {
	color: #252525;
	float: none;
}
#product-list-special h2 a:hover {
	color: #252525;
}

#special-filter {
	position: absolute;
	top: 125px;
	left: 2px;
}

/** list **/

#right-column .content-list {
	background: transparent url(/css/images/hr-rh-bg.png) bottom left no-repeat;
}

#right-column .content-list li {
	list-style-type: none;
	background: transparent url(/css/images/hr-rh-bg.png) top left no-repeat;	
	padding: 8px 0;
	/*text-align: center;*/
}
#right-column .content-list li.first {
	background: none transparent;
	font-size: .8em;
	text-align: center;
}
#right-column .content-list li a {
	
}
#content h1{   
   /* width: 481px;*/
    background: transparent url(/css/images/hr-bg.png) repeat-x top left;
    padding-top: 9px;
    margin-bottom: 1px;
}
#content .h1-div{
    background: transparent url(/css/images/hr-bg.png) repeat-x bottom left;
    width: 100%;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
#right-column h3 {
    font-size: 1.2em;
}
a.cancel-button {
    font-size: 0.9em;
    margin-left: 20px;
}
.map-ineractive-text {
    text-decoration: underline;
}

#footer li.copyright {
    margin-left: 85px;
    color: #9E9E9E;
}
#social-links {
	font-size:1.2em;
	margin-left:30px;
	margin-top: 30px;
	overflow:visible;
	width:187px;
}
#social-links a {
	font-weight: bold;
	color: #00529B;
	margin-bottom: 10px;
}
#facebook {
	background: url('/css/images/facebook-icon.gif') no-repeat 0 0;
	padding: 5px 0 0 33px;
	display: block;
	height: 25px;
}
#twitter {
	background: url('/css/images/twitter-icon.gif') no-repeat 0 0;
	padding: 5px 0 0 33px;
	display: block;
	height: 25px;
}
a.reset {
    float: right;
}
th .tip,
.header-wrap .tip {
    color: #454545;
    font-size: 0.9em;
    text-decoration: underline;
    margin-left: 10px;
}

#downloads li {
	color: #C50B50;
}

/* Starts busy signal style */
div.busySignalContainer{
	padding: 0;
	margin: 0;
	position:relative;
	z-index:100;
	float:left;
	margin: -120px 0 0 0;
	width:240px;
	height:100px;
	background: #ffffff;
	opacity:.7;
	display:none;
}
#busySignal {
	z-index:100;
	float:left;
	padding: 0;
	position:relative;
	background: url('/css/images/ajax-loader.gif') no-repeat 50% 50%;
	width:32px;
	height:32px;
	margin:35px 0 0 130px;
	/*opacity:.5;*/
}
div.busySignalContainerEnquiry{
	top: 0;
	left: 0;
	position:fixed;
	z-index:100;
	width:100%;
	height:120%;
	display:none;
	text-align: center;
	background: url('/css/images/whitebg.png') repeat;
}
div.busySignalContainerEnquiry div.busy{
	position: absolute;
	top:50%;
	left:50%;
	margin:-50px;
	width: 100px;
	height:100px;
	opacity:.7;		
	display:none;
	background: url('/css/images/ajax-loader.gif') no-repeat 50% 50% ;
}
div.busySignalContainerEnquiry #message{
	position: absolute;
	top:50%;
	left:50%;
	margin:-70px -125px;
	width: 190px;
	height:60px;
	opacity:.7;	
	display:none;
	background: #464343;
	color:#fff;
	font-size:16px;
	padding:30px;
}

/* Ends busy signal style */
