/* ---------------------------------- */
/* ----- MAIN BODY OF WEBSITE ------- */
/* ---------------------------------- */

/* Background and site font */
body {
	background:#f3f3f3 url(bg.jpg) no-repeat top center;
	font:13px Verdana, Arial, Helvetica, sans-serif;
}

#buttons {
top: 590px;
left: 50%;
margin-left: -478px;
z-index:99;
position: absolute;
display:none;
}

/* Full width banner, uncomment to use */
#BannerBG {
	/*background: #000;
	height: 105px;
	z-index:1;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;*/
}

/* Content background */
#container {
	background: none;
	z-index:10;
	position:relative;
	width:950px;
	margin:0 auto;
}

/* Inner Content of Home and Contact */
#siteContent {
	display:inline;
	float:left;
	margin:20px 10px 10px 0px;
	width:685px;
	padding:0px;
}

/* Text area of Home and Contact */
#siteContent .contentCopy {
	width:685px;
}

/* Inner Content of Content Pages */
#siteContent.content {
	float:left;
	margin:20px 10px 10px 0px;
	width:685px !important;
}

/* Text area of Content Pages */
#siteContent.content .contentCopy {
	width:685px !important;
}

/* Main copy font */
.contentCopy {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
	line-height:1.4em;
}

/* Copy links */
.contentCopy a {
	color:#198dbe;
	text-decoration:underline;
}

/* Copy links hover state */
.contentCopy a:hover {
	color:#56bde2;
	text-decoration:none;
}


/* ---------------------------------- */
/* -------- ABSOLUTE DIVS ----------- */
/* ---------------------------------- */

/* Use for overlaying graphics, etc */
#absoDiv1 {
	width:0;
	height:0;
	background:url();
}

#absoDiv2 {
	width:0;
	height:0;
	background:url();
}

#absoDiv3 {
	width:0;
	height:0;
	background:url();
}


/* ---------------------------------- */
/* --------- H Tags/Headings -------- */
/* ---------------------------------- */

h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #198dbe;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 15px;
border-bottom: 1px solid #198dbe;
font-weight: bold;
}

h2 {
	font: 22px Arial, Helvetica, sans-serif;
	color: #198dbe;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 15px;
border-bottom: 1px solid #198dbe;
font-weight: bold;
}

h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #198dbe;
	line-height: 1.0em;
	margin-top: 5px;
	margin-bottom: 5px;
font-weight: bold;
}

h4 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #198dbe;
	line-height: 1.0em;
	margin-top: 0px;
	margin-bottom: 3px;
font-weight: bold;
}


/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */

hr {
	border: 0;
	height: 1px;
	color: #cacaca;
	background-color: #cacaca;
	width: 100%;
}


/* ---------------------------------- */
/* ------Custom Bullet Points  ------ */
/* ---------------------------------- */

/* Uncomment to use a custom bullet point and adjust spacing */
/*ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

li {
	background: url(bullet.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	}*/


/* ---------------------------------- */
/* ------------ MENU ---------------- */
/* ---------------------------------- */

/* Changes the Menu Bar */
#nav {
	margin:0;
	padding-left:10px;
	list-style:none;
	width: 940px;
	display: inline-block;
	background: url(menu.jpg) no-repeat top center;
	height: 51px;
	*margin-top: -3px;
}

/* Changes the Background of the Current State */
#nav .current {
	display: inline-block;
	background-color: rgba(0,0,0,0.3);
	font: 14px Arial, Helvetica, sans-serif;
	display:block;
	color: #fff;
	text-align: center;
font-weight: bold;

}

/* Change the font color the Current State */
#nav .current a{
	color: #fff;
}

/* Change the font color the Parent Current State */
#nav li .current a{
	color: #fff;
}

/* Change the font color the Parent Current State */
#nav li .current {
	color: #fff;
}

