/* GILD custom CSS Document */

a img{
border: none;
}

body{
	background: #1A1A1A repeat-x url(images/bg_body.jpg) left top;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	color: #766D68;
	letter-spacing: .1em;
}
	
.frame{
	width: 960px;
	height: 640px;
	border: 10px solid white;
	margin: 60px auto 0px;
	position: relative;
}

#home_frame{
	background: no-repeat url(/images/bg_home.jpg) left top;
}

#about_frame{
	background: no-repeat url(/images/bg_about.jpg) left top;
}

#services_frame{
	background: no-repeat url(/images/bg_services.jpg) left top;
}

#header{
	background: no-repeat url(images/bg_header.jpg) left top;
	width: 970px;
	height: 160px;
}

h1#homelink{
	height: 160px;
	position: absolute;
	top: 500px;
	right: 140px;
}



#nav{
	width: 200px; 
	position: absolute;
}

.home_nav{
	left: 570px;
	top: 100px;
}

.about_nav{
	left: 30px;
	top: 100px;
}

.services_nav{
	left: 30px;
	top: 90px;
	background: black;
	border: 10px solid black;
}

#nav ul li a{
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	display: block;
}

#nav ul li a{
	padding: 2px 0px 4px 0px;
	display: block;
}

#nav ul li a:hover{
	background: #635950;
}

#nav ul li ul{
	display: block;
	margin-left: 20px;
	}

#nav ul li ul li{
	display: block;
	clear: both;
	width: 180px;
}

#nav ul li ul li a{
	display: block;
	color: white;
	width: 180px;
	text-decoration: none;
	padding: 2px 0px 4px 0px;
}

#nav ul li ul li a:hover{
	background: #AA7A16;
}

/*
#home_nav ul li ul{
	display: none;
}

#home_nav ul li:hover ul{
	display: block;
	margin-left: 20px;
}

#home_nav ul li:hover ul li{
	display: block;
	clear: both;
	width: 180px;
}

#home_nav ul li:hover ul li a{
	display: block;
	color: white;
	width: 180px;
	text-decoration: none;
	padding: 2px 0px 4px 0px;
	border-bottom: 1px solid black;
}

#home_nav ul li:hover ul li a:hover{
	background: #AA7A16;
}

*/

#about_frame #text{
	width: 400px;
	height: 400px;
	overflow: auto;
	position: absolute;
	left: 500px;
	top: 90px;
}

#services_frame #text{
	width: 400px;
	height: 400px;
	overflow: auto;
	position: absolute;
	background: black;
	left: 500px;
	top: 90px;
	padding: 10px;
	border: 10px solid black;
}

#footer{
	width: 960px;
	margin: 0px auto;
	padding: 10px;
}
