html
{
    height: 100%;
}

body,
.blocklink
{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #333333;
}

#non_footer
{
    position: relative;
    min-height: 100%;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
        

* html #non_footer
{
    height: 100%;
}
     
#logo_bar
{
    width: 100%;
    height: 90px;
    /*background-image: url(images/header.jpg);*/
    background-repeat: no-repeat;
}
        
#login_bar
{
    position: absolute;
    right: 0;
    top: 0;
    width: 10em;
    background: #eeffcc;
    text-align: right;
}

#strapline
{
    width: 750px;
    padding: 0;
    background-color: #009900;
    background-image: url('images/bar_bkg.gif');
    clear: both;
    min-height: 2.2em;
}

#strapline #company, #strapline #contact
{
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.4em;
    font-size: 1em;
    font-weight: normal;
    color: #FFFFFF;
    float: left;
}

#strapline #contact
{
    float: right;
    text-align: right;
}

#user_data_bar
{
    width: 100%;
    clear:both;
    min-height: 2em;
}

#homeimages
{
    margin-top: 20px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    border: none;
}

#homeimages img,
img
{
    border: none;
}

#homeimages .center_image
{
    margin-left: auto;
    margin-right: auto;
}

#homeimages .left_image
{
    float: left;

}

#homeimages .right_image
{
    float:right;

}


/*------------------------------------------------------------------------------
 User Data Bar
 -----------------------------------------------------------------------------*/

#user_data_bar #username, #user_data_bar #logout
{
    color: #333333;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
}

#user_data_bar
{
    margin-top: 10px;
}


#user_data_bar #logout
{
    margin-top: 10px;
    font-weight: normal;
}



        
#left_menu_bar 
{
    width: 150px;
    float: left;
    clear: left;
    padding-top: 10px;
}
        
#main_content
{
    width: 580px;
    float: right !important;
    padding: 10px;
}
 
/*------------------------------------------------------------------------------
 Footer Formatting
 -----------------------------------------------------------------------------*/

#footerpad
{
    height: 60px;
    width: 100%;
    float: none;
    clear: both;
}

#footer
{
    position: relative;
    font-size: 0.8em;
    margin: -51px auto 0 auto;
    height: 50px;
    background: #ffffff;
    text-align: center;
    color: #999999;
    width: 750px;
    border-top: 1px solid #99cc99;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer
{
    margin-top: -51px;
}

#lang_select
{
    float: left;
    border: none;
}

#lang_select a
{
    border: none;
}

#lang_select img
{
    border: none;
}
        


/*------------------------------------------------------------------------------
 Standard Element formatting
 -----------------------------------------------------------------------------*/

h1
{
    font-size: 1.8em;
    padding: 0.2em;
    margin: 0 0 1em 0.8em;
    color: #008800;
    font-weight: bold;
    text-shadow: #999999 3px 3px 5px;
}

h2
{
    font-size: 1.2em;
    padding: 0.2em;
    margin: 0 0 1em 0.8em;
    color: #008800;
    font-weight: bold;
    text-shadow: #999999 3px 3px 5px;
}

h3
{
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}

/*Buttons-------------------------------*/

.button,
.button_block,
.button_block_8em_center,
.button_block_10em_center
{
    border: 1px solid #cccccc;
    line-height: 1.8em;
    text-decoration: none;
}

.button
{
    padding-left: 1em;
    padding-right: 1em;
}

.button:hover,
.button_block:hover,
.button_block_8em_center:hover,
.button_block_10em_center:hover
{
    background: #ccffcc;
}

.button_block
{
    padding-left: 5px;
    padding-right: 5px;
}

.button_block,
.button_block_8em_center,
.button_block_10em_center
{
    display: block;
    text-align: center;
    margin: 0 auto 5px auto;
}

.button_block_10em_center
{
    width: 10em;
}

.button_block_8em_center
{
    width: 10em;
}

/* Links--------------------------------*/

a
{
    color: #cc3333;
}

/* Bird images--------------------------*/
.vs_bird
{
    background-image: url(images/bird-vsm.gif);
    width: 32px;
    height: 32px;
}

.border_pulldown
{
    float: none;
    clear: both;
    margin-top: -1.8em;
}

form
{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.ie5_spacer
{
    display: none;
}

       

/*------------------------------------------------------------------------------
 Menu formatting and styleing
------------------------------------------------------------------------------*/

#left_menu_bar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px; /* Width of Menu Items */
    border-bottom: 1px solid #b2e7b8;
    position: relative;
    text-align: center;
    z-index: 10;
    margin-bottom: 1em;
}


#left_menu_bar ul li
{
    position: relative;
}

#left_menu_bar li ul
{
    position: absolute;
    z-index: 99;
    left: 149px; /* Set 1px less than menu width */
    top: 0;
    display: none;
}

/* Styles for Menu Items */
#left_menu_bar ul li a
{
    display: block;
    text-decoration: none;
    color: #777;
    background: #fff;
    padding: 5px;
    border: 1px solid #b2e7b8; /* IE6 Bug */
    border-bottom: 0;
}

#left_menu_bar li ul li a
{
    
}


#left_menu_bar li a:hover
{
    background-color: #ccffcc;
    background-image: url('images/menu_bkg.gif');
}

/* Fix IE. Hide from IE Mac \*/
    * html ul li { float: left; height: 1%; }
    * html ul li a { height: 1%; }
/* End */


#left_menu_bar li:hover ul
{
    display: block;
}

/*------------------------------------------------------------------------------
 Basket summary formatting and style
------------------------------------------------------------------------------*/

#basket_summary
{
    font-size: 0.9em;
}

#basket_summary .tr
{
    padding: 0.8em;
    padding-top: 10px;
    padding-bottom: 10px;
}

#basket_summary heading
{
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

#basket_summary table
{
    border-collapse: collapse;
    width: 98%;
    margin-left:auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
}

#basket_summary p
{
    text-align: center;
}

#basket_summary .item_heading, .item, .total_title
{
    border-right: 1px solid #cccccc;
}

#basket_summary .total_title, .total_amount
{
    border-top: 2px solid #cccccc;
    color: #009933;
}

#basket_summary .item_heading, .price_heading
{
    border-bottom: 2px solid #cccccc;
    font-weight: bold;
}

/*------------------------------------------------------------------------------
 Shopping Basket summary formatting and style
------------------------------------------------------------------------------*/

#shopping_basket
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#shopping_basket table
{
    font-size: 1em;
    border-collapse: collapse;
    width: 100%;
}

#shopping_basket img
{
    border: none;
}

#shopping_basket .heading
{
    background: url('images/bar_bkg.gif');
    color: #FFFFFF;
    font-weight: bold;
}

#shopping_basket .ops
{
    text-align:right;
}

/*------------------------------------------------------------------------------
 Admin Menu formatting and styleing
------------------------------------------------------------------------------*/

#admin_menu  
{
    width: 580px;
    height: 3em;
    padding: 5px 0 0 170px;
    background: #ccffcc;
}

#admin_menu h1
{
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    text-align: center;
}

#admin_menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 500;
    /*position: absolute;*/
}

#admin_menu li
{
    padding:0;
    margin: 0;
    position: relative;
    float: left;
    text-align: center;
    width: 150px;
    z-index: 20;

}

#admin_menu ul ul
{
    margin-top: 0;
    position: absolute;
    top: 2.2em;
    left:0;
    border-bottom: 1px solid #cceecc;
}

#admin_menu ul ul ul
{
    position: absolute;
    top: 0;
    left: 149px;
}

#admin_menu a
{
    border: 1px solid #cceecc;
    text-decoration: none;
    text-align: center;
    color: #666666;
    display: block;
    background: #eeffee;
    padding: 0.5em;
}

#admin_menu ul ul a
{
    border-bottom: none;
}

#admin_menu ul ul,
#admin_menu ul li:hover ul ul,
#admin_menu ul ul li:hover ul ul
{
    display: none;
}

#admin_menu li:hover ul,
#admin_menu ul ul li:hover ul,
#admin_menu ul ul ul li:hover ul
{
    display: block;
}

#admin_menu a:hover
{
    background: #99cc99;   
}

#admin_menu ul li a {height: 1%;}

#admin_menu #caption
{
    position: absolute;
    left: 5px;
    font-size: 11px;
    font-weight: bold;
}

/*------------------------------------------------------------------------------
 Resizer information
------------------------------------------------------------------------------*/

#resizer
{
    position: absolute;
    top:7px;
    right: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    background: #ffffff;
}

#small, #medium, #large
{
    display: inline;
    margin-right: 3px;
}

#small
{
    font-size: 11px;
}

#medium
{
    font-size: 14px;
}

#large
{
    font-size: 17px;
    margin-right: 0;
}

#large a:hover body
{
    font-size: 20px;
}

/*------------------------------------------------------------------------------
 Curved Corners (Thanks Webcredibles! http://www.webcredible.co.uk )
------------------------------------------------------------------------------*/

.t {background: url(images/dot.gif) 0 0 repeat-x}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}

/*------------------------------------------------------------------------------
 Login Box
------------------------------------------------------------------------------*/

#login_box
{
    width: 300px;
    margin: 50px auto 0 auto;
}

#login_box .vs_bird
{
    float: left;

}

#login_box table
{
    font-size: 1em;
    float: left;
    margin-left: 20px;
}

#login_box #error
{
    text-align: right;
    color: #ff3300;
}

/*------------------------------------------------------------------------------
 Error Page
 -----------------------------------------------------------------------------*/

#page_error_box
{
    width: 90%;
    margin: 20px auto 0 auto;
}

#page_error_box h2
{
    font-size: 2em;
    color: #ff3300;
    margin: 0;
    padding: 0;
}

#page_error_box #message
{
    float: right;
}

#page_error_box .vs_bird
{
    float: left;
    margin-right: 30px;
}


/*------------------------------------------------------------------------------
 Package List Page
 -----------------------------------------------------------------------------*/

.package_list_wrapper
{
    position: relative;
    padding-bottom: 5px;
}

.package_list_wrapper .float_right
{
    width: 40%
}

.package_list_wrapper .price
{
    color: #660000;
    font-size: 2em;
    clear:both;
}

.package_list_wrapper img
{
    margin-bottom: 30px;
}

.package_list_wrapper pre
{
    margin: 0;
}

/*------------------------------------------------------------------------------
 Confirm Your Order
 -----------------------------------------------------------------------------*/
#checkout_details
{
    float: left;
    width: 49%;
}

#checkout_editbutton
{
    float: right;
    width: 49%;
}

#checkout_details pre
{
    text-align: left;
    margin-left: 20px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
}

#checkout_order
{
    clear: both;
}

#checkout_order table
{
    width: 90%;
    margin-right: 5%;
    border-collapse: collapse;
}

#checkout_order .item,
#checkout_order .quantity
{
    width:70%;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#checkout_order .quantity
{
    width: 10%;
    text-align: center;
    
}

#checkout_order .price
{
    text-align: right;
    border-bottom: 1px solid #cccccc;
}

#checkout_order .total
{
    color: #ff0000;
    text-align: right;
    
}

/*------------------------------------------------------------------------------
 Admin Order stuff
 -----------------------------------------------------------------------------*/

.order
{
    width: 90%;
    margin-left: 5%;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.order pre
{

}

.order .items table
{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

/*------------------------------------------------------------------------------
  Standard elements
 -----------------------------------------------------------------------------*/



.std_box100,
.std_box90
{
    border: none;
    margin-bottom: 10px;   
}

.std_box100
{
    width: 100%;
}

.std_box90
{
    width: 90%;
    margin-left: 5%;
}

.std_box60
{
    width: 60%;
}



.std_box_head
{
    background: url('images/bar_bkg.gif') repeat-x;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFFFFF;
}

.float_left
{
    float: left;
}

.float_right,
.float_right20h,
.float_right60
{
    float: right;
}

.float_right20h
{
    height: 20px;
}

.float_right60
{
    width: 60%;
}

.float_clear
{
    clear: both;
}

.article_body_justify
{
    text-align: justify;
    padding: 5px;
    border: 1px solid #CCCCCC;
    border-top: none;
}

.pad_30
{
    width: 100%;
    height: 30px;
}

.imagelink
{
    border: none;
}

.blocklink
{
    text-align: left;
    text-decoration: none;
}

.error
{
    color: #FF3333;
    font-weight: bold;
}

/*******************************************************************************
 *News Editor
 */

#article_list
{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 400px;
    overflow: scroll;
    border: 2px solid #cccccc;
}

#article_list .a_wrap
{
    width: 100%;
    display: block;
}

#article_list .a_feature_icon,
#article_list .a_headline
{
    float: left;
    padding-top: 2px;
    margin-left: 5px;
}

#article_list .a_headline
{

}

#article_list .a_delete,
#article_list .a_edit
{
    float: right;
    margin-left: 5px;
    padding-left: 5px;
    padding-top: 2px;
    border-left: 1px solid #cccccc;
}

#article_list .a_delete
{
    padding-right: 5px;
}

#article_list .a_split
{
    clear: both;
    border-bottom: 1px solid #cccccc;
}

#article_list .brief
{
    clear: both;
    padding: 5px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background: #b6e4b6;
}

#help_icon
{
    float: right;
}


