body {
	background:#1c1d1e url(../images/bg-body.png) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color:#6d6d6d;
	margin:0;
}
form {
	margin:0;
	padding:0;
}
img {border:none;}
a{
	text-decoration: none;
	color: #0090ff;
}
a:hover{text-decoration: underline;}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
/* main containers styles */
.holder {
	overflow: hidden;
	width: 100%;
}
#main {
	margin:0 auto;
	width:991px;
	overflow:hidden;
	position:relative;
}
/* header block styles */
#header {
	width:100%;
	height:126px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
/* logo styles */
#header strong.logo {
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 211px;
	height: 57px;
	margin: 55px 0 0 22px;
}
#header strong.logo a {
	position: relative;
	cursor: pointer;
	display: block;
	height: 100%;
}
/* top navigation styles */
#header ul.top-nav {
	text-transform: uppercase;
	overflow: hidden;
	list-style: none;
	display: inline;
	font-size: 10px;
	height: 20px;
	float: right;
	padding: 6px 0 0;
	margin: 0 53px 0 0;
}
#header ul.top-nav li {
	background: url(../images/topnav-divider.gif) no-repeat 100% 50%;
	margin: 0 -1px 0 0;
	padding: 0 7px;
	float: left;
}
#header ul.top-nav a {
	color: #a7a7a7;
}
/* navigation menu styles */
.navigation-holder {
	position: absolute;
	bottom: 0;
	left: 279px;
}
#navigation {
	background: url(../images/navigation-divider.gif) no-repeat;
	position: relative;
	height: 37px;
	overflow: hidden;
	font-size: 20px;
	line-height: 22px;
	list-style: none;
	padding: 0 0 0 1px;
	margin: 0;
}
#navigation li {
	background: url(../images/navigation-divider.gif) no-repeat 100% 0;
	text-align: center;
	padding: 0 1px 0 0;
	float: left;
	width: 137px;
	height: 37px;
}
#navigation li em {
	font-style: normal;
	width: 100%;
	height: 37px;
	float: left;
}
#navigation li span {
	text-align: center;
	float: left;
	width: 100%;
}
#navigation li span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
#navigation li a {
	color: #f4f4f4;
}
#navigation li:hover a,
#navigation li.hover a,
#navigation li.active a {
	text-decoration: none;
	color: #0090ff;
}
#navigation li:hover em,
#navigation li.hover em,
#navigation li.active em {
	background: url(../images/navigation-hover.gif) repeat-x 0 100%;
}
/* content block styles */
#content {
	background: url(../images/bg-content.png) no-repeat;
	margin:126px 0 0;
	padding: 0 0 30px;
	overflow:hidden;
	width:100%;
}
#content-area {
	position: relative;
	overflow: hidden;
	width: 733px;
	float: left;
}
#bannerHome {
	overflow: hidden;
	width: 100%;
}
#content-area .main-content {
	background: #fff url(../images/bg-contentarea.png) repeat-y;
	padding: 0 0 77px 8px;
	overflow: hidden;
	width: 725px;
}
.main-content h1,
.main-content h2 {
	letter-spacing: -1px;
	word-spacing: -1px;
	font-weight: normal;
	font-size: 27px;
	color:#0090ff;
	margin: 0 0 10px;	
}
.main-content h3 {
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: normal;
	color: #3b4242;
	margin: 0 0 10px;
}
/* information text block styles */
.info-text {
	overflow: hidden;
	width: 100%;
}

