﻿.gHeader{
	background-image: url(../images/line.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.gTopLogo{
	background-image: url(../images/top.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ffffff;
	
	height: 72px;
	width: 252px;
	margin-left: 80px;
	
	float:left;
}

.gBottomLogo{
	background-image: url(../images/bottom.gif);
	background-repeat:no-repeat;
	height: 22px;
	margin-left: 160px;
	padding-top: 2px;
	padding-left: 132px;
	clear: both;
}

.gBottomLogo img, .gBottomLogo div{
	float:left;
}

.gSitemap span{
	color: #ffffff;
	text-transform:uppercase;
	font-size: 15px;
	font-weight:bold;
	background-color: #838281;
	display:block;
	float:left;
	padding-top:1px;
	height:19px;
}
.gSitemap img{
	display:none;
}
.gSitemap a{
	color: #ffffff;
	text-decoration:none;
}

.gMenu{
	margin-left: 40px;
	margin-top: 44px;
	overflow:hidden;
	float:left;
}

div.gMenuItem{
	display:block;
}
div.gMenuItem_selectable img,
div.gMenuItem_selectable div{
	cursor:pointer;
}

div.gMenuItem_notSelectable img,
div.gMenuItem_notSelectable div{
	cursor:default;
}

div.gMenuItem img{
	float:left;
	border:none;
}
div.gMenuItem div{
	float:left;
	background-color: #e77817;
	color:#ffffff;
	font-weight:bold;
	font-size: 15px;
	height: 19px;
	padding-top:1px;
}

.gContainer{
	border-top:1px solid #e77817;
	border-bottom:1px solid #e77817;
	padding:0px;
}

.gContent{
	border-left:1px solid #e77817;
	border-right:1px solid #e77817;
	padding-left:40px;
	width:940px;
	margin:auto;
	background: transparent url(../images/logo.gif) no-repeat center center;
	min-height: 385px;
}
.gContentInner{
	padding: 20px 20px 20px 0px;
}
.gFooter{
	background: transparent url(../images/bg_foot.jpg) repeat-x top left;
	clear:both;
	}
.gFooterInner{
	padding-top:8px;
	margin-left: 80px;
	padding-bottom:16px;
}
