*,html {
    margin:0;
    padding:0;
}

body {
    margin:0;
    padding:0;
    background:#473a2a;
    color:#CCCCCC;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
    margin-bottom:10px;
    color: #f99510;
}

#top {
    width:100%;
    height:145px;
    background:url(images/design/body-top.jpg) repeat-x;
}
#mid {
    width:100%;
    height:auto;
    background:url(images/design/body-bg.jpg);
}

#mid2 {
    width:100%;
    height:auto;
    background:url(images/design/floral.png) left top repeat-x;
}


#btm {
    background-image: url(images/design/body-btm.jpg);
    background-repeat: repeat-x;
    height: 111px;
    width: 100%;
}

#wrapper {
    width:740px;
    margin:0 auto;
}
#left {
    width:571px;
    float:left;
    padding-top:10px;
}
#right {
    width:169px;
    float:right;
    padding-top:20px;
}

#logo {
    width:600px;
    height:45px;
    margin:0 auto;
    padding-top:100px;
    background:url(images/design/logo.png) 0 18px no-repeat;
    text-align:right;
    color: #87745c;
    font-weight: bold;
}

#header {
    float:left;
    width:571px;
    height:288px;
    margin-top:10px;
    padding-top:20px;
    background:url(images/design/header.png) 65px 0 no-repeat;
}

#thumb-box {
    width:104px;
}
.thumb {
    width:104px;
    height:84px;
    background:url(images/design/thumb.png) no-repeat;
}

#menu {
    width:169px;
    height:300px;
    margin-top:20px;
    float:right;
    font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    background:url(images/design/menu-bg.png) no-repeat;
}
#menu ul {
    background:url(images/design/menu-line.png) left top no-repeat;
    margin-top:35px;
    }
#menu li {
    list-style:none;
    text-indent:20px;
    line-height:25px;
    background:url(images/design/menu-line.png) left bottom no-repeat;
}
#menu a {
    text-decoration:none;
    color:#ccc;
}
#menu a:hover {color:#CC9933}

.content {
    padding-left:65px;
    float:left;
}
.content a {color:#ccc;}
.content a:hover {text-decoration:none;}
.content ul {margin:0 0 20px 20px;}

#home {width:505px;}
#ct-top {
    width:100%;
    height:15px;    
}
#ct-mid {
    text-align:justify;
    font:normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#ct-btm {
    width:100%;
    height:20px;    
}

.home-top {background:url(images/design/content-top.png) no-repeat;}
.home-mid {
    padding: 10px 30px 20px 30px;
    width:88%;
    background:url(images/design/content-ctr.png) repeat-y;
}
.home-btm {background:url(images/design/content-btm.png) no-repeat;}

#prod {width:675px}
.prod-top {background:url(images/design/prod-top.png) no-repeat;}
.prod-mid {width:88%;padding:0 60px 0 30px;background:url(images/design/prod-mid.png) repeat-y;}
.prod-btm {background:url(images/design/prod-btm.png) no-repeat;}

#copy {
    width:500px;
    height:40px;
    margin:0 auto;
    padding: 25px 0;
    text-align:center;
    font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.clear {clear:both}

.pagination{
padding: 4px;
}
.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}
.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}
.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}
.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}
.pagination a.currentpage{
background-color: #9E0B0E;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}
.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}
.pagination a.prevnext{
font-weight: bold;
}