/* National Tyres - Screen */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Verdana;
	background: #383435;
	padding-bottom: 20px;
}

/*===============================
	Container Wrap
================================*/

div.container-wrap {
	width: 868px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #3F3C3C;
}	


/*===============================
	Container 
================================*/

div.container {
	width: 830px;
	height: auto;
	padding: 0 19px;
	background: #221E1F; 
}	

/*===============================
	Header 
================================*/

div.header {
	width: 830px;
	height: 98px;
	position: relative;
	background: url('../images/core/bg-header.jpg') 0 0 no-repeat;
}

/* Logo */

div.logo {
	position: absolute; left: 23px; top: 15px;
}

div.logo img {
	border: 0;
}

/* Search */

fieldset.search {
	border: 0;
	position: absolute; right: 20px; bottom: 20px;
}

fieldset.search input.field {
	border: 1px solid #EDA700;
	padding: 3px;
	background: #FFF;
	color: #221E1F;
	font: 1.1em Verdana;
}

fieldset.search input.button {
	margin-left: 10px;
	vertical-align: middle;
}	

/*===============================
	Navigation 
================================*/

div.navigation {
	width: 830px;
	height: 28px;
	border-top: 1px solid #FFD375;
	border-bottom: 1px solid #FFD375;
	background: url('../images/core/tile-navigation.jpg') 0 0 repeat-x;
}

div.navigation ul {
	list-style-type: none;
	padding: 0 70px;
}

div.navigation ul li {
	float: left;
	margin-left: 20px;
}

div.navigation ul li a {
	float: left;
	display: block;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
}

div.navigation ul li a.home {
	width: 55px;
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
}	

div.navigation ul li a.about-us {
	width: 130px;
	background: url('../images/core/nav/about-us.jpg') 0 0 no-repeat;
}	

div.navigation ul li a.products {
	width: 87px;
	background: url('../images/core/nav/products.jpg') 0 0 no-repeat;
}	

div.navigation ul li a.service {
	width: 72px;
	background: url('../images/core/nav/service.jpg') 0 0 no-repeat;
}	

div.navigation ul li a.latest-stock {
	width: 111px;
	background: url('../images/core/nav/latest-stock.jpg') 0 0 no-repeat;
}	

div.navigation ul li a.contact-us {
	width: 96px;
	background: url('../images/core/nav/contact-us.jpg') 0 0 no-repeat;
}	

div.navigation ul li a:hover {
	background-position: 0 -28px;
}

/*===============================
	Content 
================================*/

div.content {
	width: 830px;
	height: auto;
}	

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*===============================
	Content Left
================================*/

div.content-left {
	width: 395px;
	height: auto;
	float: left;
	padding: 10px 0;
}

/*===============================
	Content Right
================================*/

div.content-right {
	width: 435px;
	height: auto;
	float: left;
	padding: 10px 0;
}

/* Text */

div.text {
	padding: 15px;
}

/* Standard */

div.standard {
	color: #FFF;
	font-size: 1.1em;
}

div.standard h1 {
	font-size: 1.6em;
	color: #FFF;
	margin-bottom: 15px;
}

div.standard h2 {
	font-size: 1.3em;
	color: #FFF;
	padding: 5px;
	margin-bottom: 15px;
	background: #464142;
}

div.standard h3 {
	font-size: 1.2em;
	color: #FFF;
	margin-bottom: 15px;
}

div.standard h4 {
	font-size: 1.1em;
	color: #FFF;
	margin-bottom: 15px;
}

div.standard h5 {
	font-size: 1em;
	color: #FFF;
	margin-bottom: 15px;
}

div.standard p {
	line-height: 1.6em;
	margin-bottom: 15px;
}

div.standard a {
	color: #FFC73C;
	text-decoration: none;
}

div.standard a:hover {
	color: #464142;
}

div.standard ul {
	margin-bottom: 15px;
	margin-left: 15px;
	list-style-type: none;
}

div.standard ul li {
	line-height: 1.6em;
	padding-left: 20px;
	background: url('../images/core/icon-bullet.jpg') left 5px no-repeat;
}

div.standard ol {
	margin-bottom: 15px;
	margin-left: 25px;
}

