/* CSS Document */

/*******************************************************************************
* GMP RACING PRODUCTS - www.gmpracingproducts.com.au
* WEBSITE BY EPS  - www.eps.com.au
*******************************************************************************/

/* GENERAL
*******************************************************************************/

a {
	color: #69c;
	outline: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
} 
body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	position: relative;
}

/* LAYOUT
*******************************************************************************/
#header,
#copyWrapper,
#footer {
	margin: 0 auto;
	width: 896px;
	position: relative;
}
#headerWrapper {
	margin: 0 auto;
	display: block;
	height: 132px;
	background: #fff url(../i/background-banner.gif) repeat-x 50% 0;
}
#copy {
	margin: 0;
	width: 674px;
	padding: 20px 10px 20px 20px;
	position: relative;
	float: right;
}
#footerWrapper {
	margin: 0 auto;
	background-color: #000;
	display: block;
	height: 20px;
	clear: both;
}
#footer p {
	margin: 0;
	padding-top: 4px;
	font-size: 10px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

/* BRANDING
*******************************************************************************/
h1 {
	margin: 0;
	display: block;
	height: 120px;
	width: 450px;
	background: transparent url(../i/logo-gmp.gif) no-repeat 1px 0;
}
h1 a {
	display: block;
	height: 120px;
	width: 450px;
	text-decoration: none;
	text-indent: -5000px;
}

/* PAGE ELEMENTS
*******************************************************************************/
hr,
.off {
	display: none;
}
.clear {
	clear: both;
}
.spcMe {
	display: block;
	height: 40px;
}

h2, h3, h4, h5 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
h2 {
	font-size: 2em;
	color: #06c;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px #ccc;
}
h3 {
	font-size: 1.4em;
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px #ccc;
}
h4 {
	font-size: 1em;
	margin-bottom: -1em;
	color: #09c;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px #ccc;
}


/** Logo collection on the home page **/
.logoCollection img {
	padding: 2px;
}

/** Contact Us Advert in the header **/
#contactUs {
	position: absolute;
	top: -123px;
	right: 0;
	background: transparent url(../i/phone.gif) no-repeat 1px 0;
	display: block;
	width: 320px;
	height: 120px;
}
#contactUs h2,
#contactUs p {
	text-indent: -5000px;
}
#contactUs p a {
	text-indent: 5000px;
}
p {
	line-height: 1.5em;
}

ul {
	margin: 0;
	list-style: none;
}
li {
	margin-left: -20px;
	background: #fff url(../i/icon-arrow.gif) no-repeat 3px 10px;
	display: block;
	line-height: 1.1em;
	height: auto;
	padding: 6px 0 5px 15px;
}

/* MENU ELEMENTS
*******************************************************************************/
#menuWrapper {
	margin-top: -11px;
	margin-bottom: 2em;
	background: #eee url(../i/background-nav-top.gif) repeat-x 0 0;
	padding-top: 13px;
	width: 192px;
}
#menu {
	margin: 0;
	list-style: none;
	width: 152px;
}
#menu li {
	margin: 0;
	margin-left: -40px;
	background: #eee url(../i/dot-nav.gif) repeat-x 0 bottom;
	height: 25px;
	display: block;
	position: relative;
	padding: 0;
}
#menu li a {
	color: #222;
	background: #eee url(../i/icon-arrow.gif) no-repeat 10px 10px;
	display: block;
	height: auto;
	padding: 6px 0 5px 20px;
	text-decoration: none;
	margin: 0;
}
#menu li a:hover {
	color: #c00;
	font-weight: bold;
	display: block;
}
#menu ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 192px;
	width: 192px;
	background: #eee url(../i/dot-nav.gif) repeat-x 0 0;
	padding-top: 1px;
	border-left: 1px solid #ddd;
}
#menu ul {
	display: none;
}
* html #menu li.over {
	margin-bottom: -3px; /* IE 6 fix */
}
#menu li:hover ul,
#menu li.over ul {
	display: block;
}
#menu ul li {
	display: block;
	line-height: 1.1em;
	height: auto;
	padding-bottom: 1px;
}
#menu ul li a {
	height: auto;
	line-height: 1.1em;
	display: block;
}
#closeMenu {
	background: #eee url(../i/background-lcnr-menu.gif) no-repeat 0 0;
	width: 192px;
	height: 10px;
}
#closeMenu span {
	background: transparent url(../i/background-rcnr-menu.gif) no-repeat 100% 0;
	height: 10px;
	width: 192px;
	display: block;
}

/* FORM ELEMENTS
*******************************************************************************/
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	margin-left: -20px;
}
form li {
	border-bottom: 1px solid #eee;
	padding: 0;
	padding: 1em 0 1em 0;
	clear: both;
	list-style: none;
	background: none;
}
form li:hover {
	background-color: #f9f9f9;
}
label {
	width: 10em;
	padding-left: 5px;
	padding-top: 3px;
	display: block;
	float: left;
	color: #d71111;
}
input, select, textarea {
	width: 270px;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333;
	padding: 2px;
}
.buttonContainer {
	margin-left: 13em;
	clear: both;
}
.buttonContainer input {
	width: 120px;
	height: 25px;
	margin: 0 10px 0 10px;
	border: 1px solid #ccc;
	color: #222;
	background: #efefef url(../i/background-button.gif) repeat-x 0 0;
}

