/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
 background: url(images/body-bg.jpg) top center;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #fff;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #fff;
 font-weight: bold;
 font-style: italic;
}
a {
 color: #fff;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
div#header {
 margin: 0px;
 padding: 0px;
 width: 960px;
 height: 530px;
 text-align: left;
 background: url(images/header-bg.jpg) top center no-repeat;
}
div#animation {
 margin: 0px;
 padding: 0px;
 padding-top: 23px;
 padding-left: 23px;
 width: 370px;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
 background: url(images/content-bg.jpg) top center no-repeat;
}
td#left-col {
 margin: 0px;
 padding: 0px;
 padding-left: 10px;
 width: 170px;
 text-align: right;
}
#leftnav {
 text-align: right;
}
#leftnav a {
 display: block;
 margin: 5px;
 padding: 0px;
 width: 155px;
 height: 62px;
}
#leftnav a.home {
 background: url(images/nav-home.jpg) no-repeat;
}
#leftnav a.home:hover {
 background: url(images/nav-home-over.jpg) no-repeat;
}
#leftnav a.services {
 background: url(images/nav-services.jpg) no-repeat;
}
#leftnav a.services:hover {
 background: url(images/nav-services-over.jpg) no-repeat;
}
#leftnav a.about {
 background: url(images/nav-about.jpg) no-repeat;
}
#leftnav a.about:hover {
 background: url(images/nav-about-over.jpg) no-repeat;
}
#leftnav a.contact {
 background: url(images/nav-contact.jpg) no-repeat;
}
#leftnav a.contact:hover {
 background: url(images/nav-contact-over.jpg) no-repeat;
}
#leftnav a.shop {
 background: url(images/nav-shop.jpg) no-repeat;
}
#leftnav a.shop:hover {
 background: url(images/nav-shop-over.jpg) no-repeat;
}
#leftnav a.blog {
 background: url(images/nav-blog.jpg) no-repeat;
}
#leftnav a.blog:hover {
 background: url(images/nav-blog-over.jpg) no-repeat;
}
#leftnav a.catalog {
 background: url(images/nav-catalog.jpg) no-repeat;
}
#leftnav a.catalog:hover {
 background: url(images/nav-catalog-over.jpg) no-repeat;
}
#leftnav a.gallery {
 background: url(images/nav-photos.jpg) no-repeat;
}
#leftnav a.gallery:hover {
 background: url(images/nav-photos-over.jpg) no-repeat;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 padding-right: 20px;
 width: 548px;
 text-align: left;
}
td#right-col {
 margin: 0px;
 padding: 10px;
 width: 192px;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 960px;
 height: 104px;
 background: #000 url(images/footer-bg.jpg) top center no-repeat;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer td {
 padding-top: 10px;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
#SLIDESIMG {
}
