/***************** General ***************/

body{
  background-color : #d7d7d7;
}


/***************** DIV *****************/

#container{
  background-image : url(../images/background.png);
  background-repeat: no-repeat;
  /*border : 1px solid yellow;*/
  width :855px;
  height :568px;
  padding-top: 200px;
  margin:auto;
}

#content{
  /*border : 1px solid blue;*/
  margin-left  : auto;
  margin-right : auto;
  width : 840px;
  height: 560px;
}

#left{
  /*border : 1px dashed white;*/
  width : 57%;
  height: 90%;
  display: block;
  float: left;
}

#right{
  /*border : 1px solid white;*/
  width : 42%;
  /*height: 90%;*/
  /*margin-left: 10%;*/
  float : left;
}

#video{
   padding-left: 40px;
   /*border: 1px dashed pink;*/
   height: 200px;
}

#description{
  padding-top: 10px;
  width: 100%;
  height: 100px;
  margin:auto;
  /*border: 1px solid blue;*/
}

#description p{
   font: 12px arial;
}

#secureordering{
  /*border : 1px dashed red;*/
  background-image: url(../images/credit_card_flags2.gif);
  background-repeat: no-repeat;
  width:145px;
  height:47px;
  font: 12px, arial;
  margin-left: 8%;
  /*padding-top: 20px;*/
}

#secureordering p{
  margin-top: 30px;
  float:left;
}

#buynow{
  /*border: 1px dashed blue;*/
  width: 35%;
  float:right;
  margin-right:7%;
}

#buynow p{
  margin:0;
  margin-left:15%;
  font: 20px, arial;
}

#buynow img{
  border: 0;
}

#contactForm{
  width: 45%;
  margin-left: 10%;
  margin-top: 5%;
  float: left;
  /*border: 1px dashed blue;*/
}

#contactForm h1, #contactRight h1{
   color: #f7bb44;
}

#contactForm label{
   color: white;
   background-color: #535353;
   display: block;
   width: 20%;
   float: left;
   margin-right: 2px;
}

#contactForm input[type="submit"]{
   margin-left: 25%;
}

#contactForm span{
   color: white;
}

#contactRight{
   width: 34%;
   /*border: 1px dashed red;*/
   margin-top: 5%;
   float: left;
   height: 85%;
}

#contactRight a{
   color: white;
}

#include{
   /*border: 1px solid white;*/
   height: 120px;
}

#include_title{
  color : #ec4040;
  font: 20px arial;
}

#include p{
   font: 12px arial;
   padding-left: 10px;
}  

#bottom{
  /*border : 1px dashed orange;*/
  height : 10%;
}

#bottom p{
  text-align : center;
}

#bottom a{
  color : white;
  text-decoration : underline;
  font: 14px, Arial;
  /*font-weight : bold;*/
}

#bottom a:hover{
  color : white;
  text-decoration : none;
}


.clear{
  clear:both;
}



p{
  color:white;
}

#slideshow{
   /*border : 1px solid red;*/
   height: 80%;
   margin-top: 10%;
}

#slideshow img{
   display: block;
   margin: auto;
   cursor: pointer;
}

#control{
   width: 15%;
   margin: auto;
}

#control img{
   cursor: pointer;
}

.error{
   color: red;
}