/* Changes Standard Page Menu */
#nav li {
	float:left;
	font: 14px Arial, Helvetica, sans-serif;
	display: inline;
	text-align:left;
	height: auto;
	background: none;
	margin-left: 0;
	padding: 0;
	position:relative;
	z-index:500;
	margin:0 0px;
border-left: 1px solid #59c1e9;
border-right: 1px solid #1b90c1;
}

/* Changes Standard Page Menu Text */
#nav li a {
	display: block;
	padding: 16px 47px 18px;
	text-decoration:none;
	height: auto;
	color:#222;
	white-space:nowrap;
	background: none;
font-weight: bold;
transition: all 0.7s ease-out;
}

/* Changes Hover State */
#nav li a:hover {
	color:#fff;
font-weight: bold;
	background: rgba(0,0,0,0.3);
}

/* fix ie6 small issue */
*html #nav ul {
	margin:0 0 0 -2px;
}

/* Add space or image above dropdown menu */
.AboveDrop {
	height:10px;
}


/* ---------------------------------- */
/* ------------- SUBMENU ------------ */
/* ---------------------------------- */

/* Submenu Box Background */
#nav ul {
	position: absolute;
	left: 0;
	display:none;
	margin: 0 0 0 -1px;
	padding:0;
	list-style: none;
	background: url(Menu-Sub-BG.png) repeat;
	width: 200px;
}

/* Submenu Indiviudal Rows */
#nav ul li {
	display:inline-block;
	float:left;
	border-bottom: 1px solid #3b3b3b;
	width: 100%;
	height: auto;
	margin-left: 0;
	min-width: 120px;
	clear:both;
border-left: none;
border-right: none;
}

/* Submenu Indiviudal Text */
#nav ul li a {
	clear: both;
	white-space: normal;
	height: auto;
	font: 11px Arial, Helvetica, sans-serif;
}

/* Spacing of Submenu Page Names*/
#nav ul a {
	display: block;
	padding: 5px 5px;
	color:#1b90c1;
}

/* Submenu Hover State */
#nav ul a:hover {
	color:#fff;
	text-decoration: none;
	background: #1b90c1;
}


/* ---------------------------------- */
/* ----------- VIEW CART ------------ */
/* ---------------------------------- */

/* Change _cartView.gif to _cartViewBlack.gif for dark layouts */
#viewCart {
	background: none;
	float:right;
	height:25px;
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 840px;
	padding: 0;
}

#viewCartBtn {
	color:#000;
	background: url(_cartView.gif) no-repeat left center;
	display:block;
	width:100px;
	text-align:right;
	height:25px;
	cursor:pointer;
	border:none;
	vertical-align:text-top;
	padding: 2px 10px;
}

#viewCartBtn:hover {
	color: #fff;
	background: #888 url(_cartViewHover.gif) no-repeat left center;
}

 #viewCartBtn::-moz-focus-inner {/* FF fix */
 border:0;
 padding:0
}


/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */

/* Home and Contact Sidebar */
#sidebar {

	display:inline;
	width:230px;
	float:right;
	padding:0 10px 10px;
	margin:10px 0px 10px 0px;
	float:right;
background: #dedede;
border: 1px solid #cacaca;
border-radius:10px;
}

/* Content Sidebar */
#sidebar.content {
	width:230px;
	float:left;
	padding:0 9px 10px;
	margin:10px 0px 10px 0px;
background: #dedede;
border: 1px solid #cacaca;
border-radius:10px;
}

/* Uncomment following line to hide the home/contact sidebar */
/*#sidebar{display:none!important}
.siteContent{width:910px!important}
.contentCopy{width:910px!important}*/

/* The sidebar's page title font */
#sidebar #pageTitle {
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:10px auto 0;
	width:100%;
	text-align:left;
	display: none;
}

#sidebarPageTitle {
	font-size:14px;
	font-weight:bold;
	margin:10px 0 10px;
}

/* Sidebar image's font size */
#sidebar .item .text {
	font-size:13px;
	margin: 3px 0px 10px;
	width:230px;
	text-align: left;
	line-height: 2.0em;
