@import url("reset.css");
* { zoom: 1; } /* IE 6 bottom corners bug fix */
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 960px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 10px auto 10px auto;
	background: url(images/bgs/container-bg.jpg);
	position: relative;
	color: #223344;
}

a img {
	border: none;
}
#logo {
	background: url(images/rec-logo.jpg) no-repeat top left;
	width: 312px;
	height: 168px;
	position: absolute;
	top: -10px;
	left: 0px;
}	
.homelink a {
	display: block;
	height: 120px;
	width: 250px;
}
#top {
	height: 367px;
	background: url(images/bgs/top-bg.jpg) top left repeat-x;
	padding-top: 10px;
}
.homelink span {
	display: none;
}
#text {
	padding: 0px 550px 0 20px;
	height: 423px;
	position: absolute;
	top: 10px;
	left: 15px;
	width: 390px;
	z-index: 50;
}
#middle {
	padding: 40px 10px 20px 10px;
	background:url(images/bgs/middle-bg.jpg) repeat-x top left;
}

#verts	{
	background: url(images/bgs/grey-verts.jpg) bottom left repeat-x;
	height: 27px;
}

.clearfloat {
	height: 1px;
	line-height: 1px;
	clear: both;
}

#bottom {
	padding: 10px;
}

#footer {
	background: #ffcb08 url(images/bgs/bottom-bg.jpg) repeat-x bottom left;
	text-align: center;
	padding: 10px 10px 20px;
	position: relative;
	top: 20px;
}
	
#footer a.linkedin {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.bottom_left {
	position: absolute;
	bottom: 0px;
	left: -15px;
	background: url(images/bgs/bottom-left.jpg) no-repeat top left;
	width: 38px;
	height: 29px;
}

.bottom_right {
	position: absolute;
	bottom: 0px;
	right: -15px;
	background: url(images/bgs/bottom-right.jpg) no-repeat top left;
	width: 38px;
	height: 29px;
}
.top_right {
	position: absolute;
	top: -10px;
	right: -14px;
	background: url(images/bgs/top-right-corner.jpg) no-repeat top right;
	width: 59px;
	height: 44px;
}
address {
	display: none;
}
#youtube {
	float: right;
}

.installations {
	list-style: none;
	float: left;
	width: 425px;
	margin: 0 0 10px 10px;
}

.installations img {
	border: 6px solid white;
}

.installations li {
	width: 109px;
	padding: 9px 15px;
	float: left;
	
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#top h1 {
	margin-top: 0px;
}
h2	{
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	margin: 3px 0 10px 0px;
	padding: 0 0 4px 0;
}

p	{
	margin: 10px 0px;
	line-height: 1.7;
}

.clearleft	{
	clear: left;
}
#middle .clearleft {
	margin-right: 450px;
}

.floatleft	{
	float: left;
}
#middle h2 {
	margin: -15px 0 0 60px;
}
#slides {
	float: right;
	margin-left: 20px;
}
#youtube, #slides {
	margin-right: 20px;
	margin-top: 10px;
}
.errorMsg, .required {
	color: red;
}
 
a {
	color: #223344;
}
#bottom p, #bottom h1 {
	padding: 10px;
}
.bottomtext {
	margin-left: 20px;
	margin-top: 20px;
	width: 420px;
}
.quote { font-style: italic; }

#container {
	position: relative;
}
.contact {
	z-index: 100;
	width: 205px;
	height: 110px;
	position: absolute;
	right: 85px;
	top: -10px;

}
.contact a:hover {
	background-position: 0px 0px;
}
.contact span { display: none; }
.bottomtext h1 {
	line-height: 1.3;
}