﻿/*
========================================================================
Filename:		global.css
Date Created:	2009-05-11
Description:	Global CSS stylesheet
Site:			bdplearning.co.uk
Author:			Michelle O'Neill (michelle.oneill@atticmedia.com)
========================================================================
*/
/* Randomise home page content
------------------------------------------------------ */
.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}

/* Global Styles
--------------------------------------------------------------------- */

body 
{
    background-color:#005581;
    background-image:url(../images/background/blue-background.gif);
    background-repeat:no-repeat;
    font-family:Arial, Helvetica, Verdana, Tahoma, Sans-Serif;
    font-size: 100.01%;
}
img{
    border:0;
}
#MainWrapper {
    width:980px;
    margin:0 auto;
}
#MainWrapper .top
{
    background-image:url(../images/background/content_bgTop.png);
    background-repeat:no-repeat;
    height:20px;
}
#MainWrapper .content
{
    background-image:url(../images/background/content_bg.png);
    background-repeat:repeat-y;
}
#MainWrapper .clr{
    clear:both;
    height:1px;
}
#MainWrapper .btm
{
    background-image:url(../images/background/content_bgBtm.png);
    background-repeat:no-repeat;
    height:55px;
}
img {
    border:0;
}
/* Typography
--------------------------------------------------------------------- */
h1{
    color:#005581;
    font-size:1.78em;
    margin:0;
    padding:0;
}
#LeftCol h1{
    width:373px;
    margin:-4px 0 4px 0;
    padding:0;
}
h2{
    color:#005581;
    font-size:1.13em;
    margin:0;
    padding:0;
}
#BottomPanel .offer h2{
    color:#005581;
    font-size:1.88em;
    margin:0;
    padding:0;
}
#MainWrapper #ContentWrapper #BottomPanel .PromoBanner .text h2 a{
    color:#005581;
    font-size:1.2em;
    margin:0;
    padding:0;
    text-decoration:none;
}
#MainWrapper #ContentWrapper #BottomPanel .PromoBanner .text h2 a:hover {
    text-decoration:underline;
}
p, ol{
    font-size:0.8em;
    margin:0 0 8px 0;
    color:#6F6E6E;
}
#RightCol ul {
    font-size:0.8em;
}
#MainWrapper #ContentWrapper #BottomPanel .offer p{
    font-size:1.13em;
}   
#MainWrapper #ContentWrapper a{
    color:#6F6E6E;
}
#MainWrapper #ContentWrapper .subHeading
{
    color:#005581;
    font-size:0.88em;
    font-weight:bold;
    margin:0;    
}
/* Header styles
--------------------------------------------------------------------- */
#MainWrapper #Header
{
    padding-bottom:10px;    
}
#MainWrapper .bdpLearning
{
}