color:#222222;
}

/* The sidebar link colors */
#sidebar a, #sidebar a:visited {
	color: #555;
}

#sidebar a:hover {
	color: #000;
}

#sidebar .item {
	margin:10px 0 0;
}

#sidebar .item img {
	display:block;
	margin:0 auto;
}

#sidebar.content .item .text {
	width:230px;
color:#222222;

}

#sidebar .item .shop {
	margin-bottom:25px
}


/* ---------------------------------- */
/* -------- CONTENT IMAGES ---------- */
/* ---------------------------------- */

/* Content image alignment (Set to 0 for left align) */
.contentImgInner {
	margin:auto;
	text-align:center;
}

.contentImg {
	margin:30px 0;
	width:570px
}

.contentImg.content {
	width:715px
}

.contentImgInner {
	display:table
}

.contentImg .item {
	float:left;
	margin:0 6px;
	width:150px
}

.contentImg .item table {
	display:block;
	float:left
}

.contentImg .item .overlayImg {
	display:block
}

.contentImg .item .text {
	margin:8px 2px 0;
	width:146px;
	font-size:11px;
	text-align: center;
}

/* Content image's descriptions links */
.contentImg .item .text a {
	font-size:11px;
	color: #666666;
}

/* Vertical Content Images */
.contentImg.vert {
	margin-bottom:15px
}

.contentImg.vert .contentImgInner {
	margin-left:4px
}

.contentImg.vert .item {/*clear:both;*/
	width:635px;
	margin-bottom:15px
}

.contentImg.vert .item table {
	margin:4px 0 0 10px
}

.contentImg.vert .item .overlayImg {
	float:left
}

.contentImg.vert .item .text {
	width:295px;
	float:left;
}

.contentImg.vert .item .text.noShop {
	width:471px;
}

.contentImg.vert .item .shop {
	float:right;
	margin-top:10px;
}


/* ---------------------------------- */
/* -------- WEBSITE FOOTER ---------- */
/* ---------------------------------- */

/* Footer style and font */
#footer {
	background: url(footer.png) top center no-repeat;
	color:#fff;
	font-size:11px;
	display:block;
	padding:100px 25px 0;
	height:93px;
	width:900px;
	margin: auto;
}

/* Full Width Footer background uncomment to use */
#FooterBG {/*
    background: #000;
	width: 100%;*/
}

/* Footer links font color */
#footer a {
	color:#fff;
	text-decoration:none;
	padding:1px 3px;
	white-space:nowrap;
	margin-bottom:2px;
	line-height:1.8em;
transition: all 0.7s ease-out;
}

/* Footer links  font and background color */
#footer a:hover {
	color:#1b90c1;

}

#footerLeft {
	float:left;
	width:500px;
}
#footerRight {
	float:right;
	width:300px;
}

#footerRight * {
	font-size:9px;
	float:right;
}

#footerRight a {
	float:none;
	padding:1px
}

#footerRight #credHavealook {
	clear:both;
	margin-top:3px;
	width:300px;
	text-align:right;
}


/* ---------------------------------- */
/* --------- SHOPPING CART ---------- */
/* ---------------------------------- */

.item .shop {
	display:block;
	margin:10px auto 0;
	width:146px;
	font-size:11px;
	line-height:1.4em
}
.item .shop select {
	width:144px;
	border:1px solid #c1c1c1;
	font-size:10px;
	display:block;
	margin:5px 0;
	padding:1px
}
.item .shop .addCart {
	float:right;
	cursor:pointer;
	display:block;
	margin:4px 2px 0 0
}
.item .shop .outOfStock {
	float:right;
	margin:4px 3px 0 0;
	color:#900;
	font-size:10px
}
.price {
	float:left;
	display:block;
	font-weight:bold;
	font-size:13px;
	margin-top:4px
}
.cartQuantity {
	border:1px solid #c1c1c1;
	float:left;
	text-align:center;
	font-size:9px;
	margin-top:2px
}
.cartUpdate {
	float:left;
	padding-left:10px;
	padding-top:3px;
	cursor:pointer
}
/* ------------------------------------- */
/* Reset CSS to remove spacing on P tags */
/* ------------------------------------- */
p {
	margin:0px;
}
table {
	border-collapse:collapse;
}


