* {
  margin: 0;
  padding: 0;
}

body {
  background: url(/media/img/bg-repeat.jpg) #000 repeat-x;
  font-family: Georgia, serif;
  color: #fff
}



a {
  color: #ca9739;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-family: Palatino Linotype, Georgia, serif;
  color: #ca9739;
  font-size: 20px;
  font-weight: normal;
}

h3 {
  font-family: Palatino Linotype, Georgia, serif;
  color: #989898;
  font-size: 18px;
  font-weight: normal;
}

p {
  font-size: 16px;
}

img {
  border: 0;
}

.wrapper {

}

.container {
}

#header {
  width: 981px;
  height: 389px;
  position: absolute;
  top: 38px;
  left: 23px;
}

.content{
  width: 1024px;
  height: 1053px;
  margin: 0 auto;
  position: relative;
  background: url(/media/img/bg-shadow.jpg) no-repeat;
}

/* various headers */

.home-header {
  background: url(/media/img/contact-header.jpg) no-repeat;
}

.gallery-header {
  background: url(/media/img/gallery-header.jpg) no-repeat;
}

.catalogue-header {
  background: url(/media/img/home-header.jpg) no-repeat;
}

.testi-clients-header {
  background: url(/media/img/testimonial-header.jpg) no-repeat;
}

.order-header {
  background: url(/media/img/how-to-order-header.jpg) no-repeat;
}

.contact-header {
  background: url(/media/img/home-header.jpg) no-repeat;
}

/*nav */

.nav {
  position: absolute;
  top: 440px;
  left: 50px;
}

.nav ul {
  list-style: none;
  font-family: Palatino Linotype, Georgia, serif;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.nav ul li {
  float: left; 
  padding-left: 45px;
}

.nav ul li a {
   color: #fff;
   text-decoration: none;
}

.nav ul li a:hover {
   text-decoration: underline;
}

.nav ul li.first {
  padding-left: 0;
}

.nav ul a.selected {
  text-decoration: underline;
}

/*Global*/

.heading-title {
  margin-bottom: 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.right-module {
  width: 235px;
  height: 483px;
  background: #252525;
  padding: 18px 18px 18px 18px;
  position: relative;   
}

.testimonial-intro {
  color: #ca9739;
  font-size: 24px;
}

.home-slogan p.author, .testimonial-module p.author {
  margin-top: 0px;
  margin-bottom: 0;
  text-align: right;
  font-style: italic;
  font-size: 14px;
}

.home-content-container, .testi-clients-content-container, .gallery-content-container, .order-content-container, .contact-content-container, .catalogue-content-container {
  width: 943px;
  position: absolute;
  top:473px;
  left: 23px;
  padding: 20px;
}

/*home-page */


.home-writeup {
  width: 542px;
  height: 398px;
  margin-bottom: 20px;
  padding: 10px;
  background: #252525;
  font-size: 15px;
  overflow: hidden;
}

.home-writeup p {
  margin-bottom: 20px;
  margin-left: 7px;
  font-size: 15px;
}

.home-slogan {
  width: 542px;
  height: 60px;
  padding: 10px 10px 10px 10px;
  background: url(/media/img/home-slogan.jpg) #252525 no-repeat;
  overflow: hidden;
}

.home-slogan p {
  margin-left: 7px;
  margin-bottom: 10px;
  width: 425px;
  font-size: 22px;
}

.home-products {
  width: 324px;
}

.home-products p {
  font-size: 13px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.home-products img { 
  margin-left: 12px;
  border: 1px solid #555;
}


/*Clients and Testimonials*/

.testimonial-module {
  width: 628px;
  height: 128px;
  padding: 20px 10px 10px 10px;
  margin-bottom: 22px;
  background: url(/media/img/testimonial-bg.gif) no-repeat #252525;
}

.testimonial-module p {
  margin-left: 60px;
  margin-bottom: 10px;
  width: 515px;
}

.clients-list {
}

.clients-list h2 {
  font-size: 24px;
}

.clients-list ul {
  list-style: none;
  margin-bottom: 10px;
}

.clients-list ul li {
  margin: 2px 0 ;
}

/*How to Order */

.order-content-container h2 {
  font-size: 24px;
  margin-left: 7px;
}

.order-content-container h3 {
  margin-left: 7px;
}

.how-to-order-content {
  width: 542px;
  height: 498px;
  margin-bottom: 20px;
  padding: 10px;
  background: #252525;  
}

.question-info {
  margin-top: 20px;
}

.order-module {
  margin-left: 7px;
  float: left;
  display: inline; /*IE6 Double padding */
}

/*Contact Us */

.contact-content-container h2 {
  font-size: 24px;
  margin-left: 7px;

}

.contact-us-content {
  width: 542px;
  height: 498px;
  margin-bottom: 20px;
  padding: 10px;
  background: #252525;  
}

.contact-module {
  width: 263px;
  margin-left: 7px;
  float: left;
  display: inline; /*IE6 Double padding */
}

.about-us-info {
  margin-top: 20px;
}

.about-us-info p {
  margin: 10px 0 10px 7px;
}

.contact-module span {
  font-size: 20px;
}

.hours {
  width: 328px;
  margin-bottom: 20px;
  overflow: hidden; /*IE6 expanding box */
}

.hours img {
  border: 1px solid #555;
}

.hours h2 {
  margin-left: 0;
}

.feedback {
  margin-top: 20px;
}

.feedback p {
  margin: 10px 0 10px 7px;
}

/*

.feedback {
  padding-top: 5px;
  width: 324px;
  height: 68px;
  overflow: hidden; COMMENT IE6 Expanding box COMMENT
}

.feedback h2 {
  font-size: 18px;
  margin-left: 0;
  font-weight: normal;
}

.feedback p {
  margin-bottom: 0;
  font-size: 14px;
}

*/


/* Catalogs page */

.cat-download-link {
  background: #252525;
  padding-right: 50px;
  padding-bottom:15px;
  text-align: right;
}

.cat-download-link a {
  font-size: 16px;
}

.catalogue-content-container h2 {
  font-size: 24px;
  margin-left: 7px;
}

.catalogue-content {
  width: 542px;
  height: 498px;
  margin-bottom: 20px;
  padding: 10px;
  background: #252525;  
}

.catalogue-content a {
  display: block;
  width: 542px ;
  height: 80px;
  margin-top: 10px;
  border: 1px solid #252525;

}

.catalogue-content a img {
}

.catalogue-content a:hover {
  border: 1px solid #666;
}

.eady {
  font-size: 14px;
  color: #ca9739;
}

.footer{

}

.catalogue-content a.download-order-form {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-left: 20px;
  border: none;
}

.catalogue-content a.download-order-form:hover {
  border: none;
}


.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */
