/* Global configs */
html * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 0;
}

body {
    color: black;
    font-size: 0.7em;
    background: #f5f5f5;
    font-family: 'trebuchet ms', sans-serif;
    text-align: center;
    z-index: 1;
}

.clear {
    clear: both;
}

h1 {
    font-size: 1.8em;
    margin: 0px 0px 10px 0px;
    color: #f66200;
}

h2 {
    font-size: 1.4em;
    margin: 0px 0px 10px 0px;
    color: #f66200;
}

h3 {
    font-size: 1.2em;
    margin: 0px 0px 7px 0px;
    color: #333333;
}

p {
    margin: 0px 0px 7px 0px;
    color: #333333;
}

a:link, a:visited {
}

a:hover {
}

input.textbox, textarea.textbox {
    padding: 4px;
    border: 1px solid #676767;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    background: #cddee6;
}

select {
    padding: 3px;
    margin: 0px 0px 3px 0px;
    border: 1px solid #676767;
    background: #cddee6;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    border: 1px solid black;
    background: white;
}





/*
General page layout
*/

#wrapper {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
    text-align: left;
    background: url(wrapper.gif) top center no-repeat;
    z-index: 2;
}

#header {
    position: relative;
    width: 975px;
    height: 97px;
    margin: 0px auto;
    background: url(header.png) top center no-repeat;
    z-index: 4;
}

#navigation {
    position: relative;
    width: 975px;
    height: 29px;
    margin: 0px auto;
    background: url(navigation.gif) top center repeat-x;
    z-index: 10;
}

#body {
    position: relative;
    width: 975px;
    margin: 0px auto;
    background: url(body.gif) top center repeat-y;
    z-index: 9;
}

#footer {
    position: relative;
    width: 774px;
    padding: 4px 194px 4px 7px;
    margin: 0px auto 20px auto;
    background: #383431;
    z-index: 5;
}






/* Wrapper */

#foot {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 182px;
    background: url(foot.gif) bottom center no-repeat;
    z-index: 4;
}







/* Body */

#left {
    position: relative;
    width: 180px;
    padding: 7px;
    float: left;
    z-index: 6;
}

#content {
    position: relative;
    width: 587px;
    padding: 0px 0px 25px 0px;
    float: left;
    z-index: 5;
}

#right {
    position: relative;
    width: 180px;
    padding: 7px;
    float: right;
    z-index: 6;
}




/* Navigation */

#navigation ul.left {
    list-style: none;
    margin: 0px;
    padding: 0px 20px;
    float: left;
    background: url(navigation_ul.gif) right top no-repeat;
}

#navigation ul.right {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
    font-size: 14px;
    font-weight: 800;
    color: #373737;
}

#navigation ul li input {
    width: 150px;
    border: 0px solid white;
    padding: 2px;
    margin: 3px;
}

#navigation ul li {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 29px;
    float: left;
}

#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a {
    position: relative;
    display: block;
    font-weight: 800;
    font-size: 13px;
    color: #f66200;
    text-decoration: none;
    padding: 5px 20px 0px 0px;
}

#navigation ul ul li a:link, #navigation ul ul li a:visited {
    position: relative;
    display: block;
    width: 250px;
    padding: 3px 10px 3px 10px;
    padding: 4px 0px;
    font-size: 12px;
    font-weight: 800;
    color: #373737;
    border-bottom: 1px solid white;
    text-decoration: none;

}

#navigation ul li a:hover {
    color: #efefef;
}

#navigation ul ul li a:hover {
    color: #f66200;
}

#navigation ul ul {
    color: #373737;
    position: absolute;
    top: 29px;
    left: -10px;
    width: 250px;
    padding: 0px 10px;
    z-index: 10;
    background: #e7e7e7;
    border-left: 3px solid #76868e;
    border-bottom: 3px solid #76868e;
    border-right: 3px solid #76868e;
}

#navigation ul ul ul {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 200px;
}


#navigation ul ul li {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    clear: left;
}

#navigation ul ul, #navigation ul ul ul, #navigation ul li:hover ul, #navigation ul li:hover ul ul {
    visibility: hidden;
}

#navigation ul li:hover ul, #navigation ul ul li:hover ul {
    visibility: visible;
}









/* Left blocks */

#left div.block {
    position: relative;
    width: 180px;
    padding: 0px 0px 16px 0px;
    background: url(block_left_04.gif) bottom center no-repeat #e7e7e7;
    margin: 0px 0px 10px 0px;
}

#left div.block h1 {
    width: 160px;
    height: 20px;
    padding: 3px 10px;
    background: url(block_left_01.gif) top center no-repeat;
    font-size: 14px;
    font-weight: 800;
    color: #373737;
    text-transform: lowercase;
}














#left div.block ul, #left div.block p {
    position: relative;
    width: 170px;
    padding: 3px 0px 13px 10px;
    color: #373737;
}

#left div.block ul li {
    position: relative;
    width: 160px;
    border-bottom: 1px solid white;
}

#left div.block li.link {
    background: url(menu_arrow.png) right center no-repeat;
}

#left div.block ul li a:link, #left div.block ul li a:visited {
    position: relative;
    display: block;
    padding: 4px 0px;
    font-size: 12px;
    font-weight: 800;
    color: #373737;
    width: 170px;
    text-decoration: none;
}

#left div.block ul ul {
    position: absolute;
    top: -7px;
    left: 170px;
    width: 170px;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    background: #e7e7e7;
    border-top: 7px solid #383431;
    border-bottom: 7px solid #383431;
    z-index: 10;
}

#left div.block ul ul li a:link, #left div.block ul ul li a:visited, #left div.block ul ul ul li a:link, #left div.block ul ul ul li a:visited {
    position: relative;
    display: block;
    padding: 4px 0px;
    font-size: 12px;
    font-weight: 800;
    color: #373737;
    text-decoration: none;
}

