@charset "UTF-8";
body {
	background-color: #E2E2E2;
	margin-top: 20px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 7px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #containerIndex {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 7px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFD304;
}
.twoColFixLtHdr #navigation {
	height: 64px;
	float: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/NavBackground.jpg)
.jpg);
	background-image: url(images/NavBackground.jpg);
}
.twoColFixLtHdr  #navigationHome {
	height: 64px;
	float: none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 850px;
	background-image: url(images/NavBackground_Home.jpg);
}
.twoColFixLtHdr #navigationProduct {
	height: 64px;
	float: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/NavBackground_ProdFeatures.jpg);
}
.twoColFixLtHdr #navigationVideo {
	height: 64px;
	float: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/NavBackground_Video.jpg);
}
.twoColFixLtHdr #navigationApplication {
	height: 64px;
	float: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/NavBackground_Application.jpg);
}
.twoColFixLtHdr #navigationorder {
	height: 64px;
	float: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/NavBackground_Order.jpg);
}
.twoColFixLtHdr  #header_home {
	height: 277px;
	background-image: url(images/Header_home.png);
	background-repeat: no-repeat;
	width: 850px;
	background-position: left top;
}
.twoColFixLtHdr #header_productfeatures {
	height: 277px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Header_productfeatures.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header_order {
	height: 277px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Header_order.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header_casestudies {
	height: 277px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Header_casestudies.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header_walling {
	height: 277px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Header_walling.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header_newapplications {
	height: 277px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Header_newapplications.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header_renovations {
	height: 277px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Header_renovations.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header_technicaldata {
	height: 277px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Header_technical.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header_video {
	height: 277px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Header_video.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header_application {
	height: 277px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Header_application.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header {
	height: 277px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Header1.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebarimage {
	margin-top: 1px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	background-color: #FFF3D1;
	border: 1px solid #FFD200;
	background-image: url(images/SideBarGradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 15px;
	display: inline;
	height: auto;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #FFF3D1;
	border: 1px solid #FFD200;
	background-image: url(images/SideBarGradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 15px;
	display: inline;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	overflow: visible;
}
.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 440px;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 15px;
	display: inline;
	margin-top: 0px;
	overflow: visible;
}
.twoColFixLtHdr #sidebar4 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 30px;
	display: inline;
	margin-top: 0px;
	overflow: visible;
}
.twoColFixLtHdr #sidebar5 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	background-color: #FFF3D1;
	border: 1px solid #FFD200;
	background-image: url(images/SideBarGradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 15px;
	display: inline;
	height: auto;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
} 
.twoColFixLtHdr #mainContent2 {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 470px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
	margin-top: 30px;
}
.twoColFixLtHdr #footer {
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/FooterImage.jpg);
	background-repeat: no-repeat;
	height: 61px;
	background-color: #EEEEEE;
} 
.casestudies2 {
	height: 90px;
	width: 515px;
	margin-top: 10px;
	float: none;
	background-color: #DDDDDD;
}
.casestudiesImage {
	height: 90px;
	width: 170px;
	float: right;
}
.casestudiesText {
	height: auto;
	width: 300px;
	padding-top: 7px;
	margin-left: 30px;
}
.newapplications {
	height: 220px;
	width: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}
.newapplicationsText {
	height: auto;
	width: auto;
	padding-top: 0px;
}
.newapplicationsImage {
	height: auto;
	width: 200px;
	float: left;
	margin-right: 20px;
}
.twoColFixLtHdr #EverbuildLogo {
	background-repeat: no-repeat;
	width: 100px;
	height: auto;
}
.twoColFixLtHdr #footerContactus {
	height: 20px;
	width: 100px;
	padding-top: 5px;
	float: left;
}
.twoColFixLtHdr #footerText {
	height: 20px;
	width: 320px;
	padding-top: 5px;
	float: none;
	margin-left: 620px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 50px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bulletsCustom {
	font-size: 16px;
	list-style-position: outside;
	list-style-type: none;
	font-weight: bold;
	list-style-image: url(images/Bullet.jpg);
	margin-top: 5px;
}
.bulletsTick {
	font-size: 50px;
	list-style-position: outside;
	list-style-type: none;
	font-weight: bold;
	list-style-image: url(images/tick.png);
	color: #F36A3A;
}
p {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 17px;
	margin-top: 0px;
}
h1 {
	font-size: 30px;
	color: #074D94;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: -5px;
}
h2 {
	color: #F26531;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 2px;
	margin-top: 7px;
}
h3 {
	font-size: 18px;
	color: #02499D;
	margin-bottom: -15px;
	margin-top: 7px;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: normal;
	margin-top: 3px;
	margin-bottom: 0px;
}
h5 {
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight: lighter;
	font-size: 10px;
	color: #EEEEEE;
}
.Table1Header {
	font-size: 12px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #F26531;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #F2CEB6;
	color: #F26531;
	padding-top: 2px;
	border-right-width: 15px;
	border-right-color: #F2CEB6;
	border-left-width: 15px;
	border-left-color: #F2CEB6;
	font-weight: bold;
	padding-bottom: 2px;
}
.Table1MainContent {
	font-size: 12px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #F26531;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #F2CEB6;
	color: #000000;
	height: 8px;
	border-right-width: 1px;
	border-right-color: #F26531;
	border-left-width: 1px;
	border-left-color: #F26531;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-color: #F26531;
.casestudies:link {
	color: #F68F5C;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.casestudies:link {
	color: #000000;
}
a.casestudies:visited {
	color: #074D94;
}
a.casestudies:hover {
	color: #F36733;
}

