/*
    TurnWheel Designs (cc) 2008-2009
    http://turnwheel.com
    By Jackson Walker
    And Steven Bower
*/

* {
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
}
body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #EFEFEF url('/images/bg.gif') repeat top;
    color: #3b3b3b;
}
a img {
    border: 0;
}
a {
    color: #A5001E;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #2575AD;
}
applet {
    z-index: 50;
}
h1 {
    color: #A5001E;
    font-weight: 600;
    font-size: 1.4em;
    margin: 0 0 25px 0;
}
h1 a:hover {
    color: #A5001E;
    text-decoration: none;
}
h3 {
    font: bold 1.75em "Century Gothic", Candara, georgia, serif;
}
h4 {
    font: bold 1.4em "Trebuchet MS", Candara, georgia, serif;
    font-weight: bold;
    letter-spacing: 1px;
}
label {
    color: #A5001E;                             
    cursor: pointer;                                                
    font: normal 1.75em "Century Gothic", Candara, georgia, serif;    
}
ul {
    list-style: bullet;
    margin-left: 10px;
}
table {
    width: 80%;
    padding: 0;
}
label {
    cursor: pointer;
    font: normal 1.75em "Century Gothic", Candara, georgia, serif; 
}
th {
    background: #AFAFAF;
    text-align: center;
}
tr {
    margin: 1px;
}
tr.table0 {
    background: #A5001E;
}
tr.table1 {
    background: #AFAFAF;
}
td {
    padding: 1px;
}
select {
    min-width: 100px;
}
input[type="checkbox"],input[type="radio"],.checkbox {
    width: auto;
    margin: 0;
    border: 0;
    background: #FFF;
}
textarea.text {
    background: #FFF url(/images/text_bg.gif);
    border: 1px solid #a5acb2;
    font-size: 16px;
    color: #000;
    padding: 4px;
}
input[type="submit"],button,.submit {
    padding: 4px;
    font: normal 1.5em "Century Gothic", Candara, georgia, serif;
    border: 1px solid #a5acb2;
    background: #FFF;
    letter-spacing: 1px;
    font-size: 20px;
    color: #A5001E;
    font-weight: bold;
}
input[type="text"] {
    margin-top: 2px;
    border: 1px solid #a5acb2;
    border-color: #a5acb2;
    background: #FFF url(/images/input_bg.gif);
    width: 341px;
    font-size: 16px;
    color: #000;
    padding: 4px;
}
button[name="delete"] {
    background: #A5001E;
    border: 1px dashed #AFAFAF;
}
input:hover,input:focus {
    border-color: #3E6F22;
}
fieldset {
    width: 80%;
    padding: 15px 10px 15px 20px;
    border: 1px solid #A5001E;
}
fieldset:hover {
    border-color: #7F1F28;
}
fieldset legend {
    padding: 5px;
    border: 1px solid #AFAFAF;
    color: #000;
    font-size: 21px;
    font-weight: 600;
}

#wrapper {
    background: transparent url(/images/content_bg.gif) repeat-y center;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}
#header_wrap {
    background: transparent url(/images/header.png) repeat;
    height: 399px;
}
#header {
    color: #333;
    margin: 0 auto;
    width: 926px;
}
#logo, #logo a {
    width: 295px;
    height: 101px;
    padding: 10px 0 0 6px;
    outline: 0; /* Hide Firefox Link Outline */
}
#titlelink {
    color: #A5001E;
    font: 1.5em "Century Gothic", Candara, georgia, serif;
    font-weight: bold;
}
#content {
    margin: 0 auto;
    width: 926px;
}
#content p {
    margin-bottom: 10px;
}
#content_inner {
    margin: 20px 0px 0px 40px;
    width: 840px;
}
#content_inside ul li {
    padding: 10px 0 0 0;
    margin: 0 0 0 25px;
}
#footer {
    background: transparent url(/images/content_bg.gif) repeat-y center;
    padding: 15px 0px 10px 0px;
    text-align: center;
}
#footer, #push {
    height: 70px; /* .push must be the same height as .footer */
}

#top_number {
    font: bold 1.125em "Trebuchet MS", Candara, georgia, serif;
    letter-spacing: 1px;
    width: 150px;
    position: relative;
    top: 15px;
    right: 36px;
    text-align: right;
    float: right;
    color: #E8EED2;
}

/* Misc. Classes */
img.border {
    border-left: 5px solid #DFAD37;
    border-right: 5px solid #DFAD37;
    border-top: 5px solid #FFD46F;
    border-bottom: 5px solid #AF6D20;
}
label.small {
    font-size: 1em;
}
.clear {
    clear: both;
    background: none;
}
.hidden {
    display: none;
}
.line {
    background: transparent url(/images/line.gif) no-repeat;
    height: 40px;
    width: 210px;
    margin: 0 auto;
}
.bottom_info {
    font-size: 0.9em;
    color: #898989;
}
.bottom_info a {
    color: #4b4b4b;
}
.bottom_info a:hover {
    color: #A5001E;
}
.message {
    width: 90%;
    margin: 0 auto;
    padding: 6px;
    border-left: 4px solid #85ab66;
    border-right: 4px solid #85ab66;
    border-top: 4px solid #9fc086;
    border-bottom: 4px solid #628b4c;
    background: #DFE5C9;
    text-align: justify;
}
.justify {
    text-align: justify;
}
.left {
    width: auto;
    float: left;
    margin: 0px 10px;
    padding: 0px 10px;
}
.right {
    width: auto;
    float: right;
    margin: 0px 0px 0px 10px;
}
div.center {
    margin: 0 auto;
    width: 100%;
    height: 35px;
    text-align: center;
}
a.border, .news .content a {
    border-bottom: 1px solid #AA4242;
}
a.border:hover, .news .content a:hover {
    background: #E5E5E5;
    border-bottom: 1px solid #2575AD;
}
a.black {
    color: #000;
}
a.grey {
    color: #4b4b4b;
}
ul.bullet {
    margin: 0 0 0 25px;
    padding: 0 0 10px 0;
}
ul.bullet li {
    padding: 10px;
}
.view_previous {
    background: transparent url("/images/view_previous.gif") 0 0 no-repeat;
    height: 27px;
    width: 199px;
    display: block;
}
.view_previous:hover {
    background: transparent url("/images/view_previous.gif") 0 -27px no-repeat;
}
.view_current {
    background: transparent url("/images/view_current.gif") 0 0 no-repeat;
    height: 27px;
    width: 199px;
    display: block;
}
.view_current:hover {
    background: transparent url("/images/view_current.gif") 0 -27px no-repeat;
}
.our_products {
    background: transparent url("/images/our_products.gif") 0 0 no-repeat;
    height: 27px;
    width: 148px;
    display: block;
    float: left;
}
.our_products:hover {
    background: transparent url("/images/our_products.gif") 0 -27px no-repeat;
}
.more_about {
    background: transparent url("/images/more_about.gif") 0 0 no-repeat;
    height: 27px;
    width: 148px;
    display: block;
    margin: 0 15px 0 0;
    float: left;
}
.more_about:hover {
    background: transparent url("/images/more_about.gif") 0 -27px no-repeat;
}
.view_previous b, .view_current b, .more_about b, .our_products b {
    display: none;
}
.date {
    background: transparent url("/images/date.gif") 0 0 no-repeat;
    padding: 0 0 0 25px;
    margin: 5px 0 10px 3px;
    min-height: 16px;
}