/*
Theme Name: Ramsay Mc Donald
Theme URI: http://ramsaymcdonald.com.au
Description: Ramsay Mc Donald theme.
Author: Krafthaus
Author URI: http://krafthaus.com.au
Version: 1.0
*/

/* reset CSS */
/*
   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;
}

/* end of reset */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'GothamBoldRegular';
    src: url('font/gotham-bold-webfont.eot');
    src: url('font/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/gotham-bold-webfont.woff') format('woff'),
         url('font/gotham-bold-webfont.ttf') format('truetype'),
         url('font/gotham-bold-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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


/*
brainware:
We use the CSS hack for IE 7, using *, so don't remove that!
*/

body {
    height: 100%;
    font-family: "GothamLightRegular";
}

/* header */
#header {
    width: 100%;
    height: 176px;
    background-color: #5d5e5e;
    position: relative;
    z-index: 3;
}

#headercontent {
    /*border: 1px solid white;*/
    height: 100%;
    width: 90%;
}

#leftlogo {
    height: 100%;
    float: left;
    width: 40%;
}

#leftlogo img {
    *left: -50%;
}

#rightheadercontent {
    height: 100%;
    float: left;
    width: 60%;
}

#menu {
    *position: relative;
    *left: 0px;
    padding-top: 20px;
    *padding-top: 5px;
}

#menu ul li {
    display: inline;
    padding: 15px;
    height: 30px;
    border-right: 1px solid #FFF;
    *padding: 14px;
}

#menu ul li.last {
    border-right: none;
}

#menu ul li.active a {
    color: #b9b9ba;
}

#menu ul li a {
    font-family: "GothamBoldRegular";
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

#menu ul li a:hover, #menu ul li.current_page_item a, #menu ul li.current-page-ancestor a, #menu ul li.current_page_parent a {
    color: #b9b9ba;
}

#headerimage {
    background-color: #adadad;
    position: relative;
    z-index: 2;
    background-size: 100%;
    background-position-y: 100% !important;
    overflow: hidden;
}

#headerimage.services {
    background: url('images/services.png') no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/ramsay/images/services.png',sizingMethod='scale');
    background-size: 100%;
}

#headerimage.contactus {
    background: url('images/contactus.jpg') no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/ramsay/images/contactus.jpg',sizingMethod='scale');
    background-size: 100%;
}

#headerimage.news {
    background: url('images/news.jpg') no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/ramsay/images/news.jpg',sizingMethod='scale');
    background-size: 100%;
}

#headerimage.principals {
    background: url('images/principals.jpg') no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/ramsay/images/principals.jpg',sizingMethod='scale');
    background-size: 100%;
}

#headerimage.shop {
    background: url('images/shop.jpg') no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/ramsay/images/shop.jpg',sizingMethod='scale');
    background-size: 100%;

    -webkit-box-shadow: 0 -30px 30px -30px #666;
    box-shadow: 0 -30px 30px -30px #666;

}

.gallery-body.services .captiontext {
    text-align: left !important;
    margin-right: 180px !important;
}

.gallery-body.services .captiontext .linktext, .gallery-body.news .captiontext .linktext {
    float: left !important;
}

.gallery-body.news .captiontext {
    margin-left: 290px !important;
}

.gallery-body.contactus .captiontext {
    margin-right: 300px !important;
}
/* end of header*/

/* slider */
.headerslider {
    background-color: #adadad;
    height: 560px;
}

#leftarrow {
    position: absolute;
    z-index: 2;
    left: 2%;
}

#leftarrow.principal {
    left: -3%;
}

#rightarrow {
    position: absolute;
    z-index: 2;
    right: 2%;
}

#rightarrow.principal {
    right: -3%;
}

#leftarrow:hover, #rightarrow:hover {
    cursor: pointer;
}

.gallery-body .captiontext {
    font-family: "GothamMediumRegular";
    /*font-weight: bold;*/
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    margin: 50px 100px 50px 100px;
    position: absolute;
}

