@charset "utf-8";


/* Boxes Container
----------------------------------*/
#box-container1 {
background:#fff;
float:left;
margin:0px 0 0 0px;
width:311px;
}


/* Box Top
----------------------------------*/
.box-top {
background:url(images/box-top.png);
height:27px;
}


/* Box Middle
----------------------------------*/
.box-bg {
background:url(images/box-bg.png) repeat-y;
min-height:300px;
margin:0px;
}


/* Box Middle
----------------------------------*/
.box-bottom {
background:url(images/box-bottom.png);
height:15px;
margin:0px;
}

#clear {
clear:both;
}

/* Heading
----------------------------------*/
h4 {
background:url(images/title-bg.png) no-repeat;
color:#fff;
font-size:17px;
font-weight:bold;
height:35px;
margin:0 auto;
padding:9px 0 0 45px;
text-shadow:0 1px 3px #787878;
width:248px;
}


/* Paragraph
----------------------------------*/
.box-bg p {
padding:0 15px;
margin: 0;
}


/* Product Image
----------------------------------*/
.box-bg p img {
float:left;
margin:5px 5px 0 0;
}
