body {
	background: #FFFFFF;
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#site {
	/* min-height: 525px;
	overflow: auto; */
}

#header {
	width: 700px;
	height: 50px;
	bottom: 440px;
	left: 125px;

	position: fixed;
	z-index: 100;
}

#logo {
	width: 250px;
	height: 55px;

	float: left;
}

#logo img {
	display: none;
	position: absolute;
	z-index: 18;
}

#logo img.last-active {
	z-index: 19;
}


#logo img.active {
	display: inline;
	z-index: 20;
}

#menu {
	float: right;
	font-size: 18px;
}

#menu a {
	color: #33ACEF;
	font-weight: normal;
}

#menu a:hover {
	color: #33ACEF;
	font-weight: normal;
}

#menu ul {
	list-style: none outside none;
	margin: 45px 0 0 0;
}

#menu li {
	float: left;
	margin: 0 0 0 15px;
}

#menu li a {
	height: 10px;

	display: block;
	margin: 0 0 0 15px;
}

#menu li a span {
	visibility: hidden;
}

#about-tab {
	width: 49px;
	background: url(/images/about.png) top left no-repeat;
}

#about-tab:hover {
	width: 49px;
	background: url(/images/about.png) bottom left no-repeat!important;
}

#services-tab {
	width: 67px;
	background: url(/images/services.png) top left no-repeat;
}

#services-tab:hover {
	width: 67px;
	background: url(/images/services.png) bottom left no-repeat!important;
}

#portfolio-tab {
	width: 80px;
	background: url(/images/portfolio.png) top left no-repeat;
}

#portfolio-tab:hover {
	width: 80px;
	background: url(/images/portfolio.png) bottom left no-repeat!important;
}

#contact-tab {
	width: 65px;
	background: url(/images/contact.png) top left no-repeat;
}

#contact-tab:hover {
	width: 65px;
	background: url(/images/contact.png) bottom left no-repeat!important;
}

#header-clear {
	height: 0px;
	clear: both;
}

#content {
	width: 6100px;
	height: 425px;
	bottom: 0px;

	position: absolute;
	z-index: 5;
}

#about-frame {
	width: 1525px;
	height: 425px;

	background-image: url(/images/bg-cream.jpg);
	float: left;
}

#about-frame-content {
	width: 700px;
	height: 400px;

	background-color: #FFFFFF;
	border: solid 3px #B0CA3A;
	margin: 0 0 0 125px;
	overflow: auto;
}

#services-frame {
	width: 1525px;
	height: 425px;

	background-image: url(/images/bg-green.jpg);
	float: left;
}

#services-frame-content {
	width: 700px;
	height: 400px;

	background-color: #FFFFFF;
	border: solid 3px #82B4D3;
	margin: 0 0 0 125px;
	overflow: auto;
}

#portfolio-frame {
	width: 1525px;
	height: 425px;

	background-image: url(/images/bg-gray.jpg);
	float: left;
}

#portfolio-frame-content {
	width: 780px;
	height: 400px;

	margin: 0 0 0 85px;
	overflow: hidden;
}

#slider {
	width: 700px;
	height: 400px;

	background-color: #FFFFFF;
	border: solid 3px #D7CFB6;
	margin: 0 auto;
	overflow: hidden;
}

#slider ul, #slider li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#slider li { 
	width: 700px;
	height: 400px;

	overflow: hidden; 
}

#slider li p {
	width: 690px;
	bottom: 25px;

	background-color: #D7CFB6;
	clear: none;
	color: #3C3C3C;
	display: none;
	font-size: 16px;
	margin: 0;
	opacity: .9;
	padding: 5px;
	position: absolute;
	text-align: left;
	z-index: 2;
}

#slider li img {
	z-index: 1;
}

#prevBtn, #nextBtn, #slider1next, #slider1prev { 
	width: 35px;
	height: 50px;
	top: -265px;
	left: 2px;

	display: block;
	position: relative;
	z-index: 1000;
}

#nextBtn, #slider1next { 
	left: 743px;
	margin-top: -50px;
}

#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	width: 35px;
	height: 50px;

	display: block;
	background: url(/images/button-previous.png) no-repeat 0 0;	
	position: relative;
}

#nextBtn a, #slider1next a { 
	background: url(/images/button-next.png) no-repeat 0 0;	
}

#contact-frame {
	width: 1525px;
	height: 425px;

	background-image: url(/images/bg-blue.jpg);
	float: left;
}

#contact-frame-content {
	width: 700px;
	height: 400px;

	background-color: #FFFFFF;
	border: solid 3px #555555;
	margin: 0 0 0 125px;
	overflow: auto;
}

#i-phone-about-nav, #i-phone-services-nav {
	width: 25px;
	height: 50px;
	bottom: 25px;

	background-color: #FFFFFF;
	font-size: 20px;
	position: absolute;
	text-align: center;
	visibility: hidden;
	z-index: 500;
}

#i-phone-about-nav {
	left: 2325px;
}

#i-phone-services-nav {
	left: 3850px;
}

.highlight {
	color: #005FA0;
}

a {
	color: #33ACEF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #33ACEF;
}

a img {
	border: none;
}

p {
	padding: 5px 15px;
}

label {
	color: #555555;
	font-size: 13px;
	font-weight: bold;
}

input, select, textarea {
	border: 2px solid #555555;
	color: #555555;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}
