a:link {color: #0079BE}
a:visited {color: #0079BE}
a:hover {color:white;}

html {
	font-family: sans-serif;
}

body {
	background-color: black;
	margin:5px;
}

hr {
	position: relative;
	left: -6px;
	color: black;
	height: 10px;
	border-top: 1px #0079BE solid;
	border-bottom: 1px #0079BE solid;
	border-right: 1px #0079BE solid;
	border-left: 1px #000000 solid;
}

#title {
	color:#0079BE;
}

#logo {
	display:inline;
	float:left;
}

#slogan {
	position:absolute;
	right:20px;
	color:#cccc00;
	font-style: italic;
	font-size:.8em;
	font-weight: bold;
	list-style:none;
	display:inline;
}

#header {
	position:relative;
	background-color: black;
	height: 150px;
	border-right: 1px #0079BE solid;
	border-bottom: 1px #0079BE solid;
	padding:5px;
	width:95%;
}

#navigation {
	position:relative;
	z-index:1;
	margin:10px;
	height:30px;
}

.nav {
	margin:5px;
	background-color: black;
	float:left;
	padding:0px;
	text-align:center;
	border: 1px #0079BE solid;
}

a.navLink, a.navLink:visited {
	width:100px;
	display:block;
	background:#0079BE;
	color:black;
	border:1px solid #000;
	padding:2px;
	text-decoration:none;
	text-align:center;
}

a.navLink:hover {
	background:#000;
	color:white;
}

a.navLoc, a.navLoc:visited {
	width:100px;
	display:block;
	background:black;
	color:white;
	padding:2px;
	border:1px solid black;
	text-decoration:none;
	text-align:center;
}

a.navLoc:hover {
	background:#0079be;
	color:black;
}

#contentBorder {
	position:relative;
	width: 95%;
	height:500px;
	padding:0px;
	background-color: black;
}
#content {
	width:100%;
	color:white;
	border-top: 1px solid #0079BE;
	border-left: 1px solid #0079BE;
	border-bottom:1px solid #0079be;
	padding:5px;
	background-color: #000;
}
.copy {
	display:block;
	text-align:right;
	padding:10px;
	background-color: black;
	color:white;
	margin-top:-1px;
	margin-right:-11px;
	border-top: 1px solid #0079BE;
	border-right: 1px solid #0079BE;
	font-weight:bold;
}

#product_nav{
	position:relative;
	float:right;
	z-index:1;
	background-color:black;
	padding:5px;
	margin-top:-6px;
	margin-right:-5px;
	margin-bottom:0px;
	border-bottom: 1px solid #0079BE;
	border-left: 1px solid #0079BE;
	border-right: 1px solid #0079be;
	list-style:none;
	text-align:right;
}

a.productLink, a.productLink:visited {
	font-size:.8em;
	position:relative;
	display:block;
	color:white;
	border:1px solid #000;
	padding:0px;
	margin:0px;
	text-decoration:none;
	width:130px;
}

a.productLink:hover {
	background:#0079be;
	color:black;
}

.contact-prefix {
	color:#0079BE;
	margin-right:5px;
	font-weight:bold;
}
.contact-address h1 {
	margin:0px;
}
.contact-address ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.contact-address {
	padding:25px;
}

.about {
	padding-left:20px;
}
.about p {
	color:#ccc;
}
.about b {
	color:white;
}
.about ul, em {
	color:#0079BE;
}
.about ul {
	list-style: square;
}

.about em, li {
	font-weight:bold;
}

#thumb-block {
	float:left;
	width: 710px;
}

#thumb {
	float:left;
	border:1px solid #0079be;
	margin: 5px;
	padding: 5px;
	height: 250px;
	width: 210px;
	text-align:center;
}

#thumb ul {
	text-align:left;
}
