@charset "utf-8";
/* CSS Document */

/* ----- Standard SIFR 2.0.7 --------- */

	@import "sifr.css";
	
/* Reset */	
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background:url(../build/header-bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1
    }
	
span.hsdheadingtext {
	display:block;
	font-size:16pt;	
	text-align:center;
	width:100%;
	}

strong {
	font-weight:bold;
	}
	
blockquote {
margin:22px 40px;
padding:3px;
color:#575757;
padding: 0 50px;
background: transparent url(../build/blockquote.gif) no-repeat 0 0;
}
/*-------------------------------------*/

#wrapper {
	width:1000px;
	padding:28px 10px;
	margin:0 auto;
}

#header {
	position:relative;
	height:111px;
}
h1#hsd-logo {
	position:absolute;
	top:15px;
	left:22px;
	background:url(../build/hsd-suspension-logo.jpg);
	width:243px;
	height:62px;
	text-indent:-999em;
}
	h1#bseen a {
		display:block;
		width:106px;
		height:36px;
		}
	

div.hr {
			border: none;
			border-top: 1px dashed #d6d6d6;
			margin-top: 5px;
			margin-bottom: 18px;
			clear:both;
	
}
div.hr hr { display: none; }


#navigation {
	position:absolute;
	top:27px;
	left:313px;
	background:url(../build/hsd-navigation.jpg) 0 0 no-repeat;
	width:675px;
	height:46px;
	padding:0;
	margin:0;
	}
		
#navigation li span { display: none; }

#navigation li { float:left; list-style:none; position:relative; }   
		
#navigation li, #navigation a {height:46px;display:block;margin:0;padding:0; }  
	
	li#hsd-about {width:113px;}
	li#hsd-coilover-specs{width:124px;}
	li#hsd-applications{width:137px;}
	li#hsd-buy-coilovers{width:109px;}
	li#hsd-contact{width:188px;}	

	#hsd-about a:hover { background:url(../build/hsd-navigation.jpg) 0px  -46px no-repeat; }  
	#hsd-coilover-specs a:hover { background:url(../build/hsd-navigation.jpg) -113px  -46px no-repeat; }  
	#hsd-applications a:hover { background:url(../build/hsd-navigation.jpg) -237px  -46px no-repeat; }  
	#hsd-buy-coilovers a:hover { background:url(../build/hsd-navigation.jpg) -374px  -46px no-repeat; } 
	#hsd-contact a:hover { background:url(../build/hsd-navigation.jpg) -483px  -46px no-repeat; } 
	
	#hsd-about.current { background:url(../build/hsd-navigation.jpg) 0px  -92px no-repeat; }
	#hsd-coilover-specs.current { background:url(../build/hsd-navigation.jpg) -113px  -92px no-repeat; }  
	#hsd-applications.current { background:url(../build/hsd-navigation.jpg) -237px  -92px no-repeat; }  
	#hsd-buy-coilovers.current { background:url(../build/hsd-navigation.jpg) -374px  -92px no-repeat; } 
	#hsd-contact.current { background:url(../build/hsd-navigation.jpg) -483px  -92px no-repeat; }  
	 

	 body.single div.entry { padding:10px; border:1px solid #999; margin:10px 5px 25px 5px; }




	 /* Begin Images */


ul.wp-functions  {
			border:1px solid #999;
			padding:6px;
			margin:6px 10px;
			}
			ul.wp-functions  li h2 {
					height:25px;
					line-height:25px;
					font-weight:bold;
					background-color:#6ca356;
					color:#fff;
					padding:3px;
					}					
			ul.wp-functions ul li {
					margin:10px 0;
					padding:0 2px 0 4px;
					}
				
	
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */ 

/* Begin Form Elements */

input, textarea { 
		border:1px solid #999;
		padding: 5px;
		}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Content */

#content {}

/* ---------------------------------------------- */
/* SLIDER
/* ----------------------------------------------- */

div#slider {
	width:1000px;
	height:180px;
	overflow:hidden;
	}
			
div#slide1, div#slide2, div#slide3 {
	width:1000px; height:180px;
	text-indent:-1000em;
	}
	
div#slide1 {
	background:url(../promo/sus-philosophy.jpg) 0 0 no-repeat;	
	}
	
div#slide2 {
	background:url(../promo/spring-detail.jpg) 0 0 no-repeat;	
	}
	
div#slide3 {
	background:url(../promo/money-back-guarantee.jpg) 0 0 no-repeat;	
	}
	
/*--------------------------------------------------------------*/

#left-col {
		width:268px;
		float:left;
		padding:5px;
		}
		ul.specifications {
			margin:20px 10px;
			}
		ul.specifications li {
			height:20px;
			margin-top:6px;
			}
		#left-col a {
			text-decoration:none;
			color:#006633;
			}
		
		
#main-col {
		width:680px;
		border-left: 1px dashed #d6d6d6;
		float:left;
		padding:5px 20px;
		margin-bottom:20px;
		}
		#main-col a {
		text-decoration:none;
		color:#527b4e;
		}
		#main-col a:hover {
		color:#294926;
		}
		
#main-col.pad {
		padding:18px 20px;
		}
		
		#main-col p {
			color:#3D3939;
			font-size:0.95em;
			letter-spacing:-0.3px;
			line-height:145%;
			text-align:justify;
			margin-bottom:10px;
			}

.left-thumb {
			float:left;
			padding:3px 6px 3px 0;
			}
.right-thumb {
			float:right;
			padding:3px 0 3px 6px;
			}
			
p.clear { clear:both; }

div.video-player {
		position:relative;
		background:url(../build/video-background.gif);
		width:659px; height:124px;
		margin-top:90px;
		}
div.youtube {
		top:-75px; left:0;
		position:absolute;
		padding:15px;		
		}
div.youtube-description {
	position:absolute;
	top:53px;
	left:246px;
	wdith:400px;
	height:66px;
	width: 398px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	line-height:140%;
		}
div#video {
	padding-left:10px;
	}

div.main-dealers {
	border:#e4e3e3 1px solid;
	padding:20px;
	margin:25px 0;
	}

/* Home */

#promo {
		position:relative;
		background:url(../build/hsd-coilovers-promo.jpg);
		height:334px; width:999px;		
		}
		
		#promo h2 {
			position:absolute;
			top:270px;
			left:300px;
			background:url(../build/h1-winning-suspension.gif);
			width:540px;
			height:54px;
			text-indent:-999em;
		}
		
		
/* Footer */		

#footer {
		background:url(../build/footer-bg.jpg) repeat-x;
		height:190px;
		margin-top:20px;
		}
#footer-wrap {
		position:relative;
		width:1000px;
		margin:0 auto;
		}	
		#footer-wrap h1 {
			background:url(../build/bseen-logo.gif);
			margin-top:8px;
			width:180px; height:84px; text-indent:-999em;
			float:left;	
			}
			
#telephone {
	position:absolute;
	background:url(../build/hsd-uk-telephone.jpg);
	width:382px;
	height:43px;
	top:24px;
	left:6px;
	text-indent:-999em;
		}
		
#address{
	position:absolute;
	background:url(../build/hsd-uk-address.jpg);
	width:399px;
	height:38px;
	top:76px;
	left:5px;
	text-indent:-999em;
		}
#footer-line {
	position:absolute;
	top:5px;
	left:480px;
	background:url(../build/footer-line.gif);
	width:3px;
	height:129px;
	}		
		
#ft-navigation {
	position:absolute;
	top:6px;
	left:514px;
	background:url(../build/hsd-footer-logo.jpg) top no-repeat;
	width:489px; padding-top:88px;
		}
		#ft-navigation li { float:left; list-style:none; position:relative; margin-left:13px;}   
		
		#ft-navigation a {
					height:46px;
					display:block;
					margin:0;padding:0; 
					text-decoration:none; color:#FFF; 
					font-size:10px; font-weight:bold; }  
		

li.valid-xhtml, li.web-design {
		margin:3px 3px 0 0;
		font-size:0.65em;
		font-weight:normal;
		float:left;
		}
		
table
	{
		border: 1px solid #666;
	}
	
	tr td
	{
		font-size: 0.9em;
		padding: 3px 8px;
		background: #fff;
	}
	
	thead td
	{
		color: #fff;
		background-color: #999999;
		border-bottom: 1px solid #999;
	}
	
	tbody td
	{
			border-left: 1px solid #D9D9D9;
	}
	
	tbody td a
	{
		color:#000000;
		text-decoration:underline;
	}
	
	tbody td a:hover
	{
		color:#000000;
		text-decoration:none;
	}
	
	tbody tr.even td
	{
		background: #eee;
	}
		
	tbody tr.highlight td
	{
		color: #000;
		background-color: #6ca356; 
		border-color: #34f833b;
	}

