﻿
html {
    /*background-color: #000000;*/
}

body {
    color: #333333;
    font-family: 'MuseoSans-500',Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow: auto;
}

#lblIntro a,p a {
    color: #90cba6;
    text-decoration: none;
    font-weight: bold;
}
canvas {
    -ms-touch-action: double-tap-zoom;
}

iframe {
    background-color: transparent;
}


#TopContainer {
    background-color: #E7CEB6;
    background-image: url('../Images/bg_paper400x400.jpg');
    background-repeat: repeat;
    width: 100%;
}

/*
#TopContainer {
    background-color: #E7CEB6;
    background-image: url('../Images/hearts.png'), url('../Images/bg_paper400x400.jpg');
    background-repeat: repeat;
    width: 100%;
}*/

#Container {
    margin: auto;
    margin-top: 0px;
    width: 1010px;
    padding-left: 5px;
}

#form1 {
    margin: auto;
    margin-top: 0px;
}

#Container #Header H1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #CC3300;
}

#Header {
    width: 100%;
    height: 325px;
    clear: both;
    overflow: hidden;
}

    #Header #Topbanner {
        height: 95px;
    }

    #Header #blogheader {
        height: 220px;
        background-image: url('../Images/div_980x5.png');
        background-repeat: repeat-x;
        width: 970px;
    }

        #Header #blogheader .logo {
            width: 200px;
            height: 200px;
            margin: 20px 10px 0px 10px;
        }

.borderimage {
    background-image: url('../Images/div_980x5.png');
    height: 5px;
    background-repeat: repeat-x;
    width: 970px;
}



#midContainer {
    width: 100%;
    /*background-image: url('../Images/bg_green296x300.jpg');*/
    background-image: url('../Images/bg_blue.jpg');
    background-repeat: repeat;
    border-top-style: dashed;
    border-width: 1px;
    border-color: #FFFFEF;
}

#Container2 {
    margin: auto;
    margin-top: 0px;
    width: 1010px;
    padding-left: 5px;
}

#Containermostread {
    margin: auto;
    margin-top: 0px;
    width: 1010px;
}

#Content {
    padding-right: 20px;
}

    #Content table {
        width: 100%;
    }

    #Content .rightblock {
        float: right;
        width: 200px;
        vertical-align: top;
        margin-top: -2px;
    }

        #Content .rightblock iframe {
            box-shadow: 3px 3px 3px rgba(0,0,0,.4);
            -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
            -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
        }

    #Content .posts {
        border-width: 3px;
        border-color: #456164;
        border-top-style: solid;
        float: left; /*width: 687px;*/
        width: 750px;
        vertical-align: top;
        background-image: url('../Images/bg_paper400x400.jpg');
        background-repeat: repeat;
        background-color: #FFE8DD; /*dropdow shawdow here*/
        box-shadow: 3px 3px 3px rgba(0,0,0,.4);
        -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
        -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
    }


/* Paging here */
.aspNetDisabled {
    font-size: 16px;
}

.centered a {
    text-decoration: none;
    color: #333333;
}

.centered {
    margin: 10px 0px 0px 0px;
    text-align: right;
    font-family: 'Museo-300',Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
}

    .centered a:visited {
        font-family: 'Museo-300',Arial, sans-serif;
        color: #004040;
    }

#kisslips {
}

