html,
body
{
    background: black;
    color: white;
    font-size: 100%;
    font-family: Georgia, "Times New Roman", serif;
    margin: 0;
    width: 100%;
    height: 100%;
}

h1,
h2.price
{
    font-size: 2.5em;
    font-weight: normal;
    color: black;
    margin: 0 0 10px 0;
}

h1
{
    padding: 0 35% 0 0;
}

h2.price
{
    position: absolute;
    right: 10px;
    top: 10px;
}

h2, h3
{
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 20px 0 10px 0;
    font-size: 100%;
    font-weight: normal;
}

h3
{
    font-size: 100%;
}

p
{
    margin: 0 0 10px 0;
}

a
{
    color: #555;
}

a:hover
{
    color: #000;
}

a.link
{
    color: #fff100;
}

img
{
    border: 0;
    vertical-align: middle;
}

form,
fieldset
{
    border: 0 none;
    margin: 0;
    padding: 0;
}

legend
{
    color: #555;
    font-weight: bold;
}

input, select, textarea, button, label
{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 100%;
    line-height: 1em;
    display: inline;
    font-family: Georgia, "Times New Roman", serif;
    color: black;
}

input, select, textarea
{
    background-color: #eee;
    border: 0 none;
    min-height: 2em;
}

input
{
    vertical-align: baseline;
}

button
{
    border: 0;
    padding: 0;
    background: transparent;
}

dt,
dd
{
    margin: 0;
    padding: 0;
}

.product-sm a
{
    display: block;
    width: 267px;
    height: 167px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.product-lg
{
    margin: 0 0 10px 0;
}

.col
{
    float: left;
    margin-right: 10px;
}

.grid-2 .col
{
    width: 267px;
}

.last
{
    margin-right: 0 !important;
}

.zend_form fieldset
{
    border: 0;
    margin: 6px 0;
    padding: 0;
}

.zend_form legend
{
    color: #999;
}

.zend_form
{
    padding: 0;
    margin: 0;
    line-height: 1em;
}

.zend_form label
{
    display: block;
    text-transform: uppercase;
}

.zend_form dd
{
    display: block;
    padding: 0.25em 0 1em 0;
}

.zend_form .errors,
.zend-form-error
{
    list-style-type: none;
    border: 1px solid red;
    margin: 1px 0;
    padding: 5px;
    background-color: #fff;
    font-size: 85%;
}

.zend_form .action button
{
    text-transform: uppercase;
    background-color: #fff100;
    color: black;
    padding: 0.25em 1em;
    vertical-align: top;
}

.qtr-3
{
    width: 75%;
}

.full
{
    width: 100%;
}

#inner
{
    width: 938px;
    position: relative;
    font-size: 0.75em;
    padding-top: 75px;
}

#content
{
    float: right;
    margin: 0 160px 10px 0;
    padding: 10px;
    width: 626px;
    color: #555;
    text-align: left;
    background: white;
    position: relative;
    min-height: 500px;
}

#banner
{
    position: fixed;
    top: 0;
    left: 0;
    width: 938px;
    height: 25px;
    background: black url(/img/common/banner.png) no-repeat 100% 25px;
    overflow: hidden;
    z-index: 9999;
    padding-top: 25px;
}

#banner a
{
    display: block;
    padding-top: 25px;
}

#navigation
{
    position: fixed;
    top: 75px;
    left: 0;
    width: 131px;
    text-transform: uppercase;
}

.sidebar,
.sidebar ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar li
{
    margin: 0;
    padding: 0;
}

.sidebar li a
{
    display: block;
    background: transparent url(/img/common/menu.png) no-repeat 100% 0;
    color: black;
    line-height: 25px;
    margin: 0 0 3px 0 !important;
    padding: 0 25px 0 10px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.address li
{
    padding: 10px 0 0 0;
}

.address li a
{
    padding: 10px 25px 0 0 !important;
}

.sidebar li.active a,
.sidebar li.active li.active a
{
    background: transparent url(/img/common/menu-on.png) no-repeat 100% 0;
    color: black;
}

.sidebar li.active li a,
.address li a
{
    background: transparent url(/img/common/menu-off.png) no-repeat 100% 0;
    color: white;
}

.sidebar li.active li.active li a,
.address li a
{
    background: none;
    white-space: normal;
    height: auto;
    overflow: visible;
    line-height: 120%;
    padding: 5px 10px;
    color: white;
}

.sidebar li.active li.active li.active a,
.sidebar li.active li.active li.active li.active a
{
    color: #f8ec43;
}

.sidebar li.active li.active li.active li a
{
    color: #fff;
}

.sidebar li li li ul
{
    padding-left: 20px;
}

.address
{
    margin: 20px 10px;
    font-size: 85%;
}

#footer
{
    clear: both;
}

#inner:after,
#layout:after,
.grid-2:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
