/* © Lavernock Enterprises 2011. All rights reserved. */
*
{
    font-family: "Segoe UI" , Verdana, Tahoma, "Trebuchet MS" , Arial, sans-serif;
    line-height: 1.5em;
}
html
{
    background: #000040;
    overflow-y: scroll;
}
body
{
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 80%;
}
a:link, a:visited
{
    color: #000080;
    text-decoration: underline;
}
a:hover
{
    color: #00c;
    text-decoration: underline;
}
form
{
    border: 0;
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
    margin: 0;
    padding: 0;
}
input, select, textarea
{
    font-size: 1em;
    line-height: normal;
}
input, textarea
{
    padding: 2px;
}
td
{
    text-align: left;
    vertical-align: top;
}
h1
{
    color: #008;
    font-size: 1.8em;
    margin-top: 0;
    text-align: center;
}
h2
{
    color: #008;
    border-top: 2px solid #008;
    font-size: 1.6em;
    margin-top: 0;
}
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited
{
    display: block;
    text-decoration: none;
}
h3
{
    margin-top: 0;
    font-size: 1.4em;
}
h4
{
    margin-top: 0;
    font-size: 1.2em;
}
ul
{
    list-style-image: url(../images/tick.png);
}
li
{
    margin-bottom: 0.5em;
}
.clearboth
{
    clear: both;
}
/******************************************************************************
	Container
*/
#container
{
    background: #fff;
    margin: 1em auto;
    width: 600px;
}
/******************************************************************************
	Header
*/
#header
{
    background-color: #fff;
    margin: 0;
    padding: 5px;
}
#header #tagline
{
    float: right;
    font-style: italic;
    font-weight: bold;
    margin: 15px 10px;
}
/******************************************************************************
	Footer
*/
#footer
{
    background: url(../images/footer2.png) repeat-x;
    clear: both;
    color: #888;
    height: 30px;
    padding: 5px 0px;
}
#footer #copyright
{
    float: left;
    margin: 0 10px;
}
#footer #paypal
{
    float: right;
    margin: 0 10px;
}
#footer a
{
    color: #888;
}
/******************************************************************************
	Common Navigation Bar
*/
#navbar
{
    background: #fff;
    font-weight: bold;
    height: 30px;
    margin: 0 0 0 27px;
    padding: 0;
}
#navbar ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#navbar li
{
    margin: 0;
}
#navbar a .lt
{
    background: url(../images/lt.png) no-repeat left top;
    font-size: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
}
#navbar a .rt
{
    background: url(../images/rt.png) no-repeat right top;
    font-size: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
}
#navbar a span
{
    cursor: pointer;
}
#navbar a, #navbar a:link, #navbar a:visited, #navbar a:hover
{
    background: #44f;
    color: #fff;
    display: block;
    float: left;
    height: 20px;
    margin: 0px 5px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
}
#navbar a:hover
{
    background: #00c;
    color: #fff;
}
#navbar a.current, #navbar a.current:link, #navbar a.current:visited
{
    background: #008;
    color: #fff;
}
#navbar a:hover .lt
{
    background: url(../images/lt_hover.png) no-repeat left top;
    font-size: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
}
#navbar a:hover .rt
{
    background: url(../images/rt_hover.png) no-repeat right top;
    font-size: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
}
#navbar a.current .lt, #navbar a.current:hover .lt
{
    background: url(../images/lt_current.png) no-repeat left top;
    font-size: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
}
#navbar a.current .rt, #navbar a.current:hover .rt
{
    background: url(../images/rt_current.png) no-repeat right top;
    font-size: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
}
.spacer
{
    background: #000080 url(../images/fade_spacer.png) bottom repeat-x;
    border-top: 15px solid #000080;
    font-size: 0pt;
    height: 7px;
}
/******************************************************************************
	Page Content
*/
#content
{
    background: #fff;
    margin: 0;
    padding: 10px;
}
.box1
{
    margin: 10px;
    padding: 5px;
    width: 60mm;
}
.box2
{
    margin-bottom: 10px;
    padding: 5px;
}
table.box2
{
    width: 100%;
}
.box2 .h
{
    font-weight: bold;
    padding-bottom: 10px;
}
.box1 h1, .box1 h2, .box1 h3, .box1 h4, .box2 h1, .box2 h2, .box2 h3, .box2 h4
{
    margin-top: 0;
}
.fl
{
    float: left;
    margin: 10px;
}
.fr
{
    float: right;
    margin: 10px;
}
.c
{
    margin-left: auto;
    margin-right: auto;
}
.centre
{
    text-align: center;
}
.right
{
    text-align: right;
}
/******************************************************************************
	Portfolio
*/
.tbl_portfolio td
{
    background: url(../images/fade_blue.png) repeat-x left top;
    padding-top: 10px;
    padding-bottom: 20px;
}
/******************************************************************************
	Contact Information
*/
#contact_form
{
    background: #bdf;
    border: 2px solid #00c;
    border-collapse: separate;
    border-spacing: 5px;
    margin: auto;
    margin-bottom: 2em;
}
#contact_form td
{
    vertical-align: middle;
    white-space: nowrap;
}
#contact_form h2
{
    border: none;
    margin-top: 0;
}
#contact_form #server_feedback
{
    color: #f00;
    font-weight: bold;
}
#contact_form input.contact_data, #contact_form textarea.contact_data
{
    background: #fff url(../images/bg_input_normal.png) repeat-x bottom;
    border: 1px solid #00c;
    margin: 1px;
}
#contact_form input.contact_data_highlight, #contact_form textarea.contact_data_highlight
{
    background: #fff url(../images/bg_input_highlight.png) repeat-x top;
    border: 2px solid #00c;
    margin: 0px;
}
#contact_form label
{
    display: block;
    font-weight: bold;
    color: #000;
}
#contact_form label.error
{
    font-weight: bold;
    color: #f00;
}
#contact_form label:hover
{
    background: #fff;
}
#contact_form label.disabled:hover
{
    background: none;
}
#contact_form input.disabled
{
    background: #eee;
    border: 1px solid #888;
    color: GrayText;
}
.not_sent
{
    color: #f00;
    font-weight: bold;
}
#contact-details dt
{
	float: left;
	font-weight: bold;
	margin-left: 20px;
	width: 100px;
}
#contact-details dd
{
	margin: 0 0 1em 120px;
}
/******************************************************************************
	Terms and Conditions
*/
.terms
{
    text-align: justify;
}
.terms li
{
    margin-bottom: 1em;
}
/******************************************************************************
	Accessibility
*/
.header_blind
{
    display: none;
}
.acc_skip_to_content:link, .acc_skip_to_content:visited
{
    background: #eee;
    color: #000;
    display: block;
    padding: 5px;
    text-align: right;
    text-decoration: none;
}
.acc_skip_to_content:hover
{
    text-decoration: underline;
}
/******************************************************************************
	National Tinnitus Week
*/
.ntw
{
    margin: 10px auto;
    width: 150mm;
}
.ntw td
{
    text-align: center;
    white-space: normal;
}
.ntw h2
{
    color: #00f;
}
/******************************************************************************
	Downloads
*/
.b
{
    font-weight: bold;
}
a.install
{
    display: block;
    color: #fff;
    background: #008;
    margin: 2em 0;
    padding: 5px;
}
a.install:hover
{
    background: #00c;
}
