body {
	width: 944px;
	margin: 0px auto 0px auto;
	padding: 0px;
	
	background-image: url(images/body_background_v2.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* ##### GENERAL STYLES ##### */
form table th { text-align: right; }


/* ##### SITE STRUCTURE ##### */
div.section {
	float: left;
	width: 920px;
	margin: 0px 0px 0px 11px;
}
div.full_section {
	float: left;
	width: 944px;
}

.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}



/* ##### HEADER ##### */
div#header {
	float: left;
	width: 100%;
	height: 103px;
}

div#header img#logo {
	float: left;
	margin: 22px 0px 0px 0px;
}




/* ##### TOP MENU ##### { */
ul#top_menu {
	float: right;
	width: 542px;
	height: 41px;
	margin: 53px 0px 0px 0px;
	position: relative;
	
	list-style: none;
	background-image: url(images/top_menu_matrix.gif);
	background-repeat: no-repeat;
}
ul#top_menu li {
	float: left;
}
ul#top_menu li a {
	position: absolute;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	height: 41px;
	background-image: url(images/top_menu_matrix.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 1%;
}
/* Tyres */
ul#top_menu li#topnav_tyres a {
	left: 0;
	width: 63px;
	background-position: 0px 0px;
}
ul#top_menu li#topnav_tyres a:hover,
ul#top_menu li#topnav_tyres a.selected {
	background-position: 0px -41px;
}
/* Exhausts */
ul#top_menu li#topnav_exhausts a {
	left: 66px;
	width: 99px;
	background-position: -66px 0px;
}
ul#top_menu li#topnav_exhausts a:hover,
ul#top_menu li#topnav_exhausts a.selected {
	background-position: -66px -41px;
}
/* Batteries */
ul#top_menu li#topnav_batteries a {
	left: 168px;
	width: 99px;
	background-position: -168px 0px;
}
ul#top_menu li#topnav_batteries a:hover,
ul#top_menu li#topnav_batteries a.selected {
	background-position: -168px -41px;
}
/* Brakes */
ul#top_menu li#topnav_brakes a {
	left: 270px;
	width: 80px;
	background-position: -270px 0px;
}
ul#top_menu li#topnav_brakes a:hover,
ul#top_menu li#topnav_brakes a.selected {
	background-position: -270px -41px;
}
/* Suspension */
ul#top_menu li#topnav_suspension a {
	left: 353px;
	width: 119px;
	background-position: -353px 0px;
}
ul#top_menu li#topnav_suspension a:hover,
ul#top_menu li#topnav_suspension a.selected {
	background-position: -353px -41px;
}
/* Alloys */
ul#top_menu li#topnav_alloys a {
	left: 475px;
	width: 67px;
	background-position: -475px 0px;
}
ul#top_menu li#topnav_alloys a:hover,
ul#top_menu li#topnav_alloys a.selected {
	background-position: -475px -41px;
}
/* } End Top Menu */




/* ##### SIDE MENU ##### { */
ul#side_menu {
	float: left;
	display: block;
	width: 232px;
	height: 257px;
	margin: 21px 0px 0px 0px;
	padding: 0px;
	/* position: relative; */
	list-style: none;
	background-image: url(images/side_menu_matrix.gif);
	background-repeat: no-repeat;
}
ul#side_menu li {
	float: left;
}
ul#side_menu li a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 56px;
	width: 232px;
	background-image: url(images/side_menu_matrix.gif);
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 1%;
}
ul#side_menu li#sidenav_home a {
	background-position: 0px 0px;
}
ul#side_menu li#sidenav_home a:hover {
	background-position: -232px 0px;
}
ul#side_menu li#sidenav_home a.selected {
	background-position: -464px 0px;
}
ul#side_menu li#sidenav_tyre-search a {
	background-position: 0px -56px;
}
ul#side_menu li#sidenav_tyre-search a:hover {
	background-position: -232px -56px;
}
ul#side_menu li#sidenav_tyre-search a.selected {
	background-position: -464px -56px;
}
ul#side_menu li#sidenav_store-locator a {
	background-position: 0px -112px;
}
ul#side_menu li#sidenav_store-locator a:hover {
	background-position: -232px -112px;
}
ul#side_menu li#sidenav_store-locator a.selected {
	background-position: -464px -112px;
}
ul#side_menu li#sidenav_contact-us a {
	background-position: 0px -168px;
}
ul#side_menu li#sidenav_contact-us a:hover {
	background-position: -232px -168px;
}
ul#side_menu li#sidenav_contact-us a.selected {
	background-position: -464px -168px;
}
/* } End Side Menu */




