/* 
	SiteShade Web Design
	Project: Sata Tools
	Type: fix L1 navigation design
	URL: http://www.macrocraft.com
	
	Copyright 2008 Macrocraft Pte Ltd
	All rights reserved.
	
*/

#L1navfix {
	background-color: transparent;
	height:29px;
	width: 824px;
	background-image: url(images/L1navfix_bg.jpg);
	background-repeat:no-repeat;
}
#L1navfix p {
	display: none;
}
#L1navfix ul {
	list-style: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
}
#L1navfix ul li {
	display: inline;
	float: left;
}
#L1navfix li a {
	display: block;
	height:29px;
	margin: 0px;
	padding: 0px;
}
#L1navfix ul li#leftspace {
	width:21px;
}
#L1navfix ul li#about a {
	width:104px;
	background-color: transparent;
	background-image: url(images/bn_about_f2.jpg);
	background-repeat: no-repeat;
	background-position: 104px center;
}
#L1navfix ul li#about a:hover {
	background-color: transparent;
	background-image: url(images/bn_about_f2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#L1navfix ul li#product a {
	width:104px;
	background-color: transparent;
	background-image: url(images/bn_product_f2.jpg);
	background-repeat: no-repeat;
	background-position: 104px center;
}
#L1navfix ul li#product a:hover {
	background-color: transparent;
	background-image: url(images/bn_product_f2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#L1navfix ul li#warranty a {
	width:104px;
	background-color: transparent;
	background-image: url(images/bn_warranty_f2.jpg);
	background-repeat: no-repeat;
	background-position: 104px center;
}
#L1navfix ul li#warranty a:hover {
	background-color: transparent;
	background-image: url(images/bn_warranty_f2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#L1navfix ul li#contact a {
	width:104px;
	background-color: transparent;
	background-image: url(images/bn_contact_f2.jpg);
	background-repeat: no-repeat;
	background-position: 104px center;
}
#L1navfix ul li#contact a:hover {
	background-color: transparent;
	background-image: url(images/bn_contact_f2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between L1navfix and paragraph that follows*/
padding-top: 1em;
}