#left div.block ul li a:hover, #left div.block ul ul li a:hover, #left div.block ul ul ul li a:hover {
    color: #f66200;
}

#left div.block ul ul, #left div.block ul li:hover ul ul {
        display: none;
}

#left div.block li:hover ul, #left div.block ul ul li:hover ul {
        display: block;
}

















/* Right blocks */

#right div.block {
    position: relative;
    width: 154px;
    left: -7px;
    top: -7px;
    padding: 10px 20px 16px 20px;
    background: url(block_right_04.gif) bottom center no-repeat #23211f;
    margin: 0px 0px 10px 0px;
}

#right div.block h1 {
    font-size: 16px;
    font-weight: 800;
    text-transform: lowercase;
}

#right div.block ul, #right div.block p {
    padding: 3px 0px 13px 0px;
    color: #efefef;
}

#right hr {
    border: 0px solid white;
    border-top: 1px dotted #788991;
    padding: 0px 0px 10px 0px;
}

#right div.block ul li {
    width: 160px;
}

#right div.block ul li a:link, #right div.block ul li a:visited {
    display: block;
    padding: 2px 0px;
    font-size: 12px;
    font-weight: 800;
    color: #788991;
    text-decoration: none;
}

#right div.banner {
    position: relative;
    width: 180px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px dotted #788991;
}

#right div.banner a:link img, #right div.banner a:visited img {
    border: 0px solid white;
}



/* Content */

#content div.block {
    padding: 25px 25px 0px 25px;
}

#content div.block h2 {
    width: 517px;
    height: 19px;
    padding: 3px 10px;
    background: url(block_body_h2.gif) top center no-repeat;
    font-size: 14px;
    font-weight: 800;
    color: #373737;
    text-transform: lowercase;
}

#content div.product {
    /*position: relative;
    #float: left;*/
    width: 163px;
    height: 220px;
}

/*
#content a.product:link, #content a.product:visited {
    position: relative;
    display: block;
    float: left;
    width: 163px;
    height: 220px;
    margin: 0px 18px 18px 0px;
    border: 2px solid white;
    text-decoration: none;
}
*/

#content div.product {
    position: relative;
    display: block;
    float: left;
    width: 163px;
    height: 220px;
    margin: 0px 18px 18px 0px;
    border: 2px solid white;
    text-decoration: none;
}

#content div.product:hover {
    border: 2px solid #e0e0e0;
}

#content div.product img.thumb {
    width: 143px;
    height: 143px;
    padding: 10px 10px 5px 10px;
    border: 0px solid white;
}

#content div.product p {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    text-align: center;
    color: #676767;
}

#content div.product h3 {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    text-align: center;
    color: #f66200;
    font-size: 14px;
    font-weight: 800;
}

#content div.full_left {
    float: left;
    width: 348px;
    margin: 15px 0px 0px 0px;
}

#content div.full_left img {
    border: 1px solid #cccccc;
    padding: 10px;
    background: white;
}

#content div.full_right {
    float: right;
    width: 174px;
    margin: 15px 0px 0px 0px;
}

#content div.full_left h2 {
    width: 328px;
    background: url(block_full_left_h2.gif) top right no-repeat;
}

#content div.full_right h4 {
    font-size: 30px;
}

#content table.basket {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #aaaaaa;
}

#content table.basket th {
    padding: 5px 0px;
    border-bottom: 2px solid #aaaaaa;
    color: #aaaaaa;
}

#content table.basket td {
    padding: 5px 0px;
    border-bottom: 1px solid #cccccc;
}







#content div.name {
    float: left;
    width: 150px;
    text-align: right;
    padding: 6px 10px 0px 0px;
    font-weight: 800;
    font-size: 12px;
}

#content div.control {
    float: left;
    padding: 2px 0px 2px 0px;
}


#content div.block li {
	padding: 0px 0px 8px 10px;
}











/* Flash */

#flash {
    position: relative;
    width: 587px;
    height: 231px;
    padding: 0px;
}

#flash div.switcher {
    position: relative;
    width: 587px;
    height: 231px;
    padding: 0px;
}

#flash #switcher a:link, #flash #switcher a:visited, #flash #switcher img {
    position: relative;
    border: 0px solid white;
    text-decoration: none;
}

#flash div.buttons {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 150px;
    height: 20px;
    text-align: right;
}

#flash div.button {
    position: relative;
    float: left;
    width: 18px;
    height: 16px;
    margin: 0px 0px 0px 5px;
    padding: 2px 0px 0px 0px;
    color: black;
    background: white;
    font-weight: 800;
    text-align: center;
    font-size: 10px;
    border: 1px solid black;
    pointer: hand;
    cursor: pointer;
}

#flash h1 {
    position: absolute;
    font-size: 36px;
    right: 20px;
    top: 10px;
}

#flash h2 {
    position: relative;
    padding: 10px 0px 4px 20px;
}

#flash ul {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px 0px 0px 20px;
}

#flash ul li a:link, #flash ul li a:visited {
    color: white;
    font-weight: 800;
    text-decoration: none;
}

#flash ul li a:hover {
    color: #ffb381;
}



/* Footer */

#footer #curl {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 138px;
    height: 71px;
    background: url(curl.gif) bottom right no-repeat;
}

#footer p.left {
    float: left;
    color: #788991;
    padding: 0px;
    margin: 0px;
    font-weight: 800;
}

#footer p.right {
    float: right;
    color: #788991;
    padding: 0px;
    margin: 0px;
    font-weight: 800;
}

#footer p a:link, #footer p a:visited {
    text-decoration: none;
    color: #788991;
}

#footer p a:hover {
    color: white;
}
