/*
Seamus editing css 
*/

/* header */
.home-circle {
    background-image: url("images/home-topcirle.png");
    height: 120px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 305px;
    z-index: -1;
	}
	
.headCallcentre {
	position: absolute;
	right: 180px;
	top: 38px;
	z-index: 5;
}
.headCallcentre p {
	line-height: 46px
}

.headCallcentre a.headnumber:link, .headCallcentre a.headnumber:visited, .headCallcentre a.headnumber:hover,.headCallcentre a.headnumber:active {
	font-family: arial;
	font-size: 50px;
	font-weight: bold;
	color: white;
	text-decoration:none;
}
.headCallcentre img {
    float: right;
    width: 193px !important;	
}

/* header right links */
#headerRightsideLinks > img {
	z-index:1;
	position: absolute;
	top: 40px;
	right: 15px;
	width: 209px !important;
	pointer-events: none;
}
#headerRightsideLinks ul li a.headerBookNow  {
	background: url('images/head-booknow.png') transparent no-repeat;
	width: 225px;
	height: 88px;
}
#headerRightsideLinks ul li a.headerTyreQuote  {
	background: url('images/head-tyrequote.png') transparent no-repeat;
	width: 225px;
	height: 92px;
}
#headerRightsideLinks ul li a.headerEmailQuote  {
	background: url('/wp-content/uploads/email-us.png') transparent no-repeat;
	width: 225px;
	height: 99px;
}
#headerRightsideLinks ul li a.headerTyreClearance, #headerRightsideLinks ul li a.headerTyreClearance:visited {
	text-indent: 0;
	text-align: center;
	font-size: 22px;
	line-height: normal;
	font-family: fantasy;
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	font-style: italic;
	text-decoration: none;
	color: red;
	text-shadow: white 0px 1px;
}
#headerRightsideLinks ul li a.headerTyreClearance:hover {
	color: red;
	opacity: .8;
	text-shadow: white 0px 1px;
}
#headerRightsideLinks ul {
	position:absolute;
	z-index:2;
	bottom: 13px;
	width: 225px;
	/*height: 180px;*/
}
#headerRightsideLinks ul li {
	margin: -4px 0px !important;
}

/* sidebar find a depot findadepot */
.findadepot {
	background: url('images/findadepot-top.png') top center no-repeat  #2040AC;
	width: 225px;
	display:inline-block;
	position: relative;
}
.findadepot h2, .findadepot h3 {
	color: white;
	font-family: Arial;
	font-size: 28px;
	font-weight:bold;
}
.findadepot ul {
	background: url('images/findadepot-bottom.png') bottom no-repeat;
	width: 100%;
	list-style: none!important;	
	margin: 70px 0 0 0 !important;
	color: white;
	padding: 0px !important;
    font-family: arial;
    font-size: 15px;
}
.findadepot ul li {
	padding: 0px 10px 10px ;
	-webkit-text-size-adjust:none !important;

}

.findadepot ul a:link, .findadepot ul a:visited, .findadepot ul a:hover, .findadepot ul a:active {
    color: white;
    text-decoration: none;
	position: relative;
}

.findadepot ul a:hover div {
	display: block;
}

.findadepot ul a div {
	background: url("images/finddepot-leftarrow.png") no-repeat scroll left center transparent;
	height: 12px;
	left: -10px;
	position: absolute;
	top: 2px;
	width: 7px;	
	display: none;
}

.findadepot ul span.depottel, .findadepot ul a.depottel:link, .findadepot ul a.depottel:visited, .findadepot ul a.depottel:hover, .findadepot ul a.depottel:active {
    float: right;
	-webkit-text-size-adjust:none !important;

}
.findadepot li.hourshead {
	text-align: center;
	font-weight: bold;
	-webkit-text-size-adjust:none !important;

}

.wpcf7-form input {
	background: white !important;
	color: black !important;
}
.home h3 a:link, .home h3 a:visited,.home h3 a:hover, .home h3 a:active {
	color: white ; /* was important */
	text-decoration: none;
}
#findadepot { /* widget sidebar link area */
	width: 225px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}