﻿body, table, td, li, a, textarea, input, object, select, p, br
{
   font-family: Tahoma;
   font-size: 13px;
   color: #613412;
}

.SiteBack
{
   background-image: url('/images/back_img.jpg');
}

.ContentBack
{
   background-image: url('/images/content_back.jpg');
   padding: 10px 10px 10px 10px;
}

.Header
{
   font-family: Garamond;
   font-size: 36px;
   color: White;
}

.MediumHeader
{
   font-family: Garamond;
   font-size: 20px;
   color: White;
}

.Brown
{
   color: #613412;
}

.White
{
   color: White;
}

/* Basic Styles */
.Padding10
{
   padding: 10px 10px 10px 10px;
}

.Padding10Top
{
   padding-top: 10px;
}

.Padding10Bottom
{
   padding-bottom: 10px;
}

.Padding10Left
{
   padding-left: 10px;
}

.Padding10Right
{
   padding-right: 10px;
}

/* Navigation Styles */
.Menu
{
   font-family: Garamond;
   font-size: 20px;
   color: Red;
   padding: 0px 5px 0px 5px;
}

.MenuCurrent
{
   font-family: Garamond;
   font-size: 20px;
   color: White;
   padding: 0px 5px 0px 5px;
}

.MenuHover
{
   font-family: Garamond;
   font-size: 20px;
   color: #cbb76f;
   padding: 0px 5px 0px 5px;
}

/* Products Styles */
.ProductImage
{
   border: solid 7px #FFFFFF;
}

.ImageDetails
{
   /*position: absolute;
   top: 20%;
   left: 40%;*/
   z-index: 1000;
}

/* Slider Styles */
.SliderContainer
{
   z-index: 10;
   width: 830px;
   height: 190px;
}

.SliderItems
{
   position: absolute;
   z-index: 20;
   height: 185px;
}

.ContentWrapper,.BoxesWrapper
{
  overflow:hidden;
  position:relative;
  /* set width ! */
}

.Content,.BoxesContent
{
  position: absolute;
  top:0;
  left:0;
}

.BoxesWrapper
{
   width:830px;
   height:180px;
   top:0px;
   left:10px;
   white-space:nowrap;
}

.BoxesWrapper img{display:inline}
