* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	font: .75em Helvetica, Arial, sans-serif;
	color: #999;
	text-align: center;
}

#wrapper {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
}

#header {
	display: block;
	width: 790px;
	height: 19px;
}

#masthead {
	width: 760px;
	height: 105px;
	margin: 0 0 25px 0;
}

#welcome {
	display: table;
	margin: 0 0 185px 25px;
	width: 710px;
	min-height: 300px;
}

#welcome_soon {
	display: table;
	margin: 5px 0 35px 0;
	width: 710px;
	min-height: 300px;
}

#about {
	display: table;
	margin: 0 0 185px 25px;
	padding: 25px 0 0 0;
	width: 710px;
	min-height: 300px;
	border-top: 1px dotted #e3e3e3;

}

#portfolio {
	display: table;
	margin: 0 0 185px 25px;
	padding: 25px 0 0 0;
	width: 710px;
	min-height: 300px;
	border-top: 1px dotted #e3e3e3;

}
#contact {
	display: table;
	margin: 0 0 185px 25px;
	padding: 25px 0 0 0;
	width: 710px;
	min-height: 300px;
	border-top: 1px dotted #e3e3e3;

}

.content {
	float: left;
	width: 440px;
	margin:0;
	line-height: 1.55em;
}

.content_soon {
	width: 440px;
	margin-left:77px;
	line-height: 1.55em;
}

#foot {
	height: 49px;
}

/* Nav */
.nav {
	padding:0 45px 0 55px;
	float:left;
	position: relative;
}

.nav ul {
	list-style-type: none;	
	border-top:1px solid #dfdfdf;
	padding:0;
	margin:0;
}
	
.nav li {
	list-style-type: none;
	border-bottom:1px solid #dfdfdf;
	padding:10px 0 10px 0;
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 12px;
	font-weight: bold;
	color: #dfdfdf;	
	line-height:12px;
	text-align: left;
	width:145px;
}

.active {
	background-image: url(images/active.gif);
	background-repeat: no-repeat;
	background-position: right;		
}

.up {
	background-image: url(images/up.gif);
	background-repeat: no-repeat;
	background-position: right;	
		
}

.down{
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: right;	
			
}
	
.nav li a {
	display: block;
	color: #999;
	text-decoration:none;	
}
	
.nav  li a:hover {
	color: #56BBFF;
	text-decoration:none;	
}
	
.nav  li a:visited {
	color: #999;
	text-decoration:none;	
}

.subtitle {
	font: 11px Helvetca, Arial, sans-serif;
	color: #d5d5d5;
}

/*Text */

h1 {
	font-family: 'Orbitron', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #56BBFF;
	margin: 0 0 15px 0;
}

a:link {
	color: #56BBFF;
	text-decoration:underline;	
}
	
a:hover {
	color: #56BBFF;
	text-decoration:none;	
}
	
a:visited {
	color: #56BBFF;
	text-decoration:none;	
}

.sectionNumber {
	font-family: 'Orbitron', sans-serif;
	font-size: 65px;
	font-weight: bold;
	color: rgba(0,0,0,0.03);
	position: absolute;
	left: -10px;
	top: -15px;
}

/*Images*/
#logo {
	margin: 15px 0 0 74px;
}

.icon {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

.thumb_1 {
	margin: 10px;
	padding:9px 15px 30px 10px;
	background: url(images/thumbs_bg_1.jpg) no-repeat;
	font: 10px Helvetica, Arial, sans-serif;
	color: #1A5765;
}

.thumb_2 {
	margin: 10px;
	padding:9px 15px 30px 10px;
	background: url(images/thumbs_bg_2.jpg) no-repeat;
}

.thumb_3 {
	margin: 10px;
	padding:9px 15px 30px 10px;
	background: url(images/thumbs_bg_3.jpg) no-repeat;
}

.inv {
	display: none;
}

#redBox {
	float: right;
	margin: 0 0 0 10px;
	width: 134px;
	text-align: center;
}

/*MISC*/

#contactarea {
	width:400px;
	margin:0;
	text-align:left;
	padding:0;
	border:none;
	background:none;
	font: 11px Helvetica;
	color: #56BBFF;
}

.leftColumn {
	float:left;
	width:150px;
	padding:0 40px 5px 0;
}

.rightColumn {
	float:left;
	width:150px;
	padding:0 30px 5px 0;
}

input {
	margin:5px 0 10px 0;
	padding: 5px 0 3px 3px;
	width: 170px;
	border:#ccc 1px solid;
	background:#fff;
	font: 11px Helvetica;
	color: #999;
}

textarea {
	margin:5px 0 10px 0;
	padding: 6px 0 0 3px;
	border:#ccc 1px solid;
	background: #fff;
	width: 360px;
	height: 85px;
	font: 11px Helvetica;
	color: #999;
}

select {
	margin:5px 0 20px 0;
}

label {
	color:#56BBFF;
	display:block;
}

.green {
	color:#8BC43E;
}

#submitbutton {
	display: block;
	width: 95px;
	height: 30px;
	padding: 2px 2px 0px 2px;
	margin: 0;
	border: 1px solid #ADADAD;
	cursor: pointer;
}

#submitbutton:hover {
	background-color: #56BBFF;
	color: #fff;
}

#redBox a {
	font: 10px Arial;
	text-align:center;
	text-decoration: none;
}
