


#layout-content {
	width: 975px;
	margin: 0 auto;
	
}

#layout-content .units-layout {
	margin: 20px 30px 0px 30px;
	padding: 20px 30px;
	background: #ededee;
	overflow: hidden;
	position: relative;
}

#layout-content h1 {
	color: #3b4f63;
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 18px;
	background: transparent url('../images/sep.png') no-repeat scroll 0 bottom;
}

#layout-content .mainlayout {
	width: 410px;
	float: left;
	margin: 10px 0;
	
}

#layout-widgets {
	list-style: none;
	
}

#layout-widgets li {
	position: relative;
	margin: 0 0 90px 0;
	
}

#layout-subwidgets {
	margin: 5px 0;
	list-style-type:square;
	padding: 0 0 0 20px;
	
}	
#layout-subwidgets li {
	margin:0;
	color: #666;
}
	
#layout-widgets li h3 {
	background: #afaca2;
	color: white;
	font-size: 18px;
	font-weight: normal;
	padding: 4px;
	text-indent: 10px;
}

#layout-widgets li p {
	padding: 0 0 0 14px;
	color: #666;
	line-height: 1.5;
	margin: 12px 0;
}

#layout-widgets li img {
	position: absolute;
	top: 50px;
	left: 430px;
	
}

.unitbutton {
	background-image: -moz-linear-gradient(top, #6b7886, #3b4f63);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6b7886),color-stop(1, #3b4f63));
	background-color: #6b7886;
	padding: 5px 15px;
	color: white;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid white !important;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
}

#layout-widgets li .unitbutton {
	position: absolute;
	top: 330px;
	left: 150px;
}
