/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-29, 18:30 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background:url("../design/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial", sans-serif;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {margin:15px 0; list-style:none;}
ul.ul-01 li {padding:2px 0 2px 25px; background:url("../design/ul-01.gif") 0 50% no-repeat; font-size:85%;}
ul.ul-02 {margin:15px 0; list-style:none;}
ul.ul-02 li {padding:2px 0 2px 25px; background:url("../design/ul-02.gif") 0 50% no-repeat; font-size:85%;}

ul.ul-list {margin:15px 0; list-style:none;}
ul.ul-list li {padding:1px 0;}
ul.ul-list span.date {padding-right:10px;}

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:960px; margin:0 auto; overflow:hidden;}

    #header {position:relative; height:90px; padding:30px 20px 15px 20px;}

        #logo {margin:0; color: #DFDFDF;}
    
        #nav {position:absolute; top:80px; right:20px; margin:0;}
        #nav span {margin:0 8px;}
        #nav #nav-active {font-weight:bold; text-decoration:none;}
    
    #tray {position:relative; width:960px; height:45px; background:url("../design/tray.gif") 0 0 no-repeat; overflow:hidden; font:bold 90%/1 "tahoma",sans-serif;}
    #tray ul {margin:0 20px; list-style:none;}
    #tray li {display:inline;}
    #tray li a {display:block; float:left; padding:17px 20px 17px 18px; background:url("../design/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}
    #tray li a:hover {background:url("../design/tray-hover.gif");}
    #tray li#tray-active a {background:url("../design/tray-active.gif");}

        #search {position:absolute; top:8px; right:20px;}
        #search div {position:relative; width:185px;}
        
        #search #search-input {position:absolute; top:0; left:0; width:150px; height:30px; background:url("../design/search-input.gif") 0 0 no-repeat; overflow:hidden;}
        #search #search-input input {width:136px; margin:8px; border:0; font:100%/1 "arial",sans-serif;}
        #search #search-submit {position:absolute; top:0; right:0; width:30px;}

    #footer {clear:both; padding:20px 20px 40px 20px; font-size:85%;}
    #footer p {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top {width:960px; height:5px; margin-top:15px; background:url("../design/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col {position:relative; padding:15px 30px 15px 20px; background:url("../design/col.gif") 0 0 repeat-y;}

    #ribbon {position:absolute; top:-5px; left:0; width:100px; height:100px; background:url("../design/ribbon.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden; z-index:10;}

    #col-browser {position:relative; float:left; width:300px; height:200px; padding-bottom:5px; border: 2px solid #DFDFDF;}
    #col-browser img {position:absolute;  padding-bottom:5px;}

    #col-text {float:right; width:565px; padding-top:0px; line-height:1.7;}

        #slogan {position:relative; width:500px; height:33px; overflow:hidden; margin:0; padding:0; font-size:180%;}
        #slogan span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; }
        #btns {margin-top:25px; margin-bottom:0;}

#cols2-top {width:960px; height:5px; margin-top:15px; background:url("../design/cols2-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols2-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2 {background:url("../design/cols2.gif") 0 0 repeat-y;}

    #cols2 #col-left {float:left; width:595px; padding:20px;}
    #cols2 #col-right {float:right; width:268px; margin-right:1px; padding:20px;}
    
        #cols2 #col-left h4, #cols2 #col-right h4 {margin:0; font-size:100%;}
        #cols2 #col-left .title {background:url("../design/dot.gif") 0 50% repeat-x;}
        #cols2 #col-left .title h4 {display:inline; padding-right:10px;}
        #cols2 #col-left .title span {padding-left:10px;}

        #cols2 .box {margin-top:15px;}
        #cols2 #col-right h4 {background:url("../design/dot-02.gif") 0 50% repeat-x;}
        #cols2 #col-right h4 span {padding-right:10px;}
        #cols2 .col-right-img {float:left; width:65px;}
        #cols2 .col-right-text {float:right; width:190px;}
        #cols2 .col-right-text p {margin:0;}

