/***MEDIA QUERY (for medium and above****

@media only screen and (min-width: 40.063em) { }

***for large and above

@media only screen and (min-width: 64.063em) { }

*/


/***********Structure and elements on all pages************/

.RobsOverflower { 
	overflow:hidden;
}

body {
	background-color:#FFF;
	margin:0;
	padding:0px 0px 20px 0px;
}

@media only screen and (min-width: 64.063em) { 
body {
	background-color:#FFF;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	margin:0;
	padding:10px 0px 100px 0px;
}
}

.contentpage {
	background-color: rgba(255,255,255,0.7);
	padding-top:20px;
	padding-bottom:40px;
}

@media only screen and (min-width: 64.063em) { 
.contentpage {
	min-height:450px;
	padding-top:15px;
	padding-bottom:40px;
	border-left:1px solid #e0dfe3;
	border-right:1px solid #e0dfe3;
	border-bottom:none;
	border-top:5px solid #327197;
}
}

.Bottommessage {
	background-color:#E0DFE3;
	padding:10px 0px 10px 0px;
}

.Footer {
	margin-top:20px;
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}

@media only screen and (min-width: 64.063em) { /*large-up*/
.Footer {
	background-color:transparent;
	padding-left:0px;
	padding-right:0px;
}
}

.ByNovamedia {
	text-align:left;
}

@media only screen and (min-width: 40.063em) { 
.ByNovamedia {
	text-align:right;
}
}

/*****Margins****/

.NoBottomMargin {/*Add to elements within columns to remove bottom margin from them*/
	margin-bottom:0px;
}

.AddBottomMargin {/*Add to elements within columns to add bottom margin from them*/
	margin-bottom:15px;
}

/**********Generic Fonts and those used on every page**********/

p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

p {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:145%;
	margin-bottom:15px;
}


.ProductListingParagraph {
	font-family:'Futura W02 Book',Arial, Helvetica, sans-serif;
	font-size:15px;
}


