/* ---------- Header ---------- */	
	#header {
    	background:url(../images/header.jpg) repeat-x;
	    position:relative;
	    height:90px;
	    width:960px;
	    padding-bottom:15px
	}
	
    #header a img{
		border:0; 
		text-decoration:none
	}

/* ---------- SEARCH ---------- */	
	#search {
	 height:39px;
	 width:333px;
	 background:url(../images/searchbox.png) no-repeat;
	 position:absolute;
	 left:626px;
	 top:-1px;
	}
	
	#box{
	 float: left;
	 margin: 8px 5px 0px 90px;
	 width: 210px;
	 border:0;
	 background: none;
	}
		
	#go{
	 float: left;
	 width:21px;
	 margin: 8px 2px 0px 2px;
	}

/* ---------- header-links ---------- */	
	#header-links{
	width: 180px;
	position:absolute;
	left: 723px;
	top: 59px;
	font-size:11px;
	}
			
	#header-links a{
	margin: 10px;
	font-weight:bold;
	color:#333
	}
	
	#header-links a:hover{
	text-decoration:none;
	color:#FF6600
	}

/* ---------- NAV ---------- */	
	#nav{
	width: 451px;
	height: 30px;
	position:absolute;
	left: 164px;
	top: 56px;
	background:url(../images/nav.png) no-repeat
	}
	
	#nav span{
	display:none
	}
	
	#nav li, #nav a{
	height:30px;
	display:block;
	}
	
	#nav li {
	float:left;
	list-style:none;
	display:inline;
	}
	
	#nav-product{width:102px;}
	#nav-support{width:135px;}
	#nav-quality{width:97px;}
	#nav-about{width:110px;}
	
	#nav-product a:hover{background:url(../images/nav.png) 0px -30px no-repeat}
	#nav-support a:hover{background:url(../images/nav.png) -102px -30px no-repeat}	
	#nav-quality a:hover{background:url(../images/nav.png) -237px -30px no-repeat}	
	#nav-about a:hover{background:url(../images/nav.png) -334px -30px no-repeat}
	
.header-logo{
	position:absolute;
	left: 1px;
	top: -4px;
	width:130px;
	height:90px;
}

.header-logo a{	
width: 100%;
height: 100%;
display:block	
}
	
.cleardefault{
margin: 10px 0 0 90px;
border: none;
height: 15px
}