#cols3-top {width:960px; height:5px; margin-top:15px; background:url("../design/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3 {background:url("../design/cols3.gif") 0 0 repeat-y;}

    .col {float:left; width:308px; padding:0 1px; margin-right:15px;}
    .col.last {margin-right:0;}
    .col h3 {margin:0; padding:7px 15px 12px 50px; background:url("../design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}

        .col-text {padding:20px; border-top:1px solid #DFDFDF;}
        .col-text p {margin:0;}
        .col-text ul {margin-bottom:0;}
        .col-more {padding:10px 10px 1px 0; text-align:right;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.ico-comment {padding-left:18px; background:url("../design/ico-comment.gif") 0 50% no-repeat;}
.ico-rss {padding-left:18px; background:url("../design/ico-rss.gif") 0 50% no-repeat;}

.smaller {font-size:85%;}
.smaller1 {font-size:90%;}

/********************/
/* Mine */
.red-large {
    font-weight: bold;
    font-size: larger;
    color: red;
}
span.padded-left {
    padding-left: 3px;
}
span.aligned-vertical {
    vertical-align: top;
}
.red {
    color: red;
}
.default-hidden {
    visibility: hidden;
}

div.left-nav {
    float: left;
    padding-left: 0px;
    width: 200px;
    height: 100%;
}
div.content-when-left-nav {
    float: left;
    border-left: 1px solid #DFDFDF;
    padding-left: 10px;
    width: 700px;
    text-align: left;
}
div#google-map {
    display:block;
    width: 100%;
    height: 450px;
}
div#town-sketch {
    display:none;
    width: 100%;
    height: 450px;
    overflow: auto;
}
.grey-border {
    border: 2px solid #DFDFDF;
}
.green-border {
    border: 2px solid #090;
}
.red-border {
    border: 2px solid red;
}
.padded_10 {
    padding: 10px;
}
.grey-border-left {
    border-left: 2px solid #DFDFDF;
}
/*********** #navBar link styles ***********/

div.left-nav-img {
    padding-left: 20px;
    padding-top: 60px;
}

.left-nav ul a:link, .left-nav ul a:visited {
    display: block;
    color: #090;
    text-decoration:none;
}
.left-nav ul a:hover {
    background-color:#BFBFBF;
}
.left-nav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.left-nav li {border-bottom: 1px solid #FFFFFF; margin-left: 3px; padding:2px 0px 2px 25px; background:url("../design/ul-01.gif") 0 50% no-repeat; font-size:80%; width: 170px; overflow: hidden;}



/* fix for browsers that don't need the hack */
html>body .left-nav li {border-bottom: none;}

table.products td {
    vertical-align: top;
    padding-right: 15px;
}
hr {
    margin-bottom: 3px;
}
p.slideshow {
    margin-top: 3px;
    margin-bottom: 3px;
}
.col div._200x200 {
   padding-left: 54px;
   padding-right: 54px;
   width: 200px;
   height: 200px;
}
span.left-nav-header {
    display: block;
    margin:0; background:url("../design/cols3-title.gif") 3px 40% no-repeat; font-size:120%;
    font-weight: bold;
    color: #090;
    font-style: normal;
    font-variant: small-caps;
    text-align: left;
    padding-left: 25px;
    padding-bottom: 5px;
    height: 20px;
    background-color: #EEF8E4;
}
div.indent {
    padding-left: 20px;
}
div.padded {
    padding: 10px;
}
.blue {
    color: #0724b0;
}
.grey-brown {
    color: #404040;
}
.green-col-top {width:960px; height:5px; margin-top:15px; background:url("../design/green-col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
.green-col {background:url("../design/green-col.gif") 0 0 repeat-y;}
.green-col-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/green-col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
h3.green-image-header {
  margin:0px 0px 0px 0px; padding:7px 15px 12px 25px; background:url("../design/cols3-title.gif") 3px 40% no-repeat; font-size:120%;
}
div.green-header {
    background-color: #eef8e4; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;
}
.green-head-col {position:relative; padding:0px 30px 15px 1px; background:url("../design/green-col.gif") 0 0 repeat-y;}

a.green { color: #090;}
a:hover.green {color:#090;}
.green { color: #090; }

.to_left_edge {
    padding-left: 1px;
}

td.logo {
    vertical-align: middle;
    text-align: center;
    height: 102px;
}
td.logolink {
    vertical-align: middle;
    text-align: left;
    padding-left: 30px;
}

/*JQuery overlay */
.overlay{
    background:transparent url(../images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.box-ol{
    position:fixed;
    top:-800px;
    left:30%;
    right:30%;
    background-color:#fff;
    color:#7F7F7F;
    padding:20px;
    border:2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
}
a.boxclose{
    float:right;
    width:26px;
    height:26px;
    background:transparent url(../images/cancel.png) repeat top left;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
}
.box-ol h1{
    border-bottom: 1px dashed #7F7F7F;
    margin:-20px -20px 0px -20px;
    padding:10px;
    background-color:#FFEFEF;
    color:#EF7777;
    -moz-border-radius:20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}
/* end overlay */

div.girl {
    position: relative;
    top: -150px;
    right: -170px;
    float: left;
    width: 200px;
    height: 300px;
    background: url(../images/mini-baby1.png) no-repeat;
    border-bottom: 5px outset #eaeaea;
}
div.product_info {
    position: relative;
    top: -150px;
    left: -80px;
    clear: left;
    padding-right: 0px; 
}
li.strong {
    font-weight: bold;
}
div#footer p.summary {
    font-size: 80%;
    padding-left: 20px;
}
