@font-face {
    font-family: 'CabinSemiBold';
    src: url('/fonts/cabin-semibold-webfont.eot');
    src: url('/fonts/cabin-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/cabin-semibold-webfont.woff') format('woff'),
         url('/fonts/cabin-semibold-webfont.ttf') format('truetype'),
         url('/fonts/cabin-semibold-webfont.svg#CabinSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CabinRegular';
    src: url('/fonts/cabin-regular-webfont.eot');
    src: url('/fonts/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/cabin-regular-webfont.woff') format('woff'),
         url('/fonts/cabin-regular-webfont.ttf') format('truetype'),
         url('/fonts/cabin-regular-webfont.svg#CabinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinMedium';
    src: url('/fonts/cabin-medium-webfont.eot');
    src: url('/fonts/cabin-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/cabin-medium-webfont.woff') format('woff'),
         url('/fonts/cabin-medium-webfont.ttf') format('truetype'),
         url('/fonts/cabin-medium-webfont.svg#CabinMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* General tag styles */
body {
  background: #FFFFFF ;
  font: 14px/1.4 "CabinRegular", sans-serif;
}

h1 {
  font: 32px "CabinRegular", sans-serif;
  font-weight: normal;
  color: #2A363B;
  letter-spacing: 1px;
  text-transform: capitalize;
}

h3 {
  font: 28px "CabinMedium", sans-serif;
  font-weight: normal;
  margin-bottom: 6px;
  color: #2A363B;
}

.strong{
  font-weight:bold;
}

a {
  color: #5C2737;
}

a:hover {
  text-decoration: none;
}

#main-content p {
  padding-bottom: 18px;
}

/* General class styles */
.container, .content-wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.content-wrapper {
  position: relative;
  width: 960px;
  background-color: white;
         
        
        
}

/* Banner styling */
#banner {
  position: relative;
  height: 50px;
  background-color: #25271E;
  color: #D0E799;
  
        -webkit-box-shadow:  0px 3px 10px 0px rgba(10, 0, 0, 0.5);
        
        box-shadow:  0px 3px 10px 0px rgba(10, 0, 0, 0.5);
        
        z-index:1000;
}

#banner .container {
  padding: 5px 13px 0;
  width: 928px;
  text-align:center;
}

#banner h1 {
  display: inline;
}

#banner h1 a {
  color: #F6F6F6;
  text-decoration: none;
  font-family: "CabinSemiBold";
  margin-right: 3px;
  
}

#banner h1 a:before, #banner h1 a:after {
    content: attr(title);
    padding: 50px;
    color: rgba(255,255,255,.1);
    position: absolute;
}

#banner h1 a:before { top: 1px; left: 1px }
#banner h1 a:after  { top: 2px; left: 2px }


#banner h1 a:hover {
  text-decoration: underline;
}

#banner .site-description {
  display: inline;
  letter-spacing: 0.05em;
  font-size: 13px;
}

#banner .webstruxure-logo {
  position: absolute;
  right: 21px;
  top: 12px;
}

#banner .banner-shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 18px;
  background: transparent url("../sketch_images/banner-shadow-continued.png") repeat-x;
  overflow: hidden;
  margin-left: 0;
}

#banner .central-shadow {
  height: 17px;
  background: url("../sketch_images/banner-shadow3.png") no-repeat scroll center 0
}

/* Header styling */
#header {
  position: relative;
  padding: 0 0px 20px 0px;
  background-color:#FFFFFF ;
}

.slides_container {
                width:960px;
                height:240px;
                margin: 0 auto;
}

.smallslides {
  height:140px;

}

/* Navigation styling */
#top-nav {
  position: relative;
  width:960px;
  background-color:#FFFFFF ;
  z-index:1000;
  border-bottom: 20px solid #40C0CB;
    margin:0 auto;
  height:32px;
}
#top-nav li {
  float: left;
  margin-left: 2px;
  font-size: 16px;
  list-style: none;
    -webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
  background:#40C0CB;  
}

