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

html {
       overflow-y: scroll;
	   min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	background-color: rgb(20,20,20);
	background-image: url(Images/bg_gradient.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #CCC;
	text-decoration: none;
}


img {
	border-style: none;


}

	

a:hover, a:active, a:focus {
	color: #141414;
}
.container {
	background-color: rgb(47,47,47);
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	height: 2600px;




}

.left {
	width: 45%;
	position: relative;
	float:left;
	padding: 10px;
	margin: 0px;
	text-indent: 0px;
	left: 10px;
}
.right {
	width: 45%;
	position: relative;
	float:right;
	padding: 10px;
	margin: 0px;
	text-indent: 0px;
	right: 40px;

}
.home {
	display: inline-block;
	width: 116px;
	height: 37px;
	text-indent: -99999;
	background-image: url(Images/navbar_home.gif);
	background-position: top;
	border-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.home:hover {
	background-position: 0 bottom;
}

.download {
	display: inline-block;
	width: 116px;
	height: 37px;
	text-indent: -99999;
	background-image: url(Images/navbar_download.gif);
	background-position: top;
	border-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.download:hover {
	background-position: 0 bottom;
}

.videos {
	display: inline-block;
	width: 116px;
	height: 37px;
	text-indent: -99999;
	background-image: url(Images/navbar_videos.gif);
	background-position: top;
	border-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.videos:hover {
	background-position: 0 bottom;
}

.help {
	display: inline-block;
	width: 116px;
	height: 37px;
	text-indent: -99999;
	background-image: url(Images/navbar_help.gif);
	background-position: top;
	border-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.help:hover {
	background-position: 0 bottom;
}
.contact {
	display: inline-block;
	width: 116px;
	height: 37px;
	text-indent: -99999;
	background-image: url(Images/navbar_contact.gif);
	background-position: top;
	border-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.contact:hover {
	background-position: 0 bottom;
}

img.fade {
  opacity: 1;
  -webkit-transition: opacity .04s linear;

}

img.fade:hover {
  opacity: .7;

}

img.fade2 {
  opacity: 1;
  -webkit-transition: opacity .04s linear;

}

img.fade2:hover {
  opacity: .9;

}

img:only-child {
  background-color: #000 !important;
}