/* ##### TOP SECTION ##### */
div#top_section {
	height: 292px;
	
	background-image: url(images/banner_background_v2.gif);
	background-position: top;
	background-repeat: no-repeat;
}
div#top_section img#banner_img {
	float: left;
	margin: 21px 0px 0px 19px;
}




/* ##### MID SECTION ##### */
div#mid_section {
	min-height: 450px;
	/* background-image: url(images/mid_section_background_v2.jpg); */
	background-repeat: no-repeat;
	background-position: top;
}
div#mid_section div.left_content {
	float: left;
	padding: 23px 22px 0px 21px;
}

div#mid_section div.centre_content {
	float: left;
	padding: 8px;
	margin-top: 6px;
}
div#mid_section ul#sub_menu {
	float: right;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	
	list-style: none;
}
div#mid_section ul#sub_menu li {
	margin: 18px 0px 0px 0px;
	padding: 0px;
}
div#mid_section ul#sub_menu li a {
	color: #000000;
	background-color: transparent;
	
	font-weight: bold;
	font-size: 1.42em;
	text-decoration: none;
}
div#mid_section ul#sub_menu li a.selected {
	text-decoration: underline;
}
div#mid_section ul#sub_menu li a:hover { text-decoration: underline; }

div#right_channel {
	float:right;
	width: 194px;
	padding: 18px 23px 0px 0px;
}




/* ##### OFFERS ##### */
div.offer {
	float: right;
	width: 194px;
	margin-top: 16px;
	
	background-image: url(images/offer_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	/*background-color: #efefef;*/
}
div.offer div.offer_content {
	float: left;
	width: 174px;
	padding: 2px 10px 10px 10px;
	
	background-image: url(images/offer_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
	text-align: center;
}
div.offer div.offer_content p {
	margin: 0px;
	padding: 0px;	
}
div.offer div.offer_content span.red_text {
	display: block;
	margin-top: 5px;
	font-size: 1.5em;
}
div.offer div.offer_content a {
	display: block;
	margin-top: 10px;
}




/* ##### TYRE SEARCH BOX ##### */
form#tyre_search {
	float: left;
	width: 355px;
	height: 62px;
	display: block;
	padding: 32px 0px 0px 15px;
	
	background-image: url(images/tyre_search_bg.gif);
	
	font-size: 0.92em;
}
div#tyre_search_measurement {
	float: left;
	margin-top: 0px;
	font-weight: bold;
}
form#tyre_search table#select_boxes {
	float: left;
	clear: left;
	margin-top: 8px;
}
form#tyre_search table#select_boxes select {
	width: 50px;
}



/* ##### LIST ITEMS ##### */
ul.list_items {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul.list_items li {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
ul.list_items li h2 {
	float: left;
	margin: 0px;
}
ul.list_items li span.date {
	float: right;
	display: block;
	
	font-weight: bold;
}
ul.list_items li img.side_image {
	float: left;
	padding: 0px 10px 10px 0px;
}
ul.list_items li div.content {
	float: left;
	width: 490px;
}



/* ##### GRID ##### */
ul.grid_rows {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
	list-style: none;
}
ul.grid_rows li {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.grid_rows li ul.grid_cols {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	
	list-style: none;
}
ul.grid_rows li ul.grid_cols li {
	float: left;
	clear: none;
	width: 150px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
}
ul.grid_rows li ul.grid_cols li.first {
	margin-left: 0px;
}

ul.gallery_thumbnails li ul.grid_cols li {
	width: 70px;
}
ul.gallery_thumbnails img {
	cursor: pointer;
}


/* ##### FOOTER ##### */
div#footer {
	height: 87px;
	width: 920px;
	/* margin: 21px 0px 0px 0px; */
	margin-top: 21px;
	
	
	/* background-image: url(images/footer_background.gif); */
	background-image: url(images/footer_slice.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
div#footer div#footer_left_border,
div#footer div#footer_right_border {
	float: left;
	width: 100%;
	height: 87px;
	
	background-image: url(images/footer_side.gif);
	background-repeat: no-repeat;
	background-position: top left;	
} div#footer div#footer_right_border {
	width: 898px;
	height: 65px;
	padding: 11px;
	
	background-position: top right;
}

div#footer img { float: left; }
div#footer div#footer_links {
	float: right;
	color: #ffffff;
	background-color: transparent;
	
	font-size: 0.92em;
	text-align: right;
}	
div#footer div#footer_links span { font-weight: bold; }
div#footer div#footer_links a {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
} div#footer div#footer_links a:hover { text-decoration: underline; }

div#logos {
	/* margin: 13px 0px 0px 0px; */
	margin-top: 13px;
	padding: 0px 0px 30px 0px;
}
div#logos img {
	float: left;
	margin-left: 32px;
}
div#logos img.first {
	margin-left: 0px;
}


