﻿body 
{
    background-color:#333333;
    color: #333;
    height: 100%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 62.5%;
    line-height: 1.6;
    position:relative;
}

h1#rep
{
    float: left;
    display:block;
    text-indent:-9999px;
}

h2
{
    color: #c60001;
    font-size: 1.4em;
    margin: 0 0 -5px 0;
}

h3
{
    color: #333;
    font-size: 1.5em;
    margin: 20px 0 0 0;    
}

p
{
    font-size: 13px;
    margin: 10px 0;
}

.bold
{
    font-weight: bold;
}

.grey
{
    color: #777;
}

.dir-divider
{
    border-bottom: solid 1px #eee; 
    height: 5px; 
    margin-bottom: 10px;
    width: 100%;
}

a
{
    outline: none;
}

a:link
{
    color: #c60001;
    text-decoration: none;
}

a:visited
{
    color: #c60001;
    text-decoration: none;
}

a:hover
{
    color: #c60001;
    text-decoration: underline;
}

a:active
{ 
    color: #c60001;
    text-decoration: none;
}

a img
{
    border: none;
}

ul
{
}

li
{
    font-size: 1.3em;
    line-height: 1.5;
    list-style-type: square;
    margin: 5px 0;
}

ul .sub-ul
{
    margin: 7px 0 7px -15px;
}

ul .sub-ul li
{
    font-size: 1em;
}

/* Arrow List */
/*///////////////////////////////////////////////////////*/

.arrow-list
{
    list-style-type: none;
    margin: 0;
    padding-left: 2em
}

