/* homepage link grid */

.linkGrid {
position:relative;
float:left;
border-top:2px solid #ffffff;

    /* ie7 fix */
    height: 441px;
    width: 100%;

}

.gridColumn {
position:relative;
float:left;
width:241px;
}

#columnMiddle {
border-left:2px solid #fff;
border-right:1px solid #fff;
}

.gridRow {
position:relative;
height:145px;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
letter-spacing:0.3em;
border-bottom:2px solid #fff;
text-align:center;
}

.linkBottom a {
position:absolute;
bottom:7px;
left:0;
width:100%;
color:#333333;
text-decoration:none;
}

#box5 a, #box3 a {
font-size:12px;
letter-spacing:0.2em;
}

.linkBottom a:hover {
color:#A43221;
}

.linkCenter a {
position:absolute;
top:45px;
left:0;
width:100%;
color:#fff;
font-size:18px;
line-height:26px;
font-weight:normal;
text-decoration:none;
}

#box2 a:hover, #box8 a:hover {
color:#83A948;
}

#box4 a:hover, #box6 a:hover {
color:#A43221;
}

#box1 {
background-image:url(../images/box1.jpg);
background-repeat:no-repeat;
}

#box2 {
background-image:url(../images/box4.gif);
background-repeat:no-repeat;
}

#box3 {
background-image:url(images/box7.jpg);
background-repeat:no-repeat;
}

#box4 {
background-image:url(../images/box2.jpg);
background-repeat:no-repeat;
}

#box5 {
background-image:url(../images/box5.jpg);
background-repeat:no-repeat;
}

#box6 {
background-image:url(../images/box8.gif);
background-repeat:no-repeat;
}

#box7 {
background-image:url(../images/box3.jpg);
background-repeat:no-repeat;
}

#box8 {
background-image:url(../images/box6.gif);
background-repeat:no-repeat;
}

#box9 {
background-image:url(../images/box9.jpg);
background-repeat:no-repeat;
}

#box10 {
background-image:url(../images/product01.jpg);
background-repeat:no-repeat;
}

/* homepage link grid end */
