/*  ------------------------------------------------------------
  Project Name:      Tactile Indicators
  Virtual Address:   http://www.tactileindicators.com.au
  Original Author:   Magnus Fedec AKA HyperPhaze
  Update + Code:     2010-11-23 @ 02:34
------------------------------------------------------------  */

/*  -------------------------
    elements
-------------------------  */

body
{
    margin: 0;
    padding: 0;
    font: 87.5%/1.5em verdana, tahoma, sans-serif;
    background: #282826;
}

h1, h2 { font-weight: normal; }

h1 {
    margin: 0 0 1em;
    font-size: 160%;
}

h2
{
    margin: 1.2em 0 1em;
    font-size: 130%;
}

p
{
    margin: 1em 0;
    padding: 0;
}

/*  -------------------------
    layout
-------------------------  */

#container
{
    background: #ffd900 url(../images/content-pattern.jpg) repeat 0 0;
    float: left;
    width: 100%;
    clear: both;
}

#content
{
    margin-left: 64px;
    width: 932px;
}

#data
{
    width: 540px;
    float: left;
    margin: 20px 0 20px 32px;
    display: inline;
}

#interactive
{
    width: 264px;
    float: right;
    margin: 20px 32px 20px 0;
    display: inline;
}

#interactive img { display: block; }

/*  -------------------------
    header
-------------------------  */

#header
{
    background: url(../images/logo-gradient.jpg) repeat-x 0 0;
}

#header img
{
    margin: 0 0 0 71px;
    display: block;
}

/*  -------------------------
    navigation
-------------------------  */

#navigation
{
    width: 100%;
    float: left;
    background: #282826;
    border-bottom: 3px solid #c00;
}

#navigation ul
{
    margin: 0;
    padding: 0 0 0 64px;
    list-style-type: none;
}

#navigation li { display: inline; }

#navigation a
{
    float: left;
    padding: 4px 16px;
    color: #fff;
    text-decoration: none;
}

#navigation a:hover
{
    background: #c00;
}

#navigation li.current a
{
    color: #ffd900;
}

/*  -------------------------
    content
-------------------------  */

#content ul
{
    margin: 0;
    padding: 0 0 0 16px;
    list-style: none;
}

#content li
{
    margin: 0 0 0.3em;
    padding: 0 0 0 16px;
    background: url(../images/bullet-arrow.gif) no-repeat 0 .55em;
}

/*  -------------------------
    interactive
-------------------------  */

img.galleryleft, img.galleryright
{
    float: left;
}

img.galleryleft
{
    margin: 0 16px 16px 0;
}

#interactive img
{
    border: none;
}

/*  -------------------------
    footer
-------------------------  */

#footer
{
    background: url(../images/footer-shadow.jpg) repeat-x 0 0;
    clear: both;
}

#footer p
{
    margin: 0;
    padding: 7px 0 70px 80px;
    color: #999;
}

#footer a:link, #footer a:visited { color: #fff; }
#footer a:focus, #footer a:hover, #footer a:active { color: #ffd900; }

/*  -------------------------
    form
-------------------------  */
form
{
    font-size: 100%;
    font-family: verdana, tahoma, sans-serif;
}

form div
{
    margin-bottom: 1em;
}

form strong
{
    color: #c00;
}

label
{
    float: left;
    width: 145px;
    padding: 3px;
    padding-left: 0;
}

input, select, textarea
{
    font-size: 100%;
    font-family: verdana, tahoma, sans-serif;
    background: #f2f2f2;
    border: 1px solid #999;
    padding: 3px;
}

input[id=firstname]
{
    width: 230px;
}

input[id=email]
{
    width: 370px;
}

input[id=contactnumber]
{
    width: 120px;
}

select
{
    width: 100px;
}

textarea
{
    width: 320px;
}

#submit
{
    margin-left: 148px;
}

input:focus, select:focus, textarea:focus
{
    color: #000;
    background: #fff5f4;
    border: 1px solid #c00;
    outline: none;
}

form div
{
    position: relative;
    top: 0;
    left: 0;
}

form span
{
    display: none;
    width: 244px;
    position: absolute;
    top: -7px;
    left: 604px;
    padding: 10px;
    color: #fff;
    background: #c00;
}

input:focus + span, select:focus + span, textarea:focus + span
{
    display: inline;
}

/*  -------------------------
    classes
-------------------------  */

.addressheading
{
    font-size: 130%;
    font-style: normal;
}