body {
    background: #ffe6d5;
    font:16px/1.85 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    color: #2b1100;
}
a:focus {
    outline:1px dotted invert;
}
hr {
    border:0 #ccc solid;
    border-top-width:1px;
    clear:both;
    height:0;
}

h1,h2,h3,h4,h5 {
    font-family: Cambria, serif;
    color: #552200;
    margin-bottom: 10px;
}


h1 {
    font-size:36px;
}
h2 {
    font-size:28px;
}
h3 {
    font-size:22px;
}
h4 {
    font-size:18px;
}
h5 {
    font-size:16px;
}
h6 {
    font-size:15px;
}
ol {
    list-style:decimal;
}
ul {
    list-style:square;
}
li {
    margin-left:30px;
}
p, dl, hr, ol, ul, pre, table, address, fieldset {
    margin-bottom:20px;
}

img {
  margin: 20px 0px;
    border: 5px solid #ffb380;
}

.start {
  margin: 0px 0 0 0;
    border: none;
}

#header {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Navigation */
#nav {
  float: left;
  height: 40px;
  line-height: 40px;
  padding:0;
  margin: 0;
  list-style: none;
}
#nav li {
  float: left;
  margin: 0;
}
#nav a {
  background: url(../images/tab-left.png) no-repeat left top;
  background-position: 0 -40px;
  float:left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin-left: 3px;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#nav a span {
  background: url(../images/tab-right.png) no-repeat left top;
  background-position: 100% -40px;
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  color: #2b1100;
}
#nav a span:hover {
  cursor: pointer;
}
#nav a:hover {
  background: url(../images/tab-left.png) no-repeat left top;
  background-position: 0 -80px;
  text-decoration: none;
}
#nav a:hover span {
  background: url(../images/tab-right.png) no-repeat left top;
  background-position: 100% -80px;
}
#nav .current a{
  background: url(../images/tab-left.png) no-repeat left top;
  background-position: 0 0px;
}
#nav .current a span {
  background: url(../images/tab-right.png) no-repeat left top;
  background-position: 100% 0px;
  color: #22062C;
}
#nav a .current:hover {
  color: #22062C;
  background: url(../images/tab-left.png) no-repeat left top;
  background-position: 0 40px;
  text-decoration: none;
}
#nav a .current:hover span {
  background: url(../images/tab-right.png) no-repeat left top;
  background-position: 100% 40px;
}
/* EOF navigation */

/* Language Navigation */
#lang-nav{
  float: right;
  padding:0px 0 0 0;
  margin: 0;
  list-style: none;
}
#lang-nav li {
  display: inline;
  margin: 0;
}
#lang-nav a {
  background: url(../images/lang-tab-left.png) no-repeat left top;
  background-position: 0 0px;
  float:left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin-left: 3px;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#lang-nav a span {
  background: url(../images/lang-tab-right.png) no-repeat left top;
  background-position: 100% 0px;
  float: left;
  display: block;
  height: 40px;
  padding-right: 20px;
  color: #fff;
}
/* EOF navigation */

#banner {
    background-image: url(../images/banner.png);
    height: 280px;
    margin-bottom: 40px;
}

#banner h1{
    position: absolute;
    top: 50px;
    right: 195px;
    font:64px/0.75em Cambria, serif;
    font-weight: 600;
    text-align: center;
    color: #2b1100;
}

#banner p{
    position: absolute;
    top: 208px;
    right: 235px;
    font:14px/1em Cambria, serif;
    font-weight: 600;
    text-align: center;
    color: #ffe6d5;
}

#banner h1.sv{
    position: absolute;
    top: 50px;
    right: 135px;
    font:64px/0.75em Cambria, serif;
    font-weight: 600;
    text-align: center;
    color: #2b1100;
}

#banner p.sv{
    position: absolute;
    top: 208px;
    right: 230px;
    font:14px/1em Cambria, serif;
    font-weight: 600;
    text-align: center;
    color: #ffe6d5;
}

#facebook {
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
}

#footer-left img {
	height: 48px;
	line-height: 48px;
	margin: 0;
	float: right;
	border: none;
}

#mini-banner {
    margin: 0 0 20px 0;
    height: 80px;
    line-height: 80px;
    border-top: 2px dotted #ffb380;
    border-bottom: 2px dotted #ffb380;
}

.product {
    float: left;
    width: 420px;
    height: 240px;
    padding: 0 40px 0 0;
}

.product p{
    font-size: 12px;
}

.product img{
    float: left;
    width: 180px;
    height: 120px;
    margin: 0 20px 0 0px;
    padding: 0;
    border: 5px solid #ffb380;
}

#footer {
    border-top: 2px dotted #ffb380;
    margin-top: 60px;
    padding-top: 20px;
    margin-bottom: 40px;
    height: 20px;
    line-height: 20px;
}

#footer-left {
    float: left;
    text-align: left;
}

#footer-right {
    float: right;
    text-align: right;
    height: 30px;
    line-height: 30px;
}

#footer-right a{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
