/* basic reset */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
    line-height: 120%;
	border: 0 none; 
	outline: 0;
	padding: 0;
	margin: 0;
	}

li { list-style: none; }

a { text-decoration: underline;
    color: #111;}

@font-face {
	font-family: 'Quicksand';
	src: url('Quicksand_Book-webfont.eot');
	src: local('☺'), url('Quicksand_Book-webfont.woff') format('woff'), url('Quicksand_Book-webfont.ttf') format('truetype'), url('Quicksand_Book-webfont.svg#webfontQvsv8Mp8') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bodoni';
	src: url('BodoniDisplay-webfont.eot');
	src: local('☺'), url('BodoniDisplay-webfont.woff') format('woff'), url('BodoniDisplay-webfont.ttf') format('truetype'), url('BodoniDisplay-webfont.svg#webfontjYtyhCJD') format('svg');
	font-weight: normal;
	font-style: normal;
}


body { font-family: 'Quicksand', Arial, sans-serif;
/*       background-image: url(images/bg2.png); */
       background-color: #000;
       color: #ddd; }

#header {
  background-image: url(images/headerbg.png);
  background-repeat: repeat-x;
  height: 200px;
}

#footer {
  float: left;
  width: 100%;
  height: 150px;
  padding: 10px 0px 0px 0px;
  border-top: 1px solid #ccc;
}

#footer_content {
  margin: 0px auto; 
  width: 480px;
  font-size: 12px;
}

#menubar { font-size: 20px;
           width: 960px;
           margin: 0px auto;}

#menubar li { float: left;
              margin: 0px; 
              padding: 15px 10px 12px 10px;
              color: #fff;
            }

#menubar a {
  color: #fff; 
  text-decoration: none;
}
#menubar a:hover{padding-bottom: 3px; border-bottom: 1px solid #ccc; }

#logo {display: block; 
       width: 960px;
       height: 142px;
       margin: 0px auto;
       text-indent: -5000px;
       background-image: url(images/head.png);
       background-repeat: no-repeat;
       background-position: 0px 0px; }

#main { display: block;
           width: 960px;
           margin: 0px auto;
           overflow: hidden; }

#catalogmain { display: block;
           width: 750px;
           margin: 0px auto;
           overflow: hidden; }


#indexmain { display: block;
             width: 960px;
             height: 650px;
             margin: 0px auto;
             position: relative; }

#indexmain img {padding: 10px; }

#index1 {
  position: absolute;
  top: 0px;
  left: 0px;
}

#index2 {
  position: absolute;
  top: 0px;
  left: 583px;
}

#index3 {
  position: absolute;
  top: 376px;
  left: 583px;
}

#index4 {
  position: absolute;
  top: 376px;
  left: 771px;
}

#nav { margin: 25px 0px 70px 10px; 
       float:left; 
       width: 172px;
       display: inline;  /* ie6 double margin width fix from www.positioniseverything.net */ } 

#nav ul { display:block;
          float: left;}

#nav li {width: 162px;
         height: 72px;  }

#nav a {display:block;
        width: 160px;
        height: 70px;
        border: 1px solid #010101;       
        text-indent: -1000px; }
        
#nav a:hover { border: 1px solid #fff; }

#content { margin: 25px 0px 0px 0px;
           width: 100%;
           background-image: url(images/greybg.png);
           background-repeat: repeat-x;
           background-color: #fff;
           color: #222;
           padding: 0px 0px 80px 0px;
           overflow: hidden;
           border: 1px solid #111;
}

.content {
  background-color: #fff;
  color: #222;
  padding: 30px;
}

.content p {
  text-align: justify;
  padding: 0px 20px 20px 20px;
  font-size: 14px;
  line-height: 20px;
}

.content h1 {
  padding: 20px 20px 20px 20px;
  font-size: 24px;
}


#aboutbox {
  width: 450px;
  height: 615px;
  float: right;
  margin-bottom: 90px;
}

#reviewbox {
  width: 600px;
  height: 840px;
  float: left;
  margin-bottom: 90px;
}

#reviewimg {
  width: 300px;
  height: 900px;
  float: right;
}


#contactbox {
  width: 260px;
  height: 680px;
  float: left;
  margin-bottom: 90px;
}

#contactimg {
  width: 640px;
  float: right;
}

#samplebox {
  width: 260px;
  height: 367px;
  float: left;
  margin-bottom: 90px;
}

#sampleimg {
  width: 640px;
  float: right;
}

#map_canvas {
  width: 640px;
  height: 427px;
  float: right;
}

#map_canvas p {
  color: #333;
}

#scroll {
  width: 430px;
  height: 460px;
  overflow: auto;
}

#scroll p {
  width: 340px;
}

#aboutimg {
  float: left;
  width: 450px;
  height: 675px;
}


#content p {
  padding: 0px 20px 20px 20px;
}

#content h1 {
  padding: 20px 20px 20px 20px;
  font-size: 20px;
}

#content img {
  float: right;
  padding: 10px;
  border: 1px solid #999;
  margin: 20px;
}

#mainpicture { position: relative; 
               margin: 25px 0px 70px 0px;
               top: 0px;
               left: 0px;
               width: 460px;
               float: left;
               height: 900px;
}


#mainpicture img { position: absolute; 
                   width: 440px;
                   top: 0px;
                   left: 0px; 
                   padding: 0px 10px 10px 10px;
                   z-index: 5;}

