/* CSS Document */

body {
	background-color: #372d35;
	margin-top: 1px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/body-bg.gif);
	background-repeat: repeat-x;
}

#top-menu {
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height: 98px;
}

	#top-menu ul {
		height: 98px;
		float:left;
	}

	#top-menu ul li {
		float:left;
		height: 98px;
	}

	#top-menu ul li a {
		line-height: 98px;
		background-image:url(../images/menu-bg.jpg);
		background-repeat:repeat-x;
		background-position:top;
		border-left: 1px solid #000000;
		height: 98px;
		font-weight: bold;
		color: #91918f;
		font-size: 14px;
		width: 80px;
		text-align: center;
		display: block;
	}
	
	#top-menu ul li a:hover, #top-menu ul .sel {
		background-image:url(../images/menu-bg-on.jpg);
		background-repeat:repeat-x;
		background-position:top;
		color: #cfcfcf;
	}
	
		.menu-right {
			border-right: 1px solid #000000;
		}

	#top-menu #top-phone-holder {
		width: 178px;
		min-width: 178px;
		float: left;
	}	
	#top-menu #top-phone-holder #top-phone {
		margin-top: 39px;
		margin-left: 39px;
	}
		
	#top-menu #top-logo-holder {
		float: left;
		width: 340px;
		min-width: 340px;
	}
	#top-menu #top-nudge-holder {
		float: left;
		width: 70px;
		min-width: 70px;
	}
	#top-menu #top-logo-holder #top-logo{
		margin-left: 29px;
		margin-top: 29px;
	}
		
	#mid #mid-image-holder {
		width: 334px;
		height: 300px;
		float: left;
		margin-right: 27px;
	}
	
	html > body #mid #mid-image-holder {
		height: auto;
		min-height: 300px;
	}
	
		#mid #home-image {
			float: right;
			margin-top: 80px;
		}
		#mid #home-logo {
			float: left;
			margin-top: 160px;
			margin-left: 90px;
		}
	
	#mid #mid-content {
		float: left;
		width: 500px;
		font-size: 12px;
		line-height: 18px;
		color: #bebec0;
	}
	
	#mid div label {
		display: block;
		margin-top: 10px;
	}
	
	#mid div {
		margin-bottom: 10px;
	}
	
	#mid div .input, #mid div textarea {
		background-color: #949590!important;
		border: 1px solid #d7d7d5;
		color: #fff;
		width:  300px;
	}
	
	#mid div textarea {
		height: 80px;
	}
	
	#mid div .submit {
		background-color: #949590;
		border: 1px solid #d7d7d5;
		color: #fff;
	}
	
		#mid #mid-content h1 {
			margin-bottom: 20px;
		}
		#mid #mid-content h2 {
			font-weight: bold;
			color: #fff;
		}
		#mid #mid-content p {
			margin-top: 10px;
			margin-bottom: 10px;
		}
		#mid #mid-content a {
			color: #bebec0;
		}		
		#mid #mid-content a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#mid #mid-content ul {
			list-style: disc;
			padding-left: 20px;
		}
		#mid #mid-content ul li {
			padding-top: 2px;
			padding-bottom: 2px;
		}
		
#gallery {
	clear: both;
	width:1000px;
}

#gallery a {
	display:block;
	float: left;
	height:72px;
	width:105px;
	overflow:hidden;
	padding:4px;
}


#gallery a img{border: 4px solid black;}
#gallery a:hover img{border: 4px solid white;}


#copyright {
	clear: both;
	padding-left: 364px;
	font-size: 10px;
	color: #bebec0;
}

	#copyright a {
		color: #bebec0;
	}
	#copyright a:hover {
		color: #fff;
		text-decoration:underline;
	}

.home_copyright{
	margin-top:-20px;
	padding-left: 100px!important;
}

.home_copyright a{color:#999!important;}

#nav22 a{
	width:140px!important;
}

#top-phone{
	margin:0 0 0 29px;
}