/* cmsms stylesheet: mean_menu modified: 06/27/25 03:35:59 */
/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	padding: 1px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container .mean-bar li {
list-style-image: none;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	border-top: 1px solid;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: .5em 10%;
	border-top: 1px solid;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {

}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 30px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	border: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {

}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	background: #0c696b;
}

.mean-container a.meanmenu-reveal {

}

.mean-container a.meanmenu-reveal span {
	background: #fff;
}

.mean-container .mean-nav {

}

.mean-container .mean-nav ul {

}

.mean-container .mean-nav ul li {

}

.mean-container .mean-nav ul li a {
	color: #fff;
	border-color: #ffffff;
}

.mean-container .mean-nav ul li li a {
	border-color: #ffffff;
}

.mean-container .mean-nav ul li.mean-last a {

}

.mean-container .mean-nav ul li li li a {

}

.mean-container .mean-nav ul li li li li a {

}

.mean-container .mean-nav ul li li li li li a {

}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	border-color: rgba(255,255,255,0.4) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: transparent;
}

.mean-container .mean-push {

}

.mean-nav .wrapper {

}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {

}


.mean-remove {

}
/* cmsms stylesheet: menu modified: 06/27/25 03:35:59 */
/* start flyout */

.menu {
position:relative; 
z-index:9999;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
width:100%; 
w\idth:100%;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:220px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
position:relative;
}

.menu li#get-a-tyre-quote-click-here-list {
position: static;
}

/* style the links for the top level */

.menu a, .menu a:visited {
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
width:149px; 
w\idth:138px;
}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#000000;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
}

.menu ul ul :hover > a.drop {
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
}

/* style the third level hover */

.menu ul ul ul a:hover {
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden; 
position:absolute;
height:0;
top: 26px;
left: 15px; 
width:180px;
padding-bottom: 10px;
z-index: 1000;
}

.menu ul ul li {
padding: 0px;
width: 180px;
}

/* another hack for IE5.5 */

* html .menu ul ul {
top:0px;
t\op:31px;
}

/* position the third level flyout menu */

.menu ul ul ul {
right:-180px; 
top:0px; 
width:180px;
z-index: 2000;
}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {
left:-149px;
}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {
position:absolute; 
top:0; left:0; 
border-collapse:collapse;
}

/* style the second level links */

div.menu ul ul a, div.menu ul ul a:visited, #actual_menu ul ul a:link, #actual_menu ul ul a:visited {
display: block;
text-align: left; 
width: 230px; 
height: 30px;
padding: 10px 14px 0px 14px;
border-left: 0px;
background-color: #004f71;
color: #ffffff;
border-right: 0px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:1220px;
w\idth:218px;
}

#actual_menu:hover ul ul a:link, #actual_menu:hover ul ul a:visited {
   -webkit-transition: color 500ms linear;
   -moz-transition: color 500ms linear;
   -o-transition: color 500ms linear;
   -ms-transition: color 500ms linear;
    transition: color 500ms linear;
	 color: #8abcd1;
	 }

/* style the top level hover */

.menu ul ul a:hover, #actual_menu ul ul a:hover {
   text-decoration: none;
   -webkit-transition: background-color 200ms linear;
   -moz-transition: background-color 200ms linear;
   -o-transition: background-color 200ms linear;
   -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
background-color: #960a2c;
   -webkit-transition: color 500ms linear;
   -moz-transition: color 500ms linear;
   -o-transition: color 500ms linear;
   -ms-transition: color 500ms linear;
    transition: color 500ms linear;
color: #ffffff !important;
background-image: none;
}

.menu :hover > a, .menu ul ul :hover > a {
}

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul, .menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* end flyout */
/* cmsms stylesheet: default_all modified: 06/27/25 03:35:59 */
#inner_mainpage img, aside img {
max-width: 100%;
height: auto;
}

#cookie_popup {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999999;
    box-sizing: border-box;
    padding: 20px;
    background-image: url("https://psg.siteindev.co.uk/look/black_trans.png");
    color: #ffffff;
}

a.blockbutton:link, a.blockbutton:visited {
	display: inline-block;
	box-sizing: border-box;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 7px;
	text-decoration: none;
	font-size: 120%;
        text-decoration: none;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 20px;
}
