img { 
  border: 0px;
  padding: 0px;
  margin: 0px;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #696969;  
}

#logo {
  background: url('images/contemporary_header1.png') no-repeat bottom left;
  height: 160px;
  width: 376px;
  float: left;
}

#collection-navigation-bottom {
	float: left;
}

#collection-navigation {
  height: 30px;
  width: 300px;
  float: right;
  padding-top: 95px;
  padding-bottom: 35px;
}

#collection-navigation img {
	float: right;
	height: 30px;
}

#collection-navigation img.has-border {
	border-right: 1px solid #a1a1a1;
}

#language {
	width: 170px;
	height: 45px;
	float: right;
	padding-top:125px
}

#language img {
	float: left;
	height: 40px;
	width: 74px;
}

#language span {
	
	float: left;
	padding-top: 13px;
}

#central {
  width: 800px;
  margin-top: 38px;
}

#product_previews {
  width: 800px;
  margin-top: 14px;
}

#navigation {
  width: 140px;
  float: left;
  margin-left: 40px;
  margin-top: 5px;
}

#navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
}

#navigation ul li {
  height: 28px;
}

#navigation a {
  display: block;
  padding-left: 10px;
  
}

#navigation a.active {
  background-image: url('images/navigation/nav-item-active.png') ! important;
  background-repeat: no-repeat;
  background-position: 8px 13px;	
}

#navigation a:hover {
  background-image: url('images/navigation/nav-item-selected.png');
  background-repeat: no-repeat;
  background-position: 8px 13px;
}

div#main {
  margin: 0px auto;
  text-align: left;
  width: 800px;
}
div#footer{
  border-top:1px solid #ccc;
  padding-top:20px;
  margin: 40px auto; 
  text-align:center;
  width: 800px;
  color:#666
}
div#footer a {
  color:#666;
  margin:0 20px;		
	
}
#header {
  height: 370px;
  position:relative
}

#header .middle {
  float: left;
}

#header .left {
  float: left;
  margin-right: 10px;
}

#header .left img {
  width: 525px;
}

#header .right {
  float: left;
}

#header .right img {
  width: 265px;
}

#header .middle img{
  width: 800px;
}

.clear { 
  margin: 0;
  width: 0;
  height: 0;
  clear: both;
}

/* content */

#content {
  width: 460px;
  margin-left: 75px;
  margin-right: 75px;
  margin-top: 0px;
  float: left;
}

#content .body {
  color: #696969;
  font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
}

/* product page */

#product_overview {
  width: 800px;
  
}

#product_overview .title {
  font-size: 30px;
  margin-bottom: 40px;
}

#product_overview .name {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 30px;
}

#product_image {
  width: 525px;
  height: 370px;
  float: left;
}

#product_description {
  width: 240px;
  padding: 0px 10px 0px 25px;
  float: left;  
  font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
}

.product_preview {
  width: 191px;
  height: 191px;
  margin-right: 9px;
  margin-bottom: 9px;
  cursor: pointer;
  float: left;
}

#product_previews a {
  display: none;
}

.product_preview .description {
  display: none;
}


.hidden {
  display: none;
}

.body h2 {
  font-size: 18px;
}

.body a {
  color: #696969;  
  font-style: italic;
}
