/* CSS by: Rob Salaman */
/* general content */

body {
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-style: italic;
	font-family: Georgia, Times New Roman;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #66ccff;
}


a img {
	padding: 0px;
	margin: 2px;
	border: 0px;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

a:hover img {
	border-bottom: 0px;
	opacity: 1;
	filter:alpha(opacity=100);
}

textarea {
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, Times New Roman;
	padding: 5px;
 	width: 950px;
	height: 60px;
}

#top {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#top #logo {
	margin: 20px 0px 0px 0px;
	text-align: center;
	width: 277px;
	float: left;
}

#top #links {
	margin: 0px 0px 0px 20px;
	font-size: 72px;
	text-align: right;
	width: 663px;
	float: left;
	background: none;
}

#top #links a {
	font-size: 20px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	background: 0px;
	color: #999999;
	text-decoration: none;
}

#top #links a:hover {
	color: #666666;
	border-bottom: 0px;
}

/* home content */

#banner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#banner #the-banner {
	text-align: right;
	padding: 300px 100px 0px 0px;
	width: 850px;
	height: 50px;
	background: #ffffff url('../images/banner.jpg');
	border: 5px solid #999999;
	position: relative;
	top: 100px;
}

#banner #the-banner a {
	color: #666666;
	text-decoration: none;
}

#banner #the-banner a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
}

#holder {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

#holder #split {
	position: relative;
	bottom: -110px;
}

#holder #split2 {
	text-align: left;
	position: relative;
	bottom: -110px;
}

ul {
	list-style: none;
	display: inline;
}

li {
	list-style: none;
	display: inline;
}

#footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#footer #copyright {
	position: relative;
	bottom: -120px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-top: 2px solid #999999;
}


ul {
	margin: 0px;
	padding: 0px;
	diplay: inline;
	list-style: none;
}

li {
	display: inline;
	list-style: none;
}

#menu {
	z-index: 300;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	diplay: block;  
}

#menu p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

#menu ul .item {
	display:none;
}

#menu ul:hover .item {
	position: fixed;
	bottom: 40px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	text-align: left;
	padding: 3px;
	display:block;
	border: 1px solid #000000;
	background: #ffffff; 
}

/* about, services, contact content */

#box-1 {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#box-1 .the-box {
	border: 0px 0px 5px 0px;
	color: #666666;
	top: 110px;
	position: relative;
	width: 938px;
	padding: 10px;
	border: 1px solid #666666;
	background: #eeeeee;
}

#box-1 .the-box {
	margin: 0px 0px 5px 0px;
	color: #666666;
	width: 938px;
	padding: 10px;
	border: 1px solid #666666;
	background: #eeeeee;
}

#box-1 .the-box:hover {
	margin: 0px 0px 5px 0px;
	color: #000000;
	width: 938px;
	padding: 10px;
	border: 1px solid #000000;
	background: #ffffff;
}

#about-banner {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

#about-banner #banner-about {
	height: 350px;
	position: relative;
	top: 100px;
	background: url('../images/banner-about.jpg');
	width: 950px;
	border: 5px solid #999999;
}

#services-banner {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

#services-banner #banner-services {
	height: 350px;
	position: relative;
	top: 100px;
	background: url('../images/banner-services.jpg');
	width: 950px;
	border: 5px solid #999999;
}

#photo-banner {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

#photo-banner #banner-photo {
	height: 350px;
	position: relative;
	top: 100px;
	background: url('../images/banner-photo.jpg');
	width: 950px;
	border: 5px solid #999999;
}

h1 {
	margin: 0px;
	padding: 1px;
	font-size: 25px;
}