div.tyre_wizard {
	text-align : center;
}


div.tyre_wizard span.question {
	display : block;
	font-size : 1.5em;
	font-weight : bold;
	padding : 0;
	margin : 10px -13px 10px -8px;
}

div.tyre_wizard span.question img {
	display : block;
}

div.tyre_wizard div.answers,
div.tyre_wizard span.answers {
	display : block;
	padding : 0;
	overflow : hidden;
	margin : 10px -13px 10px -8px;
}
#fancybox-content div.tyre_wizard div.answers {
	margin-left: 0;
	margin-right: 0;
}
#fancybox-sizer {
	width:861px;
}

div.tyre_wizard .answers a,
div.tyre_wizard .answers img,
div.tyre_wizard .answers form.callback {
	float : left;
	margin-right : 10px;
}
div.tyre_wizard .answers a.no-right-pad,
div.tyre_wizard .answers img.no-right-pad,
div.tyre_wizard .answers form.callback.no-right-margin {
	margin-right: 0;
}

div.tyre_wizard .answers a img {
	margin: 0;
}

div.tyre_wizard form.callback {
	background: url('/images/tyre_search/callback_request.png') no-repeat 0 0;
	height: 325px;
	overflow: hidden;
	width: 325px;
}
#fancybox-content div.tyre_wizard form.callback {
	width: 426px;
}
div.tyre_wizard form.callback.in-a-hurry,div.tyre_wizard form.callback.buildElement {
	height: 315px;
}
div.tyre_wizard form.callback.buildElement {
	background: url('/images/tyre_search/buildElement.jpg') no-repeat 0 0;
	width:426px;
}
div.tyre_wizard form.callback.in-a-hurry {
	background: url('/images/tyre_search/in-a-hurry.jpg') no-repeat 0 0;
}
div.tyre_wizard form.callback.in-a-hurry-wide {
	width:426px;
	background: url('/images/tyre_search/in-a-hurry-wide.jpg') no-repeat 0 0;
}

div.tyre_wizard form.callback .callbackContainer {
	padding: 50px 12px 12px 22px;
}

div.tyre_wizard form.callback table {
}

div.tyre_wizard form.callback table th,
div.tyre_wizard form.callback table td {
	padding: 5px 4px 5px 0;
	text-align: left;
	vertical-align: top;
}

div.tyre_wizard.enquiry_page form.callback table th,
div.tyre_wizard.enquiry_page form.callback table td {
	padding: 4px 4px 2px 0;
}

div.tyre_wizard form.callback table th {
	text-align: right;
}

div.tyre_wizard form.callback table label {
	display: block;
	padding: 3px 8px 2px 0;
}
div.tyre_wizard form.callback table label.radio {
	display: inline;
}
div.tyre_wizard form.callback table .label {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}

div.tyre_wizard form.callback .input-text input,
div.tyre_wizard form.callback .input-text textarea {
	border: 1px solid #e7e7e7;
	border-left: 1px solid #a1a1a1;
	border-top: 1px solid #a1a1a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 3px 2px;
	width: 155px;
}
div.tyre_wizard form.callback .input-text textarea {
	height: 50px;
}
div.tyre_wizard form.callback .input-select select {
	width: 162px;
}

div.tyre_wizard form.callback table .label.first {
	padding-bottom: 0;
}

div.enquiry_form_errors {
    background-color: #FFFFFF;
    border: 1px solid #F20D0D;
    color: #F20D0D;
    margin: 0 12px 10px 7px;
    text-align: left;
    padding: 10px 36px;
}


#chosen-tyre-size {
	font-size: 1.5em;
	font-weight: bold;
}

ul.cotm li div.content {
	width : 415px;
}

ul.cotm li img.car_of_the_month {
	border : 1px solid black;
	padding : 0;
	margin : 0 15px 15px 0;
}

ul.cotm li {
	margin-bottom : 20px;
	line-height : 1.75em;
}

ul.cotm li h2 {
	max-width : 320px;
	margin-bottom : 10px;
}

ul.cotm li span.date {
	margin-bottom : 10px;
}

a#tyre_search_link {
	display : block;
	float : right;
	margin : 12px 0 10px 10px;
}

#twitter-feed {
	clear: both;
	padding: 10px 0;
}

#twitter-feed a.prime {
	padding-left: 10px;
	display: block;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	font-size: 1.1em;
}

#twitter-feed a.prime span {
	padding-left: 5px;
}

#twitter-feed .twtr-hd, #twitter-feed .twtr-ft {
    display: none;
}

#twitter-feed .twtr-timeline {
	height: auto !important;
}