#FeaturedTemplate {
    border: thin dashed #999999;
    margin: 10px 20px 0px 20px;
    background: #FFFFEF;
    width: 715px;
    /*width: 640px;*/
}

    #FeaturedTemplate p img {
        position: relative;
        background: #fff;
        /*width: 172px; 	
	height: 172px; 	
	padding: 10px; */
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
        -moz-box-shadow: 0 0 5px black;
        -o-box-shadow: 0 0 5px black;
        box-shadow: 0 0 5px black;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        z-index: 2;
        float: left;
        /*margin-top:-20px;*/
    }

        #FeaturedTemplate p img:nth-child(even) {
            transform: translate(10px,0) rotate(8deg);
            -ms-transform: translate(10px,0) rotate(8deg); /* IE 9 */
            -webkit-transform: translate(10px,0) rotate(8deg); /* Safari and Chrome */
            -o-transform: translate(10px, 0) rotate(8deg); /* Opera */
            -moz-transform: translate(10px,0) rotate(8deg); /* Firefox */
        }

        #FeaturedTemplate p img:nth-child(odd) {
            left: 25px;
            transform: translate(-10px,-30px) rotate(-5deg);
            -ms-transform: translate(-10px,-30px) rotate(-5deg); /* IE 9 */
            -webkit-transform: translate(-10px,-30px) rotate(-5deg); /* Safari and Chrome */
            -o-transform: translate(-10px,-30px) rotate(-5deg); /* Opera */
            -moz-transform: translate(-10px,-30px) rotate(-5deg); /* Firefox */
        }

        #FeaturedTemplate p img:nth-child(3n) {
            left: 17px;
            top: -10px;
            transform: translate(-10px,-30px) rotate(-15deg);
            -ms-transform: translate(-10px,-30px) rotate(-15deg); /* IE 9 */
            -webkit-transform: translate(-10px,-30px) rotate(-15deg); /* Safari and Chrome */
            -o-transform: translate(-10px,-30px) rotate(-15deg); /* Opera */
            -moz-transform: translate(-10px,-30px) rotate(-15deg); /* Firefox */
        }

        #FeaturedTemplate p img:nth-child(5n) {
            left: -8px;
            top: 20px;
        }

        #FeaturedTemplate p img:nth-child(6n) {
            transform: translate(-10px,-30px) rotate(15deg);
            -ms-transform: translate(-10px,-30px) rotate(15deg); /* IE 9 */
            -webkit-transform: translate(-10px,-30px) rotate(15deg); /* Safari and Chrome */
            -o-transform: translate(-10px,-30px) rotate(15deg); /* Opera */
            -moz-transform: translate(-10px,-30px) rotate(15deg); /* Firefox */
        }

        #FeaturedTemplate p img:nth-child(9n) {
            transform: translate(-10px,-30px) rotate(22deg);
            -ms-transform: translate(-10px,-30px) rotate(22deg); /* IE 9 */
            -webkit-transform: translate(-10px,-30px) rotate(22deg); /* Safari and Chrome */
            -o-transform: translate(-10px,-30px) rotate(22deg); /* Opera */
            -moz-transform: translate(-10px,-30px) rotate(22deg); /* Firefox */
        }

        #FeaturedTemplate p img:hover {
            -webkit-transform: rotate(360deg) scale(1.2);
            -moz-transform: rotate(360deg) scale(1.2);
            transform: rotate(360deg) scale(1.2);
            -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.6);
            -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.6);
            box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.6);
            z-index: 10;
        }



#lblPostIntroduction a {
    color: #728FA6;
    text-decoration: none;
}

.social li {
    display: inline-block;
    list-style: none;
    float: left;
    margin-right: 10px;
}

    .social li img {
        border : 0px;
    }

.roundcorners {
    border: 1px solid #f2f2f2;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    min-height: 60px;
    margin: 0px 5px 0px 0px;
    padding: 5px;
}

#FeaturedTemplate .feature {
    border: thin dashed #FFFFEF;
    background: #F2F1F7;
}

.datetag {
    margin-left: -16px;
}

.datetag, .datetagRelated {
    background-position: left 12px;
    /* background-image: url('../Images/tag_date_comments97x52.png'); */
     background-image: url('../Images/tag_date_comments110x38.png');
   
    background-repeat: no-repeat;
    line-height: 50px;
}

.datetagRelated {
    margin-left: -14px;
}

    .datetag span, .datetagRelated span {
    margin-left: 15px;
    color: #FFFFEF; /*font-family: quicksandregular, Arial, sans-serif;*/ /*font-weight: 600;*/
    font-family: 'MuseoSans-500' , Helvetica-CondensedLight, Arial, sans-serif;
    font-size: 14px; /*padding-right : 5px;*/
}

.readMorediv {
    margin-top: 5px;
}

.readMore {
    color: #728FA6;
    text-decoration: none;
}


/**/

.mainImgSmall img {
    width: 156px;
    height: 102px;
    border: 0px;
}


.zy_ {
    position: relative;
    float: left;
    
        
}
.zy_ .text_ {
    /*padding-top: 15px;
    text-align: center;
    width: 50px;
    height: 35px;
    display: none;
    position: absolute;
    left: 55px;
    bottom: 25px;*/
    /*background-image: url('../Images/comments_large.png');
    background-repeat: no-repeat;
    opacity: 0.8;*/


 text-align: center;
width: 200px;
height: 35px;
position: absolute;
left: -200px;
bottom: -5px;
opacity: 0.8;
}
.zy_:hover .text_ {
    display: block; 
    color: #456164;
    text-decoration: none;
}

zy_ .text_ a, .fb_comments_count {
    color : #456164 ;
 
}
#fbComments {
    text-decoration : none ;
}

.imgPostFeatured img {
    Width: 247px;
    Height: 163px;
    border: 2px solid #FFFFFF;
    margin: 8px 8px 5px 8px;
    image-orientation: auto;
    padding: 0;
}

.imgPostView img {
    height: 187px;
    width: 340px;
    border: 2px solid #FFFFFF;
    margin: 8px 8px 5px 8px;
    image-orientation: auto;
    padding: 0;
}


    .imgPostView img:hover {
    
}

.mainImgSmall img:hover {
    /*-webkit-box-shadow: 0 0 10px 10px rgba(211,211,211,0.8);
    -moz-box-shadow: 0 0 10px 10px rgba(211,211,211,0.8);
    box-shadow: 0 0 10px 10px rgba(211,211,211,0.8);*/
}


.imgPostMainView, .imgPostMain {
    background-image: url('../Images/image_bg.png');
}


.imgPostMain {
    height: 183px;
    width: 267px;

}

#text {
    position: absolute;
    margin-top: -50px;
    margin-left: 10px;
    opacity : 0.8;
    background-color : #ffffff;
   width: 250px;
   height : 40px;
}

.contact {
    background-color: #E4C4BE;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 9pt;
    margin-right: 30px;
}

    .contact a {
        /*margin-left : 10px;*/
        color: inherit;
    }

.contact1 {
    background-color: #d9aaa1;
    opacity: 60;
    width: 30px;
}

#tblContactInfo {
    margin-right: 20px;
}

h1 {
    font-family: honey_scriptlight;
    font-size: 2.5em;
    margin-bottom: 5px;
    color: #456164;
    font-weight: lighter;
    margin-top: 8px;
}

.contacta {
    font-family: honey_scriptlight;
    font-size: 2.5em;
    color: #456164;
    font-weight: lighter;
    text-decoration: none;
}

.postcontainer {
    border: 2px solid #FFFFFF;
    margin: 12px 20px 0px 20px;
    background: #FFFFEF;
    width: 715px;
    /*width: 640px;*/
}

.postcontainer2 {
    padding: 10px;
    background-color: transparent;
    width: 715px; /*width: 640px;*/
    color: #456164;
}

.postTitle {
    font-family: 'Museo-300',Arial, sans-serif;
    font-weight: 600;
    color: #516566;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
   padding-left: 15px;
    line-height: 55px;
}

    .postTitle a:hover {
        color: #333333;
    }
/*Comment Tag*/
.Comments {
    background-position: center bottom;
    background-image: url('../Images/comments.png');
    background-repeat: no-repeat;
    padding: 10px 13px 10px 12px;
    margin-left: 12px;
    margin-right: -8px;
    color: #FFFFFF;
    font-family: Helvetica-CondensedLight, Arial, sans-serif;
    font-size: 14px; /*font-weight: 600;*/
}

.arrow_box {
    position: relative;
    /*background: #88b7d5;*/
}

    .arrow_box:after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #F2F2F2;
        border-width: 10px;
        top: 50%;
        /*margin-top: -30px;*/
    }

.savecomment, .buttons {
    height: 31px;
    width: 111px;
    display: block;
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    background-color: transparent;
    border: 1px solid #C0C0C0;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    background-color: #456164;
    cursor: pointer;
}

.savecomment {
    z-index: auto;
    position: absolute;
    color: #FFFFFF;
}

.buttons {
    color: #FFFFEF;
}


.inputtext {
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    width: 170px;
    line-height: 25px;
    border: 1px solid #C0C0C0;
    margin-bottom: 5px;
    padding-left: 5px;
    height: 25px;
}

.inputtextLong {
    width: 230px;
}

.info {
    font-family: Helvetica-CondensedLight;
    font-size: 14px;
}

/*Placeholder Text*/
#infobox {
    width: 400px;
    margin: 20px auto;
    padding: 20px;
    color: #333;
    background-color: #9fe1ff;
    border: 4px solid #333; /* Our massive border-radius stack. */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px #333;
}

    #infobox input {
        width: 80%;
    }

.hasPlaceholder {
    color: #777;
}


#boardercontainer {
    /*width : 690px;*/
    width: 100%;
}

.leftboarder {
    height: 20px;
    float: left;
    /*width:345px;*/
    width: 50%;
    background-position: left bottom;
    background-image: url('../Images/corner_left25x22.png');
    background-repeat: no-repeat;
    margin-left: -2px;
    margin-bottom: -2px;
}

.rightborder {
    height: 20px;
    float: right;
    /*width:345px;*/
    width: 50%;
    background-position: right center;
    background-image: url('../Images/corner_right25x22.png');
    background-repeat: no-repeat;
    margin-right: -1px;
    margin-bottom: -2px;
}

.clear {
    clear: both;
    /*height: 12px;*/
}

#bottomContainer {
    border-top-width: 1px;
    border-color: #CCCCCC;
    width: 100%;
    background-image: url('../Images/bg_blue.jpg');
    background-repeat: repeat;
    border-top-style: solid;
}

#Container3 {
    /*border-color: #FFFFFF;*/
    width: 100%;
    background-repeat: repeat;
    background-image: url('../Images/bg_footer_40x290.png');
    /*border-top-style: dashed;
    border-top-width: 1px;*/
    min-height: 450px;
    /*overflow: hidden;*/
}



#Footer {
    margin: auto;
    margin-top: 0px;
    width: 1010px;
}

    #Footer div h2 {
        background-position: left center;
        font-family: 'Museo-300', Arial, sans-serif;
        color: #FFFFfF;
        font-weight: bold;
        font-size: 16px;
        text-shadow: rgba(0,0,0,.4);
    }

    #Footer div {
        float: left;
        /*width :23%;*/
        height: 400px;
    }

#Col1, #Col4 {
    width: 20%;
}

#Col2, #Col3 {
    width: 28%;
}

#Col1, #Col2, #Col3 {
    /*border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #FFFFEF;*/
}

#Col2, #Col4, #Col3 {
    /*border-left-style: dashed;
    border-left-width: 1px;
    border-left-color: #5C5C5C;*/
}

#Col2, #Col4, #Col3, #Col1 {
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0px 5px 0px 5px;
}


/*Top menu*/

.nav-wrap {
    /*margin: 50px auto;*/
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    background-color: rgba(0,0,0,0.6);
    height: 30px;
}

#example-one {
    margin: 0 auto;
    list-style: none;
    position: relative;
    width: 960px;
    top: 0px;
    left: 0px;
}

    #example-one li {
        display: inline;
    }

        #example-one li a {
            color: #bbb;
            font-size: 14px;
            display: block;
            float: left;
            padding: 6px 10px 4px 10px;
            text-decoration: none;
            text-transform: uppercase;
        }

            #example-one li a:hover {
                color: white;
            }

#magic-line {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #fe4902;
}

/*Loading*/
div#spinner {
    display: none;
    width: 200px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%; /*background: #fff url('../Images/search_button_24x26.png') no-repeat center;*/
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}

/**Scrolling */
.scrollup {
    background: url("../images/icon_gototop.png") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 40px;
}

.srcolldiv {
     height: 20px;
}

/**End Scrolling */

