#wrapper 
{
    /*border: 1px solid #FF3333;*/
    /*background-color: #3399FF;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#mainmenu
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px 5px 0px 5px;
    width:950px;
    /*margin:0px 0px 0px -10px;*/
}

#menuWrapper
{
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    /*background-color:#e8e8e8;*/
    padding:5px 0px 5px 0px;
    
    /*margin-left:-10px;*/
}

#maincontent .homebox,
#maincontent .homebox2
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


ul#catsMenu li ul
{
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
ul#catsMenu li.topselected ul
{
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.category_box, .products_list .product_box
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    padding:0px 0px 10px 0px;
}

input.button, input, textarea
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    outline:none;
}/*

Used variables:

0
0
5
#AAAAAA
5
5

*/
#mainmenu
{
    -moz-box-shadow: 0px 0px 5px #AAAAAA;
    -webkit-box-shadow: 0px 0px 5px #AAAAAA;
    box-shadow: 0px 0px 5px #AAAAAA;
    
    margin-bottom:5px;
    margin-top:5px;
}

#wrapper
{
    -moz-box-shadow: 0px 0px 5px #AAAAAA;
    -webkit-box-shadow: 0px 0px 5px #AAAAAA;
    box-shadow: 0px 0px 5px #AAAAAA;
}

#menuWrapper
{
    -moz-box-shadow: 0px 0px 5px #AAAAAA;
    -webkit-box-shadow: 0px 0px 5px #AAAAAA;
    box-shadow: 0px 0px 5px #AAAAAA;
}

.category_box, .products_list .product_box
{
    -moz-box-shadow: 0px 0px 5px #AAAAAA;
    -webkit-box-shadow: 0px 0px 5px #AAAAAA;
    box-shadow: 0px 0px 5px #AAAAAA;
}

/* fix ecomm boxes*/
.category_box .content, .products_list .product_box .content
{
    margin:5px 0px 0px 0px;
}
.category_box, .products_list .product_box 
{
    margin-right:10px;
    margin-bottom:10px;
}
/*
#submenu:before, #submenu:after 
{
    position: absolute; 
    z-index: -200;
    background:rgba(0, 0, 0, 0.7);
    
    content: "";
    
    bottom: 15px;
    left: 10px;
    width: 50%; 
    top: 80%;
    max-width:300px;

    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    
    -webkit-transform: rotate(-3deg);    
       -moz-transform: rotate(-3deg);   
         -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
}

#submenu:after 
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    
    right: 10px;
    left: auto;
    
}  

*/
div.image img {border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border:0px;}

                            #mainmenu
                            {
                                background: #a90329; /* Old browsers2 */
                                background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* FF3.6+ */
                                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #rgba(169,3,41,1)),color-stop(44%, #rgba(143,2,34,1)),color-stop(100%, #rgba(109,0,25,1))); /* Chrome,Safari4+ */
                                background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
                                background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera11.10+ */
                                background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
                                background: linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
                                /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#rgba(169,3,41,1)', endColorstr='#rgba(109,0,25,1)',GradientType=0 );*/ /* IE6-9 */
                            }
                            /*
                            colorsAndPositionsStr:a90329+0,8f0222+44,6d0019+100-|-alphasAndPositionStr
A90329|rgbaColor3:rgba(169,3,41,1)|Position3:0|alpha3:100
8F0222|rgbaColor3:rgba(143,2,34,1)|Position3:44|alpha3:100
6D0019|rgbaColor3:rgba(109,0,25,1)|Position3:100|alpha3:100
A90329|rgbaColor:rgba(169,3,41,1)|Position:0|alpha:100
8F0222|rgbaColor:rgba(143,2,34,1)|Position:44|alpha:100
6D0019|rgbaColor:rgba(109,0,25,1)|Position:100|alpha:100
169|3|41|
A90329|rgbaColor:rgba(169,3,41,1)|Position:0|alpha:100
8F0222|rgbaColor:rgba(143,2,34,1)|Position:44|alpha:100
6D0019|rgbaColor:rgba(109,0,25,1)|Position:100|alpha:100

                            */
                            
                            #menuWrapper
                            {
                                background: #a90329; /* Old browsers2 */
                                background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* FF3.6+ */
                                background: -webkit-gradient(linear, left top, right top, color-stop(0%, #rgba(169,3,41,1)),color-stop(44%, #rgba(143,2,34,1)),color-stop(100%, #rgba(109,0,25,1))); /* Chrome,Safari4+ */
                                background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
                                background: -o-linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera11.10+ */
                                background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
                                background: linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
                                /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#rgba(169,3,41,1)', endColorstr='#rgba(109,0,25,1)',GradientType=1 );*/ /* IE6-9 */
                            }
                            #menuWrapper li, #menuWrapper li a, #menuWrapper li a:visited, #menuWrapper li.active a, #menuWrapper li.active a:visited
                            {
                                background-color:transparent;
                                border-bottom: 0px;
                            }
                            #menuWrapper li.active a, #menuWrapper li.active a:visited, #menuWrapper li.active a:active
                            {
                                background: rgba(255, 255, 255, 0.4);
                                margin: 0px 10px 0px 10px;
                            }
                            
                            body
                            {
                                background: #eeeeee; /* Old browsers2 */
                                background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* FF3.6+ */
                                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #rgba(238,238,238,1)),color-stop(100%, #rgba(204,204,204,1))); /* Chrome,Safari4+ */
                                background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
                                background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
                                background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
                                background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
                                /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#rgba(238,238,238,1)', endColorstr='#rgba(204,204,204,1)',GradientType=0 );*/ /* IE6-9 */
                            }
                            /*
                            colorsAndPositionsStr:eeeeee+0,cccccc+100-|-alphasAndPositionStr
EEEEEE|rgbaColor3:rgba(238,238,238,1)|Position3:0|alpha3:100
CCCCCC|rgbaColor3:rgba(204,204,204,1)|Position3:100|alpha3:100
EEEEEE|rgbaColor:rgba(238,238,238,1)|Position:0|alpha:100
CCCCCC|rgbaColor:rgba(204,204,204,1)|Position:100|alpha:100
238|238|238|
EEEEEE|rgbaColor:rgba(238,238,238,1)|Position:0|alpha:100
CCCCCC|rgbaColor:rgba(204,204,204,1)|Position:100|alpha:100

                            */
                            ul#catsMenu a, ul.ulMenu a {

color: white !important;

}



ul#catsMenu a:hover {

color: yellow !important;

}



ul#catsMenu li ul li a {

color: #A90329 !important;

}



ul#catsMenu li ul li a:hover {

color: black !important;

}



ul#catsMenu li.topselected ul li a {

color: white !important;

}



ul#catsMenu li.topselected ul li a:hover {

color: yellow !important;

}