/* ---------------------------------- */
/* --------- SCROLL TO TOP ---------- */
/* ---------------------------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(totop.png) no-repeat;
}
#toTopHover {
	background:url(totop-hov.png) no-repeat;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}


/* ------------------------------------- */
/* ----------- Enquiry Forms ----------- */
/* ------------------------------------- */

/*---Border and BG Colour of Form---*/
.enquiry {
	background: #f1f1f1;
	border: 1px solid #999;
	float: right;
width: 300px;
}

.enquiryLeft {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	padding-left: 10px;
	vertical-align: top;
}

.enquiryRight {
	padding-right: 10px;
}

.enquirySend {
	padding-bottom: 10px;
	padding-right: 10px;
	text-align:right;
}

.enquiry .button {
	width:100px;
}

/*---BG and Text Colour of Header---*/
.enquiryHeader {
	background: #1b90c1 url(EnqHeaderBg.png) repeat-x top center;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px;
}

/*---Change Space size under header Min 24px---*/
.espacing {
	height: 24px;
}

/*---Add a Border And Color to the text fields---*/
.enquiry input {
	background: #fff;
	border: 1px solid #999;
	width:200px;
}

.enquiry select {
	background: #fff;
	border: 1px solid #999;
}

/*---Add a Border And Color to the text area---*/
.enquiry textarea {
	border: 1px solid #999;
	width:200px;
	height:80px;
	text-align:left;
}

/*---Give every second row and different colour---*/
/*.enquiryrow{background: #dedede;}*/

/*---------Enquiry radio fields ------------*/
.radioEnq {
	margin-bottom: 7px;
	width: 8px !important;
}


/*-----------------------------------------------*/
/*---------Shopping Cart text fields ------------*/
/*-----------------------------------------------*/

.questionHeading1 {
	margin-left:-15px;
	text-align:left;
}
.question1 {
	margin-right:4px;
	font-size:10px;
}
.questionHeading2 {
	margin-left:-15px;
	text-align:left;
}
.question2 {
	margin-right:4px;
	font-size:10px;
}

/*===============================*/
 /*=== JQUERY SLIDER STYLES ===*/
/*==============================*/


/*----------------SIZE OF SLIDER-------------------------*/

#sliderBG {
background: url(/thumbnaillarge/sliderBG.jpg) no-repeat top center;
height: 300px;
}

#slider-wrapper {
    width:950px;
    height:290px;
padding-top: 10px;

}

#slider {
	position:relative;
    width:950px;
    height:290px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
}

 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {

	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.nivo-prevNav {
	left:15px;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0px;
margin-left:-120px;
left:50%;
width:238px;
margin-top:-28px;
z-index:90;
position: relative;
}

.nivo-controlNav a {
cursor:pointer;
background: #c3c3c3;
border: 1px solid #222;
height: 10px;
padding: 4px 4px 4px 4px;
border-radius: 100%;
font-size: 0px;
margin: 5px;
}

.nivo-controlNav a.active {
background: #4f4f4f;
border: 1px solid #222;
}

#customsidebar {
text-align: right!important;
}

#customsidebar a{
width: 221px!important;
text-align: right!important;
background: #198dbd;
transition: all 0.7s ease-out;
margin: 1px 0px 0px 0px;
color: #fff!important;
text-decoration: none;
display:block;
padding: 1px 10px 1px 0px;
}

#customsidebar a:hover{
background: #105a7a;
color: #fff!important;
}

h5 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.0em;
font-weight: bold;
text-transform: uppercase;
background: #070707;
padding: 5px 6px 5px 0;
display:block;
width: 225px;

}
