* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 13px;
}

p {
	line-height: 20px;
}

a {
	color:#FF9900;
	text-decoration:underline;
}

a:hover {
	color:yellow;
	text-decoration:underline;
}

hr {
	display:none;
}

.clear {
	clear: both;
}

.wrapper {
	margin:0 auto;
	width:900px;
}

#main {
	background-color: black;
	background-image: url(../images/bg-top.gif);
	background-position: center top;
	color: white;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	background-repeat: no-repeat;
}

#header {
	background-image: url(../images/bg-nav.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 512px;
	margin: 0 auto;
	height: 47px;
}

#header ul {
	margin:0 auto;
}

#header li {
	list-style-type: none;
	float: left;
}

#header li a {
	color: white;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	display: block;
	padding-top: 13px;
	padding-bottom: 10px;
}

#navhome {
	background-image: url(../images/nav-home.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 76px;
	margin-left: 4px;
}

#navhome:hover, #navhome.selected {
	background-image:url(../images/nav-home-over.png);
}

#navservice {
	background-image: url(../images/nav-service.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 139px;
	margin-left: 2px;
}

#navservice:hover, #navservice.selected {
	background-image:url(../images/nav-service-over.png);
}

#navexperience {
	background-image: url(../images/nav-experience.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 179px;
	margin-left: 2px;
}

#navexperience:hover, #navexperience.selected {
	background-image:url(../images/nav-experience-over.png);
}

#navcontact {
	background-image: url(../images/nav-contact.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 104px;
	margin-left: 2px;
}

#navcontact:hover, #navcontact.selected {
	background-image:url(../images/nav-contact-over.png);
}

#logo {
	width: 780px;
	margin: 0 auto -100px;
	text-align: center;
}

#logoalt {
	width: 780px;
	margin:0 auto;
	text-align: center;
}

#logoimage {
	position: relative;
	z-index: 1337;
	top: -120px;
	overflow: hidden;
}

#logoimagealt {
	margin-top: 45px;
	z-index: 9000;
}

.contentpadding {
	height: 50px;
	clear: both;
}

#content {
	width: 900px;
	margin: 0 auto;
	position:relative;
	z-index:2000;
	top: -50px;
}

#contentleft {
	width: 325px;
	float: left;
	padding-top: 20px;
}

#contentleft h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #990000;
	line-height: 40px;
}

#contentmiddle {
	width: 250px;
	float: left;
	margin-left: 20px;
}

#contentright {
	width: 250px;
	float: right;
	margin-right: 20px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: normal;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF9900;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 20px;
}

#content #sideimg {
	margin-left: 15px;
	margin-bottom: 30px;
}

#contentmiddle h2, #contentright h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: white;
	margin-bottom: 15px;
	font-weight: bold;
}

#contentmiddle h2 a, #contentright h2 a {
	color: white;
	text-decoration:none;
}

#contentmiddle h2 a:hover, #contentright h2 a:hover {
	color: white;
	text-decoration:underline;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 40px;
	color: #333333;
	padding-bottom: 20px;
	
}

#footerleft a, #footerasone a {
	color: #990000 !important;
}

#footerleft a:hover, #footerasone a:hover {
	color: red !important;
}

#footerleft {
	width: 250px;
	float: left;
}

#footerright {
	width: 600px;
	float: right;
	margin-top: 42px;
}

#footerright a {
	color: #333333;
	text-decoration: none;
}

#footerright a:hover {
	color: #990000;
	text-decoration: underline;
}

#footernav {
	color: #990000;
	float: left;
	margin-top: 25px;
}

#footerasone {
	float: right;
	margin-top: 25px;
}

#contactform {
	width: 450px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-top: 2px dashed gray;
	border-bottom: 2px dashed gray;
}
.contactforminput {
	width: 425px;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 13px;
}

.contactformbutton {
	background-color: #FF9900;
	font-weight: bold;
	border-top: 1px solid #FFBA53;
	border-right: 1px solid #D98200;
	border-bottom: 1px solid #D98200;
	border-left: 1px solid #FFBA53;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	padding: 5px;
	cursor: pointer;
}

.contactformbutton:hover {
	background-color: #FFB340;
	font-weight: bold;
	border-top: 1px solid #FFCD82;
	border-right: 1px solid orange;
	border-bottom: 1px solid orange;
	border-left: 1px solid #FFCD82;
}
#flashplayer{margin-top:10px;}
