body{background:url(images/bg-yellow.png) repeat-y #f0b223}
.page{background-image:url(images/bg-img-kauppa.jpg)}

/* Title */
h2{display:block;width:191px;height:49px;background:url(images/title-kauppa.png) no-repeat;text-indent:-9999px;margin-bottom:17px}

/* Products */
#products{background:url(images/line-orange.png) no-repeat left top;padding-top:20px}
#products .product{clear:both;margin:0 0 15px 0}
#products img{float:left;margin:0 15px 0 0}
#products .info{float:left;width:350px}
#products h3{color:#cd7d39;margin:0 0 0px 0;text-transform:uppercase;font-size:15px}
#products p{margin:0 0 0 0}
#products .price{font-weight:bold;margin:0}

/* Form */
.col1{padding-right:20px}
.col1 h3{color:#cd7d39;background:url(images/line-orange.png) no-repeat left bottom;padding-bottom:5px;text-transform:uppercase}
#form-store{margin-bottom:20px}
#form-store .field input{width:230px}
#form-store .field textarea{width:300px;height:200px}