
ul, form ul li { margin-bottom: .5em; }

strong { font-weight: bold; }

h1 { margin-bottom: 1em; }

#wrapper {
    width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: #1C1826;
}

#img {
    position: relative;
    width: 700px;
    margin-bottom: 1em;
}

#info {
    position: relative;
    width: 700px;
    color:#cccccc;
}

#title_text { 
    color:#fff;
    font-family:"Bradley Hand ITC","Comic Sans MS";
    font-size:1.8em;
    font-weight:bold;
}

.fabric_title {
    display:block;
    font-size:1.8em;
    font-family: "Bradley Hand ITC","Comic Sans MS";
    font-weight:bold;
}

.fabric_desc {
    display:block;
    font-size:1.8em;
    font-family: "Bradley Hand ITC","Comic Sans MS";
    font-weight:bold;
}

.fabric_price {
    display:block;
    font-size:1.2em;
    font-family: "Bradley Hand ITC","Comic Sans MS";
    font-weight:bold;
}

.fabric_text {
    font-size:1.2em;
    font-family: "Bradley Hand ITC","Comic Sans MS";

}

#wrapper, #img, #info, #gallery li {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#gallery li {
    float: left;
    padding: 1px;
    background: transparent url(../img/ajax-loader-small.gif) 50% 50% no-repeat;
    border-color: #345;
    cursor: pointer;
}
.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 50px;
    padding: 0 2%;
    line-height: 50px;
    color: #fff;
    background-color: #000;
    opacity: .8;
    font-family: "Times new roman"
    font-size:1.4em;
}
