/*
    BODY CONTENT
*/

.borderedContentBody
{
    border-width                :   20px 20px 0px 20px;
    border-style                :   solid;
    border-color                :   #C1D927;  
    padding                     :   40px 40px 0px 40px;
}

/*
#includedDecals
{
    border-width                :   0px 20px 0px 20px;
    border-style                :   solid;
    border-color                :   #C1D927;  
    padding                     :   10px 40px 10px 40px;
}

/*
    HEADER
*/    

.p_logo
{
    top                     :   20px;
    left                    :   1em;
}

.p_logo img
{
    border                  :   0px;
}

.strapLine
{
    font-size               :   1.0em;
    font-weight             :   600;
    letter-spacing          :   3px;
    padding-top             :   10px;
    padding-bottom          :   20px;
}

 
/* 
    SIDE MENU
*/

.p_sideMenu
{
    top                     :   10em;
    left                    :   1em;
    border-bottom           :   11px solid #FFF;
}

.p_sideMenuHeader
{
    width                   :   12em;
    height                  :   1.1em;
    border-bottom-style     :   solid; 
    border-bottom-color     :   #C1D927; 
    border-bottom-width     :   2px; 
}

.t_sideMenuHeader
{
    font-size-adjust: 0.58;
    font-size               :   1.0em;
}

.p_sideMenu ul
{
    padding-left            :   0px;
    margin                  :   0px;
    list-style-position     :   outside;
    list-style-type         :   none;
}

.t_sideMenu
{
    font-size               :   0.8em;
}

#leftNavBar .t_sideMenu ul
{
	padding-bottom			:	0px;
	padding-top				:	3px;
	background:url(../image/general/menuLines.gif) 0 100% no-repeat;
}

.t_sideMenu ul li
{
	background-repeat       :   no-repeat;
	display:block;
}

#leftNavBar .t_sideMenu ul li a, #leftNavBar .t_sideMenu ul span
{
	margin-left                :   23px;
}


.p_sideMenu li
{
    padding                 :   0.3em;
    line-height             :   1.3em;
}

.p_sideMenu li a
{
    padding                 :   0.3em;
    text-decoration         :   none;
}

.p_sideMenu li a:hover
{
    background-color        :   #C1D927;
}

.p_sideMenu-item-selected
{
    padding                 :   0.3em;
    background-color        :   #DDD;
}


/*
    PROMOTION BOX
*/

.promotionBox_green
{
    width                   :   13em;
    color                   :   #FFF;
    font-size               :   0.9em;
    background              :   url(../image/curve/green_bg.gif) 0 100% #CBDF4B;
    background-repeat       :   repeat-x;
    border-top              :   10px solid #FFF;
}
               
.promotionBox_green_bottomLeft
{
    background              :   url(../image/curve/green_bottom_left.gif) 0 100% no-repeat; 
    width                   :   13em;
}


.promotionBox_green_bottomRight
{
    background              :   url(../image/curve/green_bottom_right.gif) 100% 100% no-repeat; 
}

.promotionBox_green_topLeft
{
    background              :   url(../image/curve/green_top_left.gif) 0 0 no-repeat;
}

.promotionBox_green_topRight
{
    background              :   url(../image/curve/green_top_right.gif) 100% 0 no-repeat;  
    padding                 :   15px;
}




.promotionBox_blue
{
    width                   :   13em;
    color                   :   #FFF;
    font-size               :   0.9em;
    background              :   url(../image/curve/blue_bg.gif) 0 100% #81CFE4;
    background-repeat       :   repeat-x;
    border-top              :   10px solid #FFF;
}
               
.promotionBox_blue_bottomLeft
{
    background              :   url(../image/curve/blue_bottom_left.gif) 0 100% no-repeat; 
    width                   :   13em;
}


.promotionBox_blue_bottomRight
{
    background              :   url(../image/curve/blue_bottom_right.gif) 100% 100% no-repeat; 
}

.promotionBox_blue_topLeft
{
    background              :   url(../image/curve/blue_top_left.gif) 0 0 no-repeat;
}

.promotionBox_blue_topRight
{
    background              :   url(../image/curve/blue_top_right.gif) 100% 0 no-repeat;  
    padding                 :   15px;
}



/*
    CONTENT AREA
*/
    
.p_contentArea
{
    vertical-align          :   top;
    font-size               :   0.8em;
    width                   :   40em;
    float                   :   right;
}

.p_contentImage img
{
    border                  :   0;
}

.p_contentWell
{
    text-align              :   justify;
    line-height             :   1.6em;
}

.p_contentHeader
{
   /*
    padding-top             :   1.0em;
    */
    text-align              :   justify;
}

.t_contentHeader
{
    font-size               :   1.5em;
}

.t_contentHeader-strapline
{
    font-size               :   1.2em;
    padding-top             :   0.5em;
}

/*
    PRICING
*/

.p_prices
{
    width                   :   100%;
}

.p_prices tr
{
    vertical-align          :   bottom;
}

.t_priceIncludingVAT
{
    font-size               :   2.0em;
}

.t_priceExcludingVAT
{
    font-size               :   1.1em;
}

.p_startHereButton
{
    text-align              :   right;
}


