/*
Colours:
#170677  Contact info         Dark blue
#0033bd  Headings and labels  Lighter blue
#ffffff  Navigation, intro    White
#f78e1e  Nav sel,intro header Grey
*/


body
{
   /* Helvetica stack from
      http://sitepointstatic.com/examples/font-stacks/font-stacks.txt
   */
   font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 90%;
}

hr
{
   clear: both;
   visibility: hidden;
}

p
{
   margin-bottom: 0.75em;
}

#container
{
   width: 960px;
   margin: 0 auto;
   position: relative;
}

#logo
{
   float: right;
   display: inline;
   margin: 0 10px 2px 10px;
   width: 400px;

   /* Height = 95px */
   height: 60px;
   padding-top: 20px;
}

#logo img
{
   float: right;
}

/* `contact */

#contact-info
{
   background: url(../img/topcurve.png) no-repeat -14px;

   float: left;
   display: inline;
   margin: 0 10px 2px 10px;
   width: 280px;

   /* Height = 95px */
   height: 60px;
   padding-top: 35px;

   padding-left: 240px;

   color: #000000 !important;
}

#contact-info label
{
   display: inline;
   float: left;
   clear: both;
   width: 40px;
   margin-right: 10px;

   color: #f78e1e;
   font-weight: normal;
}

#contact-info span
{
   display: inline;
   float: left;

   margin-left: 10px;
   width: 220px;
}

#telephone
{
   float: left;
   font-size: 1.5em;
}

#email
{
   float: left;
}

#email a
{
   text-decoration: none;
   color: #000000;
}

/* `nav */

#nav
{
   background: url(../img/leftcurve.png) no-repeat -15px;

   float: left;
   /* Fix IE double margin bug */
   display:inline;
   margin: 0 10px;

   width: 220px;
   height: 200px;

   /* For absolute positioning below */
   position: relative;
}

#nav ul
{
   list-style: none;
   margin: 0.5em 0 0 1em;
   padding: 0;

   font-size: 1.4em;
   line-height: 1.2em;

}

#nav li
{
   margin: 0;
   padding: 0;
}

#nav a
{
   color: #ffffff;
   text-decoration: none;
}

#nav a:hover, #nav a:focus, #nav a.selected
{
   color: #f78e1e;
}

/* `image */
#mainImage
{
   float: right;
   display: inline;
   margin: 0 10px 0 -60px;

   height: 200px;
   width: 760px;

   overflow: hidden;
}

#extra
{
   float: left;
   display:inline;
   margin: 2px 10px 12px 10px;
   /* Pushes floating main content down in IE6+IE7 */
   margin-right: 720px;

   /* Height = 141px */
   height: 126px;
   padding-top: 15px;
   width: 220px;
}

/* `side*/

#leftSide
{
   float: left;
   display: inline;
   margin: 10px 10px;

   clear: both;
   width: 220px;

   overflow: hidden;
}

#rightSide
{
   clear: none;
   width: 220px;
   overflow: hidden;

   float: right;

   margin: 0 -10px 10px 20px ;
}

#leftSide ul.nav
{
   color: #f78e1e;
}

#leftSide ul.nav a
{
   color: #000000;
   text-decoration: none;
}

#leftSide ul.nav a.selected
{
   color: #f78e1e;
}

ul.points, ul.images
{
   list-style: none;
   margin: 0;
   padding: 0;
}

ul.points li
{
   background: url(../img/tick.png) no-repeat 0 50%;
   padding: 3px 0 3px 40px;
   font-size: 1.1em;
}

ul.images li
{
   margin-bottom: 20px;
   font-size: 0.8em;
   line-height: 1.2em;
}


/* `main */

#mainContent
{
   float: left;
   display: inline;
   margin: 10px 10px;
   width: 690px;

   overflow: visible;
}

 /* `intro */

#intro
{
   background: url(../img/bottomcurve.png) no-repeat;

   height: 141px;
   /* Width = 750px */
   width: 680px;
   padding-left: 50px;
   padding-right: 20px;

   position: absolute;
   top: 299px;
   left: 200px;

   color: #ffffff;
   font-size: 1.2em;
   line-height: 1.3em;
}

#intro h2
{
   margin:25px 0 10px;
   color: #000000;
   font-size: 1.7em;
}

#intro a
{
   color: #ffffff;
}

#body p
{
   line-height: 1.2em;
}

#body h2, #body h3
{
   color: #f78e1e;
}

#body h2, .phone
{
   font-size: 1.5em;
   margin-bottom: 0;
   line-height: 1.2em;
}

.phone
{
   float: left;
}

#body h3
{
   font-size: 1.1em;
   margin-bottom: 0.2em;
}

/* `classes */

.quote
{
   font-style: italic;
   color: #f78e1e;
}

.quote strong
{
   font-style: normal;
   color: #222222;
}

.col
{
   float: left;
   display: inline;
   margin: 0 10px;
   width: 220px;
}

.col-group
{
   float: left;
   margin-bottom: 1.5em;
}

.col a
{
   text-decoration: none;
}

.left
{
   margin-left: 0;
}

.right
{
   margin-right: 0;
}

.lightbox img
{
   width: 80px;
   height: 56px;
}

/* `footer */

#footer
{
   float: left;
   display: inline;

   clear: both;
   width: 940px;
   margin: 20px 10px;

   font-size: 0.7em;
}

#copyright
{
   float: left;
   margin: 0 10px 0 0;
   width: 300px;
}

#footer-nav
{
   float: left;
   margin: 0 10px;
   width: 300px;
   text-align: center;
}

#footer-nav ul
{
   list-style: none;
   margin: 0;
   padding: 0;

   display: inline;
   text-align: center;
}

#footer-nav li
{
   margin: 0;
   padding: 0 5px 0 5px;
   display: inline;
}

#footer-nav a
{
   color: #000000;
   text-decoration: none;
}

#footer-nav li:before
{
   color: #f78e1e;
   content: '|';
   padding-right: 5px;
   margin-left: -5px;
}

#footer-nav li:first-child:before
{
   content: '';
}


#designedBy
{
   display: inline;
   float: left;
   margin-left: 10px;
   margin-right: 0px;
   width: 300px;

   text-align: right;
}

#designedBy img
{
   margin-left: 2px;
}


/* `forms */

form
{
   float: left;
   border: 1px solid #f78e1e;
   margin: 0 -10px;
   padding: 10px 9px;
}

form ol, form li
{
   margin: 0;
   padding: 0;
   list-style: none;
   font-weight: bold;
}

form ol.text label, form ol.text input
{
   width: 90%;
   float: left;
   clear: both;
   font-weight: normal;
}

/* `news*/

.news
{
   clear: right;
}

.news img
{
   clear: right;
   width: 220px;
   float: right;

   margin: 0 -10px 10px 20px ;
}
