/* 
Document   : styles
Created on : 10.07.2009, 16:55:35
Author     : TPETb
Description: Contains all styles of the website
*/

ul, img {
    border:none;
    padding:0;
    margin:0;
}

body {
    padding-top:20px;
    background:#000066;
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}

h1 {
    color:#000066;
    font-family:Arial,Helvetica,sans-serif;
    font-size:20px;
    font-weight:normal;
    margin-bottom:10px;
    margin-top:7px;
}

h2 {
    color:#000066;
    font-family:Arial,Helvetica,sans-serif;
    font-size:20px;
    font-weight:normal;
    margin-bottom:1px;
    margin-top:1px;
}

h3 {
    color:#000066;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:normal;
    margin-bottom:1px;
    margin-top:1px;
}

a {
    color:#DD2525;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

p {
    margin:0 0 15px 0;
}

hr {
    background-color:#BCCDD5;
    border:medium none;
    color:#BCCDD5;
    height:1px;
}

blochquote {
    font-size:12px;
    font-style:italic;
}

blockquote h3 {
    font-style:normal;
    font-size:16px;
    font-weight:bold;
}

input, select, textarea {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
}


#page-wrapper {
    width:800px;
    margin:0 auto;
}

#header {
    height:200px;
    background:#ffffff url(../images/page-bg-top.gif) no-repeat top;
    position:relative;
}

#logo {
    position:absolute;
    top:29px;
    left:20px;
}

#header .slide {
    position:absolute;
    right:0;
    top:0;
}
#header .slide p {
    margin:0;
}
#header #imaging-frame {
    position:absolute;
    right:0;
    top:0;
    background:url(../images/header-frame.gif) no-repeat;
    width:435px;
    height:200px;
    z-index:20;
}

#main-menu {
    height:17px;
    padding:3px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    text-align:center;
}
#main-menu ul {
    display:inline-block;
}
#main-menu a {
    color:#ffffff;
    text-decoration:none;
}
#main-menu a:hover {
    color:#cc0303;
}
#main-menu ul li {
    float:left;
    list-style:none;
    margin:0 13px;
}

#breadcrumbs {
    background:#FFFFFF;
    padding:10px 16px 0;
}
#breadcrumbs ul {
    display:inline-block;
}
#breadcrumbs ul li {
    float:left;
    list-style:none;
    margin-left:4px;
    font-size:10px;
}
#breadcrumbs a {
    font-weight:bold;
    font-size:10px;
}


#content {
    background-color:#ffffff;
    padding:5px;
    overflow:hidden;
    position:relative;
}
#content ul {
    list-style:disc;
    padding-left:35px;
}

.column {
    overflow:hidden;
}
.left.column {
    float:left;
}
.right.column {
    float:right;
}

#content.homepage {
    padding:15px 5px 0 20px;
}
.homepage .left.column {
    width:320px;
}
.homepage .right.column {
    width:435px;
}

#content.interior {
    /*ackground:#ffffff url(../images/tle.gif) no-repeat bottom center;*/
    padding:0 20px 30px 20px;
}
.interior .left.column {
    border-right:1px solid #BCCDD5;
    padding-right:20px;
    width:530px;
}
.interior .right.column {
    width:180px;
    padding-left:20px;
    margin-bottom:50px;
}

#call {
    bottom:45px;
    position:absolute;
    right:20px;
    width:180px;
}

#right-menu h3 {
    background:url(../images/menu-arrow.gif) no-repeat left top;
    padding-left:15px;
}
#right-menu h3.expanded {
    background-position:left bottom;
}

/*---Contact page section---*/
#content.contact {
    padding:5px 20px 10px 20px;
}
.contact .left.column {
    width:410px;
    margin-bottom:20px;
}
.contact .right.column {
    width:335px;
}

/*---Table styling---*/
.td_background {
    background-color:#FFFFFF;
}
.td_right {
    background-color:#FFFFFF;
    border-left:1px solid #BCCDD5;
}
.td_menu {
    background-color:#FFFFFF;
    border-bottom:1px solid #BCCDD5;
    color:#BCCDD5;
    font-size:12px;
    padding-bottom:3px;
}
.td_picr {
    background-color:#FFFFFF;
    border-color:#BCCDD5;
    border-style:solid;
    border-width:1px 0 1px 1px;
    padding:10px;
}
.td_picl {
    background-color:#FFFFFF;
    border-color:#BCCDD5;
    border-style:solid;
    border-width:1px 1px 1px 0;
    padding:10px;
}
.td_frame {
    background-color:#FFFFFF;
    border:1px solid #BCCDD5;
    padding:10px;
}
.td_call {
    color:#000066;
    font-size:13px;
    height:50px;
}
.gallery_uplink {
    position:relative;
    top:-10px;
}
.sxTdItem {
    font-weight:bold;
    padding-right:5px;
    padding-top:8px;
    text-align:right;
    vertical-align:top;
}

#footer {
    height:36px;
    padding:6px 0 0 0;
    position:relative;
    background:#fff url(../images/page-bg-bottom.gif) no-repeat bottom left;
}

#bottom-menu {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#ffffff;
    font-size:14px;
    overflow:hidden;
}
#bottom-menu a {
    color:#ffffff;
    text-decoration:none;
}
#bottom-menu a:hover {
    color:#cc0303;
}
#bottom-menu ul li {
    float:left;
    font-size:12px;
    list-style:none;
    line-height:18px;
    margin:0 10px;
}

#brand {
    text-align:center;
    font-size:11px;
    padding:3px 0 0 0;
}

#topp-div {
    position:absolute;
    right:20px;
    bottom:10px;
}

/*---Accordion---*/
.accordion {
    position: relative; /* required for bounding */
    padding-bottom:20px;
}

.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
    cursor: pointer;
}

.accordion-toggle-active{
}

.accordion-content{
    overflow: hidden;	/* required for effect */
    padding-bottom:10px;
}

/* Enquiry form */
#mailer {
    padding: 17px 23px;
}
#mailer #contact-info p {
    margin-bottom: 12px;
}
#mailer #name, #mailer #email, #mailer #phone {
    width: 218px;
    height: 19px;
}
#mailer label.field-name {
    float: left;
    clear: left;
    width: 55px;
    font-size: 13px;
    color: #000066;
    padding-top: 4px;
    margin-bottom: 10px;
    white-space: nowrap;
}
#mailer .submit {
    float: right;
    background: url(../images/mailer-btn-bg.gif) no-repeat top;
    width: 97px;
    height: 25px;
    margin: 0;
    padding: 0 0 3px 0;
    border: 0;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
#mailer .submit:hover {
    background-position: bottom;
    color: #fff;
}
#mailer #message {
    width: 100%;
    height: 120px;
}
#mailer #interest {
    float: left;
    width: 250px;
    clear: none;
}
#mailer #interest label.field-name {
    color: #cc0303;
}
#mailer #interest p {
    clear: both;
    margin-bottom: 7px;
}
#mailer #interest input {
    margin-right: 20px;
}

/* Assets */
.box {
    background: url(../images/box-bottom-left.gif) no-repeat bottom left;
}
.box-outer {
    background: url(../images/box-bottom-right.gif) no-repeat bottom right;
}
.box-inner {
    background: url(../images/box-top-left.gif) no-repeat top left;
}
.box-content {
    background: url(../images/box-top-right.gif) no-repeat top right;
}