.gallery-body .captiontext .linktext {
    font-family: "GothamMediumRegular";
    font-size: 11px;
    color: #FFFFFF;
    background-color: #5e5e5e;
    padding: 5px 40px;
    margin-top: 20px;
    line-height: 10px;
    position: relative;
    width: 150px;
    text-align: center;
    float: right;
    text-transform: uppercase;
}

.gallery-body .captiontext.no-caption .linktext {
    background-color: transparent;
}

.gallery-body .captiontext.dark {
    color: #5e5e5e;
}

.gallery-body .captiontext.light {
    color: #FFFFFF;
}

.gallery-body .captiontext.top-right {
    width: 50%;
    text-align: right;
    float: right;
    right: 0px;
}

.gallery-body .captiontext.top-left {
    width: 50%;
    text-align: left;
    float: left;
    right: 0px;
}

.news .captiontext.top-left {
    width: 25%;
}

.gallery-body .captiontext.middle-left {
    width: 20%;
    text-align: right;
    float: left;
    margin-top: 100px;
    left: 65px;
}

.gallery-body .captiontext.top-center-wide {
    width: 80%;
    text-align: right;
    float: left;
}

.gallery-body .captiontext.top-center-wide .linktext {
    padding: 5px 40px;
    width: 180px;
}

.gallery-body .captiontext.top-center {
    width: 50%;
    margin: 50px 300px 50px 300px;
    text-align: right;
    float: left;
}

.gallery-body .captiontext.top-center .linktext {
    padding: 5px 40px;
    width: 180px;
}

.gallery-body .captiontext.middle-right {
    width: 20%;
    text-align: right;
    float: right;
    right: 0px;
    *float: left;
}

.gallery-body .captiontext.middle-right .linktext {
    padding: 5px 40px;
    width: 210px;
    *padding: 5px 10px;
}

.headerslidercontent {
    display: none;
}

/* end of slider */

/* content */
#contentcontainer {
    width: 100%;
    background-color: #f1f1f1;
    min-height: 100px;
}

#contentwrapper {
    width: 1150px;
    background-color: #FFF;
    min-height: 700px;
    padding: 50px;
}

#contentwrapper.news {
    padding-bottom: 0px;
}

.inner-container-2 p {
    margin-bottom: 0.5em;
}

.servicesitem, .principalitem, .shopitem {
    float: left;
    padding: 20px 65px;
    margin-bottom: 100px;
    width: 250px;
    height: 200px;
    border-right: 1px solid #DDD;
    margin-right: auto;
    margin-left: auto;
}

#slidercontent .shopitem {
    padding: 20px 68px;
}

.shopitem a {
    *cursor: pointer;
}

.principalslideritem {
    float: left;
    padding: 20px 35px;
    width: 500px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.shoppage {
    float: left;
    width: 1160px;
    height: 650px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.product-related {
    margin-top: 100px;
}

.product-related--title {
    font-family: "GothamBoldRegular";
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
    color: #646565;
}

.servicesitem:hover {
    cursor: pointer;
}

.servicesitem.noborder, .principalitem.noborder, .shopitem.noborder {
    border-right: none;
}

.serviceimage, .principalimage, .shopimage {
    /*border: 1px solid #646565;*/
    width: 100%;
    height: 80%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 1px #ddd;
       -moz-box-shadow: 0px 0px 5px 1px #ddd;
            box-shadow: 0px 0px 5px 1px #ddd;
    *border: 2px solid #DDD;
    border: 2px solid #DDD \9;
}

.innerborder {
    /*border: 1px solid #646565;*/
    background-image: url('images/no-img.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px;
    overflow: hidden;
    height: 85%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 1px 1px #ddd;
       -moz-box-shadow: 0px 0px 1px 1px #ddd;
            box-shadow: 0px 0px 1px 1px #ddd;
    *border: 1px solid #DDD;
    border: 1px solid #DDD \9;
}

.principalslideritem .innerborder {
    height: 93%;
}

.shopitemsingle {
    float: left;
    padding: 20px 0px;
    width: 350px;
    height: 224px;
    margin-right: auto;
    margin-left: auto;
}

.shopitemsingle .shopimage {
    height: 100%;
}

.shopitemsingle .innerborder {
    height: 89%;
}

.servicetitle {
    margin-top: 15px;
    font-family: "GothamMediumRegular";
    color: #646565;
}

#servicesingle {
    color: #646565;
}

body.servicesingle {
    background-color: #FFF;
}

#servicesingle .servicetitle {
    font-size: 26px;
    font-family: "GothamBoldRegular";
}

#servicesingle .servicecontent {
    margin-top: 20px;
    font-size: 16px;
    font-family: "GothamLightRegular";
}

