* {
	margin: 0;
	padding: 0;
}

html, body, #wrapper {
    min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0;
    padding: 0;
}

html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}

body {
	color: #666;
	font-size: 0.8em;
	background: black;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a, a:visited {
	text-decoration : none;
	color: #333;
	outline:none;  
}

a:hover {
	text-decoration : underline;
}

img {
	border: none;
}


h1 { 
	font-size : 250%;     
	background-color : transparent; 
	margin: 10px 0px;
	font-family: Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

h2 { 
	font-size : 200%;     
	background-color : transparent; 
	margin: 8px 0px;
	font-family: Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

h3 { 
	font-size : 175%;     
	background-color : transparent; 
	margin: 6px 0px;
	font-family: Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
h4 { 
	font-size : 130%;     
	background-color : transparent; 
	margin: 5px 0px;
	font-family: Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

h5 { 
	font-size : 110%;     
	background-color : transparent; 
	margin: 5px 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 940px;
	height: 100%;
	background: url('pgvertbg-trans.png') repeat-y;
}

#wrapperh {
	margin: 0 auto;
	text-align: left;
	width: 940px;
	height: 100%;
	background: transparent;
}

#main {

	height: 100%;
	min-height: 640px;
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 140%;
	width: 100%;
	background-repeat: no-repeat;
}

#mainh {
	height: 100%;
	min-height: 640px;
	position: relative;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 140%;
	width: 100%;
	background: transparent;
}

#Banner {
	float: left;
	text-align: center;
	height: 100px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#Logo {
	text-align: left;
	margin: 0;
	width:290px;
	height: auto;
/*	position:absolute;
	z-index: -1;			*/
	z-index:10;
	float: right;
}

#Logo img {
	margin-bottom: 50px;
}

#Nav {
	font-family: Arial, Verdana, Tahoma, Geneva, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #B3B3B3;
	float:left;

}

#Nav a, #Nav a:visited {
	color: #B3B3B3;
	text-decoration:none;
}

#Nav a:hover {
	color: #333;
	text-decoration: underline;
}

#homenav {
	font-family: Arial, Verdana, Tahoma, Geneva, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #B3B3B3;
}

#homenav a, #homenav a:visited {
	color: #B3B3B3;
	text-decoration: none;
}

#homenav a:hover {
	color: #000;
	text-decoration: underline;
}
#topNav {

    font-family: Arial, Verdana, Tahoma, Geneva, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #B3B3B3;
	float:left;
}
#Row3 {
	clear: both;
	height: auto;
	margin: 15px auto;
}

#ProdContent {
	width: 480px;
	height: 380px;
	text-align: left;
	margin-left: 109px;
	margin-top: 102px;
	overflow: hidden;
	background-color: transparent;
	z-index: 100;
}

#ProdImage {
	width: 37%;
	height: auto;
	text-align: left;
	margin: 12px;
	float: left;
}

#ProdContent2 {
	width: 58%;
	height: 295px;
	float:left;
	text-align:left;
	margin: 2px 10px 12px 0;
/*	border: 1px solid #D8D8D8;
	padding: 5px;
	background-color: #E9E9E9;		*/
}

#ProdReel {
	width: 230px;
	height: auto;
	float:left;
	text-align:left;
	margin:12px 20px 12px 0;
}

#EditContent {
	width: 480px;
	height: 380px;
	text-align: left;
	margin-left: 109px;
	margin-top: 102px;
	overflow: hidden;
	background-color: transparent;
	z-index: 100;
}

#EditImage {
	width: 75%;
	height: 400px;
	text-align: left;
	float: left;
	margin: 10px 0;
}

#EditContent2 {
	width: 180px;	
/*	height: 295px;					*/
	float:left;
	text-align:left;
	margin: 10px 10px 12px 0;
/*	border: 1px solid #D8D8D8;
	padding: 5px;
	background-color: #E9E9E9;		*/
}

#GraphContent {
	width: 480px;
	height: 380px;
	text-align: left;
	margin-left: 109px;
	margin-top: 102px;
	overflow: hidden;
	background-color: transparent;
	z-index: 100;
}

#AudioContent {
	width: 480px;
	height: 380px;
	text-align: left;
	margin-left: 109px;
	margin-top: 102px;
	overflow: hidden;
	background-color: transparent;
	z-index: 100;
}

.content_box {
	width: 100%;
	margin: 10px 0;
}

.content_box img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.VNav {
	font-family: Arial, Verdana, Tahoma, Geneva, sans-serif;
	width: 165px;
	float: right;
	padding: 5px;
	line-height: 300%;

}

.VNav a, .VNav a:visited {
	color: #b9b9b9;
}

.VNav a:hover {
	color: #333;
	text-decoration: underline;
}

.left {
	width: 50%;
	position: relative;
	float: left;
}

.right {
	width: 50%;
	position: relative;
	float: right;
}

.borderondotted {
	border: red 1px dotted;
}

.borderondashed {
	border: red 1px dashed;
}

.borderonsolid {
	border: red 1px solid;
}

.borderworking {
	margin: 5px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 4px solid;
}

.errortext { 
	color : #BF1818; 
	font-weight : bold; 
}

.activew {
	color: #FFF;
}

.activew a, .activew a:visited, .activew a:hover {
	color: #FFF;
}

.activeb {
	color: #666;
}

.activeb a, .activeb a:visited, .activeb a:hover {
	color: #000;
}

.activeg {
	color: #333;
}

.activeg a, .activeg a:visited, .activeg a:hover {
	color: #333;
}

.activer {
	color: #500000;
}

.activer a, .activer a:visited, .activer a:hover {
	color: #500000;
}

.EditContent {
	width: 490px;
	height: auto;
	text-align: left;
	margin-left: 191px;
}

.ProdContent {
	width: 750px;
	height: auto;
	text-align: left;
	margin-left: 12px;
}

#playButton {
    margin-left:28px;
    margin-top:120px;
}

#playButton img {
    border: 2px #333 solid;
}

#screenshot {
    margin-left:27px;
    margin-top:300px;
}

#location {
font-size: 0.95em;
}

#galleryWrapper img {
	border: 2px #333 solid;
}

#galleryWrapper {
    margin-top:300px;
    margin-left:28px;
