@charset "utf-8";
/* CSS Document */

html, body
{
	margin:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
}
a:visited {
   text-decoration: underline;
   color: #CC9933;
}
a:link {
   color: #CC9933;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
   color: #B7CDC3;
}
a:active {
   text-decoration: underline;
   color: #CC9933;
}
h1
{
	font-size:18px;
}
h2
{
	font-size:16px;
    }
h3
{
	font-size:14px;
    }
td img {
   display: block;
   border: 0;
}
.row1
{
   background-color: #CC9933;
   background-image: url(../images/mackay_precast_r1_c4.gif);
   background-repeat: repeat-x;
   background-position: top;
}
.row2
{
   background-color: #B7CDC3;
   background-image: url(../images/mackay_precast_r2_c5.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}
.row3
{
   background-image: url(../images/mackay_precast_r4_c5.gif);
   background-repeat: repeat-x;
   background-position: top;
}
.row4
{
   background-image: url(../images/mackay_precast_r5_c1.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}
.left_col
{
   background-image: url(../images/mackay_precast_r3_c2.jpg);
   background-repeat: no-repeat;
   background-position: bottom;
   padding-top: 15px;
   padding-right: 7px;
   padding-bottom: 60px;
   padding-left: 7px;
}
.main_body
{
   padding-top: 15px;
   padding-right: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
}
.left_menu
{
   background-image: url(../images/mackay_precast_r2_c2.gif);
   background-repeat: no-repeat;
   background-position: right bottom;
   background-color: #B7CDC3;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #000000;
   line-height: 1.75em;
   padding-top: 120px;
   padding-left: 40px;
}
.left_menu a:link
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #000000;
   line-height: 1.75em;
   text-decoration:none;
}
.left_menu a:visited
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #000000;
   line-height: 1.75em;
   text-decoration:none;
}
.left_menu a:active
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #000000;
   line-height: 1.75em;
   text-decoration:none;
}
.left_menu a:hover
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #CC9933;
   line-height: 1.75em;
   text-decoration:none;
}
.footer
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #000000;
   background-image: url(../images/mackay_precast_r4_c5.gif);
   background-repeat: repeat-x;
   background-position: top;
   font-weight: bold;
   width: 730px;
   padding-top: 5px;
}
.footer a:link
{
   color: #000000;
   font-weight: bold;
   text-decoration:none;
}
.footer a:visited
{
   color: #000000;
   font-weight: bold;
   text-decoration:none;
}
.footer a:active
{
   color: #000000;
   font-weight: bold;
   text-decoration:none;
}
.footer a:hover
{
   color: #CC9933;
   font-weight: bold;
   text-decoration:none;
}


img.img-left
{
	float:left;
}

img.img-right
{
	float:right;
}

.clear
{
	clear:both;
}