/* Reset */
body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object
{
    padding: 0px;
    margin: 0px;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
    border: none !important;
}

fieldset, img, abbr
{
    border: 0;
}

address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var
{
    font-weight: normal;
    font-style: normal;
}

ul
{
    list-style: none;
}

caption, th
{
    text-align: left;
}

q:before, q:after
{
    content: '';
}

a, ins
{
    outline: none;
}


body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 62.5%;
	text-align: center;
	margin: 0px auto;
	background: url(/images/common/body-bg.jpg)
	            repeat-x
	            #333;
}

td {
	font-family: Arial, Helvetica, Sans-serif;
}

.hidden {
	display: none;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	background: #333;
}

#content-wrapper {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	background: #FFF;
	overflow: hidden;
}

.reset-margin
{
    margin: 0px!important;
}


/* Header
------------------------------------------------- */

#header {
	height: 160px;
	width: 960px;
	background: url(/images/common/header.jpg)
	            no-repeat;
	overflow: hidden;
}

.logo
{
	margin-left: 50px;	
}

/* Main Navigation
---------------------------------------------------------- */

#main-nav {
	background: url(/images/common/nav-bg.jpg)
	            repeat-x;
	height: 42px;
}

#main-nav ul {
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}

#main-nav li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 10px;
}

#main-nav li a 
{
    display: block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 12px 0px 12px 0px;
	text-shadow: rgba(0,0,0,.3) 1px 1px 2px;
}

#main-nav li
{
	background: url(/images/common/nav-inset.jpg)
	            no-repeat
	            right 0px;
}

#main-nav li a:hover {
	color: #ffd503;
}

.home #home a, .About #about-us a, .tyres #tyres a, .mags #mags a, .Specials #specials a, .Services #services a, .Accessories #accessories a, .Links #links a, .gallery #gallery a, .contact #contact-us a
{  
    color: #ffd503;
    background: url(/images/common/nav-selected.jpg)
	            no-repeat
	            50% bottom;
}

/* Sub Navigation
---------------------------------------------------------- */

ul#sub-nav
{
    background: #3c5768;
    padding: 10px 20px 10px 20px;
    color: #fff;
    overflow: auto;
    height: 15px;
}

ul#sub-nav li
{
    float: left;
    padding: 0px 20px 0px 0px;
    
    overflow: auto;
}

ul#sub-nav a
{
    color: #fff;
    font-size: 1.2em;
    text-shadow: rgba(0,0,0,.2) 1px 1px 2px;
}

ul#sub-nav a:hover, ul#sub-nav li#subnav-selected a
{
    color: #ffd503;
    text-decoration: none;
}

/* Product Navigation
---------------------------------------------------------- */

ul#product-nav
{
    overflow: auto;
}

ul#product-nav li
{
    display: inline-block;
    float: left;
    padding: 0px 5px 0px 0px;
    margin: 0px 0px 5px 0px;
}

ul#product-nav a
{
    color: #fff;
    font-size: 1.2em;
}


/* Floats
------------------------------------------------- */

#sidebar-a {
	background: #d1e9f6;
	float: right;
	width: 270px;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}

#content {
	background: #fff;
	float: right;
	width: 690px;
}

.right-aligned
{
    float: right;  
}

/* Sidebar A
------------------------------------------------- */

#sidebar-a .padding {
	padding: 20px;
}

/* Content
------------------------------------------------- */

#content .padding {
	padding: 20px;
}

#content h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 2.8em;
	font-weight: normal;
	color: #007dc6;
	text-transform: uppercase;
}

#content h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	font-size: 1.6em;
	font-weight: bold;
	color: #3c5768;
}

#content p {
	margin: 0px;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1em;
	color: #3c5768;
}

#content a {
	color: #005FA8;
}

#content a:hover {
	text-decoration: none;
}

#content ul
{
    font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1em;
	color: #3c5768; 
	list-style: disc inside; 
}

strong
{
    font-weight: bold;   
}

.product-large {
	margin-bottom: 20px;
}

ul#pages
{
     overflow: auto;  
     list-style: none;
}

ul#pages li
{
     float: left;
}

ul#pages li a
{
     float: left;
     display: block;
     padding: 0px 5px 0px 5px;
     margin-left: 5px;
     border: 1px solid #007dc6;
     text-decoration: none;
}

ul#pages li a:hover
{
     border: 1px solid #007dc6;
     background: #007dc6;
     color: White;
}

/* Fitment Guide
---------------------------------------------------------- */

div#fitment-guide
{
    width: 200px;
    height: 80px;
    padding: 70px 15px 15px 15px;
    margin: 0px 0px 10px 0px;
    background: url(/images/common/fitmentguide-bg.jpg)
                no-repeat;   
}

div#fitment-guide select
{
    width: 200px; 
    margin: 10px 0px 0px 0px;
}

/* Specials Snippet
------------------------------------------------- */

.specials-module
{
    position: relative;
    background: url(/images/common/specials-bg.jpg)
                top
                no-repeat; 
    overflow: auto;
    margin: 0px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    clear: both;
}

.specials-module .padding
{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 10px 20px!important;
    background: url(/images/common/specials-bg.jpg)
                bottom
                no-repeat; 
    overflow: auto;
}

.specials-module p
{
    margin-bottom: 0px!important;
    margin: 0px;
    padding: 0px;
}

/* Featured Modules
------------------------------------------------- */

.featured-module
{
    position: relative;
    width: 320px;   
    float: left;
    margin: 0px 10px 20px 0px;
    padding: 0px;
}

.featured-content
{
    position: relative;
    background: url(/images/common/featured-bg.jpg)
                #d1e9f6
                repeat-x;   
    padding: 10px 10px 0px 10px;
    margin: 0px;
    overflow: auto;
}

.featured-item
{
    position: relative;
    width: 280px;
    background: #FFF;
    height: 80px;   
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
}

.featured-item.last
{
    margin-bottom: 0px;
}

.description
{
	margin-top: 0px;
	margin-left: 90px;	
}

.featured-footer
{
    height: 30px;
    padding: 20px 0px 0px 10px;
    background: url(/images/common/featured-cap.jpg)
                top
                no-repeat;  
    font-size: 1.4em; 
}

a.featured-tyres-header, a.featured-mags-header
{
    display: block;
    text-indent: -10000px;
    overflow: hidden;
    width: 320px;
    height: 40px;
    margin: 0px;
    padding: 0px;   
}

a.featured-tyres-header
{
    background: url(/images/common/featured-buttons.jpg)
                0 0
                no-repeat; 
}

a.featured-mags-header
{
    background: url(/images/common/featured-buttons.jpg)
                -330px 0
                no-repeat; 
}

a.featured-tyres-header:hover
{
    background-position: 0 -40px;
}

a.featured-mags-header:hover
{
    background-position: -330px -40px;
}


/* Forms
------------------------------------------------- */

.validation,
.important {
	display: block;
	border: 2px solid #F00;
	padding: 10px;
	color: #F00;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.success {
	display: block;
	background: #eefcd4;
	border: 1px solid #8fcd23;
	padding: 10px;
	margin-bottom: 15px;
}

.note {
	display: block;
	background: #fdffe5;
	border: 1px solid #ced1a5;
	padding: 10px;
	margin-bottom: 10px;
}

/* Tables
------------------------------------------------- */
table {
	border-collapse: collapse;
	border-bottom: 3px solid #0d507a;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #3c5768;
}

table.product-list
{
    clear: both;   
}

table.product-list td
{
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

table.product-list img
{
    margin-bottom: 10px; 
    padding: 2px;
    border: 1px solid #ccc;
}

.table td {
	background: #f3f3f3;
	border-bottom: 1px solid #fff;
	padding: 5px!important;
}

.table .thead td {
	background: #0d507a;
	color: #fff;
	font-family: Georgia, Serif;
}

.textbox {
	width: 225px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.textarea {
	width: 465px;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

#contactform {
	background: #F7F7F7;
	padding: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #017DC5;
	border-bottom: 1px solid #017DC5;
}

/* Footer
------------------------------------------------- */

#footer 
{
    margin: 0px auto;
    width: 920px;
	clear: both;
	padding: 20px;
	text-align: left;
	background: url(/images/common/content-cap.jpg)
	            no-repeat
	            top;
    color: #fff;
    font-size: 1.2em;
}

#footer a
{
    color: #fff;   
}

.webdesign
{
	text-decoration: none;
}