body,
html {
	height: 100%;
}

body { 
	margin: 0;
	font-size: 11px;
}

	/* GLOBAL */
	#home,
	#portfolio,
	#services {
		min-height: 600px;
		height: 100%;
		min-width: 950px;
		position: relative;
	}
	
	.top {
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: top left;
	}
	
		.top .logo {
			display: block;
			margin: 29px 0 0 35px;
		}
	
	.content {
		overflow: hidden;
		padding: 0 0 0 36px;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 20;
	}
	
		.content .h1,
		.content .h2 {
			display: block;
		}
		
		.content p.left,
		.content p.right,
		.content div.right {
			float: left;
			width: 205px;
			margin: 1em 21px 0 3px;
		}
	
	.bottom {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		background-repeat: no-repeat;
		background-position: bottom left;
		z-index: 15;
	}
	
	/* HOME */
	#home {
		color: #464646;
		background-color: #c9f2f7;
		background-image: url('_img/backg2.png');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
		#home a {
			color: #464646;
			background-color: inherit;
		}
	
		#home .top {
			height: 300px;
			background-image: url('_img/cloudbottom.png');
		}
		
		#home .content {
			margin-top: -110px;
		}
					
			#home .content .h2 {
				margin: 11px 0 0 2px;
			}
								
		#home .bottom {
			height: 380px;
			background-image: url('_img/city.png');
		}
		
			#home .bottom .blog_box {
				position: absolute;
				left: 552px;
				bottom: 201px;
				width: 222px;
				background-image: url('_img/home_blog_box_bg.png');
				background-repeat: repeat-y;
				background-position: top left;
			}
			
				#home .bottom .blog_box .inner {
					width: 197px;
					padding: 106px 3px 6px 13px;
					position: relative;
				}
			
					#home .bottom .blog_box .inner a {
						font-weight: bold;
						color: #bf1e2e;
						background-color: inherit;
					}
					
					#home .bottom .blog_box .inner .logo {
						position: absolute;
						top: 9px;
						right: 0;
					}
			
			#home .bottom .second {
				position: absolute;
				left: 792px;
				top: 142px;
			}
					
					
			#home .bottom em {
				background-color: inherit;
			}
	
	/* services */
	#services {
		color: #ffffff;
		background-color: #29a8df;
		background-position: top left;
		background-repeat: repeat-x;
	}
	
		#services a {
			color: #c07026;
			background-color: inherit;
		}
		
		#services em {
			color: #fdfad0;
			background-color: inherit;
		}
		
		#services .top {
			height: 375px;
			background-image: url('_img/sea.png');
		}
		
		#services .content {
			margin-top: -90px;
		}
					
			#services .content .h1 {
				margin: 0 0 9px;
			}
			
			#services .content .right ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
				#services .content .right ul li {
					margin: 0 0 8px 0; 
					padding: 0 0 0 24px;
					background-image: url('_img/about_contact_icons.png');
					background-repeat: no-repeat;
				}
				
				#services .content .right ul li.email {
					background-position: 2px 2px;
				}
			
				#services .content .right ul li.linkedin {
					background-position: 2px -22px;
				}
			
				#services .content .right ul li.twitter {
					background-position: 2px -46px;
				}
			
				#services .content .right ul li.blog {
					background-position: 2px -66px;
				}
				
		#contact_form {
			display: block;
			margin: 0 0 -40px 0;
			position: absolute;
			bottom: 7%;
			left: 507px;
			background-image: url('_img/fishtalk2.png');
			background-position: bottom right;
			background-repeat: no-repeat;
			padding: 0 59px 128px 0;
		}
		
			#contact_form .inner {
				width: 335px;
				padding: 17px 19px 10px 19px;
				color: #FFFFFF;
				background-color: #0d3f72;
			}
			
			#contact_form .h1 {
				position: relative;
				left: -5px;
				margin-bottom: -4px;
			}
			
			#contact_form .input,
			#contact_form textarea {
				color: #13183c;
				background-color: #7bbccc;
				border: none;
				width: 317px;
				padding: 8px 9px;
				font-size: 14px;
				line-height: 18px;
				display: block;
				margin-top: 3px;
			}
			
			#contact_form label {
				display: block;
				margin: 13px 0 9px 0;
			}
			
			#services .bottom em {
				display: block;
				padding: 0 0 45px 37px;
			}
			
	/* PORTFOLIO */
	#portfolio {
		color: #ffffff;
		background-color: #025285;
		background-position: bottom left;
		background-repeat: repeat-x;
			background-image: url('_img/night.jpg');height:100%;

	}
		
		#portfolio a {
			color: #96ddfd;
			background-color: inherit;
			text-decoration: none;
		}
				
		#portfolio .top {
			height: 100%;
			background-position: bottom left;
		}
		
		#portfolio .bottom {
			height: 213px;
			background-image: url('_img/cloudtop.png');
		}
		
		#portfolio .content {
			margin-top: -120px;
			overflow: visible;
			padding: 0;
			width: 100%;
		}
		
			#portfolio .content img.h1 {
				float: left;
				margin-left: 36px;
			}
			
			#portfolio .content .portfolio,
		

/* MISC */
body, input, textarea {
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

input, textarea {
	font-size: 14px;
}

a img {
	border: none;
}

#services .error {
	color: white;
	background-color: inherit;
}

.clear {
	width: auto;
	height: 0;
	overflow: hidden;
	line-height: 1px;
	float: none;
	clear: both;
}
