/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	color: #fff;
	background: #bb6146;
	font-family: arial, helvetica;
	font-size: 75%;
}

body.site {
}

h1 {
	color: #f2ef75;
	background: #560e3e;
	margin: 0 0 0.5em 0;
	padding: 10px;
	font-size: 110%;
	font-weight: normal;
}

h2 {
	color: #560e3e;
	margin: 0.5em 0 0.5em 0;
	font-size: 110%;
	font-weight: bold;
}

h3 {
	color: #560e3e;
	margin: 0.5em 0 0.5em 0;
	font-size: 100%;
	font-weight: bold;
}

hr {
	background: #fff;
	color: #fff;
	height: 2px;
	border: none;
}

p {
	margin: 0 0 0.5em 0;
	line-height: 130%;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

#content ol {
	margin-left: 30px;
	margin-bottom: 1em;
}

li {
	line-height: 130%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: #fff;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #fff; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}

a:focus {
	color: #fff;
	text-decoration: none;
}

a.hoverFix img {
	display: block;
	width: auto;
}

a.hoverFix:hover {
	background: none;

}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox, select.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

ul.inline li {
	display: inline;
}

p.small, span.small, ul.small, li.small, div.small {
	font-size: 90%;
}

p.large, span.large, ul.large, li.large, div.large {
	font-size: 110%;
}

p.purple, span.purple, ul.purple, li.purple, div.purple {
	color: #560e3e;
}

p.yellow, span.yellow, ul.yellow, li.yellow, div.yellow {
	color: #f2ef75;
}

p.error, span.error, ul.error, li.error, div.error {
	color: #f00;
}

table.country, table.twoColRed {
	width: 439px;
	margin-left: 10px;
}

table.country td, table.twoColRed td {
	vertical-align: top;
	padding-right: 10px;
	line-height: 1;
	border-bottom: 10px solid #bb6146;
}

table.country img, table.twoColRed img {
	border-left: 1px solid #f2ef75;
}

table.twoColRed img {
	margin-bottom: 10px;
}

table.twoColRed p img {
	margin: 0 0 0 -10px;
}

table.country td.orange {
	padding: 2px 2px 2px 0;
	background: #f27126;
}

table.country td.pink {
	padding: 2px 2px 2px 0;
	background: #ee3a3e;
}

table.country td.red, table.twoColRed td.red {
	padding: 2px 2px 2px 0;
	background: #971c21;
}

table.country td.purple {
	padding: 2px 2px 2px 0;
	background: #560e3e;
}

div.singleColRed {
	background: #971c21;
	padding: 5px 5px 5px 0;
}

#frmEnquiry label.lblFrm {
	width: 101px;
	float: left;
	display: block;
	padding-top: 2px;
}

#frmEnquiry input.fixed, textarea.fixed {
	width: 320px;
}

#frmEnquiry input.small, textarea.small {
	width: 40px;
	margin-right: 20px;
}

#frmEnquiry input.button {
	padding: 5px;
	background: #f2ef75;
	color: #560e3e;
}
/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#container {
	width: 836px;
	margin: auto;
}

#header {
	height: 215px;
	background: url(../images/bg-header.gif) 0 0 no-repeat;
}

#banner {
	border-left: 1px solid #f2ef75;
}

#banner p {
	margin: 0;
	line-height: 1;
}

#wrapper {
	width: 836px;
	margin-bottom: 20px;
}

#leftCol {
	width: 198px;
	float: left;
}

#middleCol {
	width: 449px;
	float: left;
	border-left: 1px solid #f2ef75;
}

#middleCol p, #middleCol h2, #middleCol h3 {
	padding-left: 10px;
}

#rightCol {
	width: 144px;
	float: left;
	margin-left: 33px;
	border-left: 1px solid #f2ef75;
	border-top: 34px solid #971c21;
	padding-left: 10px;
}

#news {
	background: #c4785d;
	padding: 3px;
	margin: 10px 0 20px 0;
}

#news li {
	list-style-type: none;
	background: url(../images/bg-news-bt.gif) 0 5px no-repeat;
	padding: 0 0 10px 10px;
}

#news a:link, #news a:visited {
	color: #560e3e;
	text-decoration: none;
}

#news a:hover, #news a:active, #news a:focus {
	color: #560e3e;
	text-decoration: underline;
}


#footer {
	text-align: center;
	clear: both;
	background: #560e3e;
	padding: 3px;
}

#footer li {
	background: url(../images/bg-footer.gif) 0 2px no-repeat;
	padding: 0 5px 0 10px;
}

#footer li.first {
	background: none;
	padding: 0 5px 0 0;
}

#footer a:link, #footer a:visited {
	color: #f2ef75;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #f2ef75;
	text-decoration: underline;
}


/* END PAGE SPECIFIC STYLES */










/* START VERTICAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 			/* all lists */
	position: relative;
	list-style: none;
	float: left;
	width: 140px;			/* width of first-level anchors */
}

#nav li ul { 				/* second-level lists */
	position : absolute;
	left: -999em;
	width: 180px;			/* width of second-and-above-level anchors */
	margin-top: -23px;		/* height offset of second-and-above-level lists */
	border: 1px solid #fff;
}

#nav li ul ul {				/* third-and-above-level lists */
	left: -999em;
}

#nav li { 				/* all list items */
	position : relative;
	float : left;
}

#nav li a {				/* first-and-above-level anchors */
	width: 148px;
	w\idth: 148px;
	display: block;
	background: #bb6146;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

#nav li ul li a {			/* second-and-above-level anchors */
	width: 170px;
	w\idth: 170px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul, #nav li.sfhover ul ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	margin-left: 158px;		/* width + padding of first-level anchors */
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 180px;		/* width + padding of second-and-above-level anchors */
	left: auto;
}

#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li.navdrop a:hover, #nav li.navdrop a:active, #nav li.navdrop a:focus { 
	color: #560e3e; 
	background: #bb6146;
}

/* END VERTICAL MENU STYLES */











/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */
