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

h1,ul,li {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: none;
}

#header {
	width: 800px;
	height: 90px;
	position: relative;
	background-image: url(../images_new/bg_menu_800.jpg);
}

/* menu */

ul#globalNavi {
	position: absolute;
	top: 31px;
	right: 20px;
}

ul#globalNavi li {
	float: left;
}

li#gnHome a {
	display: block;
	width: 46px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnHome a:link {
	background-image: url(../images_new/gn_home.jpg);
}

li#gnHome a:visited {
	background-image: url(../images_new/gn_home.jpg);
}

li#gnHome a:hover {
	background-image: url(../images_new/gn_home_on.jpg);
}

li#gnHome a:active {
	background-image: url(../images_new/gn_home_on.jpg);
}

li#gnProducts a {
	display: block;
	width: 76px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnProducts a:link {
	background-image: url(../images_new/gn_products.jpg);
}

li#gnProducts a:visited {
	background-image: url(../images_new/gn_products.jpg);
}

li#gnProducts a:hover {
	background-image: url(../images_new/gn_products_on.jpg);
}

li#gnProducts a:active {
	background-image: url(../images_new/gn_products_on.jpg);
}

li#gnOffer a {
	display: block;
	width: 94px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnOffer a:link {
	background-image: url(../images_new/gn_offer.jpg);
}

li#gnOffer a:visited {
	background-image: url(../images_new/gn_offer.jpg);
}

li#gnOffer a:hover {
	background-image: url(../images_new/gn_offer_on.jpg);
}

li#gnOffer a:active {
	background-image: url(../images_new/gn_offer_on.jpg);
}

li#gnBlog a {
	display: block;
	width: 96px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnBlog a:link {
	background-image: url(../images_new/gn_blog.jpg);
}

li#gnBlog a:visited {
	background-image: url(../images_new/gn_blog.jpg);
}

li#gnBlog a:hover {
	background-image: url(../images_new/gn_blog_on.jpg);
}

li#gnBlog a:active {
	background-image: url(../images_new/gn_blog_on.jpg);
}

li#gnSupport a {
	display: block;
	width: 99px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnSupport a:link {
	background-image: url(../images_new/gn_support.jpg);
}

li#gnSupport a:visited {
	background-image: url(../images_new/gn_support.jpg);
}

li#gnSupport a:hover {
	background-image: url(../images_new/gn_support_on.jpg);
}

li#gnSupport a:active {
	background-image: url(../images_new/gn_support_on.jpg);
}

li#gnDealers a {
	display: block;
	width: 90px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnDealers a:link {
	background-image: url(../images_new/gn_dealers.jpg);
}

li#gnDealers a:visited {
	background-image: url(../images_new/gn_dealers.jpg);
}

li#gnDealers a:hover {
	background-image: url(../images_new/gn_dealers_on.jpg);
}

li#gnDealers a:active {
	background-image: url(../images_new/gn_dealers_on.jpg);
}

li#gnShop a {
	display: block;
	width: 86px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -9999px;
	text-decoration : none ;
	overflow: hidden;
}

li#gnShop a:link {
	background-image: url(../images_new/gn_shop.jpg);
}

li#gnShop a:visited {
	background-image: url(../images_new/gn_shop.jpg);
}

li#gnShop a:hover {
	background-image: url(../images_new/gn_shop_on.jpg);
}

li#gnShop a:active {
	background-image: url(../images_new/gn_shop_on.jpg);
}

h1#logo {
	position: absolute;
	top: 31px;
	left: 20px;
}