.info-text .page-text {
	padding: 20px 0 0;
	width: 455px;
	float: left;
}
.info-text .page-text h1 {
	background: url(../images/title-arrow.gif) no-repeat 0 5px;
	padding: 0 0 0 30px;
}
.info-text .page-text .text-holder {
	padding: 0 0 0 30px;
}
.info-text .page-text p {
	margin: 0 0 20px;
}
/* info list block styles */
.info-text .info-list {
	background: #e6e6e6 url(../images/bg-infolist.png) no-repeat 0 100%;
	overflow: hidden;
	padding: 25px 30px 55px 30px;
	width: 195px;
	float: right;
}
.info-text .info-list h2 {
	color: #3b4242;
	margin: 0 0 10px;
}
ul.infolist {
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	padding: 3px 0 0;
	margin: 0;
}
ul.infolist li {
	background: url(../images/bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 11px;
}
/* products info block styles */
.product-list {
	overflow: hidden;
	padding: 0 0 0 27px;
	width: 850px;
}
.product-info {
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0 42px 0 0;
	display: inline;
	float: left;
	width: 313px;
}
.product-info h2 {
	margin: 0 0 20px;
}
.product-info .img-holder {
	margin: 0 0 15px;
}
.product-info img {
	display: block;
}
/* sidebar block styles */
#sidebar {
	position: relative;
	overflow: hidden;
	width: 258px;
	float: right;
}
#sidebar h3 {
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: normal;
	color: #fdfefe;
	margin: 0 0 10px;
}
/* sidebox styles */
.sidebox {
	position: relative;
	color: #fdfefe;
	width: 258px;
}
.sidebox .sidebox-holder {
	background: url(../images/sidebox-top.gif) no-repeat;
	position: relative;
	overflow: hidden;
	padding: 25px 0 0;
	width: 258px;
}
.sidebox .sidebox-wrapper {
	background: url(../images/sidebox-bot.gif) no-repeat 0 100%;
	overflow: hidden;
	width: 100%;
	padding: 0 0 70px;
}
.sidebox .sidebox-content {
	background: url(../images/sidebox-mid.gif) repeat-y;
	padding: 0 28px 0 30px;
	overflow: hidden;
	width: 200px;
}
/* sidebox type styles */
.type2 .sidebox-holder {
	background-image: url(../images/sidebox-top-left.gif);
	margin: -48px 0 0;
	padding: 67px 0 0;
}
.type2 .sidebox-wrapper {
	background-image: url(../images/sidebox-bot-left.gif);
}

.type3 .sidebox-holder {
	background-image: url(../images/sidebox-top-right.gif);
	margin: -50px 0 0;
	padding: 70px 0 0;
}
.type3 .sidebox-wrapper {
	background-image: url(../images/sidebox-bot-left.gif);
}
/* view more link styles */
a.view-more {
	background: url(../images/lnk-more.gif) no-repeat 100% 50%;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 31px 2px 0;
}
#sidebar a.view-more {background-image: url(../images/lnk-more-gray.gif);}
/* recent projects block styles */
.recent-projects {
	overflow: hidden;
	padding: 0 0 25px;
	width: 100%;
}
.recent-projects p {
	margin: 0 0 10px;
	line-height: 16px;
}
.recent-projects .img-holder {
	background: #0b0f0f;
	float: left;
	padding: 9px;
}
.recent-projects .holder {
	padding: 0 0 13px;
}
.recent-projects .img-holder img {vertical-align: top;}
/* testimonials block styles */
.testimonials {
	overflow: hidden;
	padding: 0 0 7px;
	width: 100%;
}

.testimonials blockquote {
	margin: 0 0 13px;
	padding: 0;
}
.testimonials q {
	padding: 5px 0 15px;
	display: block;
}
.testimonials cite {
	display: block;
	font-style: normal;
}
/* information block styles */
.information-area .phone-holder {
	font-size: 11px;
	padding: 13px 0 3px;
}
.information-area address {
	display: block;
	font-size: 11px;
	font-style: normal;
	margin: 0 0 15px;
}
.information-area address span {
	display: block;
}
.information-area dl.tel {
	overflow: hidden;
	width: 100%;
	margin: 0;
}
.information-area dl.tel dt {
	float: left;
	width: 34px;
}
.information-area dl.tel dd {
	float: left;
	margin: 0;
}
.information-area .link-holder {
	padding: 10px 0 0;
}
/* footer block styles */
#footer {
	background: url(../images/bg-footer.png) no-repeat;
	padding: 7px 0 0;
	font-size: 10px;
	color: #6d6d6d;
	overflow:hidden;
	width:100%;
}
#footer p {margin: 0 0 0 6px;}
/* These are standard sIFR styles */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}