#top-nav ul{
  list-style:none;
  /* Clear floats */
  float:left;
  
  
}
#top-nav ul li{
  float:left;
  margin-right:10px;
  position:relative;
}
#top-nav ul a{
  display:block;
  padding:5px;
  color:#fff;
  text-decoration:none;
}
#top-nav ul a:hover{
  color:#fff;
  background:#99B898;
  -webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
  text-decoration:underline;
}

/*--- DROPDOWN ---*/
#top-nav ul ul{
  background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
  background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
  list-style:none;
  position:absolute;
  left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#top-nav ul ul li{
  padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
  float:none;
}
#top-nav ul ul a{
  white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#top-nav ul li:hover ul{ /* Display the dropdown on hover */
  left:0; /* Bring back on-screen when needed */
}
#top-nav ul li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  background:#99B898;
  -webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
  text-decoration:underline;
}
#top-nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
  text-decoration:none;
}
#top-nav ul li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
  background:#2A363B;
}

#SiteTitle{
  position:relative;
  background-color:#2A363B;
  height:32px;
  font-size:22px;
  color:#FFF;
  text-align:center; 
  margin:0 auto;
  width: 960px;
  -webkit-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
}
#SiteTitle a{

}

#welcome{
   float:right;
    margin-right:10px;
    color:#FFFFFF;
  position: relative;
    top: 33px;
}

/* Breadcrumb */

#breadcrumb ul,#breadcrumb li {
    list-style-type:none;
    padding:0;
    margin:0;
    
    }

#breadcrumb{
  margin-bottom:20px;
}
#breadcrumb ul{
  height:2.3em;
  }
#breadcrumb ul li {
  float:left;
  line-height:2.3em;
  color:#777;
  padding-left:.75em;
  }    
#breadcrumb ul li a {
  background:url(/images/crumbs.gif) no-repeat right center;
  display:block;
  padding:0 15px 0 0;
  }              
#breadcrumb ul li a:link,
#breadcrumb ul li a:visited {
  color:#777;
  text-decoration:none;
  }  
a:link, a:visited,  
#breadcrumb ul li a:hover,
#breadcrumb ul li a:focus {
  color:#6b0c36;
  }


/* Main content styling */
#main-content {
  position: relative;
  overflow: hidden;
  min-height:435px;
  margin-left:10px;
  margin-right:10px;
  

        
}

.main-content-shadow {
  position: absolute;
  left: -13px;
  top: 70px;
  width: 13px;
  height: 435px;
  background: transparent url("../sketch_images/page-shadow.png") no-repeat;
 
}
.main-content-shadow-right{
    position: absolute;    
    left: 960px;  width: 13px;  height: 435px; top: 70px; 
    background: transparent url(../images/page-shadow-right.png) no-repeat;
}

#pageName{
  margin-bottom:20px;
}

/* Side bar styling */
#side-menu {
  float: left;
  width: 223px;
  padding-bottom: 70px; 
}

#side-menu li {
  list-style: none;
  padding: 2px 4px 0 18px;
  font-size: 16px;
  border-bottom: 1px solid #3d5e85;
}

#side-menu li.selected {
  margin-left: -1px;
  padding-left: 19px;
  background-color: #3d5e85;
  color: white;
}

#side-menu a {
  display: block;
  text-decoration: none;
  padding-bottom: 2px;
}

#side-menu .selected a {
  color: white;
}

#side-menu .submenu li {
  margin: 0 0 0 12px;
  padding: 1px 4px 3px 0;
  border-bottom: 0px none;
  background: transparent url("../sketch_images/menu-separator.png") repeat-x;
}

#side-menu .submenu > a {
  padding-left: 13px;
  margin-left: -13px;
  background: transparent url("../sketch_images/bullet.png") no-repeat 0 4px;
}

#side-menu .submenu.collapsed > a {
  padding-left: 17px;
  margin-left: -17px;
  background: transparent url("../sketch_images/bullet2.png") no-repeat 0 6px;
}

#side-menu .submenu.collapsed > ul {
  display: none;
}

/* Inner content styling */
#inner-content {
  margin-left: 225px;
  padding: 9px 39px;
}

