

#callout_section {
margin: 20px 20px 40px 20px;
}
 
.callout {
float: left;
padding: 0px 25px; 
}

#left_side {
float: left;
width: 550px;
margin-left: 45px;
}

right_side {

}

.text_image2 {
float: right;
margin-right: 55px;
margin-top: 40px;
text-align: center;
}

.products {
background: url(images/latestproducts.png) no-repeat;
height: 170px;
width: 243px;
float: right;
margin-right: 45px;
margin-top: 15px;
color: #ffffff;
font-family: 'MidoMedium', Georgia, serif;
text-align: center;
}

.products h3 {
padding-top: 20px;
color: #ffffff;
}

#imageviewer {
    width: 940px;
    height: 450px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}
#imageviewer img {
    position: absolute;
}
#imageheader {
    position: absolute;
    background: url(images/white.png);
    bottom: 0px;
    width: 940px;
	height: 60px;
}
#imagename {
    padding-top: 19px;
    padding-left: 20px;
	font-size: 24px;
}
 




 
