﻿/* Humanoid Productions*/
/* Body */
* {
	margin: 0;
	padding: 0;
}
* html div#wrapper {
	overflow: visible;
	height: 100%;
}
body {
	background: #090909;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #6E98A1;
	text-align: left;
}
div#wrapper {
	margin: 0 auto 0;
	min-width: 980px;
}
div#push {
	clear: both;
}
body a:link {
	color: #8FAFB6;
	text-decoration: underline;
}
body a:visited {
	color: #8FAFB6;
	text-decoration: underline;
}
body a:focus, body a:hover {
	color: #27B9D8;
}
body a:active {
	color: #8DC0CD;
}
img {
	border-style: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.quote {
	text-align: right;
}
/* End Body */
/* Header */
#container {
	background-color: black;
}
#header {
	width: 980px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 30px 0;
}
/* End Header */
/* Navigation */
#navbar {
	background-image: url('images/navbar.gif');
	background-repeat: repeat-x;
	border-top: 1px #323232 solid;
	border-bottom: 1px #323232 solid;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #8FAFB6;
	text-align: center;
	text-transform: uppercase;
}
#navbar a:link, #navbar a:visited {
	color: #8FAFB6;
	text-decoration: none;
}
#navbar a:focus, #navbar a:hover {
	color: #27B9D8;
}
#navbar a:active {
	color: #8DC0CD;
}
ul.navbar {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0px;
}
ul.navbar li {
	display: inline;
}
ul.navbar li:first-child:before {
	content: "";
}
ul.navbar li:before {
	content: "|";
}
ul.navbar li a {
	outline: none;
	padding: 0px 30px 0px 30px;
}
/* End Navigation */
/*Service Links */
#servleft {
	width: 175px;
	float: left;
	overflow: visible;
}
#servright {
	width: 175px;
	float: right;
	overflow: visible;
}
.linktext {
	background-image: url('images/bgimg1.gif');
	background-repeat: no-repeat;
	height: 46px;
	width: 175px;

	
}
.linktext2 {
	background-image: ;
	background-repeat: no-repeat;
	height: 46px;
	width: 175px;
	border-bottom-color:Grey;
    border-bottom-style: groove ;
}
.linktext a:link, .linktext a:visited {
	display: block;
	height: 30px;
	width: 168px;
	padding: 16px 0 0px 7px;
	text-decoration: none;
}
.linktext a:focus, .linktext a:hover {
	display: block;
	background-image: url('images/bgimg2.gif');
	background-repeat: no-repeat;
	color: #27B9D8;
	text-decoration: none;
}
.linkimg {
	margin-bottom: 10px;
}
/* End Service Links */
/* Content */
#main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
}
.content_title {
	background: #0e0e0e;
	border: 1px #323232 solid;
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 8px 10px 8px 10px;
}
.content_title a:active, .content_title a:hover {
	color: #6E98A1;
}
.content {
	background: #0e0e0e;
	border: 1px #323232 solid;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 20px 20px 20px 20px;
	overflow: auto;
}
.imgbox {
	background: #0e0e0e;
	border: 1px #323232 solid;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
}
.imgleft {
	float: left;
	margin: 0 22px 10px 0;
}
.imgright {
	float: right;
	margin: 0 0 10px 22px;
}
.textindent {
	padding: 10px 0px 10px 25px;
}
.flashvideo {
	background: #0e0e0e;
	border: 1px #323232 solid;
	width: 595px;
	height: 337px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding:15px 0 3px 15px;
	overflow: auto;
}
.flashvideo2 {
	background: #0e0e0e;
	border: 1px #323232 solid;
	width: 640px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 2px 2px 2px 2px;
	overflow: auto;
}
/* End Content */
/* Footer - footer and footer navigation*/
#footer {
	background: #000000;
	border-top: 1px #323232 solid;
	border-bottom: 1px #323232 solid;
	text-align: center;
	line-height: 20px;
	padding-bottom: 10px;
}
ul.footer_nav {
	list-style-type: none;
	padding: 10px;
}
ul.footer_nav li {
	display: inline;
}
ul.footer_nav li:first-child:before {
	content: "";
}
ul.footer_nav li:before {
	content: "|";
}
ul.footer_nav li a {
	outline: none;
	padding: 0px 10px 0px 10px;
}
.copyright {
	margin-bottom: 10px;
}
/* End Footer */