/*Related Pop-up*/
.related {
    bottom: 100px;
    width: 350px;
    right: 30px;
    position: fixed; 
    float: left;
    display: none;
    opacity : 0.8;
  
}
.relatedpost {
    float: left;
    width: 100%;
    padding: 5px;
    vertical-align: top;
    background-image: url('../Images/bg_paper400x400.jpg');
    background-repeat: repeat;
    background-color: #FFE8DD; /*dropdow shawdow here*/
    box-shadow: 3px 3px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.4);
}
    .relatedpost div {
    border: thin dashed #999999;
    padding : 5px;
    background-color : #f2f2f2;
    font-size : 9pt;
}

    .close-image {
    display: block;
    float: right;
    position: relative;
    top: 15px;
    right: -15px;
    height: 25px;
}
.alsolike img {
     width: 156px;
    height: 102px;
    border: 0px;
    margin-top : 3px;
     border : solid 1px #FFFFFF;
}
    .alsolike img:hover {
        border : solid 1px #728FA6;
    }

/*END Related Pop-up*/
/**Refer Button*/
.darling_overlay {
    padding: 10px;
    height: 60px;
    -webkit-border-radius: 8px;
     border-radius: 8px;
     -moz-border-radius: 8px;
    background-image: url('../Images/subscribe_right_bg.png');
    margin-bottom: 8px;
}

    .darling_overlay table {
    /*margin-top: 10px;*/
    color: #ffffff;
}


.span75 {
    height : 20px;
    padding-left: 10px;
    padding-right : 10px;

}
.span75 img {
    margin-top : 3px;
}
.darling_overlay a {
    color : #ffffff;
    text-decoration : none ;
   /*font-size : 12pt;*/
}

.rightborder_subscribe {
     border-right : 1.5px solid #ffffff;
     /*padding : 2px;*/
}
/*End Refer Button*/

/**Table Like Layout*/

#col_left 
{ 
float: left; 
width: 20%; 
margin: 0 5px 0 0; 
/*border: 1px solid #CCC;*/ 
} 
#col_mid
{
    float: left;
    width: 50% ;
    height : 225px;
    /*border: 1px solid #CCC;*/
}
    #col_mid .imgtops
    {
    
        width : 500px;
        /*margin-top : 20px;*/
        height :160px;
        border : none ;
       
    }

#col_right
{
    float: right;
    width: 20%;
    margin: 5px 15px 5px 5px; /*border: 1px solid #CCC;*/
}



#col1 {
    float:left;
    width:20%;

}
#col2 {
    float:left;
    width:20%;
   
}
#col3 {
    float:left;
    width:30%;
   
}
#col4 {
    float:right ;
    width:30%;
  
}

#Menu_bar select {
    display : none ;
}

@media only screen and (max-width: 850px) {
  #col_right ul     { display: none; }
  #Menu_bar select { display: inline-block; }
   #Menu_bar table, #Col4 {
          display :none ;
    }
    #Topbanner, .rightblock {
        display :none ;
    }
    .searchContainer {
        display : none ;
    }
    #Header #blogheader {
        background-image : none ;
    }
    #Header #blogheader{
        width : 750px;
    }
    #Menu_bar, .borderimage {
        width: 750px;
    }
        #Menu_bar table {
        }

        #Menu_bar tr td:first-child  {
            width: 250px;
        }
        #Menu_bar tr td:last-child  {
            display : none ;
        }
    #Header {
        height :230px;
    }
    body {
        overflow-x : hidden ;
    }
}



