/*
THEME NAME: IGOO CMS
THEME URI: http://www.igoo.co.uk
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, a canvas for CSS
VERSION: 1.4
AUTHOR: ben waldron
AUTHOR URI: http://www.igoo.co.uk
TAGS: igoo, sandbox
*/

@import url('css/reset.css');

/*
---------------------------------------------------------------------------
=	HOUSEKEEPING
---------------------------------------------------------------------------
*/

body
{
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333333;
	font-size: 10px;
	background-image: url(images/grey-bg.jpg);
	background-repeat: repeat;
}

div#wrapper
{
	margin: 0 auto;
	text-align:left;
	width:966px;
	background: url(images/page-bg.jpg) repeat-y;
}

div#access
{
	display:none;
}

.hideme	{display:none;}

.red 	{color:	#DA001B;} /*LOGO RED*/
.blue 	{color:	#006DA8;} /*LOGO BLUE*/
.green 	{color:	#008836;} /*GREEN*/

.cb {clear: both;}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/

div#header
{
	float: left;
	background: url(images/page-bg.jpg);
}

div#header a#logo
{
	display: block;
	float: left;
}

div#header a#logo span
{
	display:none;
}

div#head_gear
{
	float: right;
	padding-top: 20px;
	margin-right: 25px;
}

div#head_gear a
{
	display: block;
	float: right;
	background:#005E92;
	color:#fff;
	font-size:11px;
	padding:3px 5px;
	margin:0 0 0 5px;
	text-transform:capitalize;
}



div#header form
{
	clear:both;
	display: block;
	padding:5px 0 0 0;
}

div#header #search-input
{
	float: left;
	width: 200px;
	font-size: 110%;
	color: #666;
	padding:3px;
	margin:0 3px 0 0;
}

div#header #search-button
{
	display: block;
	float: left;
	margin: 0px;
	padding: 2px 2px 1px 2px;
	font-size: 110%;
	background:#005E92;
}



div#header div#main-nav 
{
	float: right;
	width: 966px;
	height: 74px;
	background: url(images/main-nav-bg.jpg) no-repeat;
}

div#header div#main-nav ul
{
	font-size: 130%;
	margin-top: 42px;
	float: right;
	padding-right: 28px;
}

div#header div#main-nav ul li 
{
	float: right;
}

div#header div#main-nav ul li a 
{
	color: #FFF;
	text-decoration: none;
	padding-left: 28px;
	text-align: center;
}

/*HIDE UNWANTED LINKS IN MAIN NAV*/
div#header div#main-nav ul li.page-item-3  		{display: none;} /* HOMEPAGE */
div#header div#main-nav ul li.page-item-29  	{display: none;} /* NEWS */
div#header div#main-nav ul li.page-item-261 	{display: none;} /* PROMOS PARENT PAGE */
div#header div#main-nav ul li.page-item-269 	{display: none;} /* SITEMAP */
div#header div#main-nav ul li.page-item-211 	{display: none;} /* MEMBER DETAILS (POSTCODE SEARCH RESULTS) */
div#header div#main-nav ul li.page-item-272		{display: none;} /* PRIVACY POLICY PAGE */
div#header div#main-nav ul li ul				{display: none;} /* ALL SUBPAGES */

div#header div#spotlight-main 
{
	float: right;
	width: 966px;
	height: 181px;
	background: url(images/home-spotlight.jpg) no-repeat;
}

body.home div#header div#homepage-tyre 
{
	background-image: url(images/homepage-tyre.png);
	float: left;
	height: 250px;
	width: 333px;
	overflow: visible;
	position: relative;
	left: 14px;
	top: -78px;
}

div#spotlight-inner
{
    float: right;
	width: 966px;
	height: 69px;
	background: url(images/inner-spotlight.jpg) no-repeat;
}

div#spotlight-inner div#sub-tyre 
{
	background: url(images/maxxis-tyre.png) no-repeat;
	height: 161px;
	width: 331px;	
	position: relative;
	top: -95px;
}

body.home div#spotlight-inner
{
	display: none;
}

body.page-services div#header div#spotlight-main,
body.page-tyres div#header div#spotlight-main,
body.page-about div#header div#spotlight-main,
body.blog div#header div#spotlight-main,
body.page-contact-us div#header div#spotlight-main,
body.page-grouptyre-members div#header div#spotlight-main,
body.page-why-choose-grouptyre div#spotlight-main,
body.page-grouplink div#spotlight-main,
body.page-dealer-support div#spotlight-main,
body.page-bridgestone div#spotlight-main,
body.page-continental div#spotlight-main,
body.page-dunlop div#spotlight-main,
body.page-federal div#spotlight-main,
body.page-firestone div#spotlight-main,
body.page-goodyear div#spotlight-main,
body.page-maxxis div#spotlight-main,
body.page-michelin div#spotlight-main,
body.page-pirelli div#spotlight-main,
body.page-yokohama div#spotlight-main,
body.parent-pageid-120 div#spotlight-main,
body.page-grouptyre-downloads div#spotlight-main,
body.search div#spotlight-main,
body.page-thank-you div#spotlight-main,
body.page-sorry div#spotlight-main,
body.four04 div#spotlight-main,
body.single div#spotlight-main,
body.page-member-results div#spotlight-main,
body.page-maxxis-rewards div#spotlight-main,
body.page-sitemap div#spotlight-main,
body.page-privacy div#spotlight-main,
body.page-competition-entry-received div#spotlight-main,
body.page-competition-entry-received #sub-tyre
{
	display: none;
}

span.learn-about-distribution 
{
	float: right;
	margin: 120px 30px 0 0;
	color: #fff;
}

/*
---------------------------------------------------------------------------
=	MAIN CONTENT (ALL PAGES)
---------------------------------------------------------------------------
*/

div#content 
{
	float: left;
	width: 970px;
	padding-left: 10px;
	background: url(images/page-bg.jpg) repeat-y;
}

div#text-content 
{
	float: left;
	width: 673px;
	padding: 5px 0 20px 0;
}

div#text-content h6,
div#text-content h2
{
	display: block;
	float: left;
	width: 100%;
	height: 21px;
	font-weight: bold;
	font-size: 140%;
	padding: 9px 0 8px 10px;
}

div#text-content p.leading-text
{
	color: #999;
	font-size: 140%;
}

div#text-content p
{
	float: left;
	line-height: 21px;
	padding: 0 18px 12px 10px;
}

div#text-content p a
{
	text-decoration: none;
	color: #db011c; /*RED*/
}

div#text-content h3
{
	display: block;
	float: left;
	width: 600px;
	height: 21px;
	font-weight: bold;
	font-size: 120%;
	padding: 14px 0 0 10px;
}

div#text-content ul
{
	clear:both;
	margin: 0 20px 10px 20px;
}

div#text-content ul li
{
	background: url(images/side-menu-bullet.jpg) no-repeat 0 -1px;
	padding-left: 32px;
	margin-top: .5em;
	line-height: 1.7em;
}

div#text-content ul li a
{
	text-decoration: none;
	color: #db011c;
}

div#nav-below
{
	float: left;
	width: 666px;
	padding-left: 10px;
}

div#nav-below a
{
	display: block;
	font-weight: bold;
	color:  #006095; /*LIGHT BLUE*/
}

div#nav-below div.nav-previous
{
	display: block;
	float: left;
}

div#nav-below div.nav-next
{
	display: block;
	float: right;
}

/*
---------------------------------------------------------------------------
=	HOMEPAGE
---------------------------------------------------------------------------
*/

div#intro-content 
{
	float: left;
	height: 141px;
	width: 304px;
	background: url(images/red-header-bg.jpg) no-repeat;
}


div#entry-content 
{
	float: left;
	width: 621px;
    padding: 8px 0 8px 15px;
}

div#entry-content h1 
{
	font-weight: bold;
	font-size: 140%;
	padding: 1px 0 5px 0;
}

div#entry-content a
{
	text-decoration: none;
}

div#entry-content p
{
	font-size: 110%;
	line-height: 1.9em;
}

div#intro-content p 
{
	float: left;
	font-size: 150%;
	color: #FFF;
	font-weight: bold;
	line-height: 23px;
	width: 290px;
	padding: 12px 0 0 10px;
}

/*
---------------------------------------------------------------------------
=	HOMEPAGE MINI SPOTLIGHTS
---------------------------------------------------------------------------
*/

div#mini-spotlight 
{
	float: left;
	display: block;
	margin: 10px 0;
	background-attachment: scroll;
	background: url(images/page-bg.jpg) repeat-y;
}

div#mini-spotlight div.mini-spotlight 
{
	background-image: url(images/mini-spotlight-bg.jpg);
	float: left;
	height: 185px;
	width: 308px;
	margin-right: 9px;
}

div#mini-spotlight h2 
{
	float: left;
	font-size: 130%;
	font-weight: bold;
	padding: 17px 14px 21px 15px;
}

div#mini-spotlight div.mini-spotlight p
{
	float: left;
	width: 274px;
	padding-left: 14px;
}

div#mini-spotlight div.mini-spotlight p a
{
	color:	#DA001B; /*LOGO RED*/
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
}

div#home-news
{
	float: left;
	width: 274px;
	padding-left: 14px;
	height: 105px;
	font-size: 110%;
}
div#home-news ul
{
	
}
div#home-news ul li
{
	float:left;
	display:block;
	margin:0 0 5px 0;
}

div#home-news ul li h3
{
	display: block;
	float: left;
	font-weight: bold;
	font-size:90%;
}

div#home-news ul li h3 a
{
	display: block;
	float: left;
	color:	#DA001B;
	margin:0 5px 0 0;
}

div#home-news ul li span.home_date
{
	display: block;
	float: left;
	font-size:90%;
	color:#777;
}



span#member-finder
{
	float: left;
	width: 280px;
	padding: 18px 0 0 14px;
}

span#member-finder input#pcode
{
	width: 160px;
	height: 20px;
	float: left;
}

span#member-finder input#search-btn
{
	width:64px;
	height:24px;
}

span#member-finder span#pcodeMsg
{
	display:block;
	padding:5px 0;
	color:#c00;
}

span#readmore
{
	float: right;
	margin-right: 10px;
}

span#readmore a
{
	color: #005C8F;
}

/*
---------------------------------------------------------------------------
=	NEWS PAGE
---------------------------------------------------------------------------
*/

div.news-wrap
{
	display: block;
	float: left;
	background: url(images/news-entry-bg.jpg) repeat-y;
	width: 630px;
	margin: 0 0 12px 12px;
}

div.news-content
{
	padding-bottom: 1px;
	padding-top: 14px;
	width: 590px;
}

div.news-content h2.entry-title 
{
	float: left;
	width: 100%;
	padding: 0 0 3px 10px;
	font-size: 130%;
}

div.news-content h2.entry-title a
{
	color: #db011c; /*RED*/
}

div.entry-date abbr
{
	float: left;
	width: 100%;
	padding-left: 10px;
}

div.news-content div.entry-content a
{
	display: block;
	float: left;
	padding: 0 0 5px 10px;
	color: #005685;
}

/*
---------------------------------------------------------------------------
=	SINGLE POST
---------------------------------------------------------------------------
*/

body.single .news-wrap
{
	margin-top: 20px;
}


body.single div.news-content div.entry-content a
{
	float:none;
	display:inline;
	padding:0;
}

/*
---------------------------------------------------------------------------
=	TYRES PAGE
---------------------------------------------------------------------------
*/

body.parent-pageid-11 div#spotlight-inner div#sub-tyre 
{
	background: url(images/bridgestone-tyre.png) no-repeat;
	height: 161px;
	width: 331px;	
	position: relative;
	top: -95px;
}

body.page-bridgestone div#spotlight-inner div#sub-tyre	{background: url(images/bridgestone-tyre.png) no-repeat;}
body.page-continental div#spotlight-inner div#sub-tyre	{background: url(images/continental-tyre.png) no-repeat;}
body.page-dunlop div#spotlight-inner div#sub-tyre		{background: url(images/dunlop-tyre.png) no-repeat;}
body.page-federal div#spotlight-inner div#sub-tyre		{background: url(images/federal-tyre.png) no-repeat;}
body.page-firestone div#spotlight-inner div#sub-tyre	{background: url(images/firestone-tyre.png) no-repeat;}
body.page-goodyear div#spotlight-inner div#sub-tyre		{background: url(images/goodyear-tyre.png) no-repeat;}
body.page-maxxis div#spotlight-inner div#sub-tyre		{background: url(images/maxxis-tyre.png) no-repeat;}
body.page-michelin div#spotlight-inner div#sub-tyre		{background: url(images/michelin-tyre.png) no-repeat;}
body.page-pirelli div#spotlight-inner div#sub-tyre		{background: url(images/pirelli-tyre.png) no-repeat;}
body.page-yokohama div#spotlight-inner div#sub-tyre		{background: url(images/yokohama-tyre.png) no-repeat;}

body.parent-pageid-11 div#text-content h6
{
	display: block;
	margin-top: 20px;
}

body.page-bridgestone div#text-content h6	{background: url(images/logo-bri.jpg) no-repeat; height: 42px;}
body.page-continental div#text-content h6	{background: url(images/logo-con.jpg) no-repeat; height: 53px;}
body.page-dunlop div#text-content h6		{background: url(images/logo-dun.jpg) no-repeat; height: 58px;}
body.page-federal div#text-content h6		{background: url(images/logo-fed.jpg) no-repeat; height: 46px;}
body.page-firestone div#text-content h6		{background: url(images/logo-fir.jpg) no-repeat; height: 80px;}
body.page-goodyear div#text-content h6		{background: url(images/logo-goo.jpg) no-repeat; height: 55px;}
body.page-maxxis div#text-content h6		{background: url(images/logo-max.jpg) no-repeat; height: 58px;}
body.page-michelin div#text-content h6		{background: url(images/logo-mic.jpg) no-repeat; height: 91px;}
body.page-pirelli div#text-content h6		{background: url(images/logo-pir.jpg) no-repeat; height: 75px;}
body.page-yokohama div#text-content h6		{background: url(images/logo-yok.jpg) no-repeat; height: 54px;}

h6 span.tyre_logo
{
	display: none;
}

/*
---------------------------------------------------------------------------
=	SERVICES PAGE
---------------------------------------------------------------------------
*/

div#text-content div#box-wrap
{
	float: left;
	padding-left: 8px;
}

div#text-content div#box-wrap div.box-inner
{
	float: left;
	width: 190px;
	height: 250px;
	background: url(images/service-bg.jpg) no-repeat;
	padding-right: 12px;
}

div#text-content div#box-wrap div.box-inner h2
{
	display: block;
	float: left;
	padding: 12px 0 0 14px;
	font-size: 130%;
}

div#text-content div#box-wrap div.box-inner p
{
	float: left
	width: 164px;
	padding-top: 8px;
}

div#text-content #box-wrap .box-inner a
{
	text-decoration: none;
	color: #db011c; /*RED*/
}

/*
---------------------------------------------------------------------------
=	MEMBERS PAGES
---------------------------------------------------------------------------
*/

div.member h3,
div.member a
{
	color: #db011c; /*RED*/
}

body.parent-pageid-120 div#text-content p
{
	width: 640px;
}

body.parent-pageid-120 div#text-content h3
{
	float: left;
	margin-bottom: 20px;
}

div.block
{
	float: left;
	margin-bottom: 10px;
}

/*
---------------------------------------------------------------------------
=	DOWNLOADS
---------------------------------------------------------------------------
*/

body.page-grouptyre-downloads h3 a
{
	color: #db011c; /*RED*/
}

/*
---------------------------------------------------------------------------
=	CONTACT PAGE
---------------------------------------------------------------------------
*/

div#contactform
{
	float: left;
	width: 100%;
	padding-left: 10px;
	font-size: 120%;
}

div#contactform ol li
{
	display: block;
	float: left;
	width: 600px;
	margin-bottom: 20px;
}

div#contactform ol li label
{
	display: block;
	float: left;
	width: 140px;
	padding-top: 8px;
}

div#contactform ol li input
{
	display: block;
	float: left;
	width: 280px;
	border: 1px solid #3D87B1; /*LIGHT BLUE*/
	padding: 5px;
}

textarea
{
	display: block;
	float: left;
	width: 280px;
	height: 100px;
	border: 1px solid #3D87B1; /*LIGHT BLUE*/
	padding: 5px;
}

div#contactform span
{
	display: block;
	float: left;
	padding: 3px;
	color: #3D87B1; /*LIGHT BLUE*/
}

div#contactform input.submit
{
	display: block;
	float: left;
	width: 292px !important;
	border: 1px solid #006095; /*LIGHT BLUE*/
	background-color: #006095; /*LIGHT BLUE*/
	color: #fff;
	margin-left: 140px;
}

/*
---------------------------------------------------------------------------
=	SEARCH
---------------------------------------------------------------------------
*/

body.search input
{
	display: block;
	float: left;
	margin-left: 10px;
}

h3.entry-title a
{
	color:	#DA001B; /*LOGO RED*/
}


/*
---------------------------------------------------------------------------
=	SITEMAP
---------------------------------------------------------------------------
*/

ul#sitemap
{
	
}
ul#sitemap li
{
}
ul#sitemap li a
{
	text-transform:capitalize;
}


/*
---------------------------------------------------------------------------
=	404
---------------------------------------------------------------------------
*/

body.four04 h2
{
	display: block;
	float: left;
	width: 100%;
	height: 21px;
	font-weight: bold;
	font-size: 140%;
	padding: 9px 0 8px 10px;
}

body.four04 div.entry-content
{
	float: left;
	width: 900px;
    padding: 8px 0 8px 15px;
}

body.four04 form#searchform-404
{
	display: block;
	float: left;
	margin-left: 10px;
	padding-bottom: 30px;
}

/*
---------------------------------------------------------------------------
=	MAIN SIDE NAVS
---------------------------------------------------------------------------
*/

div#primary
{
	float: right;
	padding-right: 25px;
}

div#side-navigation-wrap 
{
	padding-top: 12px;
	width: 256px;
	float: left;
}

div#side-navigation-wrap h3 
{
	font-size: 140%;
	font-weight: normal;
}

div#side-navigation, 
div#side-navigation-2
{
	width: 256px;
	float: left;
	background: url(images/side-bar-header.jpg) no-repeat;

}

div#side-navigation h4, 
div#side-navigation-2 h4 
{
	float: left;
	display: block;
	padding: 16px 0 8px 24px;
	color: #fff;
	font-size: 160%;
}

div#side-navigation ul,
div#side-navigation-2 ul
{
	float: left;
	width: 256px;
	padding: 10px 0;
	background: url(images/side-bar-bg.jpg) repeat-y;
}

div#side-navigation p
{
	float: left;
	width: 256px;
	padding: 10px 0 0 24px;
	background: url(images/side-bar-bg.jpg) repeat-y;
}

div#side-navigation ul li 
{
	width: 210px;
	margin-left: 24px;
	background: url(images/side-menu-bullet.jpg) no-repeat;
	line-height: 21px;
}

div#side-navigation-2 ul li 
{
	width: 230px;
	margin-left: 24px;
	line-height: 21px;
}

div#side-navigation ul li a 
{
	text-decoration: none;
	padding-left: 24px;
	color: #006095; /*BLUE*/
}

div#side-navigation ul li a:hover
{
	border-bottom: 1px dotted #006093; /*BLUE*/
}

div#side-navigation ul li.side-navigation-li-first
{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	font-size: 120%;
}

div#side-navigation-footer
{
	width: 256px;
	height: 42px;
	background: url(images/side-bar-footer.jpg) no-repeat;
	clear: both;
}

/*
---------------------------------------------------------------------------
=	MAPS SIDE NAVS
---------------------------------------------------------------------------
*/

div#side-navigation-3 
{
	width: 256px;
	float: left;
	background: url(images/side-bar-header.jpg) no-repeat;
}

div#side-navigation-3 h4 
{
	display: block;
	float: left;
	font-size: 160%;
	color: #fff;
	padding: 16px 0 8px 24px;
}

div#side-navigation-3 ul
{
	width: 256px;
	float: left;
	background: url(images/side-bar-bg.jpg) repeat-y;
}

div#side-navigation-3 ul li 
{
	width: 220px;
	margin-left: 24px;
	line-height: 18px;
	padding: 12px 12px 0 0;
}

/*
---------------------------------------------------------------------------
=	TYRES SIDEBAR
---------------------------------------------------------------------------
*/

div#side-nav-tyres 
{
	width: 256px;
	float: left;
	background: url(images/side-bar-header.jpg) no-repeat;
}

div#side-nav-tyres h4 
{
	display: block;
	float: left;
	padding: 16px 0 8px 24px;
	color: #fff;
	font-size: 160%;
}

div#side-nav-tyres ul
{
	display: block;
	float: left;
	padding: 10px 0 0 20px;
	width: 220px;
}

div#side-nav-tyres ul li
{
	float: left;
}

div#side-nav-tyres-bg 
{
	display: block;
	float: left;
	background: url(images/side-bar-bg.jpg) repeat-y;
	width: 256px;
}

div#side-nav-tyres-footer
{
	background: url(images/side-bar-footer.jpg) no-repeat;
	padding-top: 12px;
	width: 256px;
	height: 18px;
	clear: both;
}

div#side-nav-tyres ul li.tyre_logo    
{
	float: left;
	width: 110px;
	height: 35px;
}

div#side-nav-tyres ul li.tyre_logo a
{
	display: block;
	width: 110px;
	height: 35px;
}

li#bridgestone-link a		{background: url(images/bridgestone-grey-btn.jpg) no-repeat;}
li#continental-link a 		{background: url(images/continental-grey-btn.jpg) no-repeat;}
li#dunlop-link a	 		{background: url(images/dunlop-grey-btn.jpg) no-repeat;}
li#federal-link a			{background: url(images/federal-grey-btn.jpg) no-repeat;}
li#firestone-link a			{background: url(images/firestone-grey-btn.jpg) no-repeat;}
li#goodyear-link a			{background: url(images/gyear-grey-btn.jpg) no-repeat;}
li#marangoni-link a			{background: url(images/marangoni-grey-btn.jpg) no-repeat;}
li#maxxis-link a			{background: url(images/maxxis-grey-btn.jpg) no-repeat;}
li#michelin-link a			{background: url(images/michelin-grey-btn.jpg) no-repeat;}
li#pirelli-link a			{background: url(images/pirelli-grey-btn.jpg) no-repeat;}
li#stunner-link a			{background: url(images/stunner-grey-btn.jpg) no-repeat;}
li#yokohama-link a			{background: url(images/yokohama-grey-btn.jpg) no-repeat;}

li#bridgestone-link a:hover	{background: url(images/bridgestone-color-btn.jpg) no-repeat;}
li#continental-link a:hover {background: url(images/continental-color-btn.jpg) no-repeat;}
li#dunlop-link a:hover	 	{background: url(images/dunlop-color-btn.jpg) no-repeat;}
li#federal-link a:hover		{background: url(images/federal-color-btn.jpg) no-repeat;}
li#firestone-link a:hover	{background: url(images/firestone-color-btn.jpg) no-repeat;}
li#goodyear-link a:hover	{background: url(images/gyear-color-btn.jpg) no-repeat;}
li#marangoni-link a:hover	{background: url(images/marangoni-color-btn.jpg) no-repeat;}
li#maxxis-link a:hover		{background: url(images/maxxis-color-btn.jpg) no-repeat;}
li#michelin-link a:hover	{background: url(images/michelin-color-btn.jpg) no-repeat;}
li#pirelli-link a:hover		{background: url(images/pirelli-color-btn.jpg) no-repeat;}
li#stunner-link a:hover		{background: url(images/stunner-color-btn.jpg) no-repeat;}
li#yokohama-link a:hover	{background: url(images/yokohama-color-btn.jpg) no-repeat;}

div#side-nav-tyres ul li.tyre_logo a span
{
	display: none;
}

/*
---------------------------------------------------------------------------
=	MEMBERS SIDEBAR
---------------------------------------------------------------------------
*/

div#side-search
{
	background: url(images/side-bar-bg.jpg) repeat-y;
	margin-bottom: 20px;
}

div#side-navigation-wrap h3
{
	font-size: 140%;
	font-weight: normal;
}

div#side-search h3
{
	padding: 18px 0 8px 24px;
	background: url(images/side-bar-header.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
}

div#side-search-footer
{
	height: 18px;
	background: url(images/side-bar-footer.jpg) no-repeat;
	clear: both;
}

div#side-navigation-wrap p
{
	margin-bottom: 12px;
}

div#side-search p
{
	padding: 5px 15px 5px 15px;
}

div#side-search input#pcode.side-search-textbox
{
	width: 220px;
	height: auto;
	padding: 0;
	margin: 0 15px 5px 15px;
}

div#side-search input#login-btn-2.side-search-btn
{
	float: right;
	height: auto;
	margin-right: 15px;
	padding: 0;
}

body.parent-pageid-120 ul#map li
{
	display: block;
	width: 199px;
	height: 245px;
}

body.page-b-a-b-distribution ul#map li 		{background: url(images/bab-map.gif) no-repeat;}
body.page-broadway-tyres ul#map li 			{background: url(images/broadway-map.gif) no-repeat;}
body.page-car-tyrestore ul#map li 			{background: url(images/cartyrestore-map.gif) no-repeat;}
body.page-cooper-bros ul#map li 			{background: url(images/cooper-map.gif) no-repeat;}
body.page-eg-wholesale ul#map li 			{background: url(images/elite-map.gif) no-repeat;}
body.page-etb-ltd ul#map li 				{background: url(images/etb-map.gif) no-repeat;}
body.page-kenway-tyres ul#map li 			{background: url(images/kenway-map.gif) no-repeat;}
body.page-king-david-tyres-ltd ul#map li 	{background: url(images/kingdavid-map.gif) no-repeat;}
body.page-mt-wholesale ul#map li 			{background: url(images/mt-map.gif) no-repeat;}
body.page-ne-wholesale ul#map li 			{background: url(images/ne-map.gif) no-repeat;}
body.page-oak-tyres ul#map li 				{background: url(images/oak-map.gif) no-repeat;}
body.page-we-sell-tyres-wholesale ul#map li {background: url(images/wesell-map.gif) no-repeat;}
body.page-w-j-wood-son ul#map li 			{background: url(images/wjwood-map.gif) no-repeat;}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/

div#footer
{
	height:100px;
	background-image: url(images/footer-bg.jpg);
	color: #fff;
	float: left;
	width: 100%;
}

div#footer p 
{
	color: #FFFFFF;
	padding-top: 36px;
}

div#footer p.credit
{
	text-align: center;
}	

div#footer p.credit a
{
	color: #fff; /*LOGO RED*/
	text-decoration: none;
}

div#footer p.copyright 
{
	float: left;
	padding-left: 14px;
}

div#footer p.footer-links 
{
	float: right;
	padding-right: 14px;
}

div#footer p.footer-links a
{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 8px;
}

div#footer a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399CC;
}




/*
---------------------------------------------------------------------------
=	CONTI PROMO
---------------------------------------------------------------------------
*/




div.gform_wrapper
{
float: left;
width: 950px;
padding: 0;
margin: 0;
text-align: center;
}

div.gform_wrapper form
{
width: 550px;
float: left;
margin: 0 0 0 250px;
text-align: left;
padding: 0;
font-size: 13px;
}

div.gform_wrapper form div.gform_body{}
div.gform_wrapper form div.gform_body ul
{
padding: 0 !important;
}

div.gform_wrapper form div.gform_body ul li
{
background-image: none !important;
float:left;
margin: 30px 0;
clear: left;
width: 100%;
padding: 0 !important;
}

div.gform_wrapper form div.gform_body ul li label
{
float: left;
display: block;
width: 200px;
}

div.gform_wrapper form div.gform_body ul li input,
div.gform_wrapper form div.gform_body ul li select
{
display: block;
float: left;
}

div.gform_wrapper form div.gform_body ul li input
{
width: 200px;
}

div.gform_wrapper form div.gform_body ul li.question label
{
display: block;
width: 100%;
font-weight: bold;
font-size: 14px;
text-decoration: underline;
}
div.gform_wrapper form div.gform_body ul li.question div
{
float: left;
margin: 20px 0 40px 0;
padding: 0 !important;
}

div.gform_wrapper form div.gform_body ul li.question div ul
{
padding: 0 !important;
margin: 0;
}

div.gform_wrapper form div.gform_body ul li.question div ul li
{
clear: none;
float: left;
width: auto;
padding: 0 !important;
margin: 0 50px 0 0;
}

div.gform_wrapper form div.gform_body ul li.question div ul li label
{
float: left;
clear: none;
width: auto;
text-decoration: none;

}


div.gform_wrapper form div.gform_body ul li.question div ul li input
{
float: left;
display: block;
width: 15px;
margin: 0 20px 0 0;
}




div.gform_footer
{
float: left;

padding: 0 0 0 220px;
}

div.gform_footer input
{
width: 150px;
padding: 5px 0;
}

p.text
{
float: left;
margin:  40px 0 0 260px;
width: 100%;
}