#servicesingle .servicesingleimage img {
    margin-top: 20px;
    border: 5px solid #646565;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 1px #ddd;
       -moz-box-shadow: 0px 0px 5px 1px #ddd;
            box-shadow: 0px 0px 5px 1px #ddd;
}

#newsbigtitle {
    font-family: "GothamBoldRegular";
    font-size: 80px;
    color: #646565;
    float: left;
}

#newsbigtitle.smalltitle {
    font-size: 60px;
}

#principalbigtitle {
    font-family: "GothamBoldRegular";
    font-size: 80px;
    color: #646565;
    float: left;
    margin-bottom: 25px;
}

#newssmalltitle {
    font-family: "GothamBoldRegular";
    font-size: 30px;
    color: #a1a1a1;
    float: right;
    margin-top: 45px;
}

.newssmalltitle {
    font-family: "GothamBoldRegular";
    font-size: 30px;
    color: #a1a1a1;
    float: right;
    margin-top: 45px;
}

.newsimage {
    /*border: 1px solid #646565;*/
    width: 250px;
    height: 160px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 1px #ddd;
       -moz-box-shadow: 0px 0px 5px 1px #ddd;
            box-shadow: 0px 0px 5px 1px #ddd;
    *border: 2px solid #DDD;
    border: 2px solid #DDD \9;
}

.newstitle {
    margin-top: 15px;
    font-family: "GothamMediumRegular";
    color: #646565;
    float: left;
    font-size: 24px;
}

.newsdate {
    margin-top: 15px;
    font-family: "GothamMediumRegular";
    color: #a1a1a1;
    float: left;
    float: right;
    font-size: 12px;
}

.newscontent {
    margin-top: 15px;
    font-family: "GothamLightRegular";
    color: #646565;
    text-align: justify;
}

.contact-caption {
    margin: 90px 90px 0px 0px;
    font-family: "GothamLightRegular";
    color: #003768;
}

.contact-caption p {
    margin-bottom: 20px;
}

#contact-us-form {
    font-family: "GothamLightRegular";
}

#contact-us-form input[type=text] {
    width: 300px;
    height: 35px;
    font-size: 14px;
    padding: 0px 5px 0px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FCFCFC;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
    *vertical-align: middle;
}

#contact-us-form textarea {
    width: 300px;
    height: 140px;
    font-size: 14px;
    padding: 10px 5px 10px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FCFCFC;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-size: 14px;
    font-family: 'GothamLightRegular';
    overflow: hidden;
}

.hasPlaceholder {
    color: #777;
}

#contact-us-form .submit-button {
    font-family: "GothamMediumRegular";
    font-size: 10px;
    color: white;
    background-color: #5E5E5E;
    padding: 15px 10px;
    margin-top: 20px;
    line-height: 10px;
    position: relative;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 20px;
}

#contact-us-form .submit-button:hover {
    background-color: #4E4E4E;
}

#contact-us-form #errorMessage {
    font-size: 12px;
    margin-top: 20px;
}

#contact-us-form .submit-button:hover {
    cursor: pointer;
}

#principalsearch {
    margin-bottom: 30px;
    background-color: #7B7B7B;
    color: #FFF;
    font-family: "GothamMediumRegular";
    padding: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.searchbar {
    width: 88%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    height: 20px;
    padding: 5px;
    font-family: "GothamMediumRegular";
    font-size: 12px;
    color: #7B7B7B;
}

#contactusinfotitle {
    font-family: "GothamMediumRegular";
    font-size: 20px;
    color: #cdcdcd;
    text-transform: uppercase;
    margin: 20px 0px;
}

.contactusinfodetail {
    float: left;
    width: 175px;
    font-family: "GothamMediumRegular";
    font-size: 8px;
    color: #5e5e5e;
    text-transform: uppercase;
    margin-right: 5px;
    line-height: 11px;
    font-weight: bold;
}

.contactusinfodetail span {
    font-size: 12px;
    font-weight: bold;
}

.address-item:hover {
    cursor: pointer;
}

#categorylist {
    text-align: center;
    font-family: "GothamBoldRegular";
    font-size: 20px;
    color: #7b7b7b;
}

#categorylist ul li {
    display: inline-block;
    margin: 0px 15px;
}

#categorylist ul li a {
    display: block;
    padding: 5px;
    color: #7b7b7b;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
}

#categorylist ul li a:hover, #categorylist ul li.current a {
    color: #b1b1b1;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #FFFF00;
    border-bottom: 1px solid #FFFF00;
}

.note-message, .note-msg {
    text-align: center;
    font-family: "GothamMediumRegular";
    font-size: 20px;
    color: #7b7b7b;
    margin-top: 20px;
}

#shopnavigationcenter .shopnavigationcenteritem {
    padding: 20px 65px;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    text-align: center;
}

.refineselection, .pagination, .sortby {
    font-family: "GothamMediumRegular";
    font-size: 20px;
    background-color: #7b7b7b;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: left;
    width: 100%;
}

.refineselection.open, .sortby.open {
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.refineselection:hover, .sortby:hover {
    cursor: pointer;
}

.pagination {
    background-color: #c4c4c4;
    color: #7b7b7b;
    text-align: center;
}

.refineselectionitem, .sortbyitem {
    display: none;
    font-family: "GothamMediumRegular";
    font-size: 20px;
    position: absolute;
    width: 270px;
    text-align: left;
    z-index: 3;
    *margin-left: -125px;
}

.refineselectionitem ul, .sortbyitem ul {
    background-color: #C4C4C4;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.refineselectionitem ul li, .sortbyitem ul li {
    position: relative;
    color: #7b7b7b;
}

.refineselectionitem a, .sortbyitem a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #7b7b7b;
}

.refineselectionitem a:hover, .sortbyitem a:hover {
    background-color: #aaa;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.refineselectionitem .category-has-children > a:after {
    display: block;
    content: " ";
    border-left: 10px solid #7b7b7b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    float: right;
}

.refineselectionitem li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 70%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 250px;
    border: 1px solid #fff;
    z-index: 1;
}

.refineselectionitem li:hover > ul {
    display: block;
}

.producttitle {
    font-size: 20px;
    margin-top: 15px;
    font-family: "GothamLightRegular";
    color: #646565;
    font-weight: bold;
}

.producttitle a {
    text-decoration: none;
    color: #646565;
}

.productdesc {
    margin-top: 5px;
    font-family: "GothamLightRegular";
    color: #646565;
}

.productdesc a {
    text-decoration: underline;
    color: #646565;
}

.productdesc a:hover {
    text-decoration: none;
}

.productprice {
    margin-top: 5px;
    font-family: "GothamBoldRegular";
    color: #646565;
}

.shoppage .productprice .incgst {
    margin-left: 5px !important;
    margin-top: 0px !important;
}

.headersingleproduct .producttitle {
    font-family: "GothamLightRegular";
    font-size: 30px;
}

.headersingleproduct .productprice {
    font-size: 28px;
}

.pay-checkout {
    margin-top: 15px;
}

.pay-checkout .item-cart {
    margin-bottom: 15px;
}

.pay-checkout .item-cart a {
    text-decoration: none;
    font-family: "GothamLightRegular";
    color: #646565;
}

.pay-checkout .pay-checkout-btn {
    font-family: "GothamMediumRegular";
    font-size: 15px;
    background-color: #7b7b7b;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
}

.pay-checkout .pay-checkout-btn a {
    text-decoration: none;
    color: #FFFFFF;
}

.oosinfo {
    margin: 15px 0px;
    font-family: "GothamMediumRegular";
    font-size: 18px;
    color: #E73B56;
}

.oosinfo .still-can-order {
    font-family: "GothamLightRegular";
    font-size: 18px;
}

.short-description, .description {
    font-family: "GothamLightRegular";
    font-size: 18px;
    color: #646565;
}

.description {
    margin-top: 15px;
}

.inputshop {
    float: left;
    margin: 20px 20px 0px 0px;
}

.inputshop .caption {
    float: left;
    font-family: "GothamMediumRegular";
    font-size: 18px;
    color: #7b7b7b;
    margin-top: 4px;
    width: 172px;
}

.inputshop .input {
    float: left;
}

.inputshop .input input, .inputshop .input select {
    float: left;
    font-family: "GothamLightRegular";
    font-size: 18px;
    color: #7b7b7b;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border: 2px solid #7b7b7b;
    padding: 2px 4px;
}

.input-box {
	margin-bottom: 1em;
}

.form-list input, .form-list select {
    font-family: "GothamLightRegular";
    font-size: 18px;
    color: #7b7b7b;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border: 2px solid #7b7b7b;
    padding: 2px 4px;
}

.main_checkout input, .main_checkout select {
    font-family: "GothamLightRegular";
    font-size: 18px;
    color: #7b7b7b;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border: 2px solid #7b7b7b;
    padding: 2px 4px;
}

.main_checkout .main_header {
    font-family: "GothamMediumRegular";
    font-size: 18px;
    color: #7b7b7b;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.onestepcheckout-checkout-method a {
    font-family: "GothamLightRegular";
    font-size: 14px;
    color: #7b7b7b;
}

.btn-cart, .prod-attach, .sendInquiry {
    background-color: #7b7b7b;
    color: #fff;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border: 2px solid #7b7b7b;
    font-family: "GothamMediumRegular";
    font-size: 15px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    float: left;
    margin-right: 25px;
}

.sendInquiry {
    padding: 11px 38px;
}

.prod-attach {
    padding: 11px 15px;
}

.btn-cart:hover {
    cursor: pointer;
}

#shopping-cart-table {
    font-family: "GothamMediumRegular";
    font-size: 15px;
    color: #7b7b7b;
    text-transform: uppercase;
}

#shopping-cart-table thead tr {
    background-color: #C4C4C4;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
}

#shopping-cart-table tbody tr td {
    padding: 15px 15px;
    vertical-align: middle;
}

#shopping-cart-table tbody tr td a {
    text-decoration: none;
    color: #7b7b7b;
}

#shopping-cart-table tr th {
    padding: 10px 0px;
}

.discount h2, .shipping h2, .sp-methods dt {
    font-family: "GothamMediumRegular";
    font-size: 18px;
    color: #7b7b7b;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sp-methods {
    margin-top: 25px;
}

.sp-methods dd {
    font-family: "GothamLightRegular";
    font-size: 18px;
    color: #7b7b7b;
}

.page-title h1 {
    font-family: "GothamMediumRegular";
    font-size: 18px;
    color: #7b7b7b;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sub-title {
    margin-bottom: 2em;
}

.cart-empty {
    font-family: "GothamLightRegular";
    font-size: 18px;
    color: #7b7b7b;
}

.success-msg {
    font-family: "GothamLightRegular";
    font-size: 18px;
    color: #7b7b7b;
    margin-bottom: 10px;
}

.shipping, .totals {
    margin-top: 20px;
    position: absolute;
    bottom: 0px;
}

#shipping-address-form {
    position: relative;
    width: 96%;
}

#shipping-address-form input[type="text"], #shipping-address-form input[type="password"] {
    width: 250px !important;
}

#shipping-address-form .d_1 label, #shipping-address-form .d_2 label, #shipping-address-form .d_3 label, #shipping-address-form .d_4 label {
    width: 160px;
}

#shipping-address-form {
    color: #7B7B7B;
}

.shippingcontainer {
    width: 100%;
    height: 400px;
    position: relative;
}

.discount .discount-form, .shipping .shipping-form {
    font-family: "GothamLightRegular";
    font-size: 14px;
    color: #7b7b7b;
}

.form-list {
    margin: 10px 0px;
}

#coupon_code {
    font-family: "GothamLightRegular";
    font-size: 18px;
    color: #7b7b7b;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border: 2px solid #7b7b7b;
    padding: 2px 4px;
    margin: 10px 0px;
}

#shopping-cart-table {
    width: 100%;
}

#shopping-cart-totals-table {
    margin-top: 25px;
}

#shopping-cart-totals-table tbody {
    font-family: "GothamLightRegular";
    font-size: 18px;
    color: #7b7b7b;
}

#shopping-cart-totals-table tfoot {
    font-family: "GothamLightRegular";
    font-size: 18px;
    color: #7b7b7b;
}

#shopping-cart-totals-table td {
    padding: 5px 20px 5px 0px;
}

.btn-coupon, .btn-checkout, .btn-quote, .buttons-set .button {
    background-color: #7b7b7b;
    color: #fff;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border: 2px solid #7b7b7b;
    font-family: "GothamMediumRegular";
    font-size: 15px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.buttons-set {
    margin-top: 25px;
}

button:hover {
    cursor: pointer;
}

.btn-continue, .btn-update {
    background-color: #7b7b7b;
    color: #fff;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border: 2px solid #7b7b7b;
    font-family: "GothamMediumRegular";
    font-size: 15px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.billing, .shipping_method {
    font-family: "GothamLightRegular";
    font-size: 15px;
    color: #7b7b7b;
}

.more-views ul li {
    display: inline;
}

.more-views ul li a {
    text-decoration: none;
}

.more-views ul li img {
    border: 1px solid #ddd;
    padding: 0px 6px;
    margin-right: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

#formSendInquiry {
    font-family: "GothamMediumRegular";
    font-size: 16px;
    color: #7B7B7B;
}

#formSendInquiry fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

#formSendInquiry ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#formSendInquiry label {
    float: left;
}

#formSendInquiry input, #formSendInquiry textarea {
    float: right;
    font-family: "GothamLightRegular";
    font-size: 18px;
    color: #7B7B7B;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border: 2px solid #7B7B7B;
    padding: 2px 4px;
    width: 250px;
}

#formSendInquiry textarea {
    height: 100px;
}

#formSendInquiry li {
    width: 380px;
    padding: 5px 0px;
}

#formSendInquiry .submitButton {
    background-color: #7b7b7b;
    color: #fff;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border: 2px solid #7b7b7b;
    font-family: "GothamMediumRegular";
    font-size: 15px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
    width: 150px;
}

#formSendInquiry .submitButton:hover {
    cursor: pointer;
}

#formSendInquiry .errors {
    text-align: center;
    font-family: "GothamLightRegular";
    font-size: 14px;
}

#inquiryMessage {
    font-family: "GothamMediumRegular";
    font-size: 15px;
    text-align: center;
    color: #7B7B7B;
}

.price-box {
    float: left;
}