/* PRODUCT ELEMENTS
*******************************************************************************/
.productContainer {
	margin: 3em 1.5em 0 0;
	border: 1px solid #444;
	border-left: none;
	border-right: none;
	width: 300px;
	height: 200px;
	padding: 10px 0 10px 0;
	float: left;
	position: relative;
}
.thn {
	width: 205px;
}
.thn img {
	float: right;
}
.FIA {
	background: #fff url(../i/logos/logo-FIA.gif) no-repeat 10px 170px;
}
.productContainer h3 {
	margin-top: 2em;
	text-transform: uppercase;
	width: 40%;
	float: left;
	font-weight: bold;
}
.productContainer h4 {
	width: 40%;
	float: left;
	clear: left;
}
.productContainer img {
	padding-left: 20px;
}
.brand {
	display: block;
	height: 30px;
	position: absolute;
	top: -15px;
	left: 0;
	width: 85px
}
.schroth {
	background: #fff url(../i/logos-small/logo-schroth.gif) no-repeat 0 0;
}
.velo {
	background: #fff url(../i/logos-small/logo-velo.gif) no-repeat 0 0;
}
.m2r {
	background: #fff url(../i/logos-small/logo-m2r.gif) no-repeat 0 0;
	width: 80px;
}
.arai {
	background: #fff url(../i/logos-small/logo-arai.gif) no-repeat 0 0;
	width: 73px;
}
.monza {
	background: #fff url(../i/logos-small/logo-monza.GIF) no-repeat 0 0;
	width: 120px;
}
.racetech {
	background: #fff url(../i/logos-small/logo-racetech.gif) no-repeat 0 0;
	width: 95px;
}
.stilo {
	background: #fff url(../i/logos-small/logo-stilo.gif) no-repeat 0 0;
	width: 63px;
}
.cobra {
	background: #fff url(../i/logos-small/logo-cobra.GIF) no-repeat 0 0;
	width: 115px;
}
.longacre {
	background: #fff url(../i/logos-small/logo-longacre.gif) no-repeat 0 0;
	width: 80px;
}
.sabelt {
	background: #fff url(../i/logos-small/logo-sabelt.gif) no-repeat 0 0;
	width: 95px;
}
.gmp {
	background: #fff url(../i/logos-small/logo-gmp.gif) no-repeat 0 0;
	width: 80px;
}
.hans {
	background: #fff url(../i/logos-small/logo-hans.gif) no-repeat 0 0;
	width: 60px;
}
.lifeline {
	background: #fff url(../i/logos-small/logo-lifeline.gif) no-repeat 0 0;
	width: 105px;
}
.ezup {
	background: #fff url(../i/logos-small/logo-ezup.gif) no-repeat 0 0;
	width: 37px;
}
.setrab {
	background: #fff url(../i/logos-small/logo-setrab.gif) no-repeat 0 0;
	width: 77px;
}
.fuelsafe {
	background: #fff url(../i/logos-small/logo-fuelsafe.gif) no-repeat 0 0;
	width: 53px;
}
.earls {
	background: #fff url(../i/logos-small/logo-earls.gif) no-repeat 0 0;
	width: 91px;
}
.tilton {
	background: #fff url(../i/logos-small/logo-tilton.gif) no-repeat 0 0;
	width: 115px;
}
.wilwood {
	background: #fff url(../i/logos-small/logo-wilwood.gif) no-repeat 0 0;
	width: 110px;
}
.castrol {
	background: #fff url(../i/logos-small/logo-castrol.gif) no-repeat 0 0;
	width: 131px;
}
.ap {
	background: #fff url(../i/logos-small/logo-ap.gif) no-repeat 0 0;
	width: 38px;
}
.motivegear {
	background: #fff url(../i/logos-small/logo-motivegear.gif) no-repeat 0 0;
	width: 91px;
}
.richmond {
	background: #fff url(../i/logos-small/logo-richmond.gif) no-repeat 0 0;
	width: 133px;
}
.felpro {
	background: #fff url(../i/logos-small/logo-felpro.gif) no-repeat 0 0;
	width: 200px;
}
.arp {
	background: #fff url(../i/logos-small/logo-arp.gif) no-repeat 0 0;
	width: 85px;
}
.odyssey {
	background: #fff url(../i/logos-small/logo-odyssey.gif) no-repeat 0 0;
	width: 115px;
}
.tuthill {
	background: #fff url(../i/logos-small/logo-natrodend.gif) no-repeat 0 0;
	width: 86px;
}
.krc {
	background: #fff url(../i/logos-small/logo-krc.gif) no-repeat 0 0;
	width: 57px;
}
.jaz {
	background: #fff url(../i/logos-small/logo-jaz.gif) no-repeat 0 0;
	width: 55px;
}
.productContainer a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 220px;
	text-decoration: none;
	text-indent: -5000px;
}
.productDescription {
	float: left;
	width: 320px;
}
.productHeroshot {
	width: 300px;
	float: right;
}





/*******************************************************************************

		IE HACKS
		THIS MUST BE REMOVED FROM THIS STYLESHEET
		AND PLACED INTO ANOTHER EXTERNAL ONE

*******************************************************************************/

* html #copy {
	width: 671px;
}
* html #copyWrapper {
	margin-top: -12px;
}

* html ul li,
* html #menu li {
	margin-left: 0;
	height: 1%;	
}
* html #menuWrapper {
	margin-top: 0;
}
* html #menu li {
	padding: 0;
}
*+html #menu li {
	margin-left: 0;
	width: 192px;
	background: #eee url(../i/dot-nav.gif) repeat-x 0 bottom;
	margin-bottom: -3px;
	height: 26px;
}
* html #menu li a {
	display: block;
	width: 172px;
	height: auto;
}
* html #menu li {
	padding-bottom: 1px;
}
* html #closeMenu {
	margin-bottom: -5px;
}
* html .productContainer img {
	z-index: 5;
}
* html .productContainer a {
	background: transparent url(../i/none.gif) no-repeat 0 0;
}
* html .thn {
	width: 190px;
}
