/*
--------------------------------------------------------------------------------
CLIENT: Odyssey Medical, Inc. (TECHNICAL SERVICES)
AUTHOR: Collin Houseal - housealcreative.com
----------------------------------------------------------------------------- */


/*  STRUCTURE
----------------------------------------------------------------------------- */

* {
    padding: 0;
    margin: 0;
    }

body {
    background-color: #333;
    text-align: center;
    color: #b5b5b5;
    font: 12px/28px Arial, Helvetica, sans-serif;
	}

#header {
	width: 100%;
	background-color: #000;
    }

#header-inner {
    width: 1000px;
    height: 100px;
    background: transparent url(/technicalservices/images/bg_header-inner.gif) top center no-repeat;
	margin-left: auto;
	margin-right: auto;
    }

#wrapper {
	width: 100%;
    background: #000 url(/technicalservices/images/bg_wrapper.jpg) top left repeat-x;
    }
    
#wrapper-inner {
    width: 1000px;
	height: 325px;
    margin-left: auto;
    margin-right: auto;
    }

#billboard {
    width: 650px;
	height: 325px;
    float: left;
    }

#nav-primary {
    width: 350px;
	height: 325px;
    background: transparent url(/technicalservices/images/bg_nav-primary.jpg) top left no-repeat;
    text-align: left;
    float: left;
    }

#content {
    width: 100%;
    min-height: 100px;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 50px;
    }

    /* IE7 hack */
    *:first-child+html #content {
    padding-bottom: 35px !important;
    }

#content-buffer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    }

#content-inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	background-color: #000;
    }

#footer {
    width: 100%;
    background: transparent url(/technicalservices/images/bg_footer.jpg) top left repeat-x;
    }

#footer-buffer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    }

#footer-inner {
    width: 800px;
    height: 140px;
    background: transparent url(/technicalservices/images/bg_footer-inner.jpg) top left no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    }

#sidebar {
    position: absolute;
    width: 300px;
    padding-top: 60px;
    }

    /* IE6 hack */
    * html #sidebar {
    margin-left: -400px;
    }

    /* IE7 hack */
    *:first-child+html #sidebar {
    margin-left: -400px;
    }


/*  NAVIGATION
----------------------------------------------------------------------------- */

#header-inner a.backhome {
    position: relative;
    display: block;
    float: left;
    left: 77px;
    top: 33px;
    width: 270px;
    height: 64px;
    }
	
    #header-inner span {
    display: none;
    }

#nav-primary ul {
    float: left;
    display: inline;
    list-style: none;
    margin-top: 39px;
    }

#nav-primary ul li {
    float: left;
    }

#nav-primary ul li a {
    width: 300px;
    height: 44px;
    float: left;
    text-decoration: none;
    text-indent: -99999px;
    }

li#n1 a { background: transparent url(/technicalservices/images/nav-primary.gif) 0 0; }
li#n2 a { background: transparent url(/technicalservices/images/nav-primary.gif) 0 -44px; }
li#n3 a { background: transparent url(/technicalservices/images/nav-primary.gif) 0 -88px; }
li#n4 a { background: transparent url(/technicalservices/images/nav-primary.gif) 0 -132px; }
li#n5 a { background: transparent url(/technicalservices/images/nav-primary.gif) 0 -176px; }

li#n1 a:hover { background-position: -300px 0; }
li#n2 a:hover { background-position: -300px -44px; }
li#n3 a:hover { background-position: -300px -88px; }
li#n4 a:hover { background-position: -300px -132px; }
li#n5 a:hover { background-position: -300px -176px; }

body.services li#n1 a { background: transparent url(/technicalservices/images/nav-primary.gif) -600px 0; }
body.equipment li#n2 a { background: transparent url(/technicalservices/images/nav-primary.gif) -600px -44px; }
body.quality li#n3 a { background: transparent url(/technicalservices/images/nav-primary.gif) -600px -88px; }
body.testimonials li#n4 a { background: transparent url(/technicalservices/images/nav-primary.gif) -600px -132px; }
body.contact li#n5 a { background: transparent url(/technicalservices/images/nav-primary.gif) -600px -176px; }


/*  TEXT
----------------------------------------------------------------------------- */

#content-inner p {
    padding-left: 400px;
    margin-bottom: 15px;
    }

#content-inner p strong {
    font-weight: bold;
    color: #fff;
    }

#sidebar p {
    padding: 0 !important;
    line-height: 18px;
    color: #999;
    }

#content-inner p.testimonial {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 0 30px 3px 30px;
    color: #999;
    font-style: italic;
    background-color: #0f0f0f;
    margin: 0 0 0 20px;
    }

