@charset "UTF-8";
/* ITOPERATIONS - CSS Document */

@font-face {
    font-family:"Avenir";
    src:url(/_fonts/AvenirLTStd-Medium.otf) format("opentype");
}

::selection { 
	background: transparent; 
}

-moz-selection { 
	background: transparent; 
	}

body {
    overflow: hidden;
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
    height: 100%;
}

.clear {
	clear: both;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#wrapper {
	position: absolute;
	z-index: 100;
	top: 25%;
	left: 50%;
	max-width: 400px;
    min-width: 400px;
	height: 150px;

    }
    
.page-wrap {
	position: absolute;
	z-index: 100;
	top: 10%;
	left: 10%;
	max-width: 400px;
}

#wrapper p {
    font-family: Avenir, Lucida Grande;
    color: #808080;
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 10px;
    margin: 0px;
    letter-spacing: 0px;
}

#wrapper a {
    color: #808080;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
}

#wrapper a:hover {
    color: #FAEBD7;
}

#wrapper h3 {
    font-size: 13px;
    font-family: Avenir, Lucida Grande;
    color: #808080;
}

.caps {
    font-family: Avenir, Lucida Grande;
    color: #808080;
    letter-spacing: 1px;
}

.capswhite {
    font-family: Avenir, Lucida Grande;
    color: #FAEBD7;
    letter-spacing: 1px;
}

.button {
	float: left;
	margin: 10px;
	padding: 0px;
	color: #808080;

}

#nav {
	margin: 0px 20px 50px 20px;
    z-index: 101;
}

#about {
	display: block;
	padding: 30px;

}

#about-button {
    font-family: Avenir, Lucida Grande;
	font-size: 12px;
	cursor: pointer;
}

#details {
	display: none;
	padding: 30px;
}

#details-button {
    font-family: Avenir, Lucida Grande;
	font-size: 12px;
	cursor: pointer;
}

#newsletter {
	display: none;
	padding: 30px;
}

#newsletter-button {
	font-family: Avenir, Lucida Grande;
	font-size: 12px;
	cursor: pointer;
}

#content {
        height: 180px;
}

#newsletter p {
    font-family: Avenir, Lucida Grande;
    color: #808080;
    font-size: 13px;
    line-height: 10px;
    padding-bottom: 10px;
    margin: 0px;
    letter-spacing: 0px;
}

input { 
 background-color: #666699; 
 border-color: #808080;
}

textarea { 
 background-color: #666699; 
 color: #ffffff; 
}

form { 
 border: 1px solid #666699; 
 padding: 5px; 
}

