/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}

div{
    position: relative;
}


/**
* @author [Cassette]
* @copyright [2013]
* Software on this site is copyright 2013
* Cassette Pty Ltd.
* All Rights Reserved. Copying, Editing or
* Distributing this software is strictly
* forbidden without permission from
* Cassette Pty Ltd.
* for more information please contact
* Cassette www.cassette.com.au
*/

html {
    height: 100%;
    margin:0;
    padding:0;
}


body
{
   height: 100%;
   width: 100%;
   color:#000000;
   font-weight: 400;
   margin:0;
   padding:0;
   background: url('../images/CONCRETE-BG.jpg') center top;
   font: 15px/23px 'Open Sans', Arial, sans-serif;;
}

body.home{
    background: url('../images/CONCRETE-BG.jpg') center top;
    font: 15px/21px 'Open Sans', Arial, sans-serif;;
}

a {outline:none;text-decoration: none;}
p{padding: 0;margin:0;text-align: left;}
ul {padding:0;margin:0;}
.clear{clear: both;}
/***********************
 *  TYPOGRAPHY
 ***********************/

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

a:hover{
    color:#d60004;
}

.green{
color:#1d7c00;
}

.red{
    color:#db0005;

}

.yellow{
    color:#fdcf0a;
}

h1{
    color:#000000;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 700;
    width: 100%;
    float:right;
    text-transform: uppercase;
    font-size: 64px;
    line-height: 72px;
    margin: 10px 0 0 0;
}

h2{
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color:#000000;
}

.content-col-right h2 {
	font-size: 28px;
	line-height: 1.4em;	
	margin-bottom: 10px;
}

h2 a{
    color:#000000;
    display: block;
    margin-bottom: 30px;
}

h2 a:hover{
    color:#db0005;
}


.arrow{
    background: url('../images/gui/arrow-right.png') no-repeat right 6px;
    color:#000000;
    font-size: 15px;
    font-weight: 600;
    padding-right: 20px;
}

.arrow:hover, .arrow.current{
    background: url('../images/gui/arrow-right-on.png') no-repeat right 6px;
}


/*************************
 * Layout
 *************************/

#page-holder{
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    z-index: 2;
	padding-top: 40px;
}

#wrapper{
    margin: 0 auto;
    width: 1060px;
    padding: 0 0 50px; /* FOOTER HEIGHT 412 */
}


#header-wrapper {
    width: 100%;
    height: 49px;
    background-color: #0000ff;
    background: url('../images/gui/header-bg.jpg') 0 0 repeat-x;
	margin-bottom: 73px;
}

#content-wrapper{
    width: 1060px;
    margin: 0 auto;
}

#footer-wrapper {
    width: 100%;
    z-index: 1;
    position: relative;
    height: 126px;
    margin: -126px 0 0;
    /*background: url('../images/gui/footer-bg.jpg') repeat-x #fdc90c top center;*/
	background-color: #fddb00;
}

#footer{
    width: 960px;
    height: 65px;
    color:#646464;
    font-size: 12px;
    margin: 23px auto 0 auto;
    background-color: transparent;
}

#footer a{
    color:#646464;
}

#footer .left{
    float:left;
    width: 50%;
    text-align: left;
}

#footer span{
    font-size: 16px;
    font-weight: 700;
    font-family: 'Oswald', Arial, sans-serif;
    color:#000000;
    line-height: 32px;
}

#footer .right{
    float:left;
    width: 50%;
    text-align: right;
}


#share{
    font-size: 17px;
    font-weight: 700;
    font-family: 'Oswald', Arial, sans-serif;
    position: absolute;
    top:0;
    color:#d4d2d2;
    right:0;
    width: 207px;
    height: 42px;
    background: url('../images/gui/footer-share-bg.png') no-repeat 50% 50%;
}



.fb-like{
    margin: 11px 20px 0 0;
}

#share a{
    top:10px;
    position: absolute;
    right:115px;
    color:#d4d2d2;
}

#share a:hover{
    color:#000000;
}

.row{
    width: 100%;
}

/*************************
 * HEADER
 *************************/

#header{
    margin: 0 auto;
    width: 1140px;
    height: 49px;
}

#logo{
    float:left;
    text-align: left;
}

