* {
	margin: 0;
	padding: 0;
	}

body {
	background: #0754a0 url('../images/bg2.1.jpg') no-repeat top center;
	font: 400 1.0em 'trebuchet ms',arial,sans-serif;
	}
	
.wrap {
	width: 980px;
	margin: 0 auto;
	}
	
h1 {
	margin-top: 30px;
	color: #FFF;
	line-height: 0.6em;
	padding: 20px 0 8px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	}
	
h1 span {
	font: 400 20px 'trebuchet ms',arial,sans-serif;
	color: #3F9;
	}
	
h2 {
	margin: 5px 0;
	font-style: italic;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	}
	
#nav {
	z-index: 1;
	margin: 37px 0 0 10px;
	width: 100%;
	}
	
#nav ul {
	list-style-type: none;
	}

#nav ul li {
	display: inline;
	}
	
#nav ul li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #00b7c1;
	margin-right: 30px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
#nav ul li a:hover {
	color: #0FF;
	background: url('../images/arrow.gif') no-repeat bottom center;
	}
	
#nav .selected a {
	color: #FFF;
	background: url('../images/arrow.gif') no-repeat bottom center;
	}
	
#right {
	float: right;
	clear: none;
	margin: 40px 0 20px 0;
	padding: 20px 10px 20px 19px;
	width: 170px;
	font: 400 0.9em 'trebuchet ms',arial,sans-serif;
	color: #FFF;
	background:#023668 url('../images/rightbg2.jpg') repeat-x;
	border-right: 1px solid #234848;
	border-top: 1px solid #1A7474;
	border-bottom: 1px solid #234848;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
}
	
#right ul {
	list-style-type: none;
	color: #096;
	}
	
#right ul li a {
	display: block;
	border-bottom: 1px dotted #003737;
	text-decoration: none;
	color: #629AD0;
	padding: 3px 0;
	margin-right: 5px;
	}
	
#right ul li a:hover {
	color: #FFF;
	border-bottom: 1px dotted #006666;
	}
	
#right h2 {
	padding-bottom: 8px;
	background: url('../images/underline.jpg') no-repeat bottom center;
	margin: 15px 0 5px 0;
	font-size: 1.2em;
	}
	
#main {	
	margin: -1px 0 0 0;
	width: 758px;
/*	background: #0f2b45 url('../images/mainbg2.1.jpg') no-repeat top center;*/
	border-right: 1px solid #234848; border-bottom: 1px solid #234848; border-left: 1px solid #1A7474; border-top: 1px solid #1A7474;
	padding: 10px 10px 50px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */	}
	
#main p {
	color: #bee5e5;
	line-height: 1.4em;
	margin: 0px 100px 15px 35px;
	font-size: 0.9em;
	}
	
#main p.big {
	font-size: 1.2em;
	font-style: italic;
	}
	
#main a {
	color: #bee5e5;
	}
	
#main a:hover {
	text-decoration: none;
	color: #FFF;
	}
	
.floatright {
	float: right;
	margin: 8px 0 8px 8px;
	}
	
.floatleft {
	float: left;
	margin: 8px 8px 8px 0;
	}
	
.middle {
	width: 175px;
	float: right;
	margin: 0 3px 15px 15px;
	}
	
#rightbox {
	background: #1350A0;
	border: 1px solid #05182a;
	font-size: 0.8em;
	padding: 8px 8px 24px 8px;
	width: 160px;
	margin: 0;
	border-top-color: #1A7474;
	border-left-color: #1A7474;
	border-right-color: #02478C;
	border-bottom-color: #02478C;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	}
	
#rightbox p {
	font-size: 100%;
	padding: 10px 15px 4px 15px;
	margin: 0;
	color: #b19162;
	}
	
#main img {
	padding: 8px;
	border: 1px solid #234848;
	background-color: #02478C;
	}

img.front {
	margin: 10px 0;
	}
	
.clearer {
	clear: both;
	line-height: 0;
	font-size: 0;
	}
	
#foot {
	background: #023668 url('../images/footbg_01.jpg') repeat-x top left;
	padding: 40px 15px 15px 15px;
	font-size: 0.7em;
	color: #687E7D;
	margin: 0 220px 100px 0px;
	width: 748px;
	border-top: 1px solid #1A7474;
	border-left: 1px solid #1A7474;
	border-right: 1px solid #234848;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */}
	
#foot h3 {
	font-family: georgia,times,serif;
	font-style: italic;
	color: #CFF;
	border-bottom: 1px solid #044;
	}
	
