@charset "utf-8";
@import url("fonts/fonts.css");

body {
	background: #0d181f url(../images/background_tile.jpg) repeat-x top;
	font-family: 'cronos_proregular', Georgia, Times New Roman, serif;
	font-size: 1em;
	color: #203646;
}
img {
	border: none;
}
a {
	color: blue;
}
.clearfix {
	clear: both;
}
#preload {
	display: none;
}
#container {
	background: url(../images/glass.png) no-repeat center top;
	width: 848px;
	margin: 0 auto;
	position: relative;
}
.menu {
	position: absolute;
	right: 32px;
	z-index: 0;
	margin: 0;
	padding: 0;
}
.menu li {
	display: block;
	float: left;
	margin: 38px 0 0 0;
	padding: 0;
	background: url(../images/separator.png) no-repeat left top;
}
.menu li:first-child {
	background: url(../images/separator-home.png) no-repeat left top;
}
.menu li:first-child.over {
	background-image: url(../images/separator2-home.png);
}
.menu li div {
	background: url(../images/separator-right.png) no-repeat right top;
}
.menu li div#last {
	background: none;
}
.menu .over {
	background-image: url(../images/separator2.png);
}
.menu li a {
	display: inline-block;
	color: white;
	font-size: 1.1em;
	text-decoration: none;
	margin: 0;
	padding: 50px 22px 26px 24px;
}
.menu #home {
	background: url(../images/home.png) no-repeat 58% 16px;
	padding-left: 30px;
}
.menu #services {
	background: url(../images/services.png) no-repeat 54% 16px;
}
.menu #services:hover {
	background: url(../images/services2.png) no-repeat 54% 16px;
}
.menu #projects {
	background: url(../images/projects.png) no-repeat 54% 16px;
}
.menu #projects:hover {
	background: url(../images/projects2.png) no-repeat 54% 16px;
}
.menu #resume {
	background: url(../images/resume.png) no-repeat 54% 16px;
}
.menu #resume:hover {
	background: url(../images/resume2.png) no-repeat 54% 16px;
}
.menu #contact {
	background: url(../images/contact.png) no-repeat 54% 16px;
}
.menu #contact:hover {
	background: url(../images/contact2.png) no-repeat 54% 16px;
}
#white {
	background: url(../images/white.png) no-repeat center 101px;
	position: relative;
	z-index: 100;
	pointer-events:none;
}
#left {
	width: 286px;
	float: left;
	margin-top: 48px;
	text-align: right;
}
#logo {
	margin-right: 48px;
}
#bob {
	margin-top: -38px;
}
#content {
	width: 450px;
	float: right;
	margin: 175px 70px 30px 0;
	pointer-events: auto;
}
#content h1 {
	font-family: 'cronos_prolight', Georgia, Times New Roman, serif;
	color: #5d86a1;
	font-weight: normal;
	line-height: 1;
}
#content h2 {
	font-family: 'cronos_prolight', Georgia, Times New Roman, serif;
	font-weight: normal;
	padding: .3em 0 0;
}
#white_bottom {
	background: url(../images/white-bottom.png) no-repeat center top;
	height: 60px;
	padding-top: 24px;
	color: #bfd4e1;
	text-align: center;
	font-size:.8em;
}
th, td {
	padding: 3px 10px 3px 0;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
input[type=text] {
	width: 200px;
}
textarea {
	width: 350px;
	height: 150px;
}
.error {
	color: red;
	display: none;
}