*{margin:0;padding:0}

body {
	background:#f5f5f5;
	color: #626364;
	font-family:Helvetica neue, Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	color: #626364;
	font-family: Georgia, Times New Roman, sans-serif;
	font-style: italic;
}

h1 {
	background:url(../img/logo.png) no-repeat;
	float: left;
	height:111px;
	width:111px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h1 span {
	visibility:hidden;
}

.h1link {
	text-decoration: none;
}

a img {
	border: none;
}

.header{
	background:url(../img/header.png) repeat-x;
	height:121px;
	width:100%;

}


.header .container {
	position: relative;
}

.nav {
	float: left;
	list-style: none;
	line-height: 100px;
	padding: 0 0 0 405px;
	position: relative;
	z-index: 1;
}

.nav li {
	float: left;
	margin-right: 16px;
}

.nav a {
	color: #fff;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
}

.container{
	margin:0 auto;
	width:926px;
}

.line{
	background: url(../img/line.png) center bottom;
	height:2px;
	margin:20px auto;
	width:925px
}

.keywords {
	float: left;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	padding: 26px 0 0;
	width: 385px;
}

.clear{clear:both}

.unfinished-projects {
	margin-bottom: 32px;
}

.unfinished-projects .project {
	float: left;
	margin-right: 37px;
	width: 155px;
}

.unfinished-projects .project-img {
	background: url(../img/unfinishedproject.png);
	height: 120px;
	margin-bottom: 3px;
	width: 155px;
}

.project-img img {
	height: 100px;
	margin: 5px 0 0 4px;
	width: 145px;
}

.unfinished-projects .last {
	margin-right: 0;
}

.unfinished-projects .boxes {
	background: url(../img/arrows-home.png) left top no-repeat;
	padding: 26px 0 0;
}

.unfinished-projects h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

.unfinished-projects p {
	font-size: 11px;
	line-height: 17px;
}

.dark-grey{
	background: url(../img/dark-grey.png);
	height: 218px;
	width: 100%;
}

	.dark-grey .left, .contact .left {
		float: left;
		width: 650px;
	}
	
	.dark-grey h2{
		line-height: 54px;
	}

	.dark-grey .project-small {
		background: url(../img/project-box-small.png);
		float: left;
		height: 54px;
		margin: 0 5px 6px 0;
		width: 55px;
	}
	
		.project-small img {
			height: 46px;
			margin: 4px 0 0 4px;
			width: 46px;
		}
	
	.dark-grey .right, .contact .right {
		float: left;
		height: 218px;
		width: 276px;
	}
	
	.dark-grey .balloon {
		background: url(../img/balloon.png) top left no-repeat;
		height: 146px;
		margin: 16px 0 0 9px;
		width: 268px;
	}
	
	.balloon .inner {
		display: table;
		height: 120px;
	}
	
	.balloon .inner p {
		color: #333;
		font-size: 12px;
		padding: 0 6px 0 10px;
		vertical-align: middle;
		display: table-cell;
	}
	
	.dark-grey .client-data {
		left: 75px;
		top: -10px;
		position: relative;
	}
	
	.client-data img {
		background: url(../img/photolist.png);
		float:left;
		height: 45px;
		margin-right: 6px;
		padding: 4px;
		width: 45px;
	}
	
	.client-data p {
		color: #fff;
		font-size: 12px;
		line-height: 10px;
	}
	
	.client-data small {
		font-size: 10px;
	}

.contact {
	background: #ccc;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 217px;
	padding: 17px 0 0;
	width: 100%;
}

	.contact h2 {
		line-height: 28px;
		margin-bottom: 3px;
	}

	.contact .contact-form-left {
		float: left;
		width: 223px;
	}
	
	.contact .contact-form-right {
		float: left;
		width: 375px;
	}
	
	.contact label {
		display: block;
		height: 16px;
		line-height: 12px;
		font-size: 11px;
	}

	.contact input {
		display: block;
		margin-bottom: 4px;
	}
	
	.contact input[type="text"] {
		background: url(../img/input-field.png);
		border: none;
		height: 19px;
		padding: 0 2px;
		width: 204px;
	}
	
	.submit {
		margin: 0;
		padding: 2px 0 0;
	}
	
	input[type="submit"] {
		background: url(../img/send-button.png);
		border: none;
		float: right;
		height: 32px;
		width: 101px;
	}
	
	.contact textarea {
		background: url(../img/textarea.png);
		border: none;
		color: #626364;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		height: 111px;
		margin: 0;
		padding: 6px;
		width: 363px;
	}
	
	.contact-data {
		padding: 3px 0 0 8px;
	}
	
	.contact-data h3 {
		color: #333;
		font-family: Helvetica neue, Helvetica, Arial, sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: normal;
		margin: 20px 0 10px;
	}
	
	.contact-data p {
		font-size: 12px;
		margin: 0 0 12px;
	}
	
	.contact-data a {
		display: block;
		float: left;
		height: 24px;
		margin: 5px 4px 0 0;
		width: 24px;
	}

.clients {
	height: 160px;
	padding: 20px 0;
	width: 926px;
}
	
	.clients h2 {
		margin-bottom: 20px;
	}
	
	#bottomslider {
		position: relative;
	}
	
	#left, #right {
		display: block;
		float: left;
		height: 32px;
		margin: 40px 2px 57px 3px;
		width: 20px;
	}
	
	#left {
		background: url(../img/arrow-left.png);
	}
	
	#right {
		background: url(../img/arrow-right.png);
	}
	
	#sliderwindow {
		float: left;
		height: 109px;
		position: relative;
		overflow: hidden;
		width: 876px;
	}
	
	#panels {
		height: 109px;
		left: -876px;
		position: absolute;
		top: 0;
		width: 1752px;
		z-index: 100;
	}
	
	.panel {
		float: left;
		height: 109px;
		position: relative;
		width: 146px;
	}
	
	.panel img {
		border: 1px solid #ccc;
		height: 80px;
		margin: 10px 13px 0;
		width: 118px;
	}
	
