body, div{
	font-family: Tahoma, Arial;
	font-size: 10pt;
	background-color: Transparent;
	padding: 0px;
	margin: 0px;
	border: none;
	color: #ffffff;
}
html
{
overflow-x:hidden;	
}
body{
	background-color: #000000;
}

div{
	overflow: hidden;
}

.Container{
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 605px;
}

.Main{
	position: absolute;
	top: 15px;
	left: 136px;
	width: 761px;
	height: 487px;
	overflow: hidden;
}

#Logo{
	position: absolute;
	top: 55px;
	left: 671px;
	width: 226px;
	height: 55px;
}

.DefaultText{
	position: absolute;
	/*right: 873px;*/
	top: 100px;
	width: 737px;
	left: 0px;
	text-align: right;
	
	top:100px;
	left:450px;
	width:300px;
}

#Menu{
	position: absolute;
	top: 502px;
	left: 136px;
	width: 761px;
	height: 86px;
}

#Footer{
	position: absolute;
	top: 588px;
	left: 136px;
	width: 761px;
	text-align: right;
	color: #8c8c8c;
	font-size: 7pt;
	padding-top: 5px;
}

#Footer a{
	color: #8c8c8c;
	text-decoration:none;
}
#Footer a:hover{
	color: #ffffff;
}

.Links a{
	text-decoration: none;
	color: #ffffff;
}
.Links a:hover{
	color: #939598;
}

a img{
	border: none;
}

a{
	text-decoration: underline;
	color: #B2B3B5;
}

a:hover{text-decoration: none;
	/*color: #939598;*/
}

.Hilight, .Highlight, .Error{
	font-weight: bold;
}

.Error{
	color: #ff0000;
}

.SubHead, .PageHead, .PageHeading, .SubHeading,h1{
	font-size: 18pt;
	color: #d7941d;
	font-weight:normal;
}
h1
{
	padding:0px;
	margin:0px;	
	display:inline;
}
.SubHead2, .SubHeading2{
	font-size: 10pt;	
	color: #d7941d;
}

.FormField{
	border: solid 1px #000000;
	font-size: 8pt;
	font-family: Tahoma, Arial;
	color: #000000;
	width: 120px;
}

.AboutSub,.ServicesSub,.LensesSub
{
position:absolute;
top:534px;
	
}
.AboutSub
{
	left:188px;	
}
.ServicesSub
{
	left:243px;	
}
.LensesSub
{
	left:433px;	
}

#Loading
{
    background-color: #000000; 
    width: 455px;
    top: 100px;
    left: 0px;
    height: 387px;
    position: absolute;
    overflow: hidden;
    z-index: 200;
 	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
}

#TeamMain
{
    background-color: #000000; 
    width: 455px;
    top: 100px;
    left: 0px;
    height: 387px;
    position: absolute;
    overflow: hidden;
    z-index: 100;
}

#TeamThumbs
{
    background-color: #303130; 
    width: 303px;
    top: 100px;
    left: 458px;
    height: 387px;
    position: absolute;
    overflow: hidden;
    text-align: center;
}

#TeamThumbs table
{
    margin-top: 5px;
}


.Staff:hover #StaffThumbName
{
 	font-family: Tahoma, Arial;
	font-size: 7pt;
	color: #f7941d;
}   

.Staff #StaffThumbName
{
 	font-family: Tahoma, Arial;
	font-size: 7pt;
	color: #303130;
}   

.StaffName
{
 	font-family: Tahoma, Arial;
	font-size: 11pt;
	color: #f7941d;
}

.StaffPosition
{
 	font-family: Tahoma, Arial;
	font-size: 11pt;
	color: #7e7e7e;
}

.StaffProfile
{
 	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #ffffff;
	line-height: 130%;
}
.Hide
{
	display:none;	
}
