nav {	
	/*height: 64px;*/
	margin-top: 30px;
	margin-left: 832px;
	position: absolute;
	height: 300px;
	width: 120px;
}
	
nav ul {
	background: #353334; 
	background: linear-gradient(to bottom, #353334 0%, #6B6A6B 100%);  
	background: -moz-linear-gradient(top, #353334 0%, #6B6A6B 100%); 
	background: -webkit-linear-gradient(top, #353334 0%,#6B6A6B 100%); 
	/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
	padding: 0 0px;
	/*border-radius: 10px;*/
	list-style: none;
	position: relative;
	display: inline-table;
}

	nav ul li {
	float: left;
	}
	nav ul li:hover {
		background: #40FF00;
		/*background: linear-gradient(top, #8E0653 0%, #4E3041 40%);
		background: -moz-linear-gradient(top, #8E0653 0%, #4E3041 40%);
		background: -webkit-linear-gradient(top, #8E0653 0%,#4E3041 40%);*/
	}
		nav ul li:hover a {
			color: #000000;
		}
	
	nav ul li a {
		display: block; 
		width: 120px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #A6A5A5; 
		text-decoration: none;
	}

.CopyRigetR {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Gothic, Arial;	
	color: #fff;
	font-size: 12px;
	background: #101010;
	height: 60;
	width: 960;
}
	
.divTable {
    display:table;
    width:auto;
    background-color:#fff;
	margin-left:85px;
	font-size:12px;
    border:1px solid;
    /*border-spacing:5px;cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
}
.divHeader {
    display:table-row;
    width:auto;
	background-color:#2E2E2E;
	color:#fff;
	font-weight:bold;
}
.divRowE {
    display:table-row;
    width:auto;
	background-color:#40FF00;
	color:#000000;
}
.divRowO {
    display:table-row;
    width:auto;
	background-color:#fff;
	color:#000000;
}
.divCell1 {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:80px;
}
.divCell2 {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:80px;
}
.divCell3 {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:150px;
}
.divCell4 {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
    float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:80px;
}

#scroller {
        position: relative;
		width: 510px;
		height: 400px;
		/*background-image: url("images/film.jpg");*/
		margin-top:0px;
		margin-left:489px;
}
    #scroller .innerScrollArea {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    #scroller ul {
        padding: 0;
        margin: 0;
        position: relative;
    }
    #scroller li {
        padding: 0;
        margin: 0;
        list-style-type: none;
        position: absolute;
		margin-top: 20px;
    }

.contacttitle {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	padding-right: 0px;
	text-decoration: underline;
}

.contactsubtitle {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 15px;
	color: #fff;
	padding-left: 20px;
	padding-right: 0px;
}

.contacttext {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
	padding-right: 0px;
	line-height: 120%;
}

/*light box*/

.black_overlay{ 
    display: none; 
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index:1001; 
    -moz-opacity: 0.6;
    opacity:.60; 
    filter: alpha(opacity=60);
} 

.white_content {
    display: none; 
    position: absolute; 
    top: 10%; 
    left: 18%; 
    width: 900px;
    height: 550px; 
    padding: 0px; 
    border: 2px solid black;
    background-color: white; 
    z-index:1002; 
    overflow: auto; 
} 
