/* Static Content CSS - to be merged with main css file */

/* Static Content */

.full-content {
	float: left;
	width: 690px;
	margin: 20px 0 0 0;
	padding: 0 20px 20px 20px;
	background: #e4e6e7 url('/assets/images/backgrounds/lilac-corner.gif') no-repeat bottom right;
	color: #273434;
	overflow: hidden;
}

.full-content img {
	margin: 20px 0 0 0;
}

.full-content .text {
	float: left;
	width: 470px;
}

.full-content h1 {
	margin: 20px 0 0 0;
	color: #778cbd;
}

.full-content p.intro {
	color: #778cbd;
}

.full-content .images {
	float: right;
	width: 200px;
}

.full-content .images .spec {
	width: 180px;
	margin: 20px 0 0 0;
	padding: 0 10px 10px 10px;
	background: #273434;
	color: #bdbec1;
	overflow: hidden;
}

.full-content .images .spec h3 {
	margin: 10px 0 0 0;
}

.full-content a {
	color: #333;
	text-decoration:none;
}







.installation-viewer {
	width: 690px;
	overflow: hidden;
}

.installation-viewer .viewer {
	width: 690px;
	height: 337px;
	position: relative;
	overflow: hidden;
}

.installation-viewer .viewer .image {
	float: left;
	width: 470px;
}

.installation-viewer .viewer h2 {
	float: right;
	width: 200px;
	color: #778cbd;
}

.installation-viewer .viewer p {
	float: right;
	width: 200px;
	margin: 1em 0 0 0;
}

.installation-viewer .viewer p.note {
	position: absolute;
	bottom: 0;
	left: 490px;
	font-size: 0.75em;
	line-height: 1em;
}

.installation-viewer .viewer p.note .title {
	font-weight: bold;
	color: #778cbd;
}

.installation-viewer ul {
	clear: both;
	width: 710px;
	margin: 20px 0 0 -23px;
}

.installation-viewer ul li {
	float: left;
	width: 95px;
	margin: 0 0 0 23px;
}

.installation-viewer ul li a {
	display: block;
	padding: 5px 10px;
	background: #778cbd;
	color: #ffffff;
	text-decoration: none;
}

.installation-viewer ul li a:hover {
	background: #adb9d2;
	color: #778cbd;
}