/**End Table layout*/
/**Menu layout*/
/* @license
 * MyFonts Webfont Build ID 2489850, 2013-02-26T03:01:35-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo 300 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo/300/
 * Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
 * Licensed pageviews: Unlimited
 * 
 * Webfont: Museo 500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo/500/
 * Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.
 * Licensed pageviews: 0
 * 
 * Webfont: Museo Sans 500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500/
 * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: 0
 * 
 * Webfont: Museo Sans 500 Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500-italic/
 * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: 0
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2489850
 * 
 * © 2013 MyFonts Inc
*/
#Header #blogheader .rightmenu { width: 180px; vertical-align: top; /*margin-right: 25px;*/ }
.rightment ul { margin-left: -20px; }
.rightmenu ul li { height: 25px; float: right; text-align: right; list-style-type: none; padding-top: 5px; }
    .rightmenu ul li:hover { float: right; /*background-color: #FF0066;*/ cursor: pointer; font-family: 'Museo-300', Arial, sans-serif; }
    .rightmenu ul li span:hover { color: #FFFFFF; }
.rightmenu .second { font-family: 'honey_scriptlight'; font-size: 25px; margin-left: 5px; margin-right: 33px; line-height: 18px; }
.rightmenu ul li a { text-decoration: none; height: 25px; width: 100%; font-family: 'Museo-300', Arial, sans-serif; height: 25px; margin-left: 8px; width: 100%; font-weight: 400; color: #000000; }
    .rightmenu ul li a:hover { color: #FFFFFF; }
.eat, .try, .go, .pamper, .have, .wear { background-position: right; background-repeat: no-repeat; }
.eat { /*background-color: #a1b4b8;*/ width: 170px; background-image: url('../Images/Eat1.png'); }
.try { /*background-color: #dfc69e;*/ width: 142px; background-image: url('../Images/try1.png'); }
.go { /*background-color: #90cba6;*/ width: 170px; background-image: url('../Images/go1.png'); }
.pamper { /*background-color: #d9aaa1;*/ width: 164px; background-image: url('../Images/pamper1.png'); }
.have { /*background-color: #ddc1ac;*/ width: 150px; background-image: url('../Images/have1.png'); }
.wear { /*background-color: #95c1c8;*/ width: 180px; background-image: url('../Images/wear1.png'); }
.menucontainer { border-width: 1px; border-color: #A2A48F; border-bottom-style: dashed; width: 100%; background-repeat: repeat; background-image: url('../Images/bg_paper400x400.jpg'); }
#Menu_bar { font-family: 'MuseoSans-500', Arial, sans-serif; height: 35px; margin-left: 70px; margin-right: 70px; margin-top: 0px; width: 987px; font-weight: 500; color: #333333; font-size: 13px; margin-left: auto; margin-right: auto; }
    #Menu_bar table { width: 100%; height: 35px; }
    #Menu_bar ul { margin: -10px 0 0 0; list-style: none; width: 90%; }
        #Menu_bar ul li { float: right; vertical-align: middle; text-align: right; padding-left: 5px; padding-right: 5px; border-left-style: solid; border-left-width: 1px; border-left-color: #666666; }
            #Menu_bar ul li a { margin: auto; text-decoration: none; color: #4b4b4b; height: 35px; }
                #Menu_bar ul li a:hover { color: #202020; }
            #Menu_bar ul li span { /* background-color : black;*/ }
            #Menu_bar ul li:last-child { border-left-style: none; }
    #Menu_bar .img { height: 30px; border: none; }
.searchbox { width: 100%; float: right; /*vertical-align: central;*/ background-image: url('../Images/search_125x26.png'); background-repeat: no-repeat; overflow: no-content; }
#txtsearch { border: none; background-color: transparent; width: 125px; padding-top: 3px; }
textarea { border: 1px solid #C0C0C0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding-left: 5px; }
.search-field { background-image: url('../Images/search_125x26.png'); background-repeat: no-repeat; padding: 0px; line-height: 26px; }
.input-append { margin-right: 40px; /*width : 184px;*/ }
.chzn-choices ul { text-align: left; width: 125px; }
.btn { line-height: 26px; margin-right: -5px; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 24, 2013 */
@font-face { font-family: 'honey_scriptlight'; src: url('fonts/honeyscript-light-webfont.eot'); src: url('fonts/honeyscript-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/honeyscript-light-webfont.woff') format('woff'), url('fonts/honeyscript-light-webfont.ttf') format('truetype'), url('fonts/honeyscript-light-webfont.svg#honey_scriptlight') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'quicksandbold'; src: url('fonts/quicksand-bold-webfont.eot'); src: url('fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/quicksand-bold-webfont.woff') format('woff'), url('fonts/quicksand-bold-webfont.ttf') format('truetype'), url('fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'quicksandregular'; src: url('fonts/quicksand-regular-webfont.eot'); src: url('fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/quicksand-regular-webfont.woff') format('woff'), url('fonts/quicksand-regular-webfont.ttf') format('truetype'), url('fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'quicksandregular'; src: url('fonts/quicksand-regular-webfont.eot'); src: url('fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/quicksand-regular-webfont.woff') format('woff'), url('fonts/quicksand-regular-webfont.ttf') format('truetype'), url('fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Museo-300'; src: url('webfonts/25FDFA_0_0.eot'); src: url('webfonts/25FDFA_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/25FDFA_0_0.woff') format('woff'),url('webfonts/25FDFA_0_0.ttf') format('truetype'); }
@font-face { font-family: 'Museo-500'; src: url('webfonts/25FDFA_1_0.eot'); src: url('webfonts/25FDFA_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/25FDFA_1_0.woff') format('woff'),url('webfonts/25FDFA_1_0.ttf') format('truetype'); }
@font-face { font-family: 'MuseoSans-500'; src: url('webfonts/25FDFA_2_0.eot'); src: url('webfonts/25FDFA_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/25FDFA_2_0.woff') format('woff'),url('webfonts/25FDFA_2_0.ttf') format('truetype'); }
@font-face { font-family: 'MuseoSans-500Italic'; src: url('webfonts/25FDFA_3_0.eot'); src: url('webfonts/25FDFA_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/25FDFA_3_0.woff') format('woff'),url('webfonts/25FDFA_3_0.ttf') format('truetype'); }
/*Tabs Menu start here*/
#tabs { font-family: 'Museo-300', Arial, sans-serif; overflow: hidden; width: 100%; margin: 10px 0px -2px 0px; /*padding: 0;*/ list-style: none; /*font -weight: bold;*/ color: #000000; }
    #tabs li { float: left; /* TRY THIS */ margin: 0 .5em 0 10px; text-align: center; vertical-align: central; }
    #tabs a { position: relative; background: #F2F1F7;padding-bottom: 3px; padding-top: 6px; padding-left: 5px; padding-right: 8px; width: 55px; float: left; text-decoration: none; color: #242424; border-radius: 5px 0 0 0; -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; box-shadow: 0 2px 2px rgba(0,0,0,.4); -moz-box-shadow: 0 2px 2px rgba(0,0,0,.4); -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4); /*height : 20px;*/ margin: auto; }
        #tabs #win {
            background-color : #F7709B;
            color : #FFFFFF;
        }
          #tabs #win:after  {
            background-color : #F7709B;
        }

        #tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {background: #456164; color: #FFFFEF; }
        #tabs a:focus { outline: 0; }
        #tabs a::after { content: ''; position: absolute; z-index: 1; top: 0; right: -.5em; bottom: 0; width: 1em; background: #F2F1F7; background-image: linear-gradient(top bottom, #fff, #ddd); box-shadow: 2px 2px 2px rgba(0,0,0,.4); transform: skew(10deg); border-radius: 0 5px 0 0; -moz-transform: skew(10deg); }
    #tabs #current a, #tabs #current a::after { /*background: #fff;*/ background: #456164; z-index: 3; color: #FFFFEF;  }
    #tabs .current a, #tabs .current a::after { /*background: #fff;*/ background: #456164; z-index: 3; color: #FFFFEF;}
#content { background: #fff; padding: 2em; height: 220px; position: relative; z-index: 2; border-radius: 0 5px 5px 5px; box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5); }

/*End Menu layout*/


    .fbConnectWidgetFooter {
        display : none ;
    }

.fbFeedbackContent .fbConnectWidgetFooter .fbFooterBorder {
     display : none ;
}
/*New fOOTER*/
.footer-b-c {
    height: 100px;
 
    border-top: 1px solid #7a9795; 
    font-size: 9pt;
    background-color: #516566;
}

.footer-d{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 90;
	background-image: url('../Images/foot_texture.jpg');
	border-bottom: solid 1px #516566;
}

.contacts-footer{
}

.alt-title{
	color: #333333;	
}