/* Footer styling */
#footer {
  position: relative;
  height: 120px;
  padding: 4px 6px;
  border-top: 1px solid #3d5e85;
  font-size: 13px;
}

.footer-menu {
  position: absolute;
  right: 16px;
  top: 2px;
}

.footer-menu li {
  float: left;
  list-style: none;
}

.footer-menu a {
  text-decoration: none;
  margin-left: 14px;
  text-transform: capitalize;
}

.footer-menu a:hover {
  text-decoration: underline;
}



#library_books table{
  width:940px;
  border:1px solid grey;
}

#library_books table td, #library_books table th{
  border:1px solid grey;
  padding:2px;
  text-align:left;
}


#members-dealers{
  width:460px;
  position:relative;
  float:left;
  margin-right:5px;
  
}
#other-links{
  width:460px;
  position:relative;
  float:left;
  margin-left:10px;

}

.link{
  border:solid 1px #600303;
  padding:2px;
  margin-bottom:5px;
}

#library_books{
  padding-bottom:10px;
}

#showhide{
  text-align:center;
  font-weight:bold;
  font-size:18px;
  width:960px;
}

#membershipForm, #bookRequestForm{
  border:none;
  -webkit-box-shadow:rgba(20, 20, 20, 0.496094)  1px 1px 30px 30px ;
  box-shadow:rgba(20, 20, 20, 0.496094)  1px 1px 30px 30px ;
        
}
#membershipForm iframe, #bookRequestForm iframe{
  border:none;
}

/*Form Styles*/

#contour{
  margin-top:50px;
}

.contourPageName{
    color: #40C0CB;
    font-size: 28px;
    margin: 5px;
    position: relative;
    text-align: center;
}

.contourNavigation{
  float: right;
  margin-right: 62px;
  margin-top: 20px;
}

.contourNavigation input{
     border-radius: 10px;
    -webkit-border-radius:10px;
    font-size: 16px;
    height: 30px;
    width: 100px;
}


.close{
  -moz-user-select: none;
    background: none repeat scroll 0 0 grey;
    border-radius: 20px 20px 20px 20px;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 14px !important;
    font-weight: bold;
    height: 20px;
    left: -40%;
    margin: 2px;
    position: relative;
    text-align: center;
    width: 200px;
  -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
#formContainer{
  clear:both;
}
#contour input.text, #contour textarea {
    padding: 2px;
}

#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_label_11,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_label_12,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_label_13,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_label_15,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_label_21,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_label_23,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_label_24,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_label_25{
  width:940px!important;
  margin-bottom:5px;
}

#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_b99fa7d1_3a31_4ac7_b942_3445a9338a29_11,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_dc7e5a43_6dc2_4b22_b68e_270a26d94211_13,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_6901b0c2_fa41_47d1_bb8a_6be9c7191d47_12,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_15a65fc1_149b_402f_adde_427b94e9f20d_15,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_3a63fed0_301a_49bf_8e1c_417173aa3e91_20,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_9368da39_80f4_4b36_b738_70aba027fe76_21,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_eabfbff8_53d2_443d_9bf4_b71d2c8480b6_23,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_e313809a_0a33_4768_9beb_e9eeb500465e_24,
#ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_2afcc65e_2d7f_4cab_8f82_2353a3fb6639_25{
  display:none;
}

.contourField {
  padding-bottom:10px!important;
}
.contourField label.fieldLabel{
 color:#40C0CB!important;
  width:inherit;
  font-size:17px;
  
}
#contour fieldset{
  background:#FFF;
  marin:0px!important;
  border:none!important;
  border-radius: 10px!important;
  min-height:50px;
  width:800px;
  position:relative;
  left:8%;
  padding:10px;
}

#contour fieldset legend{
  font-size:22px;
  color: #2A363B;
  letter-spacing: 1px;
  cursor:pointer;
}

#contour fieldset legend:hover{
  background-color: #40C0CB;
    border-radius: 20px 20px 20px 20px;
}


#contour fieldset div{
  width:800px;
}

