html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body, p, div {

}


body * {
    line-height:1.22em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Courier New, Verdana, Arial, sans-serif;
    clear: both;
}

h1 {
    font-size:16px;
    text-decoration:underline;
}

h2 {
    color: #c8c8c8;
		margin-top: -25px;
}

h3 {
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
}

a {
    color: #4088b8;
}

/* about wrapper on the index page */
.about-wrapper {
    margin: 20%;
}


table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% Courier New, "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}

p {
    margin-top: 20px;
}


.about-content {
    margin: auto;
}



.about-text{
    text-align:center;
    width:500px;
}

.about-header{
    text-align:center;
    width:500px;
}

.about-image {
    width:500px;
    vertical-align: middle;
}

.row {

    margin: 0 auto;
    text-align: center;
}

    .row:after {
        content: "";
        display: table;
        clear: both;
    }

.column {
    text-align: center;
    float: left;
    padding: 10px;
}

.column-wrapper{
}

.center-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.about-image-container
{
    width:500px;
}



div#contactplaceholder {
    position: absolute;
    top: 50%;
    margin-top: -200px; /* half of #content height*/
    left: 0;
    width: 100%;
}

div#contactcontent 
{
    font-size: 18px;
    left: 400px;
    margin-top: -40px;
    position: fixed;
    top: 50%;
    z-index: 99999;
}




#stockist , #stockist th, #stockist tr, #stockist td
 {
     border: 0px;
    background: none;
 }

