@import url("reset.css");
@import url("forms.css");

body {
	font-family: Arial, Sans-serif;
	font-size: .8em;
	color: #ffffff;
	background: url('../images/stripes.jpg') top center repeat;	
	line-height: 1.35em;
}
#top {
	position: relative;
	display:block;
	height: 213px;
}
#icons {
	position: absolute;
	top: 33px;
	left: 789px;
	z-index: 100;
}
#container {
	position: relative;
	display: block;
	width: 950px;
	margin: 0 auto;
}
#nav {
	position: relative;
	margin: 0 auto;
	display: block;
	height: 28px;
	width: 839px;
}
#nav li {
	float: left;
}
ol, ul {
	list-style: none;
}
#nav span {
	display: none;
}
#nav a {
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
}
#nav a:hover {
	background-position: bottom center;
}

#base {
	background-image: url(../images/base.gif);
	width: 140px;
	height: 28px;
}
#about {
	background-image: url(../images/about.gif);
	width: 140px;
	height: 28px;
}
#services {
	background-image: url(../images/services.gif);
	width: 140px;
	height: 28px;
}
#quote {
	background-image: url(../images/quote.gif);
	width: 139px;
	height: 28px;
}
#projects {
	background-image: url(../images/projects.gif);
	width: 140px;
	height: 28px;
}
#contact {
	background-image: url(../images/contact.gif);
	width: 140px;
	height: 28px;
}
#main {
	position: relative;
	display:block;
	/*min-height: 213px;*/
	background: url('../images/topstripes.jpg') top center repeat-x #231F20;
}
#mainbottom {
	position: absolute;
	height: 22px;
	bottom: 0px;
	width: 100%;
	background:url('../images/bottomstripes.jpg') bottom center repeat-x;
}
#content {
	color: #ffffff;
	padding: 55px 75px;
	min-height: 213px;
	text-align: left;
	
}
#nav {
	position: relative;
	margin: 0 auto;
	display: block;
	height: 28px;
	width: 839px;
}
#servicearea {
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 60px 0 40px 0;
	width: 836px;
	
}
#servicenav {
	display: block;
	width: 207px;
	float: left;
	background: url('../images/servicebuttonbg.jpg') top center repeat-y;
	z-index:600;
	position:absolute;
}
#servicenav li {
	float: left;
}
ol, ul {
	list-style: none;
}
#servicenav span {
	
}
#servicenav a {
	display: block;
	background-image: url('../images/service1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 207px;
	height: 40px;
	color: #ffffff;
	z-index:800;
}
#servicenav a:hover {
	background-image: url('../images/service2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#servicebutton {
	width: 207px;
	height: 40px;
}
#servicecontent {
	width: 836px;
	
	background: url('../images/servicebg.jpg') top right repeat-y;
	height: 480px;
	position: relative;
	z-index:500;
	overflow: hidden;
}
#servicetop {
	position: absolute;
	top: 0px;
	right: 0px;
	
}
#servicebottom {
	position: absolute;
	bottom: 0px;
	right: 0px;
	
}
#servicetext {
	padding: 30px 30px 30px 242px;
	color: #ffffff;
	height: 400px;
	overflow: auto;
}
#serviceelev {
	position: absolute;
	bottom: 10px;
	right: 0px;
}
#imageblock {
	/*border: 1px solid #000000;*/
	margin: 6px 12px 6px 0px;
	float: left;
	line-height: .9em;
	
}
#imageblock a {
	font-size: .8em;
	color: #ffffff;
}
#image {
	border: 1px solid #000000;
	margin-bottom: 3px;
}

#footer {
	position: relative;
	display: block;
	height: 200px;
}


#login {
	position: absolute;
	display: block;
	height: 28px;
	width: 140px;
	top: 0px;
	right: 50px;
}
#login span {
	display: none;
}
#login a {
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
}
#login a:hover {
	background-position: bottom center;
}

#loginbut {
	background-image: url(../images/login.gif);
	width: 140px;
	height: 28px;
}


#address {
	color: #000000;
	padding: 15px 95px;
	height: 40px;
	text-align: center;
	font-size: .95em;
	
	
}


#twofish {
	position: absolute;
	top: 70px;
	left: 70px;
}
#copy {
	font-family: Arial;
	position: absolute;
	text-align: right;
	top: 70px;
	left: 145px;
	color: #000000;
	font-size: .8em;
}

a {
	color: #DD6800;
	text-decoration: none;
}
a:visited {
	color: #DD6800;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	color: #DD6800;
	font-weight: bold;
	font-size: 1.4em;
	padding: 6px 0px 10px 0px;
	margin: 0px;
}
h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px 0px 3px 0px;
	margin: 0px;
}
h3 {
	color: black;
	font-weight: bold;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
h4 {
	color: #F7991F;
	font-weight: normal;
	font-size: 4.6em;
	padding: 17px 3px 8px 0px;
	float: left;
	font-family: Times, Serif;
}
.large {
	font-size: 1.55em;
}
.bigger {
	font-size: 1.20em;
}
.italics {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
p {
	margin-top: 3px;
	margin-bottom: 12px;
}
ul.outside {
	list-style-position:outside;
	list-style-type:disc;
	padding-left:13px;
}
.outside li {
	margin-top: 10px;
	margin-bottom: 10px;
}	
