#header {
	position: relative;
	background-color: #eee;
	width: 893px;
	/*height: 410px;*/
	border: 10px #fff solid;
	border-bottom: 0;
}

	#main-img {
		height: 410px;
	}

#devs-thumbs {
	position: relative;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 893px;
	height: 570px;
	background-image: url("/i/homepage-header-bg-2.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
}

img#devs-logo {
	display: none;
	position: absolute;
	top: 25px;
	left: 55px;	
}

	a.thumbs {
		position: absolute;
		top: 140px;
		display: block;
		width: 277px;
		height: 403px;
		background: url("/i/thumb-bg.png");
		text-align: center;
		text-decoration: none;
		z-index: 10;
	}
	
	a.thumbs:hover,
	a.thumbs.on {
		background: url("/i/thumb-bg-hover.png");
		opacity: 0.8;
	}
	
	a#thumb-1 { left: 30px; }
	a#thumb-2 { left: 308px; }
	a#thumb-3 { right: 30px; }
		
	a.thumbs img {
		position: absolute;
		top: 35px;
		left: 35px;
		display: block;
		width: 207px;
		height: 207px;
	}
	
	a.thumbs .thumb-text {
		display: block;
		top: 300px;
		margin-top: 270px;
		font-size: 20px;
		color: #011e4d;
	}
	
		a.thumbs .thumb-text span {
			display: block;
			font-size: 13px;
			margin-top: 15px;
			line-height: 16px;
		}

#navigation {
	margin: 0 0 0 10px;
	width: 903px;
	height: 48px;
	border-top: 10px #fff solid;
}

	#navigation li {
		display: block;
		width: 119px;
		height: 48px;
		float: left;
		margin-right: 10px;
	}
	
	#navigation li a {
		display: block;
		width: 119px;
		height: 30px;/*48*/
		padding-top: 18px;
		background-image: url("/i/btn-bg.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		text-align: center;
		font-size: 13px;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
	}
	
	#navigation li a:hover,
	#navigation li.on a {
		background-position: 0 -48px;
	}
	
#content {
	padding: 10px 50px 30px 50px;
	width: 813px
}

	#content h2 {
		font-size: 28px;
		margin: 40px 0px 15px 0;
		padding-right: 150px;
	}
	
	#content p {
		font-size: 16px;
		line-height: 20px;
		margin: 20px 0;
		padding-right: 150px;
	}
	
		#content p a {
			color: #4f7dc0;
		}
	
	#content ul.list {
		background-color: #eee;
		padding: 20px;
	}
	
		#content ul.list li {
			line-height: 20px;
			padding-left: 15px;
			background-image: url("/i/content-lidot.png");
			background-position: 0 8px;
			background-repeat: no-repeat;
		}
		



#sub-navigation {
	height: 25px;
	padding-left: 30px;
	margin-top: 30px;
}

	#sub-navigation li {
		display: block;
		width: 115px;
		height: 25px;
		float: left;
		margin-right: 7px;
	}
	
		#sub-navigation li a {
			display: block;
			width: 115px;
			height: 17px;/*25*/
			padding-top: 8px;
			background-image: url("/i/sub-navigation-tab-corners.png");
			background-position: 0 0;
			background-repeat: no-repeat;
			opacity: 0.6;
			filter:alpha(opacity=60);
			text-align: center;
			font-size: 11px;
			text-decoration: none;
			color: #333;
			background-color: #dfdfdf;
		}
		
		#sub-navigation li a:hover,
		#sub-navigation li.on a {
			opacity: 1.0;
			filter:alpha(opacity=100);
		}
		
		
#sub-content {
	width: 783px;/*813*/
	padding: 15px 15px 30px 15px;
	background-image: url("/i/sub-content-corners.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #dfdfdf;
}

	table.plans tr td {
		padding: 15px;
	}
	
		table.plans tr td h4 {
			display: iinline;
			font-size: 16px;
			margin-bottom: 5px;
			font-size: 11px;
			color: #333;
		}
		
		table.plans tr td a {
			display: block;
			width: 361px;
		}
		
		table.plans tr td a:hover {
			opacity: 0.8;
		}
		
			table.plans tr td a img {
				display: block;
				width: 361px;
			}
			
		table.plans tr td.full-width a {
			width: 752px;
		}
		
			table.plans tr td.full-width a img {
				width: 752px;
			}


#gallery a {
	display: block;
	width: 237px;
	height: 157px;
	float: left;
	margin: 0 20px 20px 0;
}

	
#footer {
	text-align: center;
	color: #011e4d;
	font-size: 12px;
	font-weight: normal;
	padding: 20px 0;
	line-height: 16px;
}

	#footer a {
		color: #011e4d;
		font-weight:normal;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

#map {
	float: left;
	margin: 20px 20px 20px 0;
	width: 300px;
	height: 250px;
}
