/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

A:link {background: transparent; text-decoration: none; color: white;}
A:visited {background: transparent; text-decoration: none; color: white;}
A:active {background: transparent; text-decoration: none; color: white;}
A:hover {background: transparent; text-decoration: underline; color: #fff;}

A.nav:link {background: transparent; text-decoration: none; color: white;}
A.nav:visited {background: transparent; text-decoration: none; color: white;}
A.nav:active {background: transparent; text-decoration: none; color: white;}
A.nav:hover {background: transparent; text-decoration: none; color: #fff;}


A.external:link {background: transparent; text-decoration: none; color: #000;}
A.external:visited {background: transparent; text-decoration: none; color: #000;}
A.external:active {background: transparent; text-decoration: none; color: #000;}
A.external:hover {background: transparent; text-decoration: underline; color: #000;}

a img { border: none; }

#menu {
    width: 100%;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 115px;
	background-color: #272727;
	Z-index: 1;
}

#menu ul {
	margin: -10px 0 0 0;
	font-size: 10px;



}

#menu ul li.section-title { list-style-type: none; }

#content ul li { list-style-type: none; }

#logo {
  background: transparent;
  position: absolute;
  top: 35px;
left: 195px;
  }

#contact {
  background-color: #fff;
  position: absolute;
  top: 150px;
left: 270px;
Z-index: 0;
  }
  
#info {
  background-color: #fff;
  position: absolute;
  top: 150px;
left: 270px;
Z-index: 0;
  }

#ifr { position: absolute; 
	Z-index: 0;
	margin: 115px 0 0 0px; 
	top: 0;}


#content {
	margin: 115px 0 0 0px;
    top: 0;
	Z-index: -1;
	width: 100%;
	height: auto;
}

.container {
			height: 100%;
			overflow: visible;
    padding: 5px 5px 25px 5px;
}

#content p { width: 100%; margin-bottom: 9px;}

p {
    margin: 0 0 9px 0;
}


h1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	font-style: normal;
        letter-spacing: -2px;
	color: #fff; }
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
        letter-spacing: 2px; 
        color: red; }
h3 { font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: normal;}
h4 { font-size: 12px;
	color: white;
	font-weight: normal; }
h5 { font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: normal;
	color: #000 }
h6 { font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
        letter-spacing: -1px; 
        color: red; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }