/*
    Coded By Steven Bower and Jackson Walker
    TurnWheel Designs (cc) 2009
*/

* {
    margin: 0px;
}
html, body {
    height: 100%;
}
body {
    background: #2b2b2b url("http://turnwheel.com/images/bg.png");
    color: #444;
    margin: 0;
    padding: 0;
    font: small "Trebuchet MS", Tahoma, Verdana, Arial;
}
a {
    color: #8E2207;
    font-weight: bold;
    text-decoration: none;
}
a.line {
    border-bottom: 1px solid #8E2207;
}
a:hover {
    color: #E8E5CC;
    background: #9C2508;
}
img,a img,a:hover img,a img:hover {
    border: 0;
}
a.noback:hover {
    background: transparent;
}
img.left {
    float: left;
    margin-right: 15px;
}
img.right {
    float: right;
}
em {
    font-style: italic;
    text-decoration: underline;
}
p {
    letter-spacing: 0.1px;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover {
    color: #8E2207;
    text-decoration: none;
    background: transparent;
}
h1 {
    display: none;
}
h2 {
    font: bold 26px/28px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    padding-bottom: 7px;
    margin-bottom: 25px;
    border-bottom: 1px solid #DE760F;
}
h3 {
    font: bold 20px/22px "Trebuchet MS",Arial,Helvetica,sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
h4 {
    font: normal 14px/16px "Trebuchet MS",Arial,Helvetica,sans-serif;
    letter-spacing: 0.1px;
    line-height: 20px;
}
ul,ol {
    padding: 15px 0 0 50px;
    line-height: 23px;
    list-style: none;
}
ul li ul,ol li ol {
    list-style: circle;
}
ul li,ol li {
    padding: 0;
}
label {
    cursor: pointer;
    letter-spacing:-1px;
    font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}
h3 a {
    color: #444;
    font-weight: normal;
}
h3 a:hover {
    color: #841B03;
}
label.error,label.error sub {
    color: #841B03;
}
acronym {
    cursor: help;
}
fieldset {
    width: 55%;
    margin-left: 18px;
    padding-left: 15px;
    border: 0;
}
legend {
    font-size: 1.1em;
    font-family: sans-serif;
    letter-spacing: 1.5px;
    background: #CCC;
    padding: 3px;
    margin: 5px 0px 8px 0px;
    border: 1px solid #DC6F0E;
    color: #000;
    font-weight: 700;
}
sub {
    font-size: 10pt;
    letter-spacing: 0.035em;
    color: #333;
}
dl {
    position: relative;
    width: 80%;
}
dt {
    float: left;
    width: 30%;
    padding: 4px 0 2px 0;
    text-align: left;
    border-right: 1px solid #DC6F0E;
}
dd {
    float: left;
    width: auto;
    margin: 0 0 8px 0;
    padding-left: 6px;
}
input.short {
    width: 298px;
}
input {
    margin-top: 2px;
    border: 1px solid #B86C30;
    border-color: #B86C30;
    background: #FFF url(http://turnwheel.com/images/table_bg.png);
    width: 341px;
    font-size: 14px;
    color: #000;
    padding: 4px;
}
input[type="checkbox"],input[type="radio"],.checkbox {
    width: auto;
    margin: 0;
    border: 0;
    background: #FFF;
}
input.style2 {
    background-position: bottom;
}
textarea {
    background: #FFF url(http://turnwheel.com/images/text_bg.png);
    border: 1px solid #B86C30;
    font-size: 14px;
    color: #000;
    padding: 4px;
}
fieldset:hover,button:hover,input:hover,textarea:hover,
fieldset:focus,button:focus,input:focus,textarea:focus {
    border-color: #ff9020;
}
input[type="submit"],button,.submit {
    margin-left: 279px;
    padding: 6px;
    background: transparent url("http://turnwheel.com/images/submit.png") 0 0 no-repeat;
    height: 28px;
    width: 76px;
    border: 0;
}
input[type="submit"]:hover,button:hover,.submit:hover {
    background: transparent url("http://turnwheel.com/images/submit.png") 0 -28px no-repeat;
}
button.noimg {
    background: #FFF !important;
    border: 1px solid #CCC !important;
    width: auto !important;
}
button.noimg:hover {
    border-color: #B86C30;
}

input.default,textarea.default {
    color: #808080;
}

table {
    padding: 0;
    margin: 0 auto;
    width: 80%;
    border: #000 1px solid;
}
th {
    font-weight: bold;
    background-color: #FFF !important;
}
th:hover {
    background-color: #FFF !important;
}
th a,th a:hover {
    color: #000;
    text-decoration: none;
}
th a.active {
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}
tr:hover {
    background-color: #9B9C9C !important;
}
tr.table1 {
    background-color: #CCC;
    text-align: center;
}
tr.table2 {
    background-color: #FFF;
    text-align: center;
}
tr.table3 { /* Used to highlight important rows (RED) */
    background-color: #EF0000;
    text-align: center;
}

/* Main Template Positioning Definitions */
#top {
    height: 135px;
    width: 100%;
    background: transparent url("http://turnwheel.com/images/header.png") repeat-x;
}
#container {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%; /* IE Fix */
    width: 996px;
    background: transparent url("http://turnwheel.com/images/content.png") repeat-y;
    margin: 0 auto;
}
#header {
    top: 0;
    position: absolute;
    top: -100px;
}
#logo {
    position: relative;
    background: transparent url("http://turnwheel.com/images/logo.png") no-repeat;
    width: 421px;
    height: 70px;
    left: 135px;
    top: 0px;
}
#logo a:hover {
    position: relative;
    background: transparent url("http://turnwheel.com/images/logo.png")  0px -73px no-repeat;
    width: 421px;
    height: 70px;
}
#menu {
    position: absolute;
    left: 570px;
    top: 18px;
    margin-left: 10px;
}
#menu a,#logo a {
    height: 70px;
    display: block;
    background: transparent;
    outline: 0; /* Remove borders on Firefox */
}
#menu b,#logo b {
    display: none;	
}
#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}