/* Navigation
--------------------------------------------------------------------- */
#MainWrapper #Nav{
    margin:0;
    padding:0;
    width:190px;
    float:left;
    clear:right;
    min-height:448px;
}
#MainWrapper #Nav ul
{
    list-style-type:none;
    padding:0;
    margin-top:0;
    margin-bottom:50px;
}
#MainWrapper #Nav ul li{
    background-image:url(../images/navigation/nav_inactive.gif);
    background-repeat:no-repeat;
    padding-left:12px;
    min-height:20px;
    margin:0;
    padding-bottom:0;
}
#MainWrapper #Nav ul li.active{
    background-image:url(../images/navigation/nav_active.gif);
    background-repeat:no-repeat;
    padding-left:12px;
    min-height:20px;
    margin:0;
    padding-bottom:0;    
} 
#MainWrapper #Nav ul li.active p a, #MainWrapper #Nav ul li.active p {
    color:#005581;
    font-weight:bold;
}
#MainWrapper #Nav ul.subnav 
{
    background-image:url(../images/navigation/subnav_bottom_img.gif);
    background-repeat:no-repeat;
    background-position:0 bottom;
    margin-left:-12px;
    padding-left:12px;
    margin-bottom:0;
    padding-top:3px;
}
#MainWrapper #Nav ul.subnav li{
    background-image:none;
    margin:3px 0 0 0;
}
#MainWrapper #Nav ul.subnav li p a {
    color:#6F6E6E;
    font-weight:normal;
}
#MainWrapper #Nav ul a, #MainWrapper #Nav ul p
{
    color:#6F6E6E;
    text-decoration:none; 
    margin:0;   
}
#MainWrapper #Nav ul a:hover{
    text-decoration:underline;
}
#MainWrapper #Nav .LearningPromo{
    background-image:url(../images/buttons/learning_pack.png);
    background-repeat:no-repeat;
    height:220px;
    width:156px;
    margin-left:17px;
}
#MainWrapper #Nav .LearningPromo a {
    top:77px;
    left:20px;
    position:relative;
    font-size:1.1em;
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;    
}
#MainWrapper #Nav .ComingSoon{
    background-image:url(../images/buttons/coming_soon.png);
    background-repeat:no-repeat;
    height:200px;
    width:152px;
    margin-left:19px;
}
#MainWrapper #Nav .ComingSoon p {
    width:30px;
    top:17px;
    left:20px;
    position:relative;
    font-size:1.1em;
    color:#FFFFFF;
    font-weight:bold;
}
#MainWrapper #Nav .ComingSoon a {
    top:88px;
    left:20px;
    position:relative;
    font-size:0.9em;
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;    
}
#MainWrapper #Nav .LearningPromo a:hover, #MainWrapper #Nav .ComingSoon a:hover {
    text-decoration:underline;
}
#MainWrapper #Nav .LargeButtons 
{
    background-image:url(../images/buttons/contact-us-roundal.gif);
    background-repeat:no-repeat;
    height:160px;
    width:150px;
    position:absolute;
    left:0;
    bottom:0;
}
#MainWrapper #Nav .LargeButtons p {
    position:relative;
    top:55px;
    left:20px;
    width:100px;
    text-align:center;
    line-height:1.7em;
}
#MainWrapper #Nav .LargeButtons a
{
    color:#FFFFFF;
    font-weight:bold;
    font-size:1.9em;
    text-decoration:none;
}
#MainWrapper #Nav .LargeButtons a:hover {
    text-decoration:underline;
}
/* Main content
------------------------------------------------------------------- */
#MainWrapper #MainContent{
    background-image:url(../images/background/maincontent_bg.png);
    background-repeat:repeat-y;
    float:left;
    position:relative;
    border-top:1px solid #e2dedc;
    margin-right:30px;
}
#MainWrapper #ContentWrapper 
{
    clear:right;
    float:left;
    width:750px;
}
#MainWrapper #ContentWrapper #TwoColWrapper
{
    clear:both;
    float:left;
    margin-bottom:8px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #LeftCol
{
    clear:right;
    float:left;
    position:relative;
    padding-top:8px;
}
#home #MainWrapper #ContentWrapper #TwoColWrapper #RightCol 
{
    clear:right;
    float:left;
    margin-left:16px;
    margin-top:8px;
    width:361px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol {
    clear:right;
    float:left;
    /*margin-left:16px;*/
    margin-top:8px;
    width:373px;
}
/* Leftcol content
------------------------------------------------------------------ */
#MainWrapper #ContentWrapper #TwoColWrapper #LeftCol .TextCol {
    width:365px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #LeftCol .TextCol ol{
    margin-left:-12px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #LeftCol img, #MainWrapper #ContentWrapper #TwoColWrapper #RightCol img{
    margin-bottom:8px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .LinksPanel
{
    border-top:1px solid #e2dedc;    
    width:373px;
    padding:8px 0;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .LinksPanel p {
    margin:5px 0;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .LinksPanel .LinkColumns{
    float:left;
    clear:right;
    width:100%;
    border-bottom:1px solid #e2dedc;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .LinksPanel .left {
    float:left;
    clear:right;
    width:90%;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .LinksPanel .left a {
    color:#005581;
    text-decoration:none;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .LinksPanel .left a:hover {
    text-decoration:underline;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .LinksPanel .right 
{
    float:right;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .LinksPanel .right img{    
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel {
    clear:both;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel h2 {
    margin-bottom:5px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel .Col1{
    float:left;
    clear:right;
    margin:0 8px 0 0;    
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel .Col2{
    float:left;
    clear:right;
    margin:0 0px 0 0;    
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel .Col1 p, #MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel .Col2 p {
    background-color:#6F6E6E;
    color:#FFFFFF;
    width:174px;
    padding:3px;
    margin-top:-8px;
    font-weight:bold;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel .Col1 a, #MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel .Col2 a {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel .Col1 a:hover, #MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel .Col2 a:hover {
    text-decoration:underline;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel .Col2Text p a {
    color:#005581;
    text-decoration:none;
    width:182px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .MiniImagePanel .Col2Text p a:hover {
    text-decoration:underline;
}    
/* Rightcol content
------------------------------------------------------------------ */
#MainWrapper #ContentWrapper #RightCol .contact{
    margin-bottom:15px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .BlueBanner, #MainWrapper #ContentWrapper #TwoColWrapper #LeftCol .BlueBanner 
{
    margin:15px 0 15px 8px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .BlueBanner .BTop, #MainWrapper #ContentWrapper #TwoColWrapper #LeftCol .BlueBanner .BTop {
    background-image:url(../images/generic/BlueBannerTop.gif);
    background-repeat:no-repeat;
    height:24px;
    width:343px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .BlueBanner .BBtm, #MainWrapper #ContentWrapper #TwoColWrapper #LeftCol .BlueBanner .BBtm {
    background-image:url(../images/generic/BlueBannerBtm.gif);
    background-repeat:no-repeat;
    height:45px;
    width:343px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .BlueBanner .BContent, #MainWrapper #ContentWrapper #TwoColWrapper #LeftCol .BlueBanner .BContent {
    background-image:url(../images/generic/BlueBanner.gif);
    background-repeat:repeat-y;
    padding:0 5px;
    width:343px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .BlueBanner .BContent p, #MainWrapper #ContentWrapper #TwoColWrapper #LeftCol .BlueBanner .BContent p{
    color:#FFFFFF;
    font-weight:bold;
    margin-left:5px;
}
#MainWrapper #ContentWrapper #TwoColWrapper #RightCol .BlueBanner .BContent ul, #MainWrapper #ContentWrapper #TwoColWrapper #LeftCol .BlueBanner .BContent ul {
    color:#FFFFFF;
    margin:0 15px 0 -15px;
    font-size:0.8em;
}
/* Bottom panel
------------------------------------------------------------------ */
#MainWrapper #ContentWrapper #BottomPanel
{
    clear:both;
    float:left;
    border-top:1px solid #E2DEDC;    
    margin-right:30px;
    width:100%;
}
#MainWrapper #ContentWrapper #BottomPanel .PromoBanner .text {
    width:620px;
    float:left;
    clear:right;
}
#MainWrapper #ContentWrapper #BottomPanel .PromoBanner img {
    margin:5px 0;
}
#MainWrapper #ContentWrapper #BottomPanel .PromoBanner .text p a {
    text-decoration:none;
}
#MainWrapper #ContentWrapper #BottomPanel .PromoBanner .text p a:hover {
    text-decoration:underline;
}
#MainWrapper #ContentWrapper #BottomPanel .offer{
    
}
#MainWrapper #ContentWrapper #BottomPanel .offer .text{
    width:325px;
    float:left;
    clear:right;
}
#MainWrapper #ContentWrapper #BottomPanel .offer .offerimage
{
    background-image:url(../images/generic/bottom_offer.png);
    background-repeat:no-repeat;
    margin-top:-8px;
    margin-bottom:-5px;
    float:left;
    clear:right;
    height:124px;
    width:425px;
}
#MainWrapper #ContentWrapper #BottomPanel .offer .offerimage a
{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    position:relative;
    top:75px;
    left:240px;
}
#MainWrapper #ContentWrapper #BottomPanel .offer .offerimage a:hover{
    text-decoration:underline;
}
#MainWrapper #ContentWrapper #BottomPanel .Quote {
    margin:8px 0;
}
#MainWrapper #ContentWrapper #BottomPanel .Quote span img{
    margin:0 8px -6px 8px;
}
#MainWrapper #ContentWrapper #BottomPanel .Quote h3{
    font-size:1.2em;
    display:inline;
    line-height:1.5em;
    color:#005581;
    margin:0;
}
#MainWrapper #ContentWrapper #BottomPanel .QuoteAuthor{
    clear:left;
    float:right;
    margin-right:50px;
}
/* Footer
------------------------------------------------------------------- */
#MainWrapper #Footer {
    border-top:1px solid #E2DEDC;
    clear:left;
    padding:8px 0 0 0;
    width:98%;
}
#MainWrapper #Footer .BuyingSolsLogo{
    width:25%;
    float:left;
    clear:right;
    margin-left:16px;
}
#MainWrapper #Footer .BDPGroupLogo{
    float:right;
    margin-right:16px;    
}
#MainWrapper #Footer #FooterBody{
    text-align:center;
    width:48%;
    float:left;
    clear:right;
}
#MainWrapper #Footer #FooterBody ul{
    list-style-type:none;
    margin:0;
    padding:0;
}
#MainWrapper #Footer #FooterBody ul li a{
    color:#6F6E6E;
    text-decoration:none; 
}
#MainWrapper #Footer #FooterBody ul li p {
       font-size:0.7em;
}
#MainWrapper #Footer #FooterBody ul li a:hover{
    text-decoration:underline;
}
#MainWrapper #Footer #FooterBody ul li, #MainWrapper #Footer #FooterBody ul li p{
    display:inline;
}
    