.footlinks {
	float: left;
	margin-right: 15px;
	width: 150px;
	}
	
.linklist {
	margin-bottom: 10px;
	}
	
#foot ul, .linklist ul {
	list-style-type: none;
	color: #096;
	}
	
#foot ul li a, .linklist ul li a {
	display: block;
	border-bottom: 1px dotted #003737;
	text-decoration: none;
	color: #7A9292;
	padding: 3px 0;
	}
	
#foot ul li a:hover, .linklist ul li a:hover{
	color: #FFF;
	border-bottom: 1px dotted #006666;
	}
	
#foot .about {
	float: right;
	width: 250px;
	}
	
#foot p {
	margin: 5px 0 10px 0;
	}
	
#foot a {
	color: #009999;
	}
	
#foot a:hover {
	text-decoration: none;
	}
	
#main h3 {
	font-family: 'trebuchet ms',arial,sans-serif;
	color: #fbc371;
	margin: 5px 0 5px 15px;
	}
	
#main h5 {
	font-family: 'trebuchet ms',arial,sans-serif;
	color: #687E7D;
	margin: 5px 0;
	}
	
#main h4 {
	font-family: georgia,times,serif;
	color: #CFF;
	font-style: italic;
	margin: 5px 0;
	}
	
form {
	padding: 8px;
	background: #1350A0;
	border: 1px solid #234848;
	margin: 10px 200px 20px 30px;
	color: #629AD0;
	border-top-color: #1A7474;
	border-left-color: #1A7474;
	border-right-color: #02478C;
	border-bottom-color: #02478C;
	padding-left: 30px;
	}
	
fieldset {
	border: none;
	}
	
form#Contact_Form input, textarea {
	background: #023668;
	border: 1px solid #234848;
	color: #CFF;
	padding: 3px;
	display: block;
	margin-bottom: -10px;
	}
	
blockquote {
	margin: 15px;
	border-left: 2px solid #055;
	padding: 5px 5px 5px 10px;
	font-style: italic;
	font-family: georgia,times,serif;
	}
	
cite {
	display: block;
	font: 400 0.8em 'trebuchet ms',arial,sans-serif;
	color: #0aa;
	font-style: normal;
	background: #002C2C;
	padding: 8px;
	}
	
hr {
	color: #002626;
	background-color: #002626;
	border: none;
	height: 1px;
	width: 80%;
	margin: 15px auto;
	}
	
#main table {
	margin-bottom: 25px;
	}
	
#main table th {
	background: #002626;
	color: #F70;
	margin: 0px;
	font-weight: 400;
	padding: 5px;
	}
	
#main table td {
	padding: 15px;
	color: #AEBDBD;
	border-bottom: 1px solid #002626;
	}
	
#main ol {
	margin: 10px 0 10px 50px;
	color: #0FC;
	font-style: italic;
	font-family: georgia,times,serif;
	}
	
#main ol span{
	color: #AEBDBD;
	font-style: normal;
	font-family: 'trebuchet ms',arial,sans-serif;
	}
	
#main ul.list {
	margin: 10px 0 10px 30px;
	color: #AEBDBD;
	font-style: normal;
	font-family: 'trebuchet ms',arial,sans-serif;
	list-style-type: none;
	}
	
#main ul.list li {
	padding-left: 20px;
	background: url('../images/bullet.gif') no-repeat left center;
	}

.date {
	width: 35px; height: 35px;
	background: #002C2C;
	border: 1px solid #234848;
	font-size: 14px;
	font-family: georgia,times,serif;
	color: #F70;
	padding: 5px;
	float: left;
	margin: 0px 12px 12px 0;
	text-align: center;
	line-height: 1.0em;
	}
	
.date span {
	display: block;
	font-size: 23px;
	color: #FFF;
	}
	
.post {
	margin-bottom: 5px;
	padding-bottom: 15px;
	}
	
.post h2 {
	border-top: 2px solid #234848;
	margin: 0 0 20px 57px;
	padding-top: 10px;
	}

#extraDiv2 {
	background: url(../images/bottom_1.jpg) no-repeat bottom center;
	height: 300px;
	width: 100%;
	bottom: 0px;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FBC371;
}

.slideshowbackground {
	background-color: #1350A0;
}

