﻿
/****** COLOR PALETTE ******/
/*
/* Home tab: #836A87
/* Philosophy tab: #F9972A
/* Services tab: #2C3775
/* Projects tab: #8B0C03
/* Team tab: #D9B058
/* Contact tab: #005913
/*
/* Background pink: #E1D6E9
/* Hyper purple: #523062
/* Philosophy orange: #F89828
/* Projects sidebar: #B21E2C
/* Team orange: #B15927
/*
/***************************/


/********** GENERIC STYLES **********/

body, html
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    min-height: 100%;
    background: #E1D6E9 url('../_images/main/Hyper_logo_float.gif') bottom center no-repeat;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 62.5%;
    color: White;
    
    /* Fix for Mozilla/Gecko/Webkit to remove extra padding after body element */
    border: 1px solid #E1D6E9;
    margin: -2px 0;
}

div
{
    padding: 0;
    margin: 0;
}

h2
{
    padding: 0;
    margin: 0.3em;
    font-family: Times New Roman, Georgia, Serif;
    font-style: italic;
    font-size: 1.3em;
    font-weight: normal;
}

.hidden
{
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

div.clearFix
{
    clear: both;
    height: 0;
}

.jScrollPaneContainer
{
    outline: 0;
}

/******************************************/


/********** MAIN *************/

div#outer
{
    width: 100%;
    height: 100%;
}

div#inner
{
    width: 975px;
    margin: 20px auto 0;
}

div#mainPanel
{
    height: 460px;
    position: relative;
}

div#mainPanelWrapper
{
    height: 460px;
    overflow: hidden;
    position: relative;
    background-color: White;
    border-top: 5px solid #523062;
    border-bottom: 5px solid #523062;
}


/*****************************/


/********** NAVIGATION **********/

div#navPanel
{
    height: 91px;
    margin-top: 20px;
    background: transparent url('../_images/nav/Hyper_navigation_bar.gif') 0 0 no-repeat;
    position: relative;
}

ul#pages
{
    list-style-type: none;
    width: 576px;
    position: absolute;
    top: 10px;
    right: 50px;
    margin: 0;
    padding: 0;
}

ul#pages li a
{
    display: block;
    width: 90px;
    height: 14px;
    padding: 10px 0;
}

ul#pages li
{
    display: block;
    width: 90px;
    height: 34px;
    float: left;
    position: relative;
    margin: 0 3px;
    overflow: hidden;
}

ul#pages li a
{
    position: absolute;
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
}

li#navHome a
{
    background: transparent url('../_images/nav/home_tab.png') 20px 10px no-repeat;
}

li#navPhilosophy a
{
    background: transparent url('../_images/nav/about_us_tab.png') 6px 10px no-repeat;
}

li#navServices a
{
    background: transparent url('../_images/nav/services_tab.png') 4px 10px no-repeat;
}

li#navProjects a
{
    background: transparent url('../_images/nav/projects_tab.png') 2px 10px no-repeat;
}

li#navTeam a
{
    background: transparent url('../_images/nav/team_tab.png') 4px 10px no-repeat;
}

li#navContact a
{
    background: transparent url('../_images/nav/contact_tab.png') 4px 10px no-repeat;
}

a#navHomeLogo
{
    width: 110px;
    height: 100%;
    display: block;
}

ul#pages li div
{
    height: 34px;
    position: absolute;
    bottom: -30px;
    width: 100%;
}

div#barHome
{
    background-color: #836A87;
}

div#barPhilosophy
{
    background-color: #F9972A;
}

div#barServices
{
    background-color: #2C3775;
}

div#barProjects
{
    background-color: #8B0C03;
}

div#barTeam
{
    background-color: #D9B058;
}

div#barContact
{
    background-color: #005913;
}

span#strapLine
{
    width: 379px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: transparent url('../_images/nav/tab_strapline.png') 0 0 no-repeat;
    position: absolute;
    right: 100px;
    bottom: 15px;
    text-indent: -9999px;
    overflow: hidden;
}

div.scrollUp
{
    width: 11px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent url('../_images/projects/upArrow.png') 0 0 no-repeat;
}

div.scrollDown
{
    width: 11px;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 5px;
    background: transparent url('../_images/projects/downArrow.png') 0 0 no-repeat;
}

div.scrollBar
{
    width: 9px;
    position: absolute;
    right: 6px;
    background: transparent url('../_images/projects/scrollBar.gif') 0 0 repeat-y;
}

/*******************************/


/********* PHILOSOPHY ***********/

body.philosophy div#mainPanel
{
    background: transparent url('../_images/main/bg_about_us.jpg') -10px 0 no-repeat;
    border-left: 10px solid #F89828;
}

div#about_us_wrapper
{
    width: 870px;
    height: 390px;
    position: relative;
    top: 60px;
    left: 70px;
    overflow: hidden;
}

div#about_us_content
{
    width: 870px;
    height: 390px;
    overflow: auto;
}

body.philosophy h1
{
    color: #523062;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

body.philosophy h2
{
    color: #523062;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: normal;
    margin: 25px 0 0 0;
    padding: 0;
    font-family: Arial, Verdana, Sans-Serif;
    font-style: normal;
}

body.philosophy p
{
    color: #523062;
    margin: 0;
    padding: 10px 80px 10px 0;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
}

/*******************************/


/*********** SERVICES ***********/

body.services div#mainPanel
{
    background: transparent url('../_images/main/bg_services.jpg') 0 0 no-repeat;
}

body.services div#mainPanel
{
    padding: 50px 0 0 70px;
}

body.services h1
{
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: normal;
}

div#serviceListWrapper
{
    width: 640px;
    height: 365px;
    padding-right: 30px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 90px;
    left: 70px;
}

body.services ul#serviceList
{
    padding: 0;
    list-style-type: none;
    font-size: 1em;
    overflow: auto;
    width: 640px;
    height: 365px;
}

body.services ul#serviceList li
{
    padding: 0;
    margin: 0;
}

body.services ul#serviceList li h3
{
    padding: 10px 10px 10px 20px;
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    background: transparent url('../_images/main/rightArrow.png') 2px 12px no-repeat;
}

body.services ul#serviceList li p
{
    padding: 5px 30px;
    margin: 0;
    font-size: 1.4em;
}

/********************************/


/************* TEAM **************/

body.team div#mainPanel
{
    background: transparent url('../_images/main/bg_team.jpg') 0 0 no-repeat;
}

div#team_sidebar
{
    width: 156px;
    height: 408px;
    display: block;
    position: absolute;
    top: 0;
    right: 57px;
}

div#team_list_wrapper
{
    height: 350px;
    display: block;
    overflow-y: scroll; /* Sets default scrollbars - removed by jQuery on page load */
    position: relative;
    top: 58px;
    background-color: #D9B058;
}

div#team_sidebar_header
{
    width: 153px;
    height: 20px;
    position: absolute;
    background-color: #D9B058;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 20px 0 0 4px;
}

ul#team
{
    list-style-type: none;
    font-size: 1em;
    padding: 0;
    margin: 0;
    position: relative;
}

ul#team li
{
    margin: 0;
    padding: 5px 15px;
    line-height: 1em;
}

ul#team li span.teamName
{
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 1.1em;
    font-size: 1.1em;
}

ul#team li span.teamRole
{
    padding: 0;
    margin: 0;
    line-height: 1em;
}

ul#team li.current
{
    background: transparent url('../_images/nav/li_current.png') 0 13px no-repeat;
}

ul#team li a:link,
ul#team li a:visited
{
    text-decoration: none;
    color: White;
    padding: 5px;
    display: block;
    border-bottom: 1px solid #D9B058;
}

ul#team li a:hover
{
    border-bottom: 1px solid white;
}

body.team div.teamHeader
{
    width: 290px;
    height: 85px;
    position: relative;
    padding-left: 10px;
}

body.team h1
{
    color: #523062;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 2.4em;
    line-height: 1.1em;
    font-weight: normal;
    position: absolute;
    bottom: 20px;    
}

body.team h2
{
    color: #523062;
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    font-weight: normal;
    font-family: Arial, Verdana, Sans-Serif;
    font-style: normal;
    position: absolute;
    top: 60px;
    background-color: #E9E9E9;
    width: 292px;
    margin-left: -10px;
    padding-left: 10px;
}

body.team div.teamMain
{
    padding: 20px;
    width: 720px;
}

body.team p
{
    color: #523062;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
}

/********************************/


/************* CONTACT **************/

body.contact div#mainPanel
{
    background: transparent url('../_images/main/bg_contact.jpg') 0 0 no-repeat;
}

body.contact div#mainPanel
{
    color: #523062;
}

body.contact h1
{
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: normal;
    position: relative;
    top: 20px;
    left: 10px;
    width: 380px;
    text-align: right;
}

div.contactTable
{
    font-size: 1.4em;
    font-weight: bold;
    margin: 40px 0 0 20px;
}

div.contactTr
{
    margin: 10px 0;
    float: left;
    clear: left;
}

div.contactTdLeft
{
    float: left;
    width: 100px;
    margin-right: 20px;
    text-align: right;
}

div.contactTdRight
{
    float: left;
}

div.contactTdRight address
{
    font-style: normal;
}

div.contactTdRight a,
div.contactSub a
{
    color: #523062;
    text-decoration: none;
}

div.contactTdRight a:hover,
div.contactSub a:hover
{
    text-decoration: underline;
}

div.contactSub
{
    font-size: 1.4em;
    font-weight: bold;
    width: 300px;
    position: absolute;
    bottom: 20px;
    left: 40px;
}

/***********************************/


/************* PROJECTS **************/

body.abbey_road div#mainPanel
{
    background: transparent url('../_images/projects/bg_abbey_road.jpg') 0 0 no-repeat;
}

body.aldar div#mainPanel
{
    background: transparent url('../_images/projects/bg_aldar.jpg') 0 0 no-repeat;
}

body.shakespeare div#mainPanel
{
    background: transparent url('../_images/projects/bg_shakespeare.jpg') top right no-repeat;
}

body.jeddah div#mainPanel
{
    background: transparent url('../_images/projects/bg_jeddah.jpg') top right no-repeat;
}

body.the_deep div#mainPanel
{
    background: transparent url('../_images/projects/bg_the_deep.jpg') 0 0 no-repeat;
}

body.horseworld div#mainPanel
{
    background: transparent url('../_images/projects/bg_horseworld.jpg') top right no-repeat;
}

body.ian_fleming div#mainPanel
{
    background: transparent url('../_images/projects/bg_ian_fleming.jpg') top right no-repeat;
}

body.tour_taxis div#mainPanel
{
    background: transparent url('../_images/projects/bg_tour_taxis.jpg') top right no-repeat;
}

body.national_space_centre div#mainPanel
{
    background: transparent url('../_images/projects/bg_national_space_centre.jpg') top right no-repeat;
}

body.misr div#mainPanel
{
    background: transparent url('../_images/projects/bg_misr.jpg') 0 0 no-repeat;
}

body.archant_life div#mainPanel
{
    background: transparent url('../_images/projects/bg_archant_life.jpg') top right no-repeat;
}

body.confidential_theme_park div#mainPanel
{
    background: transparent url('../_images/projects/bg_confidential_theme_park.jpg') 0 0 no-repeat;
}

body.battersea div#mainPanel
{
    background: transparent url('../_images/projects/bg_battersea.jpg') top right no-repeat;
}

body.millenium_dome div#mainPanel
{
    background: transparent url('../_images/projects/bg_millenium_dome.jpg') 0 0 no-repeat;
}

body.dubai_media_square div#mainPanel
{
    background: transparent url('../_images/projects/bg_dubai_media_square.jpg') top right no-repeat;
}

body.sony_style div#mainPanel
{
    background: transparent url('../_images/projects/bg_sony_style.jpg') top right no-repeat;
}

body.star_city div#mainPanel
{
    background: transparent url('../_images/projects/bg_star_city.jpg') top right no-repeat;
}

body.simon_presents div#mainPanel
{
    background: transparent url('../_images/projects/bg_simon_presents.jpg') top right no-repeat;
}

body.vega div#mainPanel
{
    background: transparent url('../_images/projects/bg_vega.jpg') 0 0 no-repeat;
}

body.luminosita div#mainPanel
{
    background: transparent url('../_images/projects/bg_luminosita.jpg') 0 0 no-repeat;
}

body.parc_phoenix div#mainPanel
{
    background: transparent url('../_images/projects/bg_parc_phoenix.jpg') 0 0 no-repeat;
}

body.exploraspace div#mainPanel
{
    background: transparent url('../_images/projects/bg_exploraspace.jpg') 0 0 no-repeat;
}

body.metreon div#mainPanel
{
    background: transparent url('../_images/projects/bg_metreon.jpg') 0 0 no-repeat;
}

body.carnet div#mainPanel
{
    background: transparent url('../_images/projects/bg_carnet.jpg') 0 0 no-repeat;
}

body.pro_dive div#mainPanel
{
    background: transparent url('../_images/projects/Pro_Dive.jpg') 0 0 no-repeat;
}

body.maf div#mainPanel
{
    background: transparent url('../_images/projects/MAF(KSA).jpg') 0 0 no-repeat;
}

body.capitol_records div#mainPanel
{
    background: transparent url('../_images/projects/Capitol_Records.jpg') 0 0 no-repeat;
}

div#projects_sidebar
{
    width: 180px;
    height: 430px;
    display: block;
    position: absolute;
    top: 2px;
    left: 20px;
}

div#projects_sidebar_header
{
    background: #B21E2C url('../_images/projects/projects-header.png') 0 0 no-repeat;
    height: 41px;
    margin-bottom: 16px;
}

div#projects_sidebar_main
{
    background-color: #B21E2C;
    height: 352px;
    padding: 10px 0 10px 0;
}

div#projects-list-wrapper
{
    height: 352px;
    display: block;
    overflow: scroll; /* Sets default scrollbars - removed by jQuery on page load */
    position: relative;
}

ul#projects
{
    list-style-type: none;
    font-size: 1.15em;
    padding: 0;
    margin: 5px 0;
    position: relative;
}

ul#projects li
{
    margin: 0;
    padding: 5px 15px;
    line-height: 1em;
}

ul#projects li.current
{
    background: transparent url('../_images/nav/li_current.png') 0 13px no-repeat;
}

ul#projects li a:link,
ul#projects li a:visited
{
    text-decoration: none;
    color: White;
    padding: 5px;
    display: block;
    border-bottom: 1px solid #B21E2C;
}

ul#projects li a:hover
{
    border-bottom: 1px solid white;
}

body.projects div#mainPanel div
{
    position: absolute;
    padding: 0 30px 0 20px;
    font-size: 1.15em;
    width: 240px;
    font-size: 1.3em !important;
}

div.moreImages,
div.back
{
    display: block;
    width: 156px !important;
    height: 41px;
    padding: 0 !important;
}

div.moreImages
{
    right: 19px;
    bottom: 12px;
}

div.back
{
    right: 180px;
    bottom: 12px;
}

div.moreImages img,
div.back img
{
    margin-top: 20px;
}

div.nextImage
{
    width: 975px !important;
    height: 460px;
    top: 0;
    padding: 0 !important;
}

div#jqBG
{
    display: none;
}

div#abbey_road
{
    top: 230px;
    left: 213px;
}

div#aldar
{
    width: 245px !important;
    top: 190px;
    left: 214px;
}

div#shakespeare
{
    width: 245px !important;
    top: 230px;
    left: 212px;
    color: Black;
}

div#jeddah
{
    width: 260px !important;
    top: 200px;
    left: 210px;
}

div#the_deep
{
    width: 250px !important;
    top: 180px;
    left: 204px;
}

div#horseworld
{
    width: 260px !important;
    top: 180px;
    left: 215px;
}

div#ian_fleming
{
    width: 250px !important;
    top: 280px;
    left: 215px;
    color: Black;
}

div#tour_taxis
{
    width: 250px !important;
    top: 270px;
    left: 215px;
    color: Black;
}

div#national_space_centre
{
    width: 260px !important;
    top: 200px;
    left: 210px;
}

div#misr
{
    width: 250px !important;
    top: 230px;
    left: 214px;
}

div#misr a#CI_link
{
    display: block;
    width: 120px;
    height: 50px;
    position: relative;
    top: -265px;
}

div#archant_life
{
    width: 250px !important;
    top: 230px;
    left: 225px;
    color: Black;
}

div#confidential_theme_park
{
    width: 260px !important;
    top: 190px;
    left: 205px;
    height: 460px;
}

div#battersea
{
    width: 250px !important;
    top: 230px;
    left: 220px;
    height: 460px;
    color: black;
}

div#millenium_dome
{
    width: 260px !important;
    top: 210px;
    left: 210px;
    height: 460px;
}

div#dubai_media_square
{
    width: 250px !important;
    top: 200px;
    left: 215px;
    height: 460px;
}

div#sony_style
{
    width: 230px !important;
    top: 190px;
    left: 214px;
    height: 460px;
}

div#star_city
{
    width: 230px !important;
    top: 200px;
    left: 214px;
    height: 460px;
}

div#simon_presents
{
    top: 200px;
    left: 212px;
    height: 460px;
}

div#vega
{
    top: 190px;
    left: 214px;
    height: 460px;
}

div#luminosita
{
    width: 230px !important;
    top: 200px;
    left: 216px;
    height: 460px;
}

div#parc_phoenix
{
    top: 200px;
    left: 215px;
    height: 460px;
}

div#exploraspace
{
    top: 190px;
    left: 220px;
    height: 460px;
}

div#metreon
{
    width: 270px !important;
    top: 190px;
    left: 210px;
    height: 460px;
}

div#carnet
{
    top: 230px;
    left: 205px;
    height: 460px;
}

div#carnet a#CI_link
{
    display: block;
    width: 120px;
    height: 60px;
    position: relative;
    top: 50px;
}

div#pro_dive
{
    width: 240px !important;
    top: 230px;
    left: 221px;
    height: 460px;
}

div#maf
{
    width: 240px !important;
    top: 230px;
    left: 221px;
    height: 460px;
}

div#capitol_records
{
    width: 240px !important;
    top: 230px;
    left: 221px;
    height: 460px;
}

/****************************/