#logo a{
    display: block;
    background: url('../images/gui/discount-lollie-shop-logo.jpg') no-repeat;
    width: 432px;
    height: 49px;
    text-indent: -9999px;
}

#menu-wrapper{
    width: 595px;
    float:left;
    height: 36px;
    background-color: transparent;
    margin: 7px 0 0 0;
}

#menu-wrapper ul{
    list-style: none;
    margin-left: 60px;
}

#menu-wrapper ul li{float:left;}

#menu-wrapper .separator{
    padding-top: 2px;
}

#menu-wrapper ul a{
    font-family: 'Oswald', Arial, sans-serif;
    text-decoration: none;
    color:#000000;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

#menu-wrapper ul a:hover{
color: #d60004;
}


#about{width: 68px;}
#home{width: 61px;}
#brands{width: 75px;}
#locations{width: 95px;}
#contact{width: 83px;}

#menu-wrapper ul a.active{
    color: #ffffff !important;
}

#about.active{
    background: url('../images/gui/about-active.png') no-repeat center center;
}

#home.active{
    background: url('../images/gui/home-active.png') no-repeat center center;
}

#brands.active{
    background: url('../images/gui/brands-active.png') no-repeat center center;
}

#locations.active{
    background: url('../images/gui/locations-active.png') no-repeat center center;

}

#contact.active{
    background: url('../images/gui/contact-active.png') no-repeat center center;
}


/***********************
 *  CONTENT
 ***********************/

#content{
    background-color: transparent;
    margin-bottom: 100px;
}


.hdots{
    width: 100%;
    height: 2px;
    background: url('../images/gui/horizontal-border.png') repeat-x transparent;
}

.rollover span, .widget-button span{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;left:0;
}


/*************************
 * HOME
 *************************/

.home #wrapper, .home #content-wrapper{
    width: 1140px;
}

#content.home{
    margin-bottom: 0;
}

#channel-selector-wrapper{
    width: 1140px;
    height: 456px;
    margin: 0 0 0 0;
    background: url('../images/homepage/channel-bg.png') no-repeat transparent;
}

#channel-selector{
    width: 1140px;
    z-index: 1;
    height: 456px;
}

#border{
    position: absolute;
    top:0;
    z-index: 2;
    left:0;
    width: 1140px;
    height: 456px;
    background: url('../images/homepage/channel-border.png') no-repeat transparent;
}


.slide{
    padding: 10px 10px 15px 10px;
    width: 1120px;
    height: 436px;
    z-index: 1;
}

.slide .image, .slide .text{
    height: 430px;
    float:left;
}

.slide .image{
    width: 725px;
    height: 434px;
    background-color: #ffffff;
}

.slide .text{
    width: 395px;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 700;
    color:#000000;
}

.slide .text .subheading{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-top: 70px;
    width: 100%;
    text-transform: uppercase;
}

.slide .text .heading{
    font-size: 56px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    line-height: 66px;
    text-transform: uppercase;
}

.slide .text .button{
    width: 233px;
    font-weight: 400;
    letter-spacing: 0.06em;
    height: 52px;
    margin: 20px auto 0 auto;
    font-size: 20px;
    color:#ffffff;
    line-height: 51px;
    text-align: center;
    background: url('../images/homepage/slider-button.png') 0 0 no-repeat;
}

#nav{
    position: absolute;
    left:740px;
    top:370px;
    width: 395px;
    height: 17px;
    z-index: 2;
    text-align: center;
}


#pager a{
    display: inline-block;
    margin: 0 9px 0 0;
    width: 18px;
    height: 17px;
    text-decoration: none;
    text-indent: -9999px;
    background: url('../images/gui/bullet.png');
}

#pager a:hover{
    background: url('../images/gui/bullet-hover.png');
}

#pager a.activeSlide{
    background: url('../images/gui/bullet-on.png');
}

#pager a:focus { outline: none; }


.home .hdots, .home .row{
    width: 960px;
    margin: 0 auto;
}

.home .row{
    background-color:transparent;
}

.home .row .col1-2{
    width: 460px;
    float:left;
    height: 163px;
    text-align: center;
}

.home .row .col1-2.last, .home .row .hdots.last{
    margin-left: 40px;
}

.home .row .hdots{
    width: 460px;
    float:left;
    margin: 35px 0;
}


.home .row .col1-2 p{
    text-align: center;
    margin: 10px 0;
}