#footer-inner p {
    padding-top: 30px;
    font-size: 10px;
    color: #666;
    }

p.error-msg {
    color: #cc0000;
    }


/*  HEADLINES
----------------------------------------------------------------------------- */

h2 {
    width: 400px;
    height: 42px;
    text-indent: -99999px;
    float: left;
    display: block;
    margin-top: -3px;
    }

    h2.manufacturing-excellence { background: transparent url(/technicalservices/images/h2_manufacturing-excellence.gif) top left no-repeat; }
    h2.success-reward { background: transparent url(/technicalservices/images/h2_success-reward.gif) top left no-repeat; }
    h2.no-compromises { background: transparent url(/technicalservices/images/h2_no-compromises.gif) top left no-repeat; }
    h2.take-our-word { background: transparent url(/technicalservices/images/h2_take-our-word.gif) top left no-repeat; }
    h2.best-results { background: transparent url(/technicalservices/images/h2_best-results.gif) top left no-repeat; }
    h2.contact { background: transparent url(/technicalservices/images/h2_contact.gif) top left no-repeat; }
    h2.perfection { background: transparent url(/technicalservices/images/h2_perfection.gif) top left no-repeat; }

#content-inner h3 {
    margin: 20px 0 10px 400px;
    font-size: 18px;
    color: #30633e;
    font-weight: normal;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    }

#content-inner h4 {
    padding-left: 400px;
    font-size: 13px;
    color: #cc9933;
    font-weight: normal;
    }

#sidebar h3 {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    }

/*  LISTS
----------------------------------------------------------------------------- */

#content-inner ul {
    margin: 0 0 0 430px;
    list-style: none;
    }

    #content-inner ul li {
    padding-left: 10px;
    background: transparent url(/technicalservices/images/ul_bullet.gif) 0 6px no-repeat;
    line-height: 20px;
    }

.slide_trigger {
    font-size: 10px;
    margin-left: 5px;
    color: #666 !important;
    text-decoration: none;
    border: 0 !important;
    }


/*  LINKS
----------------------------------------------------------------------------- */

#content-inner a {
    color: #cc9933;
    text-decoration: none;
    border-bottom: 1px dotted #666;
    }

    #content-inner a:hover {
    border-bottom: 1px dotted #fff;
    }


/*  IMAGES
----------------------------------------------------------------------------- */

img {
    border: 0;
    }

img.inset-bottom-left {
    border: solid 6px #333;
    position: relative;
    bottom: 125px;
    float: left;
    margin-right: 15px;
    }

    /* IE6 hack */
    * html img.inset-bottom-left {
    margin-bottom: -125px !important;
    }

    /* IE7 hack */
    *:first-child+html img.inset-bottom-left {
    margin-bottom: -125px !important;
    }

img.inset-inline-right {
    position: relative;
    float: right;
    margin: 10px -50px 15px 25px;
    }


/*  FORMS
----------------------------------------------------------------------------- */

dl.form {
    padding-left: 400px;
    }

dl.form dt {
    font-size: 9px;
    color: #cc9933;
    line-height: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
    }

dl.form input,
dl.form textarea {
    margin-bottom: 16px;
    border: solid 3px #999;
    padding: 6px;
    font: 12px/14px Arial, Helvetica, sans-serif;
    background-color: #eee;
    }
    
    dl.form input:focus,
    dl.form textarea:focus {
    border: solid 3px #cc9933;
    padding: 6px;
    background-color: #fff;
    }

dl.form input.submit {
    font-size: 12px;
    padding: 5px 15px 4px 15px;
    margin: 0 0 23px 0;
    background-color: #666;
    border: none;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    }

    dl.form input.submit:hover {
    background-color: #cc9933;
    }


/*  MISC
----------------------------------------------------------------------------- */

.quote-bubble {
    padding: 0 0 20px 380px;
    }

    .quote-bubble-top {
    background: transparent url(/technicalservices/images/bg_quote-top.gif) top left no-repeat;
    padding: 24px 0 0 0;
    }

    .quote-bubble-bottom {
    background: transparent url(/technicalservices/images/bg_quote-bottom.gif) bottom left no-repeat;
    padding: 0 0 24px 0;
    }

a {
    outline: none;
    }

.clearfix {
    clear: both;
    display: inline-block;
    /* IE7 hack*/
    display: block;
    }

    .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }

    html[xmlns] .clearfix {
    display: block;
    }

    * html .clearfix {
    height: 1%;
    }
    
