body {
	background: #fff;
}
#wrapper {
   width: 960px;
  margin: 0px auto 20px auto;
  position: relative;
  background: transparent;
}

#container {
  width: 960px;
  min-height: 500px;
  position: relative;
  font: 76%/1.3em Helvetica, Arial, sans-serif;
  color: #666;
  background-color: transparent;
}
#containerInner {
  float:left;
  width: 700px;
}


#content {
 margin: 10px 285px 0px 285px;
 padding: 1px 30px;
 position: relative;
}
#contentProduct {
  float: right;
  width: 450px;
  position: relative;
}
p.right {
  text-align: right;

}


 img.small {
 margin: 20px 0 0 130px;
 border: 1px solid #666;
}
 img.large {
   margin: 10px 0 20px 50px;
   border: 1px solid #666;
 }


#content p {
  padding: 0 30px;
}


#sidebarL {
 /* position: absolute;
  top:0;
  *top: 10px;
  left: 10px; */

  float: left;
  width: 250px;
  padding:0 10px 10px 10px;
}
#sidebarLP {
 /*position: absolute;
  top:0;
  *top: 10px;
  left: 10px;*/
    float: left;
  width: 250px;
  padding:10px 0 0 0;
}
#sidebarL p {
  text-align: left;
}
#sidebarLP a {
  text-decoration: none;
  color: red;
}
#sidebarLP a:hover {
  color:#666;
}


#sidebarR {

  float: right;
  width: 250px;
  padding: 0 10px 10px 10px;

}
#sidebarRP {
  float: right;
  width: 250px;
  padding: 10px 0 0 0;
}
#sidebarRP a {
  text-decoration: none;
  color: red;
}
#sidebarRP a:hover {
  color:#666;
}
#header {
  height: 331px;
  background-image: url(images/header.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .name {
  float: left;
  padding-left: 20px;
  font-family: "Century Gothic",Helvetica,sans-serif;
  color: white;
  font-size:120%;
  padding-top: 300px;
}
#footer {
  clear: both;
  height: 42px;
  background: #333;
  color: white;
  position: relative;
}
#footer p.left {
  font: 100%/1.2em "Century Gothic", Helvetica, sans-serif;
  padding: 10px 0 2px 20px;
  width: 250px;
  float: left;
  margin: 0;
}
#footer p.right {
  font: 100%/1.2em "Century Gothic", Helvetica, sans-serif;
  padding: 10px 10px 10px 0;
  width: 250px;
  float: right;
  margin: 0;
}
#footer p.mid {
  font: 85%/1em Helvetica, Arial, sans-serif;
  padding: 15px 0 0 0;
  position: absolute;
  top: 0px;
  left: 355px;
  margin: 0;
  width: 250px;
  text-align: center;
}
#footer a {
  font: 75%/1em  Helvetica, Arial,sans-serif;
  color: white;
  text-decoration: none;
}


/*/////navigation/////*/
#navcontainer {
position: absolute;
top: 275px;
right: 0px;
}


#navlist
{
/*margin-top: 300px;  */
padding:10px;
float: right;
font-size: 110%;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 1em;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #fff;
 font: 100%/1.3em "Century Gothic", Helvetica, sans-serif;
}
#navlist a:hover { color: #000; font: 100%/1.3em "Century Gothic", Helvetica, sans-serif;}
/*/////headings/////*/
h1 {
  background-color: red;
  width: 150px;
  font: 200%/1.5em "Century Gothic", Helvetica, sans-serif;
  padding: 0 20px;
  margin: 0 0 -10px 0;
  color: #fff;
}
.title {
 background-color: red;
  width: 210px;
  font: 120%/1.5em Helvetica, Arial, sans-serif;
  padding: 5px 20px;
  margin: 0 0 -5px 0;
  color: #fff;
}
.title p.right {
  font: 120%/1.5em Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: right;
  padding:0;
}


#products  {width:100%; position: absolute; top:0;left: 0px;}
/*#products {
  width: 100%;
  float: right;
}*/


#products ul {
  margin-bottom: 20px;
  padding: 0;
}

#products li {
 float: left;
 margin-right: 39px;
 margin-left: -21px;
 margin-bottom: 20px;
 list-style: none;
}
#products li img {
  display: block;
 border: 1px solid #333;
}
#back {
  background-color: red;
  color: white;
  float: left;
  margin: 20px 0;
  padding: 5px;
  width: 120px;
  text-align: center;
}
#back a {
  text-decoration: none;
  color: white;
}
#back a:hover {
  text-decoration: none;
  color: #000;
}
.box {
   width: 250px;
  padding: 0;
  height: 155px;
}
#debug {
  width: 960px;
  height: 50px;
  clear: both;
  font: 76%/1.3em Helvetica, Arial, sans-serif;
}


