body
{
  background:#fff;
  font-family:  Helvetica;
  font-size:11px;
  color:#b0b0b0;
}

.image 
{
  position: absolute;
  top: 40px;
  left: 200px;
  background: #fff;
  width: 750px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center; 
}


.image_text
{
  position: relative;
  top: 20px;
  background: #ffff;
  width: 200px;
  height: 100px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.image_text_osc
{
  position: absolute;
  top: 330px;
  left: -200px;
  background: #fff;
  width: 200px;
  height: 100px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.image_text_ir
{
  position: absolute;
  top: 280px;
  left: -200px;
  background: #fff;
  width: 200px;
  height: 100px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.main_nav
{
  position: absolute;
  top: 40px;
  left: 0px;
  background: #fff;
  width: 200px;
  height: 281px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}


.logo
{
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  width: 180px;
  height: 80px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.controls
{
  position: absolute;
  top: 10px;
  left: 250px;
  background: #fff;
  width: 650px;
  height: 50px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center; 
}

.cv 
{
  position: absolute;
  top: 80px;
  left: 230px;
  background: #fff;
  width: 750px;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left; 
}

#menu 
{
  padding: 0;
  margin: 0;
}

#menu li 
{
  list-style-type: none;
  margin: 0 0 1.25em 0;
}

.indent
{
  padding-left: 25px;
}

.indent2
{
  padding-left: 50px;
}

a:link 
{
  color: #b0b0b0;  
  text-decoration: none;
}

a:active 
{
  color: #b0b0b0; 
  text-decoration: none;
}

a:visited 
{
  color: #b0b0b0; 
  text-decoration: none;
}  

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

a.proj:active  
{ 
  color: #000000; 
  text-decoration: none; 
}

a.proj:link    
{ 
  color: #000000; 
  text-decoration: none;
}

a.proj:visited 
{ 
  color: #000000; 
  text-decoration: none;
}

a.proj:hover 
{ 
  color: #000000; 
  text-decoration:underline;
}

object.mov 
{
  display: none;
}

/* hides the second object from all versions of IE */
* html object.mov 
{
  display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ 
{
  display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov 
{
  display/**/: none;
}

textarea, input, td, tr, table, img
{
  border: 0px;
}

.model
{
  border: 1px solid #C0C0C0;
  margin-top: 5px;
}

.special 
{
  width: 5px;
  visibility: hidden;
}

.style3 {color: #ff2aff}
.style4 {color: #b0b0b0}


 
      

	
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

.video {
 position:absolute;
 top:50px;
 right:-600px;
 
}

.bmenu{
    padding: 0px;
    margin: 0 0 10px 0;
    position: fixed;
}
.bmenu li{
    font-size: 20px;
    display: block;
}
.bmenu li a{
    color: transparent;
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #000;
	letter-spacing: 1px;
	-webkit-transition: all 5s ease-in-out;
	-moz-transition: all 5s ease-in-out;
	-o-transition: all 5s ease-in-out;
	-ms-transition: all 5s ease-in-out;
	transition: all 5s ease-in-out;
    text-decoration:none;
}
.bmenu:hover li a{
	text-shadow: 0px 0px 5px #000;
}
.bmenu li a:hover{
	color: #000;
	text-shadow: 0px 0px 5px #000;
	 padding-left: 0px; 
}


   #left_nav {
                position:         absolute;
			    left: 						50px;
                color: #666;  
                padding: 50px 0 30px;
            }

            #left_nav div a {
                color: {color:Description};        
               
            }#left_nav div a:hover {
                color: #FF2AFF;        
               
            }
            
            #left_nav #nav_container {
                font-size: 11px;
                font-weight: bold;
            }
            
            #left_nav #nav_container .dim {
                filter: alpha(opacity=50); 
                -moz-opacity: 0.5; 
                opacity: 0.5;
            }