a:link {color:#327197; text-decoration:none;}
a:visited {color:#327197; text-decoration:none;}  
a:hover {color:#327197; text-decoration:underline;}
a:active {color:#327197; text-decoration:underline;}

.contentpage li {
	
	line-height:145%;
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.contentpage ul {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	padding-left:-20px;
	list-style-image:url(images/bullet.png);
}


.panel li {
	
	line-height:145%;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
}

.panel ul {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	padding-left:-20px;
	list-style-image:url(images/bullet-white.png);
	color:#FFF;
}




@media only screen and (min-width: 40.063em) { 
p,td,.contentpage li {font-size:13px;}
}


h1 {
	font-family:'Futura W02 Book',Arial, Helvetica, sans-serif;
	font-size:23px;
	line-height:120%;
	margin:0px 0px 20px 0px;
	color:#B72828;
}

@media only screen and (min-width: 40.063em) { 
h1 {
	font-size:36px;
}
}

h1 a:link {color:#B72828; text-decoration:none;}
h1 a:visited {color:#B72828; text-decoration:none;}
h1 a:hover {color:#B72828; text-decoration:underline;}
h1 a:active {color:#B72828; text-decoration:underline;}


h2 {
	font-family:'Futura W02 Book',Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:120%;
	margin:0px 0px 15px 0px;
	color:#327197;
}

@media only screen and (min-width: 40.063em) { 
h2 {
	font-size:28px;
}
}

h2 a:link {color:#327197; text-decoration:none;}
h2 a:visited {color:#327197; text-decoration:none;}
h2 a:hover {color:#327197; text-decoration:underline;}
h2 a:active {color:#327197; text-decoration:underline;}

h3 {
	font-family:'Futura W02 Book',Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:120%;
	margin:0px 0px 10px 0px;
	color:#000;
	font-weight:bold;
}

h3 a:link {color:#000; text-decoration:none;}
h3 a:visited {color:#000; text-decoration:none;}
h3 a:hover {color:#000; text-decoration:underline;}
h3 a:active {color:#000; text-decoration:underline;}


h4 {
	font-family:'Futura W02 Book',Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	margin-bottom:10px;
}

h4 a:link {color:#000; text-decoration:none;}
h4 a:visited {color:#000; text-decoration:none;}
h4 a:hover {color:#000; text-decoration:underline;}
h4 a:active {color:#000; text-decoration:underline;}


.Bottommessage p {
	font-size:13px;
	color:#000;
	font-weight:bold;
	margin-bottom:4px;
}

@media only screen and (min-width: 40.063em) { 
.Bottommessage p {
	font-size:10px;
}
}

.Footer p {
	color:#666;
	font-size:13px;
}

@media only screen and (min-width: 40.063em) { 
.Footer p {
	font-size:11px;
}
}


/******************Form styles**********************/
form {font-family:Arial, Helvetica, sans-serif; font-size:13px;  margin:0px; line-height:100%;}

label {font-family:Arial, Helvetica, sans-serif; font-size: 13px; cursor: default; display: block; margin-top:10px; margin-bottom:8px; color:#000; font-weight:bold; }

label.CheckboxLabel {margin-bottom:8px; margin-top:0px; line-height:100%; font-weight:normal;}

/*input*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea

{border:1px solid #327197; background-color:#FFF; color:#000; font-size:13px; vertical-align:middle; height:26px; padding:3px; }

/*focus*/
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { 

background:#EEE; outline: none !important; border:1px solid #27337D; font-size:13px; }

textarea {
	resize:vertical;
	min-height:100px;
}



/*button*/
input.button, input.button[type="submit"], input.medium.button[type="submit"] {padding:5px 20px 5px 20px; font-size:16px; margin-bottom:12px;}

button.button, input.button[type="submit"], input.button[type="reset"] {width:auto;}

.button  { color: #000; background-color: #FFD800; font-family:Arial, Helvetica, sans-serif; font-weight:600; border:none; box-sizing:content-box; background-image:none; box-shadow:none; width:auto; font-size:14px; text-transform:uppercase; }
.button:hover { color: #000; background-color: #FFD800; font-family:Arial, Helvetica, sans-serif; font-weight:600; border:none; box-sizing:content-box; background-image:none; box-shadow:none; background-color:#FFD800; font-size:14px; opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */ }
.button:active { color: #000; background-color: #FFD800; font-family:Arial, Helvetica, sans-serif; font-weight:600; border:none; box-sizing:content-box; background-image:none; box-shadow:none; background-color:#FFD800; font-size:14px; opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */ }
.button:focus { color: #000; background-color: #FFD800; font-family:Arial, Helvetica, sans-serif; font-weight:600; border:none; box-sizing:content-box; background-image:none; box-shadow:none; background-color:#FFD800; font-size:14px; }

.button.small {padding:0; width:auto;}

a.button {color:#FFF !important; font-family:Arial, Helvetica, sans-serif !important; font-weight:600 !important;}

/*Checkbox*/
input[type='checkbox'] {margin-right:5px; margin-top:2px; margin-bottom:0px;}



/*Top buttons in mobile/medium menu*/

.mobileMenuButtonHome {
	float:left;
	width:25%;
	font-size:22px;
	height:40px;
	padding-left:2px;
	color:#FFF;
	cursor:pointer;
	border:3px solid #fff;
	border-left:0px;
	font-family:'Futura W02 Book',Arial, Helvetica, sans-serif; font-weight:600;
	background-color:#327197;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
}

.mobileMenuButton {
	float:left;
	width:75%;
	font-size:22px;
	height:40px;
	padding-left:2px;
	color:#FFF;
	cursor:pointer;
	border:3px solid #fff;
	border-left:0px;
	border-right:0px;
	font-family:'Futura W02 Book',Arial, Helvetica, sans-serif; font-weight:600;
	background-color:#327197;
	text-align:center;
	text-indent:-30px;
	background-position:right;
	background-repeat:no-repeat;
}

.mobileMenuButton i {line-height:33px;}


/*Mobile/medium menu 1*/
#accordion1 {margin:0px; list-style-image:none; list-style:none; text-transform:uppercase;}

#accordion1 li a {display:block; width:100%; border-bottom:1px solid #fff; background-color:#327197; color:#FFFFFF; margin:0px; font-size:18px; padding:3px 5px 0px 5px; text-decoration:none; font-family:'Futura W02 Book',Arial, Helvetica, sans-serif; font-weight:600; }

#accordion1 li ul {list-style:none; margin-left:0px;}

#accordion1 li ul li a {display:block; width:100%; border-bottom:1px solid #ffd800; background-color:#000; color:#ffd800; margin:0px; font-size:18px; padding:3px 5px 3px 5px; text-decoration:none; text-transform:none; }
/*******************************************/


/*******Desktop menu and header******/

.HeaderMenu a:link {font-size:18px; color:#FFF; font-family:'Futura W02 Book',Arial, Helvetica, sans-serif; display:block; margin-right:40px; float:left; margin-top:87px; text-decoration:none; text-shadow:#000 5px 5px 10px;}

.HeaderMenu a:visited {font-size:18px; color:#FFF; font-family:'Futura W02 Book',Arial, Helvetica, sans-serif; display:block; margin-right:40px; float:left; margin-top:87px; text-decoration:none; text-shadow:#000 5px 5px 10px;}

.HeaderMenu a:hover {font-size:18px; color:#FFD800; font-family:'Futura W02 Book',Arial, Helvetica, sans-serif; display:block; margin-right:40px; float:left; margin-top:87px; text-decoration:none; text-shadow:#000 5px 5px 10px;}

.HeaderMenu a:active {font-size:18px; color:#FFD800; font-family:'Futura W02 Book',Arial, Helvetica, sans-serif; display:block; margin-right:40px; float:left; margin-top:87px; text-decoration:none; text-shadow:#000 5px 5px 10px;}	

.desktopphone {color:#FFF; font-size:12px; font-weight:bold; margin-top:10px; margin-bottom:0px;}

.desktopphone a:link {color:#fff; text-decoration:none;}
.desktopphone a:visited {color:#fff; text-decoration:none;}
.desktopphone a:hover {color:#FFD800; text-decoration:none;}
.desktopphone a:active {color:#FFD800; text-decoration:none;}


.HeaderLogoDesktop {text-align:left; margin-top:17px; margin-left:-12px;}

@media only screen and (max-width: 67.93em) {
.AddExtraPadding {padding-left:20px; padding-right:20px;}
}


/*****Desktop range menu****/

.productrangeDesktop {
	background-color: rgba(0,0,0,0.8);
	border-bottom:5px solid #FFD800;
	padding:15px 10px 20px 10px;
	position:relative;
}

.productrangeDesktop h2 {
	font-family:'Futura W02 Book',Arial, Helvetica, sans-serif;
	color:#FFD800;
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:10px;
	margin-top:0px;
	line-height:100%;
	}

.ProductColumn {
	width:90%;
	border-bottom:1px solid #666;
	overflow:hidden;
}

.ProductRangeLink {
	display:block;
	color:#FFF;
	float:left;
	width:100%;
	line-height:160%;
	border-top:1px solid #666;
}

.productrangeDesktop a {padding:4px 0px 4px 0px;}

.productrangeDesktop a:link {color:#FFF; line-height:130%; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold;}
.productrangeDesktop a:visited {color:#FFF; line-height:130%; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold;}
.productrangeDesktop a:hover {color:#FFD800; line-height:130%; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-decoration:none;}
.productrangeDesktop a:active {color:#FFD800; line-height:130%; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-decoration:none;}

.dial {position:absolute; right:10px; bottom:10px;}	

@media only screen and (min-width: 71.875em) { /*custom breakpoint for moving dial image*/ 
.dial {position:absolute; right:-30px; bottom:10px;}		
}

/****Search***/

.MobSearchBox {width:87%; float:left;}
.MobSearchMag {width:13%; float:left; text-align:right; padding-right:10px;}

@media only screen and (min-width: 40.063em) { 
.MobSearchBox {width:50%; float:left;}
.MobSearchMag {width:13%; float:left; text-align:left; padding-right:10px; padding-left:10px;}
}


.magglass {font-size:25px !important; cursor:pointer !important; color:#555 !important; line-height:30px !important;}
.magglass:hover {color:#FF5926 !important;}

@media only screen and (min-width: 64.063em) { 
.magglass {font-size:23px !important; cursor:pointer !important; color:#FFF !important; line-height:25px !important;}
.magglass:hover {color:#FFF !important;}
}




/********Images***********/

.FlexibleImage {
	max-width:100%;
}




/************Individual elements and their fonts***********/

.panel {
	padding:15px;
	background-color:#327197;
	margin-top:30px
}

@media only screen and (min-width: 40.063em) { 
.panel {
	margin-top:0px;
}
}

.panel p {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

@media only screen and (min-width: 40.063em) { 
.panel p {
	font-size:12px;
}
}

.panel a:link {color:#FFD800; text-decoration:none;}
.panel a:visited {color:#FFD800; text-decoration:none;}
.panel a:hover {color:#FFD800; text-decoration:underline;}
.panel a:active {color:#FFD800; text-decoration:underline;}

.panel h2 {
	font-family:'Futura W02 Book',Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:120%;
	margin:0px 0px 15px 0px;
	color:#FFF;
}


.BlackTitleBar {
	background-color:#1D2A2C;
	line-height:100%;
	color:#ffd800;
	padding:10px;
	font-size:14px;
	display:block;
	text-transform:uppercase;
}

@media only screen and (min-width: 64.063em) {
	.BlackTitleBar {
	font-size:20px;
}
}

.HomeQuote {
	color:#327197;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	display:block;
	border-top:1px solid #327197;
	border-bottom:1px solid #327197;
	padding-top:15px;
	padding-bottom:15px;
	background-image:url(images/union_jack.gif);
	background-repeat:no-repeat;
	background-position:100% 96%;
	margin-bottom:20px;
}



@media only screen and (min-width: 64.063em) {
.RotatorPic {
	margin-left:40px;
}
}

.TrustedLogos {margin-bottom:10px;}	

@media only screen and (min-width: 64.063em) {
.TrustedLogos {margin-bottom:30px;}	
}
	
.ProductImageBox {
	border:1px solid #333;
	text-align:center;
	background-color:#FFF;
	position:relative;
}

.NewProductCorner {
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url(images/mpb_new.png);
	width:70px;
	height:70px;
	background-repeat:no-repeat;
}

.ClicktoZoom {
	position:absolute;
	bottom:0px;
	left:0px;
	background-image:url(images/button_image_enlarge.gif);
	width:50px;
	height:19px;
	background-repeat:no-repeat;
	visibility:hidden; /*do not show on small*/
}

@media only screen and (min-width: 40.063em) { 
.ClicktoZoom {
	visibility:visible;
}
}


.SubCatDescription {
	font-family:'Futura W02 Book',Arial, Helvetica, sans-serif;
	font-size:17px;
	margin-bottom:20px;
}

/*******Soom cursor********/

a[rel=lightbox] {
	cursor:url(images/magnify.cur), -moz-zoom-in;
}

/*Modals*/
.imageModal {
	text-align:center;
}

.reveal-modal {
z-index:100000 !important;
text-align:center !important;
}

/*IE8 warning screen*/
.ie8warning {
	width:100%;
	height:100%;
	background:#fff;
	background:rgba(255,255,255,0.97);
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	z-index:9999999999999999999999999;
	box-sizing:border-box;
	padding-top:100px;
}