/* Fonts */

@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('/fonts/helveticaneuece-roman-webfont.eot?') format('eot'),
         url('/fonts/helveticaneuece-roman-webfont.woff') format('woff'),
         url('/fonts/helveticaneuece-roman-webfont.ttf') format('truetype'),
         url('/fonts/helveticaneuece-roman-webfont.svg#webfontbJDUaxzN') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('/fonts/helveticaneuece-bold-webfont.eot?') format('eot'),
         url('/fonts/helveticaneuece-bold-webfont.woff') format('woff'),
         url('/fonts/helveticaneuece-bold-webfont.ttf') format('truetype'),
         url('/fonts/helveticaneuece-bold-webfont.svg#webfont9F6uLUcG') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('/fonts/gothic-webfont.eot?') format('eot'),
         url('/fonts/gothic-webfont.woff') format('woff'),
         url('/fonts/gothic-webfont.ttf') format('truetype'),
         url('/fonts/gothic-webfont.svg#webfontuRRXWCCy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CenturyGothicBold';
    src: url('/fonts/gothicb-webfont.eot?') format('eot'),
         url('/fonts/gothicb-webfont.woff') format('woff'),
         url('/fonts/gothicb-webfont.ttf') format('truetype'),
         url('/fonts/gothicb-webfont.svg#webfontE9FclgZ4') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Default Styles for each page */
html, body {
   font-family: "Helvetica Neue", 'HelveticaNeueRoman', Helvetica, Arial, sans-serif;
   color: #ffffff;
   font-size: 13px;
   font-weight: normal;
}

a {
    color: #babcbe;
    text-decoration: none;
}


#site-background {
    display:none;
    overflow:hidden;
    z-index: -1;
    position: fixed;
    width: 100%;
}

#main-page {
    margin: 0px auto;
    overflow: hidden;
    height: 100%;
}


#sidebar {
    margin: 42px;
}

#sidebar #menu {
    font-family: 'Century Gothic', 'CenturyGothicRegular', Arial, sans-serif;
    margin: 40px 5px;
    color: #babcbe;
    float: left;
    width: 115px;

}

#sidebar #menu ul li {
    margin-bottom: 2px;
}

#sidebar #menu ul li a:hover {
    /*font-family: 'CenturyGothicBold', Arial, sans-serif;*/
    font-weight: bold;
    color: #ffffff;
}

#sidebar #menu ul li a.active {
    /*font-family: 'CenturyGothicBold', Arial, sans-serif;*/
    font-weight: bold;
    color: #ffffff;
}

#footer {
    position: absolute;
}

/* About page */

#content {
    width: 269px;
    float: left;
    margin: 0px 66px;
}

#content p, #gallery_text p {
    font-size: 11px;
    margin-bottom: 15px;
}

/* Stockists Page */

#content .scrollable {  
    font-size: 11px;
    height: 432px;
}

#content .scrollable p.state {
    text-transform: uppercase;
    font-family: 'HelveticaNeueBold', Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
}

#content .scrollable p.area {
    text-transform:capitalize;
    font-family: 'HelveticaNeueBold', Helvetica, Arial, sans-serif;
}

#content .scrollable ul.address {
    margin: 15px 0px;
}

#content .scrollable #scroll-content {
    margin-left: 17px;
}

/* Gallery Pages */

.clear {
    clear:both;
}

#gallery{
    background-color: black;
    float: left;
    left: 0;
    position: absolute;
    top: 344px;
    width: 100%;
    height: 193px;
    overflow: hidden;
    visibility: hidden;
}

.gallery-item {
    padding-left: 7px;
}

#gallery #images {
    position: absolute;
    padding: 7px;
}

#gallery #arrow_left, #gallery #arrow_right {
    background-color: black;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 50px;
    text-align: center;
}

#gallery #arrow_right {
    right: 0%;
}

#gallery #arrow_left img, #gallery #arrow_right img {
    margin-top: 77px;
}

/* Contact Us Page */
#content p.no-gap {
    margin-bottom: 0px;
}

#content p.bold {
    font-family: 'HelveticaNeueBold', Helvetica, Arial, sans-serif;
    /*font-weight: bold;*/
}

#contact-form {
    margin-top: 35px;
}

#contact-form p {
    font-size: 11px
}

#contact-form label {
    float:left;
    width: 43px;
    font-size: 11px;
    margin-top: 6px;
}

#contact-form input {
    float:left;
    margin-bottom: 6px;
    width: 200px;
    height: 17px;
    border-top: 1px solid #9b9695;
    border-bottom: 1px solid #aaa6a4;
    border-left: 1px solid #c3bfbf;
    border-right: 1px solid #93908d;
}

#contact-form textarea {
    float:left;
    margin-bottom: 6px;
    width: 200px;
}

#contact-form button {
    background-color: #ffffff;
    border-top: 1px solid #9b9695;
    border-bottom: 1px solid #aaa6a4;
    border-left: 1px solid #c3bfbf;
    border-right: 1px solid #93908d;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #90908f;
    text-transform: uppercase;
    font-size: 11px;
    width: 50px;
    margin-left: 43px;
    padding: 2px;
    cursor: pointer;
}

#contact-form button:hover {
    background-color: #ededed;
}

#contact-form #small-print {
    font-size: 10px;
    margin: 5px 0px 5px 43px;
    width: 200px;	
}

.no-gap a {
	color: #ffffff;
}

#footer a {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
}

#footer a img {
	vertical-align: middle;
	margin-bottom: 2px;
}

#footer a span {
	padding-left: 5px;
}

strong {
	font-weight: bold;
}

#gallery_text {
	position: absolute;
	top: 544px;
	display: block;
	left: 60px;
}