#main img.insetleft {
	float:left;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#main img.insetleftspaceright {
	float:left;
	border: 0;
	margin: 0;
	padding: 0 20px 0 0;
	background-color: transparent;
}
#main img.supportcentre {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#main img.insetright {
	float:right;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#main embed.insetleft {
	float:left;
	border: 0;
	margin: 0;
	padding: 0 20px 0 0;
	background-color: transparent;
}
.left {float:left; margin:10px 10px 5px 0;}
.right {float:right; margin:10px 0 5px 10px;}

#rightboxEANcalc {
	background: #1350A0;
	border: 1px solid #05182a;
	font-size: 0.8em;
	padding: 8px 8px 24px 8px;
	width: 240px;
	margin: 0;
	border-top-color: #1A7474;
	border-left-color: #1A7474;
	border-right-color: #02478C;
	border-bottom-color: #02478C;
	float: right;
	margin-left: 50px;
	}
	
#rightboxEANcalc form {
	padding: 0px;
	background: #1350A0;
	margin: 0;
	color: #629AD0;
	}
	
#rightboxEANcalc table {
	margin-bottom: 25px;
	width: 100%;
	}
	
#rightboxEANcalc table th {
	background: #002626;
	color: #F70;
	margin: 0px;
	font-weight: 400;
	padding: 5px;
	}
	
#rightboxEANcalc table td {
	padding: 10px;
	color: #AEBDBD;
	border: 0;
	line-height: 1em;
	vertical-align: middle;
	}
	
#rightboxEANcalc p {
	padding: 10px;
	margin: 0;
}
/*Main EANX table area*/
#eanxTables {
	width: 480px;
}
form.nitroxTable {
	margin: 10px 30px 20px 30px;
	padding-left: 0px;
	}
.warning {
	color: #FFFF00;
}
.subheader {
	color: #fbc371;
}
/*qtip for transparency*/
.qtip .qtip-wrapper .qtip-borderTop,
.qtip .qtip-wrapper .qtip-contentWrapper,
.qtip .qtip-wrapper .qtip-title .qtip-button,
.qtip .qtip-wrapper .qtip-borderBottom,
.qtip .qtip-tip {
   opacity: 0.90; // Standard compliant browsers
   -moz-opacity: 0.90; // Firefox and Mozilla browsers
   -webkit-opacity: 0.90; // WebKit browser e.g. Safari
   filter:alpha(opacity=90); // IE7 and below
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=90)"; // IE8
}

/* Styles for Location Finder Version 1*/
#map img {
	background-color: transparent;
}
#map_canvas img {
	background-color: transparent;
}
#containerTable table td {
	padding: 0;
}
#containerTable #option1table td {
	padding: 6px 2px 6px 0;
}
#containerTable #option2table td {
	padding: 6px 0;
}
#containerTable #option2table form input {
}

/* Start: Styles for Location Finder Version 2*/
.column-right {
	width: 220px;
	padding: 0px 0px 0px 0px;
        }
.menu-box {
        border: 1px solid gray;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 0px;
        }
.menu-hdr {
	font-weight:normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #fbc371;
        }
.menu-link {
        color:#404040;
        }
.menu-list {
	list-style: disc inside;
	margin: 0px 5px 5px 5px;
	font-size: 14px;
        }
#sq100 #sq10 #latlng {
	font-size: 16px;
}
#latlng {
	color: #fff;
}
#main #mapTable td {
	padding: 10px;
	background-color: transparent;
}
#redbox.menu-box {
	border: 0;
}
/* End: Styles for Location Finder Version 2*/


/*  form#Contact_Form input, textarea {
	background: #000;
	border: 1px solid #234848;
	color: #CFF;
	padding: 3px;
	display: block;
	margin-bottom: -10px;
}
*/

/* Nivoslider styling*/
#slidercontainer {
	margin: 0 0 60px 0;
	padding: 8px;
	background-color: #02478C;
}
#slidercontainer img {
	margin: 0;
	padding: 0;
}
#slider {
    position:relative;
    width:740px; /* Change this to your images width */
    height:168px; /* Change this to your images height */
    background:url(../js/nivoslider/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
.nivo-controlNav {
	position:absolute;
	left:0;
	bottom:-42px;
}
.nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url(../js/nivoslider/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.nivo-controlNav a.active {
    background-position:0 -22px;
}
.nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(../js/nivoslider/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
a.nivo-prevNav {
    left:15px;
}
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


iframe#fancybox-frame {
	margin:0px;
	padding:0px;
	marginwidth: 0px;
	marginheight: 0px;
	frameborder: 0px;
	border: 0px;
	background-color:#02478C;
	hspace:0px;
	vspace:0px;
}

#quicklinks {
	float: right;
}