.arrow-list li
{
    background-image: url(../i/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .6em;
    list-style-type: none;
    padding-left: 1em;
}

.arrow-list li ul
{
    margin: 10px 0;
    padding-left: 1em;
}

/* Services List */
/*///////////////////////////////////////////////////////*/

/* allow room for 3 columns */
.services-list
{
    border: solid 3px #f1f1f1;
    overflow: auto;
    padding-bottom: 8px;
}

.services-list ul
{
    float: left;
    margin-left: 2.5em;
    padding-left: 0;
}

.services-list-l
{
    font-size: 1em;
    float: left;
    width: 23em;
    line-height: 1.4;
    list-style-type: none;
    margin-right: 1em;
    padding-left: 5px;
}

.services-list-r
{
    font-size: 1em;
    float: left;
    width: 18em;
    line-height: 1.4;
    list-style-type: none;
    margin-right: 0.5em;
    padding-left: 5px;
}

.services-list-l li, .services-list-r li
{
    background-image: url(../i/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 .6em;
    list-style-type: none;
    padding-left: 1.2em;    
}

/* stop the float */
br
{
clear: left;
}

/* separate the list from subsequent markup */
div.services-list
{
    margin-bottom: 2em;
    margin-top: 2em;
}

.clear
{
    clear: both;
    xmargin-bottom: 5px;
}


.divider, .project-divider
{
    height:2px;
    width:100%;
    background-color: #eee;
    float:left;
    margin: 0px 0 19px 0;
}

.project-divider
{
    margin: 0px 0 9px 0;
}

#top_red
{
    width:960px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    background-image:url("../i/red-band-top.jpg");
    height:12px;
}
#wrapper
{
    width:960px;
    background-image:url("../i/page-bg.jpg");
    margin-left:auto;
    margin-right:auto;
}
#header
{
    width:940px;
    height:110px;
    margin-left:auto;
    margin-right:auto;
    padding-top:10px;
    padding-bottom:10px;
}
#header_logo
{
    width:225px;
    height:85px;
    background-image:url("../i/logo.jpg");
    margin-left:15px;
    margin-top:10px;
    float:left;
}
#header_right
{
    float:right;
}
#container
{
    min-height:700px;
    height:auto !important;
    height:700px;
    width:940px;
    margin: 0 auto;
}

#left_col
{
    float: left;
    margin-right: 19px;
    width: 605px;      
     
}

#right_col
{ 
    float: left; 
    width: 315px  
}

#footer
{
    margin: 0 auto 5px auto; 
    height: 30px;
    width: 960px
}

#footer-l
{
    float: left;
    width: 685px;
}

#footer-r
{
    float: right;
    text-align: right;
    width: 245px;
}

#footer p
{
    color: #fff; 
    font-size: 1.1em; 
    margin: 0
}

#footer a:link
{
    color: #fff;
    text-decoration: none;
}

#footer a:visited
{
    color: #fff;
    text-decoration: none;
}


#footer a:hover
{
    color: #fff;
    text-decoration: underline;
}

#footer a:active
{
    color: #fff;
    text-decoration: none;
}

/*Featured projects*/

#accordion
{
    margin: 0px 0 20px 0;
    width: 200px;
}

#accordion .toggler
{
    height:27px;
    width:200px;
    background-image: url("../i/featured_projects/featured_project_sprite.png");
    margin:3px 0px;
    cursor:pointer;
}

#hix-newbury 
{
    background-position: -0px -0px;
}
#ramada-encore 
{
    background-position: -200px -0px;
}#thamesdown 
{
    background-position: -400px -0px;
}#travelodge-city 
{
    background-position: -600px -0px;
}#crowne-london
{
    background-position: -800px -0px;
}#ramada-derby 
{
    background-position: -1000px -0px;
}#ramada-salford 
{
    background-position: -1200px -0px;
}

/* Generic Page Styles */

#breadcrumb
{
    height: 30px;
    padding: 0 0 0 12px;
}

#project-breadcrumb
{
    border-bottom: solid 1px #f1f1f1;
    border-top: solid 1px #f1f1f1;
    height: 24px;
    margin: 0 0 15px 5px;
    padding: 5px 0 0 2px;
    width: 98%;
}

#breadcrumb p, #project-breadcrumb p
{
    font-size: 1.2em; 
}

#project-breadcrumb p
{
    margin: 0;
}

#page-header
{
    background: #f1f1f1; 
    padding: 3px 11px;
}

#page-header h2
{
    font-size: 1.5em;
    margin: 0;
}

.intro
{
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
}

.page-body
{
    padding: 0 10px 10px 10px; 
}

/* Latest News */

#latest-news
{
    background-color: #f1f1f2; 
    xheight: 275px;
    overflow: auto;
    width: 315px;
}

#latest-news-header
{
    background: #c60001; 
    padding: 3px 11px
}

#latest-news-header span
{
    margin: 0; 
    color: #fff; 
    font-size: 1.5em;
}


#latest-news-box
{
    padding: 0 8px 5px 8px;
}

#latest-news-title
{
    font-weight: bold; 
    font-size: 1.3em; 
    color: #666; 
    margin-bottom: 5px;
}

#latest-news-body
{
    font-size: 13px; 
    margin: 0;
}

#latest-news-more
{
    font-size: 13px; 
    margin: 5px 0 0 0; 
    text-align: left;
}

#other-news
{
    color: #666; 
    font-weight: 
    bold; margin: 5px 0 0 0;
}

.news-item
{
    clear: both;
    margin-bottom: 25px;
}

.news-item img
{
    border:solid 1px #ccc; 
    float: right; 
    margin: 0 0 8px 15px
}

.news-title
{
    color: #c60001;
    font-size:1.5em;
    margin-top: 10px;
}

.news-date
{
    color: #777; 
    font-size:1em;
}
.news-content
{
    
}


/*Trading Details */

.trading-header
{
    color: #c60001;
    font-size:1.5em;
    margin:10px 0;
}
.trading-detail
{
     margin:5px 0;
}

.trading-clear
{
    clear: both;
    margin-bottom: 15px;
}

#trading-details-box p, #trading-details-box h3
{
    margin: 0;
}

/* Project pages */

.project-h1
{
    font-size: 2.3em;
    margin-bottom: 10px;
    padding-left: 5px;
}

#project_leftcol
{
    float:left;
    width:340px;
    margin-right:20px;
    padding-left: 5px;
}
#project_image_overflow
{
   border: solid 1px #ccc;
   width:340px;
    height:270px;
    overflow:hidden;
} 
#project_image
{
    width:340px;
    height:270px;
}
 
#project_image img
{
    width:340px;
    max-height:270px;
    margin-top: 0 !important;
}
#project_thumbnails, #other-projects
{
    width:350px;
    height:60px;
    margin-top:9px;
}

.project_thumbnail
{
    border: solid 1px #ccc;
    width:60px;
    height:60px;
    margin-right:8px;
    float:left;
}
.project_thumbnail img
{
    margin-top: 0 !important;
    width:60px;
    height:60px;
}
#project_rightcol
{
    float:left;
    width:565px;
}
#project_details
{
    background: #f5f5f5;
    width:100%;
    border: solid 1px #ddd;
    margin-bottom: 25px;
}
#project_details p
{
    font-size:1.2em;
    margin:5px;
}
#project_details span
{
    color: #c60000;
    display: block;
    float: left;
    font-style:italic;
    font-size:1.1em;
    padding-right:20px;
    width: 100px;
}

#project_overview ul
{
    list-style-type:square;   
}

/* Other Projects */

#other-projects
{
    height: 90px;
}

#other-projects h2
{
    margin-bottom: 5px;
}

.other_thumbnail
{
    border: solid 1px #ccc;
    width:60px;
    height:60px;
    margin: 0 8px 8px 0;
    float:left;
}

.other_thumbnail img
{
    margin-top: 0 !important;
    width:60px;
    height:60px;
}


/* Project Note */

#project-note
{
    border: solid 1px #eee; 
    color: #777; 
    margin-top: 25px; 
    padding: 0 10px;
}

#project-note p
{
    font-size: 1.1em;
}

#project-note p.note-header
{
    font-weight: bold;
}


/* Navigation */
#header_right 
{
   position:relative;
}
#header_right ul
{
    padding:0;
}

ul.nav
{
    /*  This is the old width, when the menu had projects in it            width:600px;  */
    width:500px;
    height:30px;
    margin-right:10px;
    margin-top:35px;
    position:relative;
}

ul.nav li
{
    width:100px;
    list-style:none;
    float:left;
    z-index:100;
    position:relative;
}

ul.nav a
{
    height:30px;
    float:left;
    width:100px;
    height:30px;
    list-style:none;
    text-indent: -9999px;
    background-image:url("../i/top-nav.png");
}

div.company_sub
{
    width:700px;
    float:left;
    position:relative;
    overflow:hidden;
    
     /*New styles when prjects were removed */
   
   margin-left:-190px;
   *left: -193px;
}


ul.company_sub 
{
    position:absolute;
   
}
ul.company_sub li
{ 
}

/* Start of defualt staring positions for all non active links */
ul.nav #home a
{
    background-position:-0px -0px;
}
ul.nav #company a
{
    background-position:-100px -0px;
}
ul.nav #services a
{
    background-position:-200px -0px;
}
ul.nav #markets a
{
    background-position:-300px -0px;
}
ul.nav #projects a
{
    background-position:-400px -0px;
}
ul.nav #contact a
{
    background-position:-500px -0px;
}

/*Start of on hover and active links */
ul.nav #home:hover a, #body_home ul.nav #home a
{
    background-position:-0px -50px;
}
ul.nav #services:hover a, #body_services ul.nav #services a
{
    background-position:-200px -50px;
}
ul.nav #markets:hover a, #body_marekts #markets a
{
    background-position:-300px -50px;
}
ul.nav #projects:hover a, #body_projects #projects a
{
    background-position:-400px -50px;
}
ul.nav #contact:hover a, #body_contact #contact a
{
    background-position:-500px -50px;
}


/* Company submenu */
ul.nav #company ul.company_sub li.directors a, ul.nav #company ul.company_sub li.directors 
{
    width:58px;
    margin-right:26px;
    background-position:-25px -30px;
}

ul.nav #company ul.company_sub li.trading a, ul.nav #company ul.company_sub li.trading 
{
    width:95px;
    margin-right:20px;
    background-position:-100px -30px;
}
ul.nav #company ul.company_sub li.health a, ul.nav #company ul.company_sub li.health 
{
    width:95px;
    margin-right:20px;
    background-position:-205px -30px;
}
ul.nav #company ul.company_sub li.enviro a, ul.nav #company ul.company_sub li.enviro
{
    width:135px;
    margin-right:20px;
    background-position:-315px -30px;
}
ul.nav #company ul.company_sub li.mission a,ul.nav #company ul.company_sub li.mission
{
    width:115px;
    margin-right:20px;
    background-position:-465px -30px;
}
  /*Compnay submenu hovers */
ul.nav #company ul.company_sub li.directors:hover a
{
    background-position:-25px -80px;
}
  
ul.nav #company ul.company_sub li.trading:hover a
{
    background-position:-100px -80px;
}
ul.nav #company ul.company_sub li.health:hover a
{
    background-position:-205px -80px;
}
ul.nav #company ul.company_sub li.enviro:hover a
{
    background-position:-315px -80px;
}
ul.nav #company ul.company_sub li.mission:hover a
{
    background-position:-465px -80px;
}

/* banner rotator */
#banner-left
{
    float: left;
    height: 286px;
    width: 251px;
}

#banner
{
    float: left;
    width:687px;
    height:286px;
    margin-left:auto;
    margin-right:auto;
}


#content.projects
{
    margin-left: 5px;
}

#content.projects img
{
    margin-top: 5px;
    float:left;
}





#bottom_red
{
    width:960px;
    height:12px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    background-image:url("../i/red-band-bottom.jpg");
}

/*Projects */


.img_tip
{
    width:100%;
    height:60px;
    float:left;
    font-family:Arial;
    font-size:13px;
    color: #fff;
    background: url(../i/img-tip.png) repeat-x;
    padding:5px 10px;

}

.img_tip p 
{
    margin:0;
}

.img_tip .title
{
    font-size:14px;
    font-weight:bold;
}
#project_1
{
    width:335px;
    height:432px;
    margin-right:5px;
    float:left;
    overflow:hidden;
}
#project_2
{
    width:393px;
    height:270px;
    margin-right:5px;
    float:left;
    overflow:hidden;
}
#project_3
{
    width:192px;
    height:270px;
    float:left;
    overflow:hidden;
}
#project_10
{
    width:194px;
    height:162px;
    float:left;
    margin-right:5px;
    margin-top:0px;
    overflow:hidden;
}

#project_11
{
    width:194px;
    height:162px;
    float:left;
    margin-right:5px;
    margin-top:0px;
    overflow:hidden;
}

#project_4
{
    width:192px;
    height:162px;
    float:left;
    margin-top:0px;
    overflow:hidden;
}
#project_5
{
    width:335px;
    height:273px;
    margin-right:5px;
    float:left;
     margin-top:1px;
     overflow:hidden;
}
#project_6
{
    width:353px;
    height:273px;
   margin-right:5px;
    float:left;
     margin-top:1px;
     overflow:hidden;
}
#project_7
{
    width:232px;
    height:273px;
    float:left;
     margin-top:1px;
     overflow:hidden;
}

/* ------------------------------ Trading Details -------------------------------*/

#trading-details-box
{
    background-color: #f1f1f1; 
    border: solid 5px #ccc; 
    margin: 0 auto; 
    overflow: auto; 
    padding: 10px; 
    width: 555px
}

.trading-item
{
    float: left; 
    margin-right: 15px; 
    width: 200px;
}

/* ----------------------------- Contact Us Page -------------------------------*/

#contact-info-box
{
    background-color: #f1f1f1; 
    border: solid 5px #ccc; 
    margin: 0 auto; 
    overflow: auto; 
    padding: 10px; 
    width: 555px
}

#contact-info-box h2
{
    color: #333;
    font-size: 1.4em;
    margin: 0 0 7px 0;
}

#contact-info-box p
{
    margin: 0;
    line-height: 1.4;
}

#contact-info-box div
{
    float: left; 
    margin-right: 15px; 
    width: 150px;
}

#google-map
{
    margin: 15px 0 20px 10px;
}

#map_canvas
{
    border: solid 1px #ccc; 
    width:583px;
    height:330px;
    float:left;
    border:1px solid #999;
    
}

/* ------------------------------ News Column -------------------------------*/