.incgst {
    float: left;
    margin-left: 15px;
    font-family: "GothamMediumRegular";
    font-size: 15px;
    margin-top: 9px;
}

.my-account h1 {
    margin-bottom: 2em;
}

.my-account h2 {
    margin: 1em 0;
    font-family: "GothamMediumRegular";
}

.my-account p {
    margin-bottom: 0.5em;
}

.my-account address {
    line-height: 1.5;
}

.my-account dt,
.my-account dd {
    margin-bottom: 0.5em;
}

.my-account .pager {
    margin-bottom: 1.5em;
}

.my-account .data-table,
.page-print .data-table {
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 1em;
}

.my-account .data-table th, 
.my-account .data-table td,
.page-print .data-table th, 
.page-print .data-table td {
    padding: 5px;
    border: 1px solid #000;
}

.order-item td:nth-child(2),
.order-item td:nth-child(3),
.order-item td:nth-child(4),
.order-item td:nth-child(5) {
    width: 12.5%;
}

/* end of content */

/* footer */
.footer {
    font-family: "GothamLightRegular";
    font-size: 12px;
}

#footer {
    background-color: #FFF;
    height: 90px;
    position: relative;
    z-index: 1;
}

#footerwrap {
    /*background-color: #CCC;*/
}

#footercontent {
    /*border: 1px solid grey;*/
    height: 100%;
    width: 100%;
}

#footermenu {
    height: 100%;
    width: 100%;
}

#footermenu ul {
    *position: relative;
    *left: -50%;
}

#footermenu ul li {
    display: inline;
    height: 30px;
    border-right: 1px solid #FFF;
    padding: 5px;
    *padding: 5px 0px;
}

#footermenu ul li a {
    color: #acacac;
    text-decoration: none;
}

#footermenu ul li a:hover {
    color: #646565;
    text-decoration: none;
}

#footercenter {
    width: 100%;
    /*background-color: #f1f1f1;*/
    height: 90px;
}

#footercenterwrapper {
    width: 1150px;
    background-color: #FFF;
    height: 90px;
    padding: 0px 50px;
}

.footerimg {
    position: relative;
    padding-right: 100px;
}

.footerimg img {
    position: absolute;
}

.godaddy {
    position: relative;
    padding-right: 130px !important;
    *padding-right: 0px !important;
}

.godaddy img {
    position: absolute;
    top: -4px;
}

.anzegate {
    top: -12px;
}

.krafthaustag {
    font-family: "GothamLightRegular";
    text-transform: uppercase;
    float: right;
    margin-right: 40px;
}

.krafthaustag div {
    float: left;
}

.krafthaustag .text {
    margin-top: 3px;
    margin-left: 5px;
    color: #464646;
    font-size: 12px;
}

.krafthaustag .text a {
    color: inherit;
    text-decoration: none;
}

.krafthaustag .logo img {
    width: 80px;
}

.menu-footer-2-container {
    float: left;
    vertical-align: middle;
    margin-top: 3px;
    margin-left: 40px;
}

#footercenter .menu-footer-2-container {
    float: left;
    vertical-align: middle;
    margin-top: 3px;
    margin-left: -15px;
}

#footercenter .krafthaustag {
    margin-right: -15px;
}

.menucenter {
    margin: auto;
    width: 1250px;
}
/* end of footer */

/* default wrapper for all content */
.centerwrapper {
    margin-right: auto;
    margin-left: auto;
}

.tablewrapper {
    display: table;
    *position: relative;
}

.middlewrapper {
    display: table-cell;
    vertical-align: middle;
    *position: absolute;
    *top: 50%;
    *left: 50%;
}

.middlewrapper img {
    *position: relative;
    *top: -50%;
}

#footermenu {
    *position: relative;
    *left: 0%;
}

#menu-footer-2 {
    *left: 0% !important;
}

.godaddy {
    width: 
}

.godaddy img {
    *top: 10px;
}

