#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
	box-shadow: 0 0 10px black;
	margin-top: -40px;
	background-color: #FFF;
	height: 1550px;
}
#top {
	height: 150px;
	width: 980px;
	float: left;
	background-color: #333;
}
#top_right {
	background-color: #C09;
	height: 100px;
	width: 620px;
	float: left;
}
#menu {
	background-color: #7E7E7E;
	float: left;
	height: 50px;
	width: 980px;
}
#big_pic {
	height: 320px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.clear {
	background-color: #0F0;
	height: 10px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* Gallery section for big_pic */
.ad-gallery {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.ad-gallery, .ad-gallery * {
}
  .ad-gallery .ad-image-wrapper {
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: relative;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	background: url(../images/ad_prev.png);
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	top: 47%;
	left: 0;
	z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../images/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
	height: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
	width: 980px;
	position: relative;
	margin-top: auto;
	margin-left: auto;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
	cursor: pointer;
	width: 13px;
	display: block;
	background-image: url(../images/ad_scroll_back.png);
	background-repeat: no-repeat;
	background-position: 0px 38px;
    }
    .ad-gallery .ad-forward {
	cursor: pointer;
	display: block;
	right: 0px;
	width: 13px;
	background-image: url(../images/ad_scroll_forward.png);
	background-repeat: no-repeat;
	background-position: 0px 38px;
    }
    .ad-gallery .ad-nav .ad-thumbs {
	overflow: hidden;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
	width: 9000px;
	list-style: none;
	float: left;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
	display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
/* Other styles */
  #footer2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
  }
  select, input, textarea {
    font-size: 1em;
  }
  body {
	padding: 30px;
	font-size: 13px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	behavior: url("csshover3.htc");
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
  }
  h2 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px dotted #dedede;
  }
  h3 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
  }
  .example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  ul {
  }
  pre {
    font-family: "Lucida Console", "Courier New", Verdana;
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  code {
    font-family: "Lucida Console", "Courier New", Verdana;
    margin: 0;
    padding: 0;
  }

  #gallery {
	background-color: #DEDEDE;
  }
  
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }
#promos {
	height: 330px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	background-color: #FFF;
}
#watches {
	height: 325px;
	width: 327px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#body {
	height: 325px;
	width: 292px;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #000;
	color: #999;
	text-align: center;
	text-decoration: none;
	font-weight: lighter;
}
#diamonds {
	float: left;
	height: 325px;
	width: 327px;
	padding-right: 5px;
	padding-left: 5px;
}
#bottom_navbarCol {
	height: 300px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 0px;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
/*-------------------------------------bottom footer---*/
#footer2 {
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	list-style-type: none;
	float: left;
	margin-right: auto;
	margin-left: auto;
}



#bottom_navbar li a {
	display: block;
	text-decoration: none;
	color: #333;
	list-style-image: none;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
}

#bottom_navbar li a:hover {
	color: #333;
	list-style-image: none;
	list-style-type: none;
}

#bottom_navbar {
	color: #333;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#bottom_navbar li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	color: #CCC;
}

#bottom_navbar li a {
	text-decoration: none;
	color: #000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	display: block;
	list-style-image: none;
	list-style-type: none;
}

#bottom_navbar li a:hover {
	color: #403B41;
	list-style-image: none;
	list-style-type: none;
}


#copyright {
	height: 50px;
	width: 925px;
	float: left;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
}
#bottom_pattern {
	background-image: url(../images/btm_pattern.jpg);
	background-repeat: repeat-x;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	float: left;
}

body {
	background-color: #E4E4E4;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}


/*-------------------------------------bottom_navbar2---*/

#bottom_navbar2 li a {
	list-style-type: none;
	text-decoration: none;
	color: #333;
}

#bottom_navbar2 ul li a {
	list-style-type: none;
	text-decoration: none;
	color: #333;
	text-align: left;
	list-style-image: none;
	margin-left: -34px;
}

#bottom_navbar2 li {
	list-style-type: none;
	text-decoration: none;
	color: #333;
	text-align: left;
}

#bottom_navbar2 li a:hover {
	list-style-type: none;
	color: #FE2315;
	text-decoration: none;
}

#bottom_navbar2 {
	color: #333;
	width: 980px;
	text-decoration: none;
	list-style-type: none;
}

#bottom_navbarCol {
	color: #333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 10px;
	float: left;
	width: 230px;
	text-align: left;
}

/*-------------------------------------facebook---*/

#facebook {
	position:relative;
	left:650px;
	top:80px;
	width:320px;
	height:45px;
	z-index:501;
}
