@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Monotype Corsiva;
	src: url('../MTCORSVA.TTF');
}

.product_title {
font-family: cool_font;
font-size:24px;
}

.main_bg {
background-color:#f1f0b8;
}

.container {
width:1024px;
}

.contact_info {
float:left; 
padding:235px 0px 0px 40px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-align:left;

}

.logo {
float:right; 
padding-right:30px;
padding-top:0px; 
}

.banner {
background-image:url(../images/banner_bg.gif);
background-repeat:repeat-x;
height:270px;
}

.menu_main_bg {
background-color:#79952f;
padding:13px 0px 13px 0px;
}

.menu_bg {
background-image:url(../images/menu_bg.gif);
background-repeat:repeat-x;
}

.cotent_bg {
background-color:#FFFFFF;
padding:10px;
}

.footer_bg {
background-color:#b3c976;
padding:4px 0px 5px 0px;
color:#334509;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

.footer_bg a{
color:#334509;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;
padding:0px 5px 0px 5px
}

.footer_bg a:hover{
text-decoration:underline;
}

.footer {
background-image:url(../images/footer_bg.gif);
background-repeat:repeat;
height:20px;
}

.image_layout {
padding:0px 10px 0px 30px;
}

.product_title {
font-family:Monotype Corsiva;
font-size:24px;
}

.image_title {
font-family:Monotype Corsiva;
font-size:36px;
font-weight:bold;
padding-bottom:20px;
color:#79962e;
text-align:left;
}

.image_description {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding-left:5px;
text-align:justify;
color:#79962e;
}


