@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
}
.wrap {
	width: 804px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.header {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
}
.nav {
	width: 504px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bgstuff_03.png);
	background-position: right top;
	height: 64px;
	background-repeat: no-repeat;
	clear: both;
	padding-left: 300px;
}
.nav ul {
	color: #FFF;
	list-style-type: none;
	width: 100%;
	text-align: center;
	padding-top: 23px;
}
.nav ul li {
	color: #FFF;
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}

.nav ul a {
	color: #FFF;
	text-decoration: none;
}
.nav ul a:hover {
	color: #FFF;
	text-decoration: underline;
}

.content {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bgstuff_05.png);
	background-repeat: repeat-y;
}

.content .servicelist {
	list-style-type: none;
	padding-left: 15px;
	padding-top: 15px;
	width: 200px;
}
.content .left {
	width: 300px;
	float: left;
}
.content .right {
	width: 300px;
	float: left;
	clear: right;
}
.content .right-content {
	font-size: 14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.address-block h1 {
	font-size: 120%;
	color: #FFF;
}
.address-block h2 {
	font-weight: normal;
	color: #FFF;
	font-size: 100%;
	font-style: italic;
}
.address-block h3 {
	font-size: 100%;
	color: #FFF;
}




.bottomshadow {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bgstuff_07.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	clear: both;
}
.footer {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#services {
	padding-left: 15px;
}

#services li {
	font-size: 90%;
	line-height: 20px;
	margin-bottom: 5px;
}
#applications {
	padding-top: 20px;
	padding-left: 20px;
	list-style-type: none;
	padding-bottom: 10px;
}

#applications li {
	font-size: 90%;
	line-height: 24px;
	list-style-type: none;
}
#applications a {
	color: #333;
	text-decoration: none;
}
#applications a:hover {
	color: #333;
	text-decoration: underline;
}