.white {
	color: #fff;
}

/* portfolio page specific */

.portfolio .web, .portfolio .print, .portfolio .other {
	padding: 0 0 60px;
}

.portfolio .web, .portfolio .print{
	background: url(../img/vert-line.png) no-repeat right 110px;
}

.portfolio .web h2 {
	background: url(../img/arrow-websites.png) no-repeat right;
	font-size: 30px;
	line-height: 90px;
	margin-bottom: 20px;
	width: 185px;
}

.portfolio .print h2 {
	background: url(../img/arrow-print.png) no-repeat right;
	font-size: 30px;
	line-height: 90px;
	margin-bottom: 20px;
	width: 135px;
}

.portfolio .other h2 {
	background: url(../img/arrow-other.png) no-repeat right;
	font-size: 30px;
	line-height: 90px;
	margin-bottom: 20px;
	width: 155px;
}

.portfolio .column {
	min-height: 912px;
}

.portfolio a {
	color: #626364;
	text-decoration: none;
}

.item {
	background: url(../img/item.png);
	height: 236px;
	width: 307px;
}

.item img {
	height: 176px;
	margin: 9px 0 0 17px;
	width: 272px;
}

.paginator p {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	padding: 0 0 0 10px;
}

.page-active {
	font-size: 18px;
	font-weight: bold;
}

/*** column styling ***/

.column {
	float: left;
	margin: 0 1px 0 0;
	width: 308px;
}

.last {
	margin: 0;
}

/*** information specific styling ***/

.information h2 {
	font-size: 30px;
	line-height: 90px;
	margin-bottom: 20px;
}

.information h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 47px;
	padding: 0 0 0 50px;
}

.information .web h3 {
	background: url(../img/info-web.png) no-repeat;
}

.information .print h3 {
	background: url(../img/info-print.png) no-repeat;
}

.information .other h3 {
	background: url(../img/info-other.png) no-repeat;
}

.information p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 40px 12px 0;
	
}

.information .action {
	background: url(../img/arrows-info.png) no-repeat top center;
	padding: 0 0 60px;
}

.information a {
	color: #626364;
	display: block;
	font-family: Georgia, Tiomes New Roman, serif;
	font-size: 24px;
	font-style: italic;
	margin: 0 auto;
	padding-top: 60px;
	text-decoration: none;
	width: 230px;
}

.dark-grey p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 0 60px 12px 0;
}

.dark-grey .download {
	background: url(../img/download-button.png);
	display: block;
	height: 70px;
	margin: 120px 0 0;
	width: 203px;
}

/*** contactpage specific styling ***/

.contactpage h2 {
	font-size: 30px;
	line-height: 90px;
}

.contactpage .left {
	width: 318px;
}

.contactpage .right {
	width: 608px;
}

.contactpage .left, .contactpage .right {
	float: left;
}

.contact-map {
	background: url(../img/contact-map.png);
	height: 247px;
	margin: 65px 3px 0 24px;
	padding-top: 12px;
	width: 584px;
}

.contactpage input[type="text"] {
	background: url(../img/input-field-large.png);
	border: none;
	height: 19px;
	padding: 0 2px;
	width: 313px
}

.contactpage label {
	font-size: 11px;
	line-heightL 12px;
}

.contactpage textarea {
	background: url(../img/textarea-large.png);
	border: none;
	color: #626364;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 111px;
	margin-left: 31px;
	margin-top: 19px;
	padding: 6px;
	width: 565px;
}

.contactpage .normal {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}

#map_canvas {
	height: 180px;
	margin: 0 12px;
	width: 560px;
}

.footer {
	height: 64px;
}

.footer p {
	color: #999;
	font-size: 11px;
	margin-top: -8px;
	text-align: center;
}

/*** Slideshow ***/
.slideshow {
	background: url(../img/home-slideshow.png);
	float: left;
	height: 299px;
	left: 0;
	top: -25px;
	position: relative;
	width: 541px;
}

/*--Window/Masking Styles--*/
.window {
	height:285px;	width: 526px;
	margin: 7px 0 0 7px;
	position: relative;
	overflow: hidden;
}
.image_reel {
	height: 260px;
	position: absolute;
	top: 0; left: 0;
	width: 526px;
}
.image_reel img {float: left;width:526px;}

/*--Paging Styles--*/
.paging {
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	float: right;
	line-height: 39px;
	margin: 18px 0 0;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	width: 80px;
}
.paging a {
	background: url(../img/banner_link.png);
	display: block;
	float: left;
	height: 12px;
	margin-left: 6px;
	width: 12px;
}
.paging a.active {
	background: url(../img/banner_active.png);
	height: 12px;
	width: 12px;
}
.paging a:hover {font-weight: bold;}

#flash-message {
	padding: 4px;
}

#flash-message p {
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	width: 500px;
}

.success a {
	color: #fff;
	float: right;
	font-size: 12px;
	position: relative;
	text-decoration: none;
}

.failure a {
	color: #fff;
	float: right;
	font-size: 12px;
	position: relative;
	text-decoration: none;
}

.success {
	background: #f9b233;
	border-bottom: #f9a12a 1px solid;
}

.failure {
	background: #f00;
	border-bottom: #900 1px solid;
}

#menu-glow {
	background: url(../img/menuglow.png);
	height: 102px;
	position: absolute;
	width: 133px;
}

