html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
html, body {
    height: 100%;
}
html { font-size: 15px; }

body {
    background-color: #fff;
    font-size: 62.5%;
    font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
    color: #262626;
    letter-spacing: -1px;
}
a {
    color: #0072bc;
    text-decoration: none;
    cursor: pointer;
}
a:visited {
    color: #0072bc;
}
#container {
    min-height: 100%;
    position: relative;
}
#header {
    margin-top: 20px;
    height: 30px;
    border-bottom: 1px solid #cfcfcf;
    padding: 0px 10px 10px 10px;
}
#navlogo {
    margin-top:-15px;
    margin-right: 50px;
}
#wrapper {
    width: 888px;
    margin: 0px auto;
    font-size: 1.4em;
    padding-bottom: 50px;
}
#showcase {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}
#bottomhalf {
    border-top: 1px solid #cfcfcf;
    padding-top: 15px;
    height: 300px;
    margin-bottom: 0px;
}
#bottomleft {
    float: left;
    width: 423px;
    padding: 10px;
    height: 100%;
}
.slidearr {
    margin-top: 10px;
    padding-right: 10px;
    cursor: pointer;
}

#bottomright {
    float: left;
    width: 423px;
    padding: 10px;
    border-left: 1px solid #cfcfcf; /* border should be on the "longer" side. */
    
}
.lead {
    font-weight: bold;
    padding-bottom: 10px;
    color: #262626;
    font-size: 1.7em;
}
.button {
    display: block;
    cursor: pointer;
     border: 0;
        margin-top: 10px;

}
#footer {
    /*padding: 30px;*/
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
}

.clicktext {
    font-size: 2em;
    cursor: pointer;
    text-align: right;
    margin-right: 40px;
    margin-top: 30px;
}
.textblock {
    font-size: 13px;
    letter-spacing: normal;
    line-height: 18px;
    color: #4f4f4f;
    font-weight: normal;
}

/* navbar inspired by Ed Merritt/Ten by Twenty */

#nav {
    list-style-type: none;
    font-size: 1.1em;
}
#nav li {
    display: inline;
    margin-left: 12px;
    margin-right: 12px;
    float: left;
}
#nav a {
    cursor: pointer;
}
#nav a span {
    display: none;
}
#nav a:hover span, #nav a:active span {
    display: block;
}
#nav a:hover {
    background: #afafaf url(../img/corners/nav_tl.gif) no-repeat scroll left top;
    position: relative;
}

#nav-logo a:hover {
    background: none;
}
#nav a:active {
    background-color: #5f5f5f;
}
/*
#current a {
    background: #5f5f5f url(../img/corners/nav_tl.gif) no-repeat scroll left top !important;
    color: #fff !important;
    position: relative;
}
*/
.nav_tr {
    background: transparent url(../img/corners/nav_tr.gif) repeat scroll right top;
    height: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}
.nav_br {
    background: transparent url(../img/corners/nav_br.gif) repeat scroll right top;
    height: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4px;
}
.nav_bl {
    background: transparent url(../img/corners/nav_bl.gif) repeat scroll right top;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4px;
}
#nav a {
    color: #31363e;
    float: left;
    margin: 3px 4px 0 0;
    padding: 4px 15px;
    text-decoration: none;
}
#nav.buy li#nav-buy a {
    background: #5f5f5f url(../img/corners/nav_tl.gif) no-repeat scroll left top !important;
    color: #fff !important;
    position: relative;
}
#nav.buy li#nav-buy a span {
    display: block;
}
#nav.contact li#nav-contact a {
    background: #5f5f5f url(../img/corners/nav_tl.gif) no-repeat scroll left top !important;
    color: #fff !important;
    position: relative;
}
#nav.contact li#nav-contact a span {
    display: block;
}
#nav.about li#nav-about a {
    background: #5f5f5f url(../img/corners/nav_tl.gif) no-repeat scroll left top !important;
    color: #fff !important;
    position: relative;
}
#nav.about li#nav-about a span {
    display: block;
}
#nav.tour li#nav-tour a {
    background: #5f5f5f url(../img/corners/nav_tl.gif) no-repeat scroll left top !important;
    color: #fff !important;
    position: relative;
}
#nav.tour li#nav-tour a span {
    display: block;
}
#nav.home li#nav-home a {
    background: #5f5f5f url(../img/corners/nav_tl.gif) no-repeat scroll left top !important;
    color: #fff !important;
    position: relative;
}
#nav.home li#nav-home a span {
    display: block;
}
#nav-buy a {
    color: #0072bc;
}
#nav-logo a:active {
    background: #fff;
}
#nav-phone {
    float: left;
}
/* end navbar */
.instructions {
    font-size: 1.8em;
    margin-top: 35px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #262626;
    }
#choosephone {
    font-size: 1.8em;
    letter-spacing: -2px;
    text-align: center;
    margin-top: 50px;
}
.errorlist {
    color: #ff0000;
}
.errorlist li {
    font-size: .8em;
}

label.error {
    color: #ff0000;
}
input.error {
    border: 1px solid #ff1111;
}
#aboutwrapper {
    width: 550px;
    line-height: 20px;
    color: #4f4f4f;
    font-size: 1.1em;
    padding: 15px;
    margin: 0 auto;
}
.abouthead {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 10px;
    color: #262626;
}
#abouttop {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    
}
.aboutp {
    margin-bottom: 10px;
}
#showcase-table {
    width: 100%;
    margin-bottom: 20px;
}
#showcase-table td {
    vertical-align: top;
}
.infoblock {
    text-align: left;
    width: 300px;
    margin-left: 20px;
    margin-top: 10px;
}
#tournav {
   background-color: #eeeeee;
    border: 1px solid #cfcfcf;
    width: 708px;
    height: 35px;
    padding-top: -1px;
    margin: 30px auto;
}
#tourslide {
    width: 708px;
    margin: 0 auto;
    height: 400px;
}
#tournav-ul li {
    float: left;
}
.tournav-tab {
    display: inline;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    padding: 8px 13px 6px 13px;
}
.tournav-selected {
    background: #5f5f5f;
    color: #fff;
}
.tournav-selected span {
    color: #fff;
}
.tournav-selected a {
    color: #fff;
}
.tournav-tab:hover {
    background: #9f9f9f;
    cursor: pointer;
}
.tournav-tab:active {
    background: #5f5f5f;
    cursor: pointer;
}
.tournum {
    font-size: 1.4em;
    color: #0072bc;
}
#email-field {
    margin-top: 20px;
    width: 300px;
    height: 20px;
    font-size: 1.3em;
    padding: 5px;

    text-align: center;
    background: #eeeeee;
}
.phonebutton {
    border: 0;
}
.slidelead {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 30px;
}
.slideleft {
    width: 325px;
    float: left;
}
.slideright {
    float: right;
    width: 325px;
}
.slideheadline {
    height: 70px;
    padding-top: 10px;
}
.slide2 {
    margin-top: 40px;
    float: left;
    width: 212px;
    border-left: 1px solid #cfcfcf;
    padding: 10px;
    padding-top: 0px;
    
}
.imagecaption {
    padding-bottom: 20px;
    font-size: 1.1em;
}
.slidecaption {
    font-size: 1.1em;
}
.problemsolution {
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 5px;
    color: #262626;
}

.buyform {
    margin-top: 20px;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
    padding: 10px;
    background: #eeeeee;
    width: 360px;
}
.buyform td {
    height: 30px;
    text-align: right;
    padding-right: 10px;
    position: relative;
}
.buyform input {
    height: 25px;
    font-size: 1.1em;
    width: 100%;
    margin-top: 5px;
}
.buyform select {
    min-width: 45px;
}

.errorlist {
    color: #ff0000;
}
.errorlist li {
    font-size: .8em;
}

label.error {
    color: #ff0000;
}
input.error {
    border: 1px solid #ff1111;
}
#choosephone input {
    border: 0;
    margin-top: .5em;
}