div.standard ol li {
	line-height: 1.6em;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #312D2E;
}

/* Banner */

div.banner {
	margin-top: 10px;
}

/* Logos */

div.logos:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.logos ul {
	list-style-type: none;
	margin: 0;
} 

div.logos ul li {
	float: left;
	padding: 0;
	background: none;
	margin-bottom: 5px;
	margin-right: 10px;
}

div.logos ul li img {
	padding: 4px;
	border: 3px solid #312D2E;
}

/* Enquiry Form */

div.enquiry-form {
	padding: 15px;
}	

div.enquiry-form table td {
	padding: 5px 15px 5px 0;
}

div.enquiry-form table td input.field,
div.enquiry-form table td textarea.field {
	border: 1px solid #EDA700;
	padding: 3px;
	background: #FFF;
	color: #221E1F;
	width: 280px;
	font: 1em Verdana;
}

div.enquiry-form table td input.button {
	border: 0;
}

/* Latest Stock */

div.latest-stock table td {
	vertical-align: top;
	padding: 10px 20px 20px 0;
}

div.latest-stock table td h2 a:hover {
	color: #110F10;
}

div.latest-stock table td img {
	padding: 4px;
	border: 3px solid #312D2E;
}

div.latest-stock table td strong {
	color: #FFC73C;
}

/* Map */

div.map {
	padding: 15px;
}

div.map img {
	padding: 4px;
	border: 3px solid #312D2E;
}


/*===============================
	Products
================================*/

/* Product Hierarchy */

div.product-hierarchy {
	color: #918E88;
	font-size: 1.1em;
	padding: 10px 15px;
	margin-top: 10px;
	background: #464142;
}

div.product-hierarchy a {
	color: #FFC73C;
	text-decoration: none;
}

div.product-hierarchy a:hover {
	color: #110F10;
}

/* Product Listing */

div.product-listing table td {
	vertical-align: top;
	padding: 10px 20px 20px 0;
}

div.product-listing table td h2 a:hover {
	color: #110F10;
}

div.product-listing table td img {
	padding: 4px;
	border: 3px solid #312D2E;
}

/* Product Detail */

div.product-detail {
	padding: 15px;
}

div.product-detail table {
	border-left: 1px solid #312D2E;
	border-top: 1px solid #312D2E;
	margin-bottom: 15px;
}

div.product-detail table td {
	padding: 5px;
	border-right: 1px solid #312D2E;
	border-bottom: 1px solid #312D2E;
}

/* Product Specs */

div.product-specs {
	width: 363px;
	background: #0000 url('../images/core/tile-specs.jpg') 90px 0 repeat-y;
	border: 3px solid #312D2E;
}

div.product-specs:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.specs-left {
	width: 57px;
	float: left;
	padding: 15px;
}

div.specs-left ul {
	list-style-type: none;
}	

div.specs-right {
	font-size: 1.1em;
	color: #221E1F;
	padding: 15px;
	width: 235px;
	float: left;
}

div.specs-right h2 {
	font-size: 0.9em;
}

div.specs-right ul {
	list-style-type: none;	
	margin-bottom: 15px;
}

div.specs-right ul li {
	line-height: 1.6em;
}

/*===============================
	Site Links 
================================*/

div.site-links {
	width: 790px;
	height: 26px;
	color: #000;
	text-align: center;
	padding: 10px 20px;
	border-top: 1px solid #FFD375;
	border-bottom: 1px solid #FFD375;
	background: url('../images/core/tile-site-links.jpg') 0 0 repeat-x;
}

div.site-links a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div.site-links a:hover {
	color: #464142;
}

/*===============================
	Site Contact 
================================*/

div.site-contact {
	width: 830px;
	height: auto;
	color: #918E88;
	font-size: 1em;
	padding: 20px 0;
}

div.site-contact p {
	text-align: right;
	line-height: 1.4em;
	padding-right: 300px;
	background: url('../images/core/bg-site-contact.jpg') right center no-repeat
}

/*===============================
	Site Footer 
================================*/

div.site-footer {
	width: 830px;
	height: auto;
	color: #555350;
	padding: 15px 19px;
	background: #110F10;
}

div.site-footer img {
	float: right;
	border: 0;
}



