html {
    height: 100%;
    margin-bottom: 1px;
}
body {
    background: url('../images/styles/background.png') top center no-repeat black;
    font-family: helvetica, geneva, verdana, arial, sans-serif;
    color: #250003;
}
a:link,
a:visited {
    color: #970005;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
}
h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}
h3 {
    clear: both;
    background: url('../images/styles/h3_bg.png');
    color: white;
    font-weight: normal;
    text-align: center;
    font-size: 22px;
    padding: 9px 0px 10px 0px;
}
p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

div.wrapper {
    width: 999px;
    margin: auto;
    background: url('../images/styles/wrapper.png') top center repeat-y;
}

div.header {
    width: 999px;
    height: 170px;
    background: url('../images/styles/header.png')
}

div.menu {
    width: 1000px;
    height: 30px;
    padding-top: 130px;
}

div.menu_item {
    float: right;
    height: 30px;
}
div.menu_item a {
    float: left;
    background-image: url('../images/styles/menu.png');
    height: 30px;
    text-indent: -10000px;
}
a.menu_home {
    width: 70px;
    background-position: 0px 0px;
}
a.menu_home:hover {
    background-position: 0 -30px;
}
a.menu_directions {
    width: 160px;
    background-position: -70px 0px;
}
a.menu_directions:hover {
    background-position: -70px -30px;
}
a.menu_catalog {
    width: 220px;
    background-position: -230px 0px;
}
a.menu_catalog:hover {
    background-position: -230px -30px;
}
a.menu_contact {
    width: 110px;
    background-position: -450px 0px;
}
a.menu_contact:hover {
    background-position: -450px -30px;
}

div.content {
    background: url('../images/styles/content.png') no-repeat;
    padding: 0px 10px 0px 10px;
}
div.left_col {
    float: left;
    width: 209px;
    margin-right: 10px;
}
div.right_col {
    float: left;
}
div.content_box {
    width: 760px;
    background: url('../images/styles/content_box_top.png') top no-repeat white;
}
div.content_text {
    padding: 10px;
}
div.content_box_bottom {
    width: 760px;
    height: 10px;
    background: url('../images/styles/content_box_bottom.png') top no-repeat;
}

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

fieldset {
    width: 350px;
    margin: auto;
    border: 1px solid #250003;
    padding: 15px;
}
fieldset label {
    float: left;
    clear: both;
    width: 40%;
    text-align: right;
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
    padding-top: 4px;
}
fieldset textarea,
fieldset input {
    float: left;
    width: 50%;;
    margin-bottom: 15px;
    font-size: 12px;
    border: 1px solid #250003;
    padding: 5px;
    font-family: helvetica, geneva, verdana, arial, sans-serif;
    color: #250003;
    background-color: #d8d8d8;
}
fieldset textarea {
    height: 100px;
}

div.button {
    float: right;
    width: 90px;
    height: 30px;
}
div.button a {
    float: left;
    text-indent: -1000px;
    width: 90px;
    height: 30px;
}
div.button a.send {
    background-image: url('../images/styles/button/send_button.png');
}
div.button a:hover {
    background-position: 0 -30px;
}
div.myspace_button {
    float: right;
    width: 110px;
    height: 40px;
}
div.myspace_button a {
    float: left;
    text-indent: -1000px;
    width: 110px;
    height: 40px;
    background-image: url('../images/styles/button/MyspaceLogo.png');
}
div.myspace_button a:hover {
    background-position: 0 -40px;
}

div.togglebox {
    margin-bottom: 10px;
}
div.togglebox_header {
    background-color: #e95600;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 3px;
    cursor: pointer;
}
div.togglebox_content_wrapper {
    background: url('../images/styles/toggle_content.png');
}
div.togglebox_content {
    padding: 5px 25px 0px 25px;
    font-size: 14px;
    line-height: 18px;
}
div.togglebox_content_bottom {
    background: url('../images/styles/toggle_bottom.png');
    width: 210px;
    height: 10px;
}
div.closed {
    height: 0px;
    overflow: hidden;
}

div.product_item {
    float: left;
    width: 226px;
    margin: 10px;
}
div.product_title {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
}
div.product_description {
    font-size: 12px;
    line-height: 15px;
}
img.product_image {
    width: 100px;
    float: left;
    margin: 0px 10px 5px 0px;
}

li.current_subcat {
    font-weight: bold;
}
div.paypal_button {
    clear: both;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}
div.paypal_button select {
    margin-bottom: 10px;
}
div.call {
    margin: 10px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
}