.footerimg img {
    *position: absolute;
    *top: 10px;
}

.fullheight {
    height: 100%;
}

.rightalign {
    text-align: right;
}

.centeralign {
    text-align: center;
}

.clear {
    clear: both;
}

.gallery-body .captiontext.static {
    position: static;
}

.hr {
    width: 100%;
    border-top: 1px solid #DDD;
    padding-top: 20px;
    margin-top: 20px;
}

.leftcol {
    width: 49%;
    float: left;
}

.rightcol {
    width: 49%;
    float: right;
}

.rightcol dl,
.rightcol dt {
    margin-top: 1em;
}

.rightcol dt {
	font-family: "GothamMediumRegular";
}

.rightcol .incgst {
    margin-top: 0;
    font-family: "GothamLightRegular";
}

.rightcol .data-table {
    width: 100%;
    border: 1px solid #000;
    margin-top: 15px;
}

.rightcol .data-table th,
.rightcol .data-table td {
    padding: 5px;
    border: 1px solid #000;
}

.rightcol .availability {
    margin-top: 15px;
}

.data-table .shipping {
    position: relative !important;
}

.pages {
    margin-top: 10px;
    text-align: left;
}

.pages ol li {
    display: inline-block;
}
/* end of wrapper */

/* another effect */
.boxshadow {
    -webkit-box-shadow: 0px 0px 20px 1px #666;
       -moz-box-shadow: 0px 0px 20px 1px #666;
            box-shadow: 0px 0px 20px 1px #666;
}

.innershadow {
    -webkit-box-shadow: inset 0px 0px 6px black;
       -moz-box-shadow: inset 0px 0px 6px black;
            box-shadow: inset 0px 0px 6px black;
}

.rotate180 {
    -webkit-transform:rotate(180deg);
       -moz-transform:rotate(180deg);
}

/* end of effect */

/* iPad only */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .menu-footer-2-container {
        margin-left: 10px;
        float: none;
    }

    .krafthaustag {
        margin-top: 15px;
        margin-right: 80px;
    }

    #menu ul li {
        padding: 10px;
    }

    .menucenter {
        width: 100%;
    }

    #footercenter .krafthaustag {
        margin-right: 85px;
    }

    #footercenter .menu-footer-2-container {
        float: none;
        margin: 0px;
    }

    body div {
        /*border: 1px solid #F00;*/
    }

    #footercenterwrapper {
        width: 100%;
        padding: 0px;
    }

    #contentwrapper {
        width: 100%;
        padding: 0px;
        margin-top: 50px;
    }

    #contentwrapper.news {
        width: 90%;
        padding: 0% 5%;
    }

    .servicesitem {
        padding: 5px 45px;
    }

    .principalslideritem {
        width: 350px;
        height: 280px;
    }

    #leftarrow.principal {
        left: -5%;
    }

    #rightarrow.principal {
        right: 5%;
    }

    #principalslider {
        margin-left: 80px;
    }

    #principalsearch {
        width: 88%;
        margin-left: 53px;
    }

    #principalbigtitle {
        margin-left: 50px;
    }

    .principalitem {
        padding: 5px 45px;
    }

    .shopitem {
        padding: 5px 45px;
    }

    .contactusinfodetail {
        width: 23%;
    }

    .godaddy img {
        display: none;
    }

    .anz img {
        display: none;
    }

    #categorylist ul li {
        padding: 0px 5px;
        font-size: 16px;
    }

    #shopnavigationcenter .shopnavigationcenteritem {
        padding: 20px 45px;
    }

    .shoppage {
        width: 100%;
        border: 1px solid #F00;
    }

    #slidercontent .shopitem {
        padding: 20px 47px;
    }
}

/* Print Style */
.print-head {
    margin-bottom: 1.5em;
}

.col2-set {
	margin: 1.5em 0;
}

.col2-set h2 {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	font-weight: bold;
}
/* End print style 