/* ---------------------------------- */
/* ----- MAIN BODY OF WEBSITE ------- */
/* ---------------------------------- */



#call-us {
position:absolute;
top:60px;
left:855px;
}

/* Background and site font */

html {
background:url(bg.jpg) top center fixed;
}
body {
	background:url(html.png) repeat-y top center;
}

/* Full width banner, uncomment to use */
#BannerBG {
	background: url(bannerbg.jpg) top center no-repeat;
	height: 43px;
	z-index:1;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}

/* Content background */
#container {
	background:#fff;
	z-index:10;
	position:relative;
	width:950px;
	margin:0 auto;
}

/* Inner Content of Home and Contact */
#siteContent {
	display:inline;
	float:left;
	margin:20px 20px 30px 20px;
	width:950px;
	padding:0px;
}

/* Text area of Home and Contact */
#siteContent .contentCopy {
	width:900px;
}

/* Inner Content of Content Pages */
#siteContent.content {
	float:right;
	margin:20px 20px 20px 0;
	width:715px !important;
}

/* Text area of Content Pages */
#siteContent.content .contentCopy {
	width:715px !important;
}

/* Main copy font */
.contentCopy {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
	line-height:1.4em;
}

/* Copy links */
.contentCopy a {
	color:#444;
	text-decoration:underline;
}

/* Copy links hover state */
.contentCopy a:hover {
	color:#000;
	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: 26px 'Russo One', Helvetica, sans-serif;
	color: #101c77;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2 {
	font: 24px 'Russo One', Helvetica, sans-serif;
	color: #101c77;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 15px;
}

h3 {
	font: 18px 'Russo One', Helvetica, sans-serif;
	color: #101c77;
	line-height: 1.0em;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	font: 16px  Helvetica, sans-serif;
	color: #5d5d5d;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 3px;
}


/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */

hr {
	border: 0;
	height: 1px;
	color: #c1c1c1;
	background-color: #c1c1c1;
	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:0;
	list-style:none;
	width: 950px;
	display: inline-block;
	background: url(menu.jpg) no-repeat top center;
	height: 48px;
	*margin-top: -4px;
}

/* Changes the Background of the Current State */
#nav .current {
	display: inline-block;

	background: url(menuc.jpg) repeat-x top center;
	display:block;
	color: #fff;
	text-align: center;
}

/* Change the font color the Current State */
#nav li .current {
	color: #ff0000;
}

#nav .current a {
color:#696969;
}
/* Changes Standard Page Menu */
#nav li {
	float:left;
	font: 15px 'Russo One', Helvetica, sans-serif;
	display: inline;
	text-align:left;
	height: auto;
	background: none;
	margin-left: 0;
	padding: 0;
	position:relative;
	z-index:500;
	margin:0px;
}

/* Changes Standard Page Menu Text */
#nav li a {
	display: block;
	padding: 14px 30px 13px;
	text-decoration:none;
	height: auto;
	color:#181818;
	white-space:nowrap;
	background: none;
border-right:1px solid #4d4d4d;

}

/* Changes Hover State */
#nav li a:hover {
	background: url(menuh.jpg) repeat-x top center;
color:#0000fe;

}

/* 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;
}

/* 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:#fff;
}

/* Submenu Hover State */
#nav ul a:hover {
	color:#fff;
	text-decoration: none;
	background: #111111;
}


/* ---------------------------------- */
/* ----------- 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:none;
	width:300px;
	float:right;
	padding:0 10px 10px;
	margin:20px 20px 20px 0px;
	float:right;
}

/* Content Sidebar */
#sidebar.content {

	display:inline;
	border-right: 1px dotted #bbb;
	width:150px;
	float:left;
	padding:0 9px 10px;
	margin:20px 0px 20px 20px;
}

/* 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:center;
	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:300px;
	text-align: center;
	line-height: 2.0em;
}

/* 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:150px
}

#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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#a6a6a6;
	font-size:11px;
	display:block;
	padding:30px 25px 0;
	height:50px;
	width:900px;
	margin: auto;
}

/* Full Width Footer background uncomment to use */
#FooterBG {/*
    background: #000;
	width: 100%;*/
}

/* Footer links font color */
#footer a {
	color:#a6a6a6;
	text-decoration:none;
	padding:1px 3px;
	white-space:nowrap;
	margin-bottom:2px;
	line-height:1.8em;
}

/* Footer links  font and background color */
#footer a:hover {
	color:#fff;
	background:#66676a;
}

#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 {

	border: 1px solid #999;
	float: right;
}
.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: #101c77 url(EnqHeaderBg.png) repeat-x top center;
	;
	font: 14px 'Century Gothic', 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: none;
	border: 1px solid #999;
	width:200px;
}
.enquiry select {
	background: none;
	border: 1px solid #999;
}
/*---Add a Border And Color to the text area---*/
/*Uncomment to Use*/
.enquiry textarea {
	/*background-color: #666699;
	color: #ffffff;*/
	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;
}