#rightcol {
   float: left;
   width: 240px;
   margin: 25px 0px 0px 0px; 
}


#rightcol li {
 float: left;
 width: 120px; 
 height: 170px;
}

#rightcol img {
  width: 120px;
  height: 170px;  
  padding: 10px;
 /* background-color: #111; */
}

#thumbs { position: absolute; 
          top: 0;
          left: 0;
          width: 760px;}
        
#tns div {
float: left;
margin: 5px 5px 5px 0px;
text-align: center;
font-size: 10px;
height: 200px;
margin: 0px 10px 10px 0px;
}

#tns div img {
        position: static;
      /*  background-color: #111; */
        padding: 5px;
        width: 100px;
}

#tns a {
  color: #fff;
  text-decoration: none;
}

#linea_raffaelli  {
  background-image: url(images/linea_raffaelli_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#essense {
  background-image: url(images/essense_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#suzanne_neville {
  background-image: url(images/suzanne_neville_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}


#nicki_macfarlane {
  background-image: url(images/nicki_macfarlane_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#paddy_campbell {
  background-image: url(images/paddy_campbell_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}


#cymbeline  {
  background-image: url(images/cymbeline_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#ritva_westenius {
  background-image: url(images/ritva_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#novia_d-art  {
  background-image: url(images/novia_d-art_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#amanda_wakeley  {
  background-image: url(images/amanda_wakeley_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#libelula {
  background-image: url(images/libelula_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#occasions {
  background-image: url(images/occasions_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#lili_costa  {
  background-image: url(images/lili_costa_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#fwm {
  background-image: url(images/fwm_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#viv_sheriff {
  background-image: url(images/vivien_sheriff_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#okycoky {
  background-image: url(images/okycoky_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#tricotchic {
  background-image: url(images/tricotchic_label.png);
  text-indent: -1000px;
  width: 100%;
  height: 100%;
}

#prevnext {position: absolute;
           top: 0;
           left: 0;
           height: 100%;
           width: 100%;
           z-index: 90;
}

#next, #prev {
	width: 49%;
	height: 100%;
	display: block;
        text-indent: -1000px;
}

#prev { float: left; z-index: 200;
        background:  url(images/lightbox-btn-prev.gif) left 15% no-repeat; }

#next { float: right; z-index: 200; 
        background:  url(images/lightbox-btn-next.gif) right 15% no-repeat; }
        
label {
  display: block;
  margin-top: 5px;
}

form {
  font-size: 14px;
  padding: 20px 20px 20px 20px;
}

form input {
  border:1px solid #D5D5D5;
  color:#333;
  font-size:13px;
  padding:6px;
  width: 200px;
}

form input[type="submit"] {
  margin-top: 10px;
  width: 100px;
  cursor: pointer;
}

form textarea {
  border:1px solid #D5D5D5;
  color:#333;
  font-size:13px;
  padding:6px;
  width: 200px;
}

/* gallery */

#slider {
  width: 600px;
  margin: 30px auto 50px;
  position: relative;
 /*  background-color: #111; */
  padding: 10px;
  border: 1px solid #000;
}

.scroll {
  height: 700px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  padding: 20px; 
  height: 700px;
  width: 560px; /* change to 560px if not using JS to remove rh.scroll */
  background-color: #000;
}

.scrollContainer div.panel img.portrait {
  margin-left: 60px;
 }
 
.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: 10px;
  z-index: 10;
}

.scrollButtons.right {
  right: 10px;
  z-index: 10;
}

#slider ul.picnav {
  margin: 0 auto;
  width: 130px;
}

.picnav li {
    list-style: none;
    float: left;
    border: 1px solid;
    width: 20px;
    height: 20px;
    margin: 0px 10px 0px 0px;
    text-align: center;
}

.picnav li :hover {
    font-weight: bold;
}

.galleryhead {
  text-align: center;
  font-weight: normal;
}

#slideshow {
  margin: 0px auto 20px;
  width: 960px;
  height: 400px;
}

#slideshow2 {width: 760px; height: 100%; float: left;}

#sidebar { width: 200px; height: 100%; float: right; background-color: #000; color: #fff; }
#sidebar form { padding: 20px; margin-bottom: 26px;}
#sidebar a {margin-left: 20px; display: block; color: #fff; font-family: 'Bodoni'; font-size: 20px; }

#news {width: 200px; height: 290px;  position: relative; top: 0px; left: 0px; overflow: hidden; }
#news ul {width: 100%; position: absolute; top: 0px; left: 0px; }
#news li {height: 290px; width: 200px; padding: 0px 0px 10px 0px; font-family: 'Bodoni'; font-size: 20px; }

p.news { padding: 0 0 0 20px; }

#email { background-color: #111; border: 1px solid #aaa; color: #fff; width: 140px;}
#emailok {background-color: #000; border: 1px solid #fff; color: #fff; width: 40px; height: 30px; }

#showall {color: #fff; margin-top: 20px; margin-left: 10px; display: block;}
#imagetitle {color: #fff; margin-top: 25px; margin-left: 10px;} 

#vipmagazinebox {
  width: 352px;
  height: 1070px;
  float: left;
  margin-bottom: 90px;
}

#vipmagimg {
  width: 548x;
  height: 1130px;
  float: right;
}



