/* 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 {
	color: #ffffff;
	background: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

body.site {
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

h1 {
	color: #edcb2c;
	margin: 0 0 0.5em 0;
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	color: #edcb2c;
	margin: 0 0 0.5em 0;
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 a:link, h2 a:active, h2 a:visited {
	color: #edcb2c;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}


h3 {
	color: #ffffff;
	margin: 0 0 0.5em 0;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

hr {
	background: #f00;
	color: #f00;
	height: 2px;
	border: none;
}

p {
	margin: 0 0 1em 0;
	line-height: 150%;
	color:#ffffff;
	font-size:80%;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

div.dub3Content ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

div.dub3Content ol {
	margin-left: 30px;
	margin-bottom: 1em;
}

div.dub3Content li {
	font-size:80%;
	line-height: 150%;
}

ul.twoColumn li {
	width: 50%;
	float: left;
	
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: #f00;
	color: white;
	font-weight: bold;
	color:#092573;
	text-align:left;
	font-size:100%;
	padding:10px;
}

td {
	line-height: 150%;
	color:#092573;
	font-size:100%;
	padding:10px;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

a:focus {
	color: #ffffff;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
	font-size: 70%;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
}

label {
	cursor: pointer;
}

label.lblFrm {
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #666666;
	border: solid 1px #666666;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
}

#homectaright input.textbox {
	width: 180px;
}

#homectaright input.button {
	margin: 0 30px 0 0;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
}

ul.inline li {
	display: inline;
}

p.small, span.small, ul.small, li.small, div.small, a.small, td.small {
	font-size: 90%;
}

p.large, span.large, ul.large, li.large, div.large, a.large, td.large {
	font-size: 110%;
}

p.error, span.error, ul.error, li.error, div.error {
	color: #f00;
}

div.googleMap {
	width: 250px; 
	height: 260px; 
	border: 1px solid #e42528;
	position: relative;	
}
/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

#breadcrumb p {
	color:#666666;
}

#breadcrumb {
	padding: 0;
	margin:0;
	width:611px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight:bold;
	color:#666666;
}

#breadcrumb ul {
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	padding-right:10px;
	color:#666666;
}

#breadcrumb li a:link, #breadcrumb li a:active, #breadcrumb li a:visited {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration:none;
	padding-right:10px;
}

#breadcrumb li a:hover {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration:underline;
	padding-right:10px;
}

/* END PAGE SPECIFIC STYLES */
















/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* 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 */






/* START MAIN BUILD */

#headertop {
	margin:0;
	padding:0;
	width:100%;
	margin-top:15px;
	background-image: url(../images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear:both;
	line-height:0;
}

#header {
	margin:auto;
	padding:4px 10px 0px 10px;
	width:758px;
	height:103px;
	clear:both;
	background-image: url(../images/bg-topheader.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#menu {
	margin:auto;
	padding:0;
	width:778px;
	background-color:#000000;
	font-size:80%;
}

#nav {
	margin:0;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
}

#nav li {
	float:left;
	margin:0;
	padding:0;
	padding-left:10px;
	margin-left:4px;
	margin-right:0px;
	background: #000 url(../images/nav-bullet.gif) left center no-repeat;
	list-style:none;
	width:auto;
}

/* Second level lists */
#nav li ul li 
{
	clear:left; 
	background:#000 url(../images/nav-bullet.gif) 10px center no-repeat; 
	padding:3px 20px;
	margin:0;
	width:130px;
}

/* Third level lists */
#nav li li ul
{
	border-top:1px solid #FFF;
	margin-left:150px;
	margin-top:-17px;
	left:auto;
}


#nav li a { display:block; _float:left;  height:17px; }

#nav li a:link, #nav li a:active, #nav li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav li a:hover { text-decoration:underline; }

#nav li ul 
{
	position:absolute;
	background:#000;
	border:1px solid #FFF;
	border-top:3px solid #000;
	left:-999em;	
	padding:0;
	padding-top: 3px;
	clear:left;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul
{
	left:-999em; 
}

#nav li:hover ul, #nav li.sfhover ul, #nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul
{
	left:auto;
}

div.xMenuBtn{display: none;}




#bannerholding {
	margin:auto;
	padding:0;
	width:778px;
	clear:both;
	background-color:#000000;
}

#bannerholding #bannerleft {
	padding-top:20px;
	padding-left:10px;
	width:235px;
	background-color:#000000;
	float:left;
	height:212px;
}


#bannerholding #bannerleft2 {
	padding:20px 20px 0 10px;
	width:548px;
	background-color:#000000;
	float:left;
}

#bannerholding #bannerleft2 a img {
	border: 1px solid #f00;
	padding: 2px;
}

#bannerholding #bannerright {
	width:533px;
	background-color:#000000;
	float:right;
	height:232px;
}

#bannerholding #bannerright2 {
	padding:0 10px 0 10px;
	width:180px;
	background-color:#000000;
	float:right;
	margin-bottom: 1em;
}

#bannerholding #bannerright2 ul {
	font-size: 80%;
}

#bannerholding #bannerright2 li {
	list-style-type: none;
	margin-bottom: 1em;
}

#bannerholding #bannerright2 p {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#bannerholding #bannerright2 p.subtitle {
	padding: 0 0 5px 0;
	color: #edcb2c;
	font-size:120%;
}

.whiteborder {
	margin:0;
	padding:0;
	height:0px;
	width:100%;
	clear:both;
	font-size:0;
	line-height:0;
	border-top:1px solid #FFFFFF;
}

#maincontent {
	margin:auto;
	padding:0;
	width:758px;
	clear:both;
	padding:10px;
	background-color:#000000;
}

#homectaleft {
	margin:0;
	padding:0;
	float:left;
	width:215px;
	margin-right:56px;
}

#homectamiddle {
	margin:0;
	padding:0;
	float:left;
	width:224px;
}

#homectaright {
	margin:0;
	padding:0;
	float:right;
	width:215px;
}

a.title
{
	color: #edcb2c;
	font-weight:bold;
	font-size:120%;
	text-decoration:none;
	margin:0;
	padding:0;
}

a:hover.title
{
	text-decoration:underline;
}

#homectaleft .gradient, #homectamiddle .gradient, #homectaright .gradient
{
	margin:0;
	padding:0;
}

#homectaleft p.subtitle, #homectamiddle p.subtitle, #homectaright p.subtitle
{
	margin:0;
	padding:0;
	padding-top:15px;
	padding-bottom:15px;
}

#footer {
	margin:auto;
	padding:0;
	width:758px;
	clear:both;
	font-size:90%;
	padding:10px;
	background-color:#000000;
}


/* END MAIN BUILD */


#stockListing {
	font-family: arial;
	color: #fff;
}

#stockListing a:link, #stockListing a:visited {
	color: #676666;
	text-decoration: none;
}

#stockListing a:hover, #stockListing a:active, #stockListing a:focus {
	color: #676666;
	text-decoration: underline;
}

#stockListing a.white:link, #stockListing a.white:visited {
	color: #fff;
	text-decoration: underline;
}

#stockListing a.white:hover, #stockListing a.white:active, #stockListing a.white:focus {
	color: #fff;
	text-decoration: none;
}

#stockListing a.current:link, #stockListing a.current:visited {
	color: #fff;
}

#stockHeader {
	font-family: arial;
	font-size: 14px;
	background: url(../images/bg-stockHeader.gif) 0 0 no-repeat;
	height: 43px;
}

#stockHeader h1 {
	font-family: arial;
	font-size: 14px;
	color: #fff;
	float: left;
	margin: 0;
	padding: 13px 0 0 10px;
}

#stockHeader p {
	float: right;
	margin: 0;
	padding: 13px 15px 0 0;
	color: #676666;
}

table.stockTable {
	border: 1px solid #4e4e4e;
	font-size: 10px;
	width: 542px;
	margin-left: 1px;
}

table.stockTable th {
	background: #272727;
	font-size: 11px;
	color: #fff;
	padding: 10px;
	text-align: center;
}


table.stockTable td {
	color: #fff;
	text-align: center;
	padding: 5px;
}

table.stockTable td.tbRow1 {
	background: #060606;
	border-top: 1px solid #272727;
}

table.stockTable td.tbRow2 {
	background: #1b1b1b;
	border-top: 1px solid #272727 !important;
}

#bannerholding #bannerleft2 table.stockTable a img {
	border: 1px solid #fff;
}

#stockFooter {
	font-family: arial;
	font-size: 14px;
	background: url(../images/bg-stockFooter.gif) 0 0 no-repeat;
	height: 43px;
	margin-bottom: 1em;
}

#stockFooter p {
	margin: 0;
	color: #676666;
	text-align: right;
	padding: 8px 15px 0 0;
}

#stockInfoHeader {
	background: url(../images/bg-stockInfo-hd.gif) 0 100% no-repeat;
	height: 10px;
}

#stockInfo {
	background: url(../images/bg-stockInfo.gif) 0 0 repeat-y;
}

#stockInfoFooter {
	background: url(../images/bg-stockInfo-ft.gif) 0 0 no-repeat;
	height: 10px;
	margin-bottom: 1em;
}

#stockPad {
	width: 515px;
	margin: auto;
}

#stockInfo h2 {
	font-family: arial;
	color: #fff;
	font-size: 14px;
}

#InfoHeader {
	background: url(../images/bg-Info-hd.gif) 0 100% no-repeat;
	height: 10px;
}

#Info {
	background: url(../images/bg-Info.gif) 0 0 repeat-y;
	color: #000;
	padding: 0 10px;
}

#Info p {
	margin: 0;
	font-size: 11px;
	color: #000;
	
}

#InfoFooter {
	background: url(../images/bg-Info-ft.gif) 0 0 no-repeat;
	height: 10px;
	padding-bottom: 1em;
}

#bannerholding #bannerleft2 #stockPad a img, #bannerholding #bannerleft2 #enquireBtn a img {
	border: none;
	padding: 0;
}

#enquireBtn {
	margin-left: 205px;
}

#stockPad p.right {
	margin: 0;
}

td p {
	font-size: 12px;
}

table.stockTable label.lblFrm {
	display: block;
	width: 200px;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	text-align: right;
}

table.stockTable input.textbox {
	width: 200px;
}

.mypager { margin-right:50px; text-align:right }
.mypager span {display: none;}
.mypager ul{ vertical-align: middle; padding: 0;}
.mypager li{ display: inline; color: #000000; list-style-type: none; padding: 0px 5px; line-height: 100%}