#contour fieldset span{
  width:700px;
}

    /* Member Details styles */
    #contour .memberdetails .title,
    #contour .memberdetails .firstnames,
    #contour .memberdetails .lastname,
    #contour .memberdetails .email,
    #contour .memberdetails .phone
    {
      position:relative;
      float:left;
      width:250px;
    }
    #contour .memberdetails .firstnames input,
    #contour .memberdetails .lastname input,
    #contour .memberdetails .email input,
    #contour .memberdetails .phone input{
      width:220px!important;
    }
    #contour .memberdetails .ifajuniorunder18pleasestatedateofbirth
    {
      width:470px;
      position:relative;
      float: left;
      clear:left;
    }
    #contour .memberdetails .confirmationofprivacy 
    {
    position:relative;
      float: left;
      clear:left;
    }
    #contour .memberdetails .address textarea{
      width:350px!important;
      height;60px;
    }
    #contour .memberdetails .title .ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_0_label_0{
      display:none;
    }
    #contour .memberdetails .contourField{
     display:inline;
    }

    #contour .requestform .contourField{
     display:inline;
    }

    /************************/

    /* Member Interest Styles*/
     #contour .confirmationofmaininterestsamporthemes textarea{
        width:350px;
      }
    /************************/

    /* Subscription Rates Styles*/
     #ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_2_884fb22b_4cf3_428b_b94c_f0a9959b31c9_1,
     #ContentPlaceHolderDefault_FormContent_ctl01_RenderForm_1_rpFieldsets_rpFields_2_204b0a81_ffe2_40e6_96c0_b1f46f0c976d_2{
        display:none;
      }
    /************************/

    /* Payment Options Styles*/
    .paybycheque   ,.creditcarddetails ,.paybydirectcredit ,.accountname,
    .bankampbranch, .accountnumber  ,.pleaseincludethefollowing  {
        display:none!important;
        height: 15px;
      }

     #contour .topaybycreditcard,
     #contour .cardnumber,
     #contour .nameoncard,
     #contour .expirydate{
       display: inline;
       float: left;
       position: relative;
       width: 250px;
      }
      
     #contour .topaybydirectcredit,
     #contour .accountnamecartophilicsocietyofnzinc,
     #contour .accountnamecartophilicsocietyofnzinc,
     #contour .bankampbranchbnzchristchurchbranch,
     #contour .accountnumber020800082819900{
       display: inline;
       float: left;
       position: relative;
       height:20px;
     }

     #contour .pleaseincludethefollowingreferencesinthe3referencefieldswhenyoumakepaymentnewsubltyoursurnamegtltyourfirstnamegt{
       display: inline;
       float: left;
       position: relative;
     }
    /************************/


#contour fieldset .contourField{
 display:none;
}

.contourError{
  color:red;
}

.contourValidationSummary{
  color: red;
    font-size: 15px;
    left: 60px;
    position: relative;
}

.contourMessageOnSubmit{
 font-size: 22px;
    text-align: center;
}

.cardcollectorslibraryform .books div{ height:500px;float:left;overflow-y:auto;}

/* login */
.form-container {
  width:325px;
  margin-left: 30%;
  padding: 20px 0 0 20px;
}
.form-container .row {
  padding-bottom: 14px;
}
.form-container label.checkbox-label {
  display: inline;
  margin-left: 4px;
}
.form-container input[type=text], .form-container input[type=password] {
  display: block;
  width: 320px;
  height: 35px;
  font-size: 25px;
}
.form-container input[type=submit] {
  margin-top:20px;
  padding: 8px 21px 5px 16px;
  border: 0 none;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  background-color:#2A363B;
  border-radius: 5px;
    -webkit-border-radius:5px;
}
.remember-me-label
{
    margin-left:5px;
}

.mceContentBody{
  background:none;
}











































































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
 font: 32px "CabinRegular", sans-serif;   font-weight: normal;   color: #2A363B;   letter-spacing: 1px;   text-transform: capitalize;
}

h3 {
font: 28px "CabinMedium", sans-serif;   font-weight: normal;   margin-bottom: 6px; text-align:center;   color: #2A363B;
}

body {
background: #FFFFFF ;   font: 14px/1.4 "CabinRegular", sans-serif;
}

.strong {
font-weight:bold;
}

