/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
	background:url(images/backgrounds/bg.gif) repeat-x #E6E6E6;
}
	
#container {
	margin:0 auto;
	width:819px;
	background:#FFFFFF;
	text-align:left;
	padding:0 13px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
	vertical-align:top;
}

img {
	border:0;
}

.clear {
	clear:both;
	height:10px;
}


/* Typography */



/* Left Col */

#leftCol {
	width:199px;
	margin-top:8px;
}

#requestParts {
	background:url(/images/backgrounds/clipboard.gif) no-repeat;
	padding:10px 0 0 76px;
	line-height:16px;
	height:69px;
}

#requestParts a, .largerMap a {
	color:#D0000F;
	background:url(/images/spacers/red_arrow.gif) no-repeat;
	padding:0 0 0 15px;
	font-weight:bold;
	line-height:26px;
}

#requestParts a:hover {
	text-decoration:underline;
}

.findUs {
	margin:19px 0 0 0;
}


/* Main Navigation */

#mainNav {
	height:298px;
}

#mainNav li {
	list-style:none;
	float:left;
	height:26px;
}


/* Content */

#contentContainer {
	float:right;
	width:608px;
}

#content {
	width:560px;
	margin:21px 30px 0 18px;
}

.pageHeading {
	margin:0 0 11px 0;
}

#content p, #content ul, #content table {
	margin:0 0 16px 0;
}

#content li {
	background:url(/images/spacers/red_arrow.gif) no-repeat 0 2px;
	padding-left:15px;
	list-style:none;
	color:#D0000F;
	font-weight:bold;
	margin:0 0 5px 0;
}

#content p.homeList {
	margin:0 0 5px 0;
}

.openHours {
	padding-right:15px;
}

.largerMap {
	margin:0 0 16px 0;
}


/* New Arrivals & Our Stock */

.featuredHeader {
	background:#D0000F;
	margin:0 0 5px 0;
	clear:both;
}

.featuredViewMore {	
	float:right;
	text-align:right;
	width:230px;
	padding:8px 10px 0 0;
}

.featuredViewMore a {	
	color:#FFFFFF;
	text-decoration:underline;
}

.featuredViewMore a:hover {	
	color:#FFFFFF;
	text-decoration:none;
}

.newArrival {
	margin-right:5px;
	float:left;
	width:148px;
	cursor:pointer;
}

.naLast {
	margin:0px;
}

.newArrival span.newArrivalTitle {
	/*background:url(/images/spacers/big_red_arrow.gif) no-repeat right #E6E6E6;*/
	background-color:#E6E6E6;
	height:20px;
	display:block;
	margin:5px 0 5px 0;
	color:#000000;
	padding:3px 0 0 7px;
}

.newArrival span.newArrivalTitle:hover {
	/*background:url(/images/spacers/big_white_arrow.gif) no-repeat right #E6E6E6;*/
	background-color:#E6E6E6;
	color:#000000;
	text-decoration:none;
}

.ourStock {
	margin-right:7px;
	float:left;
	width:198px;
	text-align:center;
	height:128px;
}

.naLast {
	margin:0px;
}

.ourStock a.ourStockTitle, .ourStock .ourStockTitle {
	background:url(/images/spacers/big_white_arrow.gif) no-repeat right #E6E6E6;
	height:20px;
	display:block;
	color:#000000;
	padding:3px 0 0 7px;
	text-align:left;
}

.ourStock a.ourStockTitle:hover {
	background:url(/images/spacers/big_red_arrow.gif) no-repeat right #E6E6E6;
	color:#000000;
	text-decoration:underline;
}


/* Online Enquiry Form */

.onlineEnquiryTable {
	width:100%;
}

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:7px 18px 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	padding:1px 5px 0 15px;
}

.formLabel {
	width:100px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:400px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #BABABA;
	padding:0px 2px;
}

.textinputhover {
	border:1px solid #D0000F; 
	padding:0px 2px;
}

select {
	font-size:11px;
	color:#808080;
}

.submit {
	padding-right:15px;
}

.errorText {
	color:#D0000F;
}


/* Footer */

#footer {
	margin:0 auto;
	width:839px;
	text-align:center;
	color:#D0000F;
	font-size:11px;
	padding:10px 0;
	line-height:22px;
}

#footer li {
	display:inline;
}