/* Begin Menu Definitions */
#about {
    width: 94px;
    height: 65px;
    left: 0px;
    background: transparent url("http://turnwheel.com/images/menu.png") 0px 0px no-repeat;
}
#about:hover {
    background: transparent url("http://turnwheel.com/images/menu.png") 0px -130px no-repeat;
}
#about.active {
    background: transparent url("http://turnwheel.com/images/menu.png") 0px -65px no-repeat;
}
#services {
    width: 94px;
    height: 65px;
    left: 95px;
    background: transparent url("http://turnwheel.com/images/menu.png") -96px 0px no-repeat;
}
#services:hover {
    background: transparent url("http://turnwheel.com/images/menu.png") -96px -130px no-repeat;
}
#services.active {
    background: transparent url("http://turnwheel.com/images/menu.png") -96px -65px no-repeat;
}
#portfolio {
    width: 94px;
    height: 65px;
    left: 190px;
    background: transparent url("http://turnwheel.com/images/menu.png") -192px 0px no-repeat;
}
#portfolio:hover {
    background: transparent url("http://turnwheel.com/images/menu.png") -192px -130px no-repeat;
}
#portfolio.active {
    background: transparent url("http://turnwheel.com/images/menu.png") -192px -65px no-repeat;
}
#contact {
    width: 94px;
    height: 65px;
    left: 285px;
    background: transparent url("http://turnwheel.com/images/menu.png") -288px 0px no-repeat;
}
#contact:hover {
    background: transparent url("http://turnwheel.com/images/menu.png") -288px -130px no-repeat;
}
#contact.active {
    background: transparent url("http://turnwheel.com/images/menu.png") -288px -65px no-repeat;
}
/* End Menu Definitions */

