@charset "utf-8";
/* Blue: #2FA2DF	or #15b1c7
   Orange: #fe961b
*/
@font-face {
    font-family: 'museo_sans_500regular';
    src: url('../f/MuseoSans_500-webfont.eot');
    src: url('../f/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../f/MuseoSans_500-webfont.woff') format('woff'),
         url('../f/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../f/MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background: #232428 url("../i/stars_bg.png") top left repeat;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	font: 80%/18px museo_sans_500regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.clear {
	clear:both;
}
.orange {
	color: #fe961b;
}
h1 {
	color: #15b1c7;
	padding: 10px 0;
	margin: 0;
	font-size: 4em;
	font-family: museo_sans_500regular, Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}
#outer {
	background: url("../i/fade_bottom.png") bottom left repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#container {
	margin: 150px auto 0 100px;
	width: 800px;
	min-height: 110px;
	padding: 10px;
}
#logo {
	float: left;
	margin-right: 80px;
	width: 234px;
}
#contact {
	margin-top: 40px;
	height: 40px;
}
#content {
	float: left;
	width: 400px;
}
.weare {
	font-size: 1.5em;
}
.envelope {
	background-image: url(../i/envelope.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 33px;
	display:block;
	float: left;
}
.envelope:hover,
.envelope.active {
	width: 60px;
	height: 33px;
	background-position:0 -33px;
	cursor: pointer;
}
#hiddenfield {
	float: left;
	padding-right: 5px;
	display:none;
}
#hiddenfield input[type="text"] {
	height: 17px;
	width: 150px;
	padding: 8px;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
}
input[type="text"]{
    color: #8d8d8d;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -moz-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
input[type="text"]{
    border: none;
    vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, 
								from(rgba(255,255,255,0.20)), 
								to(rgba(255,255,255,0.14)), 
								color-stop(0.5,rgba(255,255,255,0.13)), 
								color-stop(0.5, rgba(255,255,255,0.12)));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.18) 0%, 
    									  rgba(255,255,255,0.11) 50%, 
    									  rgba(255,255,255,0.11) 51%, 
    									  rgba(255,255,255,0.10) 100%);
    box-shadow: 0 -1px 0 rgba(255,255,255,0.3);
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.3);
    -moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -moz-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
input[type="text"]:active,
input[type="text"]:focus{
	background: -webkit-gradient(linear, left top, left bottom, 
								from(rgba(255,255,255,0.22)), 
								to(rgba(255,255,255,0.16)), 
								color-stop(0.5,rgba(255,255,255,0.15)), 
								color-stop(0.5, rgba(255,255,255,0.14)));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.22) 0%, 
										  rgba(255,255,255,0.16) 50%, 
										  rgba(255,255,255,0.15) 51%, 
										  rgba(255,255,255,0.14) 100%);
}