/* CSS Document search.css */


    #form {
        background: url(../images/wrapper_menu2.gif) bottom right no-repeat;
        width: 700px;
        height: auto;
        margin: 0 0 15px 162px;
        padding: 0 0 40px 0;
        float: left;
        }
    #form label { 
        width: 227px;
        height: auto;
        float: left;
        color: #A6A178;
        font-size: 0.8em;
        margin: 10px 0 0 0;
        text-align: right;
        padding: 0 3px 0 0;
        }
    #form #forms {
        width: 520px;
        height: auto;
        float: left;
        }
    #form span {
        width: 500px;
        height: auto;
        float: left;
        margin: 0 0 0 0px;
        }
        #form span p {
            font-size: 0.8em;
            float: left;
            margin: 8px 0 0 0;
            color: #B0AB81;
            }
            #form span p .radio {
                margin: 0 20px 0 2px;
                }
        #form .for {
            background: url(../images/input2.gif);
            border: 0;
            width: 150px;
            height: 18px;
            padding: 2px 5px 0px 7px;
            font-size: 0.6em;
            color: #B0AB81;
            margin: 10px 0 0 0;
            }
        #form .for2 {
            background: url(../images/input2.gif);
            border: 0;
            width: 150px;
            height: 18px;
            padding: 2px 5px 0px 7px;
            font-size: 0.6em;
            color: #B0AB81;
            margin: 23px 0 0 0;
            }
         #form .submit {
            background: url(../images/submit.gif) no-repeat;
            width: 60px;
            height: 19px;
            border: none;
            float: left;
            font-size: 0.7em;
            color: #B0AB81;
            margin: 15px 0 0 230px;
            }
        #form .select {
            width: auto;
            height: 19px;
            border: none;
            color: #B0AB81;
            margin: 8px 0 0 5px;
            }
            #form .select select {
              background: #343739;
              border: 1px solid #343739;
              color: #B0AB81;
              }
        #form textarea {
            width: 250px;
            height: 100px;
            margin: 13px 0 0 0;
            font-size: 11px;
            color: #B0AB81;
            background: #343739;
            border: 2px solid #36393C;
            padding: 5px;
            }
        #form p.send {
            font-size: 1em;
            color: #eee;
            float: left;
            width: 100%;
            text-align: center;
            font-weight: bold;
            margin: 0 0 20px 0;
            }
    #contact {
        width: 180px;
        height: auto;
        float: left;
        text-align: center;
        }
        #contact h3 {
            width: 180px;
            font-size: 13px;
            color: #B0AB81;
            float: left;
            font-weight: bold;
            padding: 0 0 10px 0;
            text-align: center;
            }
        #contact p {
            font-size: 12px;
            color: #B0AB81;
            float: left;
            }
            #contact p a {
                color: #B0AB81;
                }
                #contact p a:hover {
                    text-decoration: none;
                    }
    #content .menu_search {
        background: url(../images/wrapper_menu2.gif) bottom right no-repeat;
        width: 700px;
        height: auto;
        float: left;
        margin: 0 0 40px 0;
        padding: 0 0 2px 0;
        text-align: center;
        }
        #content .menu_search img {
            float: left;
            margin: 0 0 0 50px;
            }
            #content .quickmenu {
                width: auto;
                height: auto;
                float: left;
                margin: 0 0 0 0;
                text-align: center;
                }
                #content .quickmenu ul.second {
                    float: left;
                    width: auto;
                    height: auto;
                    padding: 0 0 10px 0;
                    }
                    #content .quickmenu li {
                        display: inline;
                        float: left;
                        margin: 0 20px 0 0;
                        }
                    #content .quickmenu li img {
                        border: 0;
                        }
