body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #e8e8e8 url(./images/top.jpg) repeat-x top left;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	color: #404040;
}

* {
	padding: 0;
}

a{
	border: none;
}

a:hover{
	border: none;
}

a:visited {
	border: none;
}

a:active {
	border: none;
}


h1 {
	margin-left: 30px;
	margin-top:  10px;
}

p {
	margin: 10px 30px 5px;
}

img {
	padding: 0;
	margin: 0;
	border: none;
}


#top{
	width: 900px;
	height: 250px;
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	background: white url(./images/gtstop.jpg) no-repeat;
	position: relative; 
	z-index: 0;
	text-align: center; 
}

#top a{
	width: 900px;
	height: 0;
	padding-bottom: 250px;
	overflow: hidden;
	display: block; 
}

#topmenu {
    
	width: 900px; 
	height: 100px;
	margin: 0px auto;
	position: relative; 
	z-index:10;
	top: -19px;
	display: block;
}

.topmenu_product {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 300px;
	height: 100px;
	background: white url(./images/topmenu1.jpg) no-repeat;	
	display: inline;
	z-index: 15;
}



#container { 
	padding-bottom:20px; 
	margin-top:0px;
}

#menuholder {
	width:900px; 
	height: 50px;
	position: relative; 
	margin: 0px auto;
	margin-bottom: 0px;
	z-index: 90;
	background: url(./images/menubackground.jpg) no-repeat bottom left;
}


#menu1 {
	width: 900px; 
	height: 50px;
	position: absolute;
	left:0; 
	margin: 0;
	z-index: 90;
	overflow: hidden;
}

#menuslider{
	position: relative;
	left: 0px;
	width: 7000px;
	overflow: hidden;
	margin: 0;

}

.menugroup {
	float: left;
	width: 890px;
	margin: 0;
	margin-left: 5px;
	height: 50px;
	display: inline;
}
menugroup ul {
	width: 890px;
	margin-left: 5px;
	text-align: center;
}

.menugroup ul li {
	float: left;
	margin: 0;
	height: 50px;
	display: inline;
	text-align: center;
}


.threeitem li{
	width: 254px;
	text-align: center;
}

.threeitem li a{
	width: 254px;
	height: 50px;
	display: block;
	border-right: solid 1px #e8e8e8;
	border-left: solid 1px #e8e8e8;
}

.threeitem li a:hover{
	width: 254px;
	display: block;
	background: url(./images/menuhighlight.jpg) repeat-x;
	border-left: solid 1px #c2c1c0; 
	border-right: solid 1px #c2c1c0; 
}

.fouritem li{
	width: 210px;;
	text-align: center;

}

.fouritem li a{
	width: 210px;
	height: 50px;
	display: block;
	border-right: solid 1px #e8e8e8;
	border-left: solid 1px #e8e8e8;
}

.fouritem li a:hover{
	width: 210px;
	display: block;
	background: url(./images/menuhighlight.jpg) repeat-x;
	border-left: solid 1px #c2c1c0; 
	border-right: solid 1px #c2c1c0; 
}

a.productmenu {
	border-bottom: none;
	color: #404040;
	display: block;
}

a.productmenu:hover {
	border-bottom: medium red double;
	color:red;
}

.supportmenu{
}
.companymenu{
}

#main { 
	width: 900px; 
	position: relative; 
	margin: 0px auto;
	background: white;
	min-height: 400px;
	background: white url(./images/body.jpg) repeat-y top left;
	z-index: 100;
	overflow-x: hidden;
	overflow-y: hidden;

}

#footer {
	width: 900px; 
	height: 50px;
	position: relative; 
	margin: 0px auto;
	background: url(./images/footer.jpg) no-repeat top left;	
	z-index: 100;
	overflow: hidden;
}

.footertext{
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: gray;
	margin: 10px 10px 5px 25px;
}

.footertext a{
	color: gray;
	
}

#privacy{
	margin-left: 30px;
}


#topnav { margin: 0; padding: 0; }
#topnav li { display: inline; }
#topnav li a { float: left; width: 300px; height: 0; padding-top: 100px; overflow: hidden; }
#topnav #product { background-image: url(./images/topmenu1.jpg);  background-repeat: no-repeat; }
#topnav #support { background-image: url(./images/topmenu2.jpg);  background-repeat: no-repeat; }
#topnav #company { background-image: url(./images/topmenu3.jpg);  background-repeat: no-repeat; }





