/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image:url(/images/header.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
}
#gm-brand, #gm-search{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#gm-brand{	height: 83px; }
#gm-brand img { margin-top: 24px; }
#gm-search{
	margin-top: 12px;
	text-align: right;
}

#gm-search label{
	position: absolute;
	left: -9000px;
}
#gm-search input{ width: 100px; }
#gm-search button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0 12px 0 0;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}

#gm-nav1{
	height: 84px;
	overflow: hidden;
	margin-left: 460px;
	margin-bottom: 12px;
	position: relative;
}
#gm-nav1 ul, #gm-nav1 ul li{
	margin: 0;
	padding: 0;
}
#gm-nav1 ul{
	position: absolute;
	bottom: 0px;
}
#gm-nav1 ul li{
	float: left;
	display: inline;
}
#gm-nav1 ul li a{
	padding: 8px 20px;
	display: block;
	text-decoration: none;
}
#gm-nav1 ul li a:link, #gm-nav1 ul li a:visited{
	background: #222 url(/images/menu.jpg) top left repeat-x;
	color: #ddd;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
#gm-nav1 ul li a:hover, #gm-nav1 ul li a:active{
	background: #333 url(/images/menu.jpg) 0 -100px repeat-x;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
}
#gm-nav1 ul li.current a:link, #gm-nav1 ul li.current a:visited{
	background: #d70606 url(/images/menu_current.jpg) top left repeat-x;
	color: #fff;
	border-left: 1px solid #d70606;
	border-top: 1px solid #d70606;
}

#gm-footer{
	clear: both;
	background: #000 url(/images/header.jpg) repeat-x;
	border-top: 2px solid #D70606;
	color: #fff;
	margin: 0;
	padding: 0 80px;
	text-align: center;
	font-size: 80%;
	min-height: 34px;
}
#gm-footer p{
	padding: 10px;
	margin: 0;
	font-weight: bold;
}
#gm-footer p.up{
	float: right;
}
#gm-footer p.up a{
	padding-right: 20px;
	background: url(/images/top.gif) top right no-repeat;
}
#gm-footer a:link, #gm-footer a:visited{
	color: #ddd;
	text-decoration: underline;
}
#gm-footer a:hover, #gm-footer a:active{
	color: #fff;
	text-decoration: none;
}
