@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #26A3D8;
	font-size:14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:1.6em;
	background-image: url(images/bgimg.jpg);
}
a, a:link, a:hover, a:visited{
	color:#26A3D8;
}
.oneColFixCtrHdr #container {
	width: 1071px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/main-background.gif);
	background-color: #26A3D8;
	background-repeat:repeat-y;
}
.oneColFixCtrHdr #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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: 0 56px 0 55px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr h2 {
	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: 0 56px 0 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:url(images/heading-background.gif);
	background-repeat:no-repeat;
	line-height:52px;
	width:921px;
	height:52px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.oneColFixCtrHdr #menu-about {
	margin: 0;
	float:left;
	width:283px;
	height:46px;
	background-image:url(images/menu-backgrounds.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-indent:151px;
	line-height:40px;
	font-weight:bold;
}
.oneColFixCtrHdr #menu-about-active, #menu-about:hover {
	margin: 0;
	float:left;
	width:283px;
	height:46px;
	background-image:url(images/active-menu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-indent:151px;
	line-height:40px;
	font-weight:bold;
	color:#FFFFFF;
}

.oneColFixCtrHdr #menu-products {
	margin: 0;
	float:left;
	width:236px;
	height:46px;
	background-image:url(images/menu-backgrounds.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-indent:75px;
	line-height:40px;
	font-weight:bold;
	color:#000000;
}
.oneColFixCtrHdr #menu-products-active, #menu-products:hover {
	margin: 0;
	float:left;
	width:236px;
	height:46px;
	background-image:url(images/active-menu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-indent:75px;
	line-height:40px;
	font-weight:bold;
	color:#FFFFFF;
}

a.menu-links, a.menu-links:link, a.menu-links:visited{
	margin: 0;
	color:#000000;
	text-decoration:none;
	font-size:14px;
	cursor:hand;
}
a.menu-links-active{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	cursor:hand;
	background-image:url(images/active-menu.jpg);
	background-repeat:no-repeat;
	background-position:right;

}

.oneColFixCtrHdr #menu-work {
	margin: 0;
	float:left;
	width:236px;
	height:46px;
	background-image:url(images/menu-backgrounds.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-indent:83px;
	line-height:40px;
	font-weight:bold;
}
.oneColFixCtrHdr #menu-work-active, #menu-work:hover{
	margin: 0;
	float:left;
	width:236px;
	height:46px;
	background-image:url(images/active-menu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-indent:83px;
	line-height:40px;
	font-weight:bold;
	color:#FFFFFF;
}

.oneColFixCtrHdr #menu-contact {
	margin: 0;
	float:left;
	width:236px;
	height:46px;
	background-image:url(images/menu-backgrounds.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-indent:83px;
	line-height:40px;
	font-weight:bold;
}
.oneColFixCtrHdr #menu-contact-active, #menu-contact:hover {
	margin: 0;
	float:left;
	width:236px;
	height:46px;
	background-image:url(images/active-menu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-indent:83px;
	line-height:40px;
	font-weight:bold;
	color:#FFFFFF;
}

.oneColFixCtrHdr #top-images {
	margin: 0;
	width:960px;
	padding-left:56px;
	
}
.oneColFixCtrHdr #top-images-about {
	margin: 0;
	width:960px;
	padding-left:72px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 56px 0 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.t {background: url(images/dot.gif) 0 0 repeat-x; width: 922px;}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y;}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/content-bottom.jpg) 0 100% no-repeat;}
.br {}
.tl {background: url(images/topleft.jpg) 0 0 no-repeat}
.tr {background: url(images/topright.jpg) 100% 0 no-repeat; padding:30px} 

.oneColFixCtrHdr #footer {
	padding: 0 56px 0 55px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer-background.gif);

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center
}

.heading{
	font-weight:bold;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.red-heading{
	font-weight:bold;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #af251c;
}
#text{
	position:relative;
	width:73%;
	margin: 0;
}
#images{
	float:right;
	vertical-align:top;
	width:22%;
	padding-left:10px;
	padding-top:20px;
	margin: 0;
}
#aricle-wrapper{
	clear:both;
	margin:0;
}