@font-face {
    font-family: 'eurostile_extended_2regular';
    src: url('font/eurostile_extended_2-webfont.eot');
    src: url('font/eurostile_extended_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/eurostile_extended_2-webfont.woff') format('woff'),
         url('font/eurostile_extended_2-webfont.ttf') format('truetype'),
         url('font/eurostile_extended_2-webfont.svg#eurostile_extended_2regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
 background: #000;
 font-weight: bold;
}

img a{
  border:none
}

.group:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
	}
	
.group { 
	display: inline-block; 
	clear: both; 
	}
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */


/*HEADER AREA*/
#logo {
  margin:120px 0 50px 0;
}

#logo img {
    display: block;
    margin-left: auto;
    margin-right: auto }


/*		MAIN TOP MENU*/
#menu-border img {
    display: block;
    margin-left: auto;
    margin-right: auto }

#main-menu {
 color: #666;
  font-family: 'eurostile_extended_2regular' ,Helvetica, Arial, Sans-Serif;
  text-align: center;
  text-transform: uppercase;	
	font-weight: bold;
	/*font-style: italic;*/
}

#main-menu ul{
  margin: 0;
  border-top: solid 4px #fff;
    border-bottom: solid 4px #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

#main-menu li{
  display: inline;
  list-style: none;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 18px;
}

#main-menu li a{
  text-decoration: none;
  color: #666;
}

#main-menu li a:hover{
  text-decoration: none;
  color: #fff;
}


/*ABOUT AREA*/
#about-holder {
  width: 600px;
  color: #fff;
  font-family: Arial, Helvetica, Sans-Serif;
  margin-top: 60px;
  display: block;
    margin-left: auto;
    margin-right: auto;
		font-style: italic;
}

#about-holder a{
  color: #999;
  text-decoration: underline;
}

#about-holder a:hover{
  color: #fff;
  text-decoration: none;
}


/*PRESS AREA*/
#press-holder {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  text-transform: lowercase;
  letter-spacing: .5px;
    font-style: italic;
  width: 600px;
  margin: 0 auto;
  margin-top: 60px;
}

#press-title {
 text-transform: none;
  display: inline;
  font-weight: bold;
  font-style: normal;
}

#press-holder ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

#press-holder ul li{
  margin: 15px;
  padding: 10px;
}

#press-holder ul li a{
  color: #fff;
  text-decoration: none;
}

#press-holder ul li a:hover{
  color: #fff;
  text-decoration: underline;
}


/*PROJECTS AREA*/
#projects-holder {
  margin: 0 auto;
  text-align: center;
}

#projects-header {
  color: #fff;
  font-family: Arial, Helvetica, Sans-Serif;
  margin: 60px 0px;
  display: block;
	font-style: italic;
}

#projects-indv{
 margin: 20px;
  text-align: center;
  border-bottom: dashed #444 1px;
}

#projects-indv-img {
  
}

#projects-indv-text {
  color: #fff;
  font-family: Arial, Helvetica, Sans-Serif;
  margin: 10px 0 40px 0;
}

#projects-indv img{
  border: solid #333 2px;
  text-align: center;
  max-width: 100%;
  height: auto;
}

/*CONTACT AREA*/
#contact-holder {
  width: 600px;
  color: #fff;
  margin-top: 60px;
  display: block;
    margin-left: auto;
    margin-right: auto;
		font-style: italic;
}

.contact-pic-text-holder {
  font-family: Arial, Helvetica, Sans-Serif;
 border: dashed #ccc 1px;
   float: left;
  max-width: 600px;
  margin-bottom: 25px;
  background: #333;
}

.contact-pic-text-holder {
  width: 600px;
}

.contact-pic {
 float: left;
  margin: 5px;
}

.contact-pic img {
 border: solid #666 1px;
  
}

.contact-pic-name {
 float: left;
  font-size: 14px;
  margin: 45px 0 0 20px;
  /*text-transform: uppercase;*/
}

.contact-pic-text {
 float: right; 
  margin: 45px 40px 0 10px;
  font-size: 14px;
}

#contact-address {
  clear: both;
  font-size: 16px;
  font-family: Arial, Helvetica, Sans-Serif;
  float: left;
  width: 800px;
  margin: 30px 0 0 0;
  letter-spacing: 1px;
  
}

#contact-address a {
  color: #999;
  text-decoration: none;
}

#contact-address a:hover {
  color: #fff;
  text-decoration: underline;
}

#contact-address-left {
}

/*FOOTER*/
#footer  
{
  clear:both;
  
     color: #666;
     font-size: 8px;
     font-family: Verdana, Geneva, Arial, sans-serif;
     text-align: center;
     padding-top: 60px;
     }

#footer a {
  color: #666;
  font-family: 'eurostile_extended_2regular' ,Helvetica, Arial, Sans-Serif;
  text-decoration: none;
}

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

