@charset "utf-8";
/* CSS Document */

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

body {
	background: #849f9a url(images/body_bg.png) repeat top left;
	font: normal normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4e4d4d;
}

a {
	text-decoration: none;
	color: #4e6965;
}

a:hover {
	text-decoration: underline;
	color: #529cb2;
}

p {
	margin: 0 0 5px 0;
}
#wrap {
	width: 960px;
	margin: 0;
	padding: 0 220px;
	background: url(images/glow.png) no-repeat top center;
	position: relative;
}

#header {
	padding: 0 10px;
	height: 290px;
}

	#logo {
		margin: 48px 0 0;
		float: left;
		width: 350px;
		height: 120px;
	}

		#logo h1 a, logo h2 a {
			display: block;
			width: 350px;
			height: 120px;
			background: url(images/logo.png) no-repeat left top;
			text-indent: -1234em;
		}

	#nav {
		float: right;
		width: 340px;
		background: url(images/transparent.png) repeat-y left top;
		height: 48px;
		list-style: none;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		text-align: center;
	}

		#nav li {
			display: inline-block;
			padding: 15px 0 13px 0;
		}
		
		#nav li.active {
			background: #529CB2 url(images/transparent.png) repeat-y left top;
		}

			#nav li a {
				font-size: 16px;
				margin: 0 10px;
			}
	
	#header-info {
		float: right;
		margin: 35px 0 0 0;
		width: 300px;
		padding: 20px;
		background: url(images/transparent.png) repeat-y left top;
		display: block;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		position: relative;
	}
		
		#header-info p:hover {
			color: #000000;
		}
		
		.twitter {
			position: absolute;
			width: 80px;
			height: 70px;
			background: url(images/twitter.png) no-repeat left top;
			display: block;
			text-indent: -1234em;
			right: 0;
			bottom: 0;
		}

.hr {
	clear: both;
	margin: 0 auto;
	width: 960px;
	height: 1px;
	background: url(images/transparent.png) repeat-y left top;
}

#project-list {
	margin: 50px 0 50px;
	overflow: hidden;
}

	.project {
		margin: 0 10px 25px;
		width: 220px;
		float: left;
		min-height: 225px;
		padding: 0 0 25px 0;
		position: relative;
	}
	
	html * .project { height: 225px; }
	
	.project a img {
		background: url(images/project_bg.png) no-repeat left top;
		display: block;
		padding: 8px;
		margin: 0 0 8px 0;
	}
	
	.project .link {
		color: #0d5373;
		background: url(images/transparent.png) repeat-y left top;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		text-decoration: underline;
		display: inline-block;
		padding: 3px 8px 4px;
		font-size: 13px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	.project .link:hover {
		text-decoration: none;
		background: #ffffff;
	}

#contact {
	padding: 0 0 0 20px;
	width: 940px;
	display: block;
	margin: 25px 0;
	color: #333333;
	overflow: hidden;
	font-weight: bold;
}
	
	#contact-form {
		float: right;
		width: 600px;
	}
	
		.labels, .inputs {
			margin: 0 0 5px 0;
			display: block;
			overflow: hidden;
		}
		
			#contact-form .labels label {
				float: left;
				width: 175px;
				margin: 0 20px 0 0;
				padding: 0 0 0 5px;
			}
			
			#contact-form .labels .required {
				color: #F00;
				font-family: Verdana, Geneva, sans-serif;
				line-height: 12px;
			}
			
			#contact-form .inputs input {
				float: left;
				width: 170px;
				padding: 3px 5px;
				margin: 0 20px 0 0;
				font-weight: bold;
				font: normal normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
				background: url(images/transparent.png) repeat-y left top;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				color: #333333;
				outline: none;
			}
			
			#contact-form .inputs input:focus {
				background: #ffffff;
			}
			
			#message {
				float: left;
				width: 570px;
				font: normal normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
				background: url(images/transparent.png) repeat-y left top;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				color: #333333;
				padding: 5px;
				height: 100px;
				outline: none;
			}
			
			#message:focus {
				background: #ffffff;
			}
			
			.contact-button {
				color: #0d5373;
				background: url(images/transparent.png) repeat-y left top;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				text-decoration: underline;
				display: inline-block;
				padding: 3px 8px 4px;
				font-size: 13px;
				float: right;
				width: auto;
				margin: 3px 20px 0 0;
				height: 25px;
				cursor: pointer;
				outline: none;
			}
			
			.contact-button:hover, .contact-button:focus {
				text-decoration: none;
				background: #ffffff;
			}
			
			p.error {
				float: left;
				width: auto;
				color: #F00;
				display: none;
			}
	

#footer {
	padding: 32px 0;
	color: #a9a9a9;
}

#about-info, #testimonials-info {
	display: none;
	background: #529CB2 url(images/transparent.png) repeat-y left top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 48px;
	right: 230px;
	width: 300px;
	padding: 20px;
}

#about-info p:hover, #testimonials-info p:hover {
	color: #000000;
}
		
		