#content {
    height: 100%;
    width: 810px;
    padding: 40px 0px 0px 70px;
    left: 0px;
    z-index: 100;
}
#content p {
    padding-top: 5px;
    padding-bottom: 5px;
}
#footer {
    width: 100%;
    height: 122px;
    bottom: 0px;
    margin: 0 auto;
    z-index: 1100;
    font-size: 11px;
    background: transparent url("http://turnwheel.com/images/bottom.png") repeat-x bottom;
}
#footer #inside {
    background: transparent url("http://turnwheel.com/images/footer.png") no-repeat;
    width: 996px;
    height: 122px;
    bottom: 0px;
    margin: 0 auto;
    z-index: 1000;
}
#footer #inside #copyright {
    float: left;
    padding-top: 106px;
    padding-left: 19px;
}
#footer #inside #bottom_links {
    float: right;
    padding-top: 106px;
    padding-right: 150px;
    font-size: 11px;
}
#footer h2,#footer h3,#footer h4 {
    display: none;
}
#bottom_links h5,#bottom_links h5 a {
    padding: 0 4px 0 4px;
    margin: 0px;
    color: #444;
    display: inline;
    font-size: 0.9em;
    font-weight: normal;
}
#bottom_links h5 a:hover {
    color: #FFF;
}
#flower {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 446px;
    height: 168px;
}
/* End Main Template Positioning Definitions */
#home_about {
    float: left;
    width: 55%;
}
#home_about h2 {
    margin-bottom: 15px;
    font: bold 22px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

#phone_contact {
    background: #DFE5C9 none repeat scroll 0 0;
    border: 4px solid;
    border-color: #9FC086 #85AB66 #628B4C;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    text-align: justify;
    font-size: 1.25em;
    line-height: 1.5em;
    width: 40%;
    float: right;
}
#phone_contact p {
    padding: 0 0 0 40px;
}
#phone_contact h3 {
    padding: 0 0 0 40px;
}
#phone_contact h3 a {
    border-bottom: 2px solid #9FC086;
}
#phone_contact h3 a:hover {
    background: transparent;
    color: #1B6F00;
}
#phone_contact a {
    color: #1B6F00;
}
#phone_contact a:hover {
    color: #E8E5CC;
    background: #1B6F00;
}
#phone_contact img {
    width: 16px;
    height: 16px;
}

/* Misc Classes */
ul.circle {
    list-style-type: circle;
}
ul.disc {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
    padding-left: 20px;
}
div.right {
    width: 50%;
    float: right;
}
.box {
    width: 350px;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    background-color: #FFF;
    border: 1px solid #DD730F;
}
.notice {
    margin: 20px;
    padding: 15px;
    background-color: #FFF;
    border: 1px solid #DD730F;
    width: 700px;
}
.notice p {
    padding: 0px;
    margin: 8px 0px 0px 25px;
    width: 650px !important;
}
.error {
    color: #992608;
    border-color: #841B03;
}
.warning {
    color: #A8701D;
    border-color: #C79648;
}
.bold {
    color: #8E2207;
    font-weight: bold;
    text-decoration: none;
}
.left {
    float: left;
}
.first {
    margin-left: 0px;
}
.last {
    clear: both;
    margin-left: 2px;
    margin-top: 50px;
}
.none {
    display: none;	
}
.footnote {
    width: 600px;
    font-size: 0.86em;
}
.hidden {
    display: none;
}
.clear {
    clear: both;
    background: none;
}
.nob {
    border: 0;
}
.center {
    text-align: center;
}

/* End Misc Classes */
.view_portfolio {
    background: transparent url("http://turnwheel.com/images/view_portfolio.gif") 0 0 no-repeat;
    height: 27px;
    width: 156px;
}
.view_portfolio:hover {
    background: transparent url("http://turnwheel.com/images/view_portfolio.gif") 0 -27px no-repeat;
}
.request_proposal {
    background: transparent url("http://turnwheel.com/images/request_proposal.gif") 0 0 no-repeat;
    height: 27px;
    width: 156px;
}
.request_proposal:hover {
    background: transparent url("http://turnwheel.com/images/request_proposal.gif") 0 -27px no-repeat;
}
.view_portfolio b, .request_proposal b {
    display: none;	
}
.view_portfolio a, .request_proposal a {
    display: block;
    height: 27px;
}
.view_portfolio a:hover, .request_proposal a:hover {
    background: transparent;
}