.home .row .col1-2.last .left{
    width: 204px;
    float:left;

    text-align: center;
}

.home .row .col1-2.last .right{
    width: 240px;
    float:left;
}

#slogan{
    position: relative;
    display: block;
    width: 430px;
    float:none;
    margin: 0 auto;
    height: 58px;
}

#join-button{
    display: block;
    width: 112px;
    position: relative;
    height: 33px;
    font-size: 17px;
    text-transform: uppercase;
    color:#000000;
    line-height: 33px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Oswald', Arial, sans-serif;
}


#join-form-wrapper .form-row{
    width: 240px;
    height: 34px;
    margin: 0 0 10px 0;
    background: url('../images/homepage/field-bg.png');
}

#join-form-wrapper input[type=text]{
    width: 228px !important;
}

#join-form-wrapper .message
{
    width: 100%;
    margin-top: 12px !important;
    text-align: left;
    height: 20px;
    font-size: 13px;
}

#join-form-wrapper .message.error, .contact .message.error, input[type=text].error, textarea.error{
    color:#c62427 !important;
}


.loading{
    background: url('../images/gui/ajax-loader.gif') no-repeat left center;
}

#success-message{
    display: none;
}

#widgets{
    width: 950px;
    height: 243px;
    padding: 0 0 0 10px;
    margin: 5px auto 22px auto;
    background: url('../images/homepage/widgets-bg.png');
}

#widgets .col1-3{
    width: 313px;
    height: 213px;
    float:left;
    padding-top: 30px;
    text-align: center;
}

.icons{
    margin: 0 auto;
    text-align: center;
}

#widgets .col1-3 a{
    display: block;
    margin: 0 auto;
    text-align: center;
}

#widgets .widget-heading{
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 700;
    color:#000000;
    font-size: 38px;
    width: 100%;
    text-align: center;
    float: none;
    line-height: 38px;
    text-transform: uppercase;
}

#widgets .widget-button{
    margin: 10px auto;
    height: 40px;
}

#widgets .col1-3.on .widget-heading{
    color:#c62427;
}



#find-our-store{
    width: 171px;
}

#now-coming-soon{
    width: 214px;
}

#like-us-on{
    width: 168px;
}

#map-icon-wrapper{
    width: 65px;
    height: 62px;

}
#map-icon, #map-pin{
     position: absolute;
     top:0;
     left:0;
     width: 65px;
     height: 62px;
 }



#cart-icon-wrapper{
    width: 65px;
    height: 62px;
}

#cart-icon, #cart-icon-cart{
    position: absolute;
    top:0;
    left:0;
    width: 65px;
    height: 62px;
}

#like-icon-wrapper{
    width: 60px;
    height: 62px;
}

#like-icon{
    position: absolute;
    top:0;
    left:0;
    width: 60px;
    height: 62px;
}


.homeKeyPoints {
	width: 795px;
	margin: 0 auto;
	padding: 45px 0;
	text-align: center;
}

.homeKeyPoints .summaryCircles {
	margin-right: 60px;
}

.homeCtas {
	width: 790px;
	margin: 0 auto;
}

.homeCtas img {
	display: block; 
	float: left;	
}


/***********************
 *  FORM
 ***********************/

#success-message{
    display:none;
}

input[type=text]
{
    border: 0;
    background-color: transparent;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color:#999898;
    font-size: 13px;
    padding-left:10px;
}

input[type=text]:focus{
    outline: none;
}


/***********************
 *  ABOUT
 ***********************/
.tac {
	text-align: center;	
}

.content-col-left{
    float:left;
    width: 365px;
    margin: 45px 55px 0 0;
    text-align: right;
}

.content-col-right{
    float: right;
    margin: 45px 0 0 0;
    width: 540px;
	background: #FFFFFF;
	padding: 15px;
	
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.content-col-left .subheading{
    width: 185px;
    height: 50px;
    letter-spacing: 0.06em;
    background: url('../images/gui/heading-bg.png') no-repeat 0 0;
    float:right;
    color:#ffffff;
    text-align: center;
    font-family: 'Oswald', Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 50px;
    text-transform: uppercase;
}



p.intro{
    color:#231f20 !important;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.content-col-right p {
	font-size: 18px;
	line-height: 1.4em;
     margin-bottom: 25px;
    color:#646464;
 }

.expandable.last p.heading{
    padding-top: 0;
    margin-bottom: 25px;
}

.expandable.last .expandable-body{
    padding: 0 25px 30px 18px;
}

.expandable{
    width: 538px;
    overflow: hidden;
    background: url('../images/gui/expandable-bg.jpg') top left no-repeat;
}

.expandable p.heading{
    font-weight: 600;
    color:#000000;
    padding: 0 0 0 18px;
    line-height: 48px;
    margin-bottom: 10px;
}

.expandable .expandable-body{
    display: none;
    padding: 8px 25px 30px 18px;
}


.expandable .trigger{
    width: 26px;
    display: block;
    height: 25px;
    text-indent: -9999px;
    position: absolute;
    top:12px;
    right: 11px;
    background: url('../images/gui/plus.jpg');
}

.expandable .trigger:hover{
    background: url('../images/gui/plus-on.jpg');
}


.expandable.open .heading{
    color:#db0005;
}

.expandable.open .trigger{
    background: url('../images/gui/minus.jpg');
}

.expandable.open .trigger:hover{
    background: url('../images/gui/minus-on.jpg');
}

.expandable .hdots{
    margin: 0 0 0 -11px;
    width: 538px;
}

/***********************
 *  BRANDS
 ***********************/

#brands-pic{
    margin: 30px 0 40px 0;
}

/***********************
 *  LOCATION
 ***********************/

#map{
    width: 538px;
    height: 351px;
    background-color: #999898;
    margin-bottom: 30px;
}

.locations .row{
    padding: 20px 0 30px 0;
    background-color:transparent;

}

.locations .row .col1-2{
    width: 260px;
    float:left;
    padding-left: 10px;
    text-align: left;
}

.store{
    display: block;
    color:#646464;
    font-size: 13px;
    margin-bottom: 20px;
}

.store:hover, .store:hover .store-title, .store:hover .store-number, .store.current .store-title{
    color:#db0005;
}

.arrow.store-title{
    background-position: right 5px;
}

.store:hover .arrow, .current .arrow{
    background: url('../images/gui/arrow-right-on.png') no-repeat right 5px;
}


.store .store-title, .contact p span{
    font-weight: 600;
    color:#000000;
    font-size: 14px;
    text-transform: uppercase;
}

.store .store-number{
    color:#a6a6a6;
}


.locations h3{
    color:#ffc502;
    padding: 0;
    margin: 0;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
}

.infowindow {
text-align: left;
    color:#646464;
    font-size: 13px;
}

.infowindow h1{
    margin: 0 0 10px 0;
    font-weight: 600 !important;
    text-transform: none;
    padding: 0;
    font: 18px/18px 'Open Sans', Arial, sans-serif;
    color:#db0005;
}

.infowindow h2{
    font-size: 14px;
    margin: 0 0 0 0;
    font-weight: bold;
    padding: 0;
    color:#000000;
}

.infowindow table td{
    padding-right: 10px !important;
    text-align: left;
}

/***********************
 *  CONTACT
 ***********************/


.contact .content-col-right strong{
    color:#000000;
    font-weight: 700;
}

.contact .content-col-right a{
    color:#646464;
}

.contact .content-col-right a:hover{
    color:#d60004;
}

.contact .hdots{
    margin: 40px 0 35px 0;
}

#success-message{
    display:none;
}

.contact .form-row{
    width: 538px;
    height: 48px;
    margin-bottom: 10px;
    background: url('../images/contact/input-bg.jpg');
}

.contact .form-row.text-area{
    height: 145px;
    background: url('../images/contact/textarea-bg.jpg') !important;
}

.contact input[type=text]
{
    border: 0;
    background-color: transparent;
    width: 528px;
    height: 48px;
    line-height: 48px;
    color:#999898;
    font-size: 13px;
    padding-left:10px;
}

.contact textarea{
    background: transparent;
    width: 528px;
    border:0;
    padding: 8px 0 0 8px;
    height: 137px;
    color:#999898;
    font: 13px/21px 'Open Sans', Arial, sans-serif;
}


#contact-button{
    display: block;
    width: 116px;
    position: relative;
    height: 37px;
}

.contact .message{
    height: 30px;
    width: 100%;
    margin-top: 30px;
}

