/************************/
/* GLOBAL               */
/************************/
body, form
{
    font-size: 85%;
    color: #424242;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #fff;
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    
}

a, a:link, a:visited
{
    color: #424242;
    text-decoration: none;
}

a:hover, a:active
{
    color: #6d6d6d;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

h1, h2, h3
{
    font-weight: bold;
    color: #6d6d6d;
    padding: 0px;
    margin: 0px;
}

h1
{
    font-size: 1.6em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
h2
{
    font-size: 1.4em;
    padding-bottom: 0.3em;
}
h3
{
    font-size: 1.1em;
    padding-bottom: 0.3em;
}

input
{
    margin: 0px;
    padding: 0px;
    color: #424242;
}

p
{
    margin: 0 0 .3em 0;
    padding: 0;
}


hr
{
    margin: 0.5em 0;
    height: 1px;
    padding: 0;
    background: #d7d7d7;
    color: #d7d7d7;
    border: 0;
}

ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

fieldset
{
    margin: 0;
}

.hidden
{
    display: none;
}

.error
{
    color: Red;
}

th
{
    text-align: left;
}

img
{
    border: 0;
    margin: 0;
}

div
{
    padding: 0;
}

.clear
{
    clear: both;
    width: 100%;
    height: 0px;
    line-height: 0;
    font-size: 0;
}

input.default-textbox
{
    line-height: 13px;
    height: 13px;
    width: 80px;
    vertical-align: middle;
    font-size: 11px;
}

.main-bg
{
    width: 974px;
    margin: 0px auto;
    padding: 0px;
    padding-bottom: 0px;
    background: #ffffff url(Images/main_tile_bg.gif) repeat-y left top;
    position: relative;
}


#StageArea.StartPage
{
    width: 100%;
}

#StageArea-inner
{
    width: 920px;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    background: Transparent url(Images/tertiary-divider-bg.gif) repeat-y 20% top;
}

/*************************/
/* PAGELIST              */
/*************************/

.pageList li
{
    padding-bottom: 0.2em;
}

#newsPageList li
{
    clear: both;
    display: block;
    height: 6.5em;
    margin-bottom: 0.8em;
    overflow: hidden;
}

#newsPageList img
{
    float: left;
    margin-right: 11px;
    height: 75px;
}


/************************/
/* HEADER               */
/************************/

#header
{
    width: 920px;
    height: 83px;
    margin: 0px auto;
    position: relative;
}

.main-menu-area
{
    width: 920px;
    height: 27px;
    margin: 12px auto;
    background: #ffffff url(Images/menu_bar_bg.gif) no-repeat left center;    
}

.main-menu-area *
{
    float: left;
    z-index: 8;
}

.main-menu
{
    width: 665px;
    height: 27px;
    padding-left:3px;
    overflow:hidden;
}

.main-menu *
{
    float: none;
}

a.btn-login
{
    background: url(Images/login.gif) top left no-repeat;
    height: 22px;
    width: 45px;
    display: block;
    margin-left: 130px;
}

a.btn-login:hover
{
    background-position: 0 -23px;
}

a.btn-search 
{
    background: url(Images/search.gif) top left no-repeat;
    height: 22px;
    width: 45px;
    display: block;
}

a.btn-search:hover
{
    background-position: 0 -22px;
}

.btn-more
{
    background: #ffffff url(Images/btn_more_gary.gif) no-repeat left top;
}

.btn-more:hover
{
    background: #ffffff url(Images/btn_more_blue.gif) no-repeat left top;
}

a.logo
{
    float: left;
    margin-right: 1.5em;
    padding-top: 20px;
}

a.logo img
{
    height: 60px;
}

a.slogon
{
    float: right;
    padding-top: 25px;
}


#title
{
    float: left;
    height: 100%;
    width: 500px;
    position: relative;
}

#title-text
{
    font-family: Arial Narrow;
    color: #a9243c;
    font-size: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.site_intro
{
    padding: 10px;
    font-style: italic;
    font-size: 1.1em;
}

.lbl-client
{
    display:block;
    margin-bottom:10px;
}

/*content*/

#banner_area, #BannerImageArea
{
    margin: 0px auto;
    margin-bottom: 10px;
    width: 920px;
    background-color: transparent;
    border-bottom: none;
    position: relative;
}

#BannerImageArea
{
    height: 300px;
}

.front-image
{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: Transparent;
}

.banner-menu
{
    letter-spacing: -0.2px;
    width: 230px;
    height: 260px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: Transparent url(Images/banner_menu.gif) no-repeat right top;
    text-align: left;
}



div.main-content-area
{
    margin: 0px auto;
    width: 930px;
}

ul.main-content-area-ul
{
    display: block;
    font-size: 0.93em;
}

li.main-content-area-li
{
    width: 220px;
    float: left;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
}

div.main-content-area-li-inner
{
    width: 100%;
    height: 290px;
}

#SubMenuArea
{
    float: left;
    width: 20%;
}

#MainContentArea
{
    float: right;
    width: 78%;
    text-align: left;
}

#MainContenttop
{
    width: 100%;
    clear: both;
}

#MainContentAreaLeft
{
    width: 68%;
    float: left;
    text-align: left;
}

#MainContentAreaRight
{
    width: 30%;
    float: right;
    text-align: left;
}

.margin-bottom-15
{
    margin-bottom: 15px;
}

.breadcrumb
{
    width: 90%;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 1em;
    color: #999999;  
}

.breadcrumb a, .breadcrumb a:link,.breadcrumb a:visited
{
    color: #999999;
    text-decoration:none;
}

.breadcrumb a:hover, .breadcrumb a:active
{
    color: #999999;
    text-decoration:underline;    
}

div.seeMore
{
    clear: both;
    height: 17px;
    margin-top: 30px;
}

div.seeMore a
{
    background: url(Images/more.gif) top left no-repeat;
    height: 17px;
    width: 39px;
    display: block;
    float: right;
}

div.seeMore a:hover
{
    background-position: 0 -16px;
    float: right;
}


/*Tertiary page contente style*/

#content
{
    clear: both;
}

#content p
{
    margin: 0 0 2em 0;
    line-height: 1.4em;
}

#content img
{
    margin: 0 0 1em 15px;
}

#content h2
{
    margin: 0 0 .3em 0;
    line-height: 1.4em;
}

#content h3
{
    margin: 0 0 .3em 0;
}

#content ul
{
    padding: 0 0 1em 0;
    line-height: 1.4em;
}

#content ul li
{
    padding: 0 0 0 .8em;
    font-size: 1em;
    background: url(Images/bullet_gary.gif) 0px .5em no-repeat;
}

#content ul li ul
{
    padding: 0 0 0 0;
}

#content a:link, #content a:visited
{
    color: #6d6d6d;
    text-decoration: underline;
}

#content a:hover
{
    text-decoration: underline !important;
}

/*Main menu*/

ul.nav
{
}

li.nav-li1
{
    float: left;
    display: block;
    height: 27px;
    line-height: 27px;
    font-weight:bold;   
}

li.nav-li1-seperator
{
    float: left;
    display: block;
    padding-left: 1px;
    height: 27px;
    line-height: 27px;
}

a.nav-item1, a.nav-item1:link, a.nav-item1:visited
{
    display:block;  
}

a.nav-item1:hover, a.nav-item1:active
{
    display:block;  
    background: url(Images/btn_menu_item_light.gif) repeat-x top left;    
}

.menu-rightblock
{
    width:235px;
    float:right;
    margin-right:5px;
}

.menu-rightblock td
{
    height:25px;
    padding-top:2px;
    padding-right:5px;
    vertical-align:middle;
    text-align:right;
}

/*-------------------------------------------------------------
 Left hand navigation styles
-------------------------------------------------------------*/
.left-nav-div
{
    margin-bottom:50px;
}

ul.left-nav li
{
    text-align: left;
    padding: 2px 0px;
}

ul.left-nav a, ul.left-nav a:link, ul.left-nav a:active, ul.left-nav a:visited, ul.left-nav a:hover
{
    color: #A9243C;
    font-weight: bold;
    text-decoration: none;
    background-image: none;
    font-size: 1.1em;
}

ul.left-nav a:hover
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

ul.left-nav li ul a, ul.left-nav li ul a:link, ul.left-nav li ul a:active, ul.left-nav li ul a:visited, ul.left-nav li ul a:hover
{
    color: #6d6d6d;
    font-weight: normal;
    display: block;
    padding-left: 10px;
}

ul.left-nav ul li
{
    padding-left: 15px;
}

ul.left-nav ul li a.left-nav-expanded-li
{
    color: #6d6d6d;
    font-weight: bold;
    background: transparent url(Images/gray_arrow_right.gif) no-repeat left center;
}

ul.left-nav ul li a.left-nav-expanded-downarrow-li
{
    color: #6d6d6d;
    font-weight: bold;
    background: transparent url(Images/gray_arrow_down.gif) no-repeat left center;
}

ul.left-nav ul li a.left-nav-selected-li
{
    color: #6d6d6d;
    font-weight: bold;
    background: transparent url(Images/gray_arrow_right.gif) no-repeat left center;
}

li.left-nav-closed-li ul
{
    display: none;
}

/*search page*/
#search_contents
{
    text-align: left;
    float: left;
    width: 90%;
}

#search_contents input
{
    margin-left: 10px;
}

#search_contents .notopgap
{
    line-height: 8px;
}

#search_contents .nobottomgap
{
    line-height: 8px;
}

#search_contents h3
{
    display: inline;
    padding: 0 10px 0 0;
}

.search_heading
{
    display: block;
    clear: both;
    padding-top: 0.8em;
}

a.search_btn
{
    background-image: url(Images/btn_search_big_gary.gif);
    background-repeat: no-repeat;
    border: 0;
    width: 100px;
    height: 20px;
}

a.search_btn:hover
{
    background-image: url(Images/btn_search_big_blue.gif);
    background-repeat: no-repeat;
    border: 0;
    width: 100px;
    height: 20px;
}

.search_text
{
    height: 20px;
    border: 1px solid #c6c6c6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 1px 2px;
    margin: 0px 5px 2px 30px;
    background: #f3f3f3;
    width: 164px;
    height: 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 16px;
    width: 162px; /* Modern Browser */
    _margin-top: 3px;
}

.search_hint
{
    clear: both;
    padding-top: 20px;
}

ul.search_hint_ul
{
    display: block;
}

ul.search_hint_ul li
{
    padding: 0;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.PagingContainer
{
    margin-top: 1em;
    margin-bottom: 1em;
    float: right;
    clear: left;
    font-size: 0.8em;
}

.SelectedPagingItem
{
    font-size: 1.4em;
    font-weight: bold;
    padding-right: 0.4em;
}

.UnselectedPagingItem
{
    padding-right: 0.4em;
}

/* Site Map */

#site_map
{
    list-style: none !important;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
}
#site_map li
{
    padding: 0px !important;
    background: none !important;
    font-weight: bold !important;
}

#site_map li ul
{
    padding: 4px 10px 4px 20px;
    margin: 5px 0 10px 10px;
}
#site_map li ul ul
{
    padding: 4px 10px 4px 20px;
    margin: 0px 0 10px 0px;
}

#site_map li ul li a
{
    padding: 4px 10px 4px 34px;
    font-weight: normal !important;
    background: url(Images/menu_arrow.gif) 24px 9px no-repeat !important;
}



/*Quick Links*/
.quick-links a
{
    display: block;
    padding-left: 13px;
    background: Transparent url(Images/btn_arrow_light.gif) no-repeat left center;
    margin-bottom: 0.5em;
}

.quick-links a:hover
{
    display: block;
    padding-left: 13px;
    background: Transparent url(Images/btn_arrow_blue.gif) no-repeat left center;
    margin-bottom: 0.5em;
}

.quick-links-title
{
    color: #424242;
}



/* @end */


/*footer*/
.foot-area
{
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 974px;
    height: 30px;
    background: transparent url(Images/footer.gif) no-repeat left top;
}

div.page-footer
{
    width:920px;
    height:50px;
}

table.footer-link
{
    float: left;
    vertical-align:middle;
}
table.footer-link td
{
    height:50px;
}

.footer-powered
{
    display: block;
    float: right;
    padding-right: 10px;
    position:relative;
}

.footer-powered a
{
    color: #2a2a2a;
    text-decoration: none;
}

.design-by
{
    position:absolute;
    top:15px;
    right:0px;
    width:300px;
    text-align:right;
}

.design-by a,.design-by a:link, .design-by a:visited, .design-by a:hover,.design-by a:active
{
    text-decoration:underline;
}

/* FUNCTION PANEL STYLES
----------------------------------------------- */


#function_panel
{
    background: url(Images/function_panel_bg.gif) 0px bottom no-repeat;
    margin: 0;
    padding: 0 0 0 2px;
    float:left;
    overflow: visible;
    width: 134px;
    height: 34px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 132px;
    height: 34px;
}


ul#function_panel li
{
    display: inline;
    float: left;
    text-indent: -5000px;
    overflow: hidden;
    margin: 0 0 0 5px;
    padding: 6px 0 0 0;
}

ul#function_panel li.print a
{
    background: url(Images/btn_print.gif) 0 0;
    height: 22px;
    width: 26px;
    display: block;
}

ul#function_panel li.print a:hover
{
    background: url(Images/btn_print.gif) 0 bottom;
}

ul#function_panel li.email a
{
    background: url(Images/btn_email.gif) 0 0;
    height: 22px;
    width: 26px;
    display: block;
}

ul#function_panel li.email a:hover
{
    background: url(Images/btn_email.gif) 0 bottom;
}

ul#function_panel li.normal_txt a
{
    background: url(Images/btn_normal_txt.gif) 0 0;
    height: 22px;
    width: 26px;
    display: block;
}

ul#function_panel li.normal_txt a:hover
{
    background: url(Images/btn_normal_txt.gif) 0 bottom;
}

ul#function_panel li.large_txt a
{
    background: url(Images/btn_large_txt.gif) 0 0;
    height: 22px;
    width: 26px;
    display: block;
}

ul#function_panel li.large_txt a:hover
{
    background: url(Images/btn_large_txt.gif) 0 bottom;
}


/*news*/

.news-list-heading
{
    margin: 15px;
    margin-left: 0px;
    display: block;
    color: #636366;
    font-size: 2.0em;
    text-align: left;
}


ul.news-archive-list ul
{
    margin: 0.5em;
    margin-left: 1em;
}

ul.news-archive-list li
{
    margin: 0.5em;
    margin-left: 1em;
}

ul.news-list
{
    margin: 15px;
    margin-left: 0px;
    clear: both;
}

ul.news-list li
{
    border-bottom-color: #cccccc;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    text-align: left;
    padding-top: 0.7em;
}

img.content_img_left
{
    margin-left: 10px;
    width: 120px;
    float: right;
}

.news_date
{
    padding-bottom: 1em;
    color: #6d6d6d;
}

.newsItemRightRegion
{
    width: 30%;
    float: right;
    text-align: left;
}

.newsItemLeftRegion
{
    float: left;
    text-align: left;
}

ul.search-list
{
    clear: both;
}

ul.search-list li
{
    border-bottom-color: #cccccc;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    text-align: left;
    display: block;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

a.search-list-hyper, a.search-list-hyper:link, a.search-list-hyper:visited
{
    color: #6d6d6d;
    text-decoration: none;
    display: block;
    padding-top: 0.5em;
}
a.search-list-hyper:hover, a.search-list-hyper:active
{
    color: #6d6d6d;
    text-decoration: underline;
}

.news-time
{
    color: #2e3480;
    margin-right: 0.5em;
}

a.read-more
{
    width: 65px;
    display: block;
    text-decoration: none;
    background: url(images/read_more.gif) no-repeat right center;
    padding-right: 10px;
    padding-top: 0.6em;
    padding-bottom: 0.8em;
}

a.read-more:hover
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

a.SelectedPagingItem
{
    color: #676767;
    font-weight: bold;
    padding-right: 0.4em;
    text-decoration: none;
}

a.SelectedPagingItem:hover
{
    color: #676767;
    font-weight: bold;
    text-decoration: underline;
}

a.UnselectedPagingItem
{
    color: #cccccc;
    padding-right: 0.4em;
    text-decoration: none;
}


a.UnselectedPagingItem:hover
{
    color: #cccccc;
    text-decoration: underline;
}

.PagingContainer
{
    float: right;
    margin-right: 1em;
}

div.back_btn
{
    width: 100%;
    clear: both;
    padding-top: 30px;
    text-align: right;
}

/*RSS*/
ul.rss-list li
{
    padding-bottom: .5em;
}

a.rss-link, a.rss-link:link, a.rss-link:visited, a.rss-link:hover, a.rss-link:active
{
    display: block;
    padding-left: 18px;
    background: Transparent url(Images/ButtonRss.png) no-repeat center left;
    text-decoration: none;
}

a.rss-link:hover, a.rss-link:active
{
    text-decoration: underline;
}

/*Contact us*/
.contact-divider
{
    display: block;
    width: 100%;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.contactUs-form table
{
    width: 100%;
}

.btn-send
{
    background: url(Images/send.gif) no-repeat;
    border: none;
    width: 45px;
    height: 22px;
}


/*The wrapper box*/

.top-left, .top-right, .bottom-left, .bottom-right
{
    background-image: url('Images/box1280x18.gif' ); /* CHANGE: path and name of your image */
    height: 11px; /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 1px; /* DNC: correction IE for height of the <div>'s */
}
.top-left, .bottom-left
{
    margin-right: 11px; /* CHANGE: replace by the width of one of your corners */
}
.top-right, .bottom-right
{
    margin-left: 11px; /* CHANGE: replace by the width of one of your corners */
    margin-top: -11px; /* CHANGE: replace by the height of one of your corners */
}
.top-right
{
    background-position: 100% 0; /* DNC: position right corner at right side, no vertical changes */
}
.bottom-left
{
    background-position: 0 -11px; /* CHANGE: replace second number by negative height of one of your corners */
}
.bottom-right
{
    background-position: 100% -11px; /* CHANGE: replace second number by negative height of one of your corners */
}
.inside
{
    border-left: 1px solid #d4dedd; /* YCC: color & properties of the left-borderline */
    border-right: 1px solid #d4dedd; /* YCC: color & properties of the right-borderline */
    background: Transparent; /* YCC: background-color of the inside */
    padding-left: 11px; /* YCC: all texts at some distance of the left border */
    padding-right: 11px; /* YCC: all texts at some distance of the right border */
}
p.notopgap
{
    margin-top: 0;
    font-size: 1px;
    line-height: 1px;
}
/* DNC: to avoid splitting of the box */
p.nobottomgap
{
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}
/* DNC: to avoid splitting of the box */

a.docExtension, a.docxExtension
{
    background: url(    'images/doc.gif' ) no-repeat;
    padding: 2px 0 2px 20px;
    line-height: 4em;
}
a.pdfExtension
{
    background: url(    'images/pdf.gif' ) no-repeat;
    padding: 2px 0 2px 20px;
    line-height: 4em;
}
a.xlsExtension, a.xlsxExtension
{
    background: url(    'images/xls.gif' ) no-repeat;
    padding: 2px 0 2px 20px;
    line-height: 4em;
}

.doc_item .backTop_btn
{
    margin: 0 0 0 0;
    padding: 12px 0 0 0;
    clear: both;
    text-align: right;
    float: right;
}

.doc_item .backTop_btn a
{
    padding: 0;
    padding-right: 14px;
    display: block;
    background: url(Images/faq_arrow_gray.gif) no-repeat right 50%;
}

.doc_item .backTop_btn a:hover
{
    padding: 0;
    padding-right: 14px;
    display: block;
    background: url(Images/faq_arrow_blue.gif) no-repeat right 50%;
}

.orderby_style
{
    text-align: right;
    padding: 5px 0px 5px 5px;
}

.dropdown_style_small
{
    width: 100px;
    border: 1px solid #7F9DB9;
    height: 18px;
    font-size: 11px;
    color: #555555;
}

/************Login*******************/
fieldset
{
    border: solid 0 transparent;
    border-top: solid 1px #0077c0;
    padding-top: 5px;
}

#login_form p
{
    margin: 0;
    padding: 5px;
    line-height: 30px;
    background: transparent url(Images/formdivider.gif) repeat-x scroll center bottom;
    clear: left;
}

#login_form label
{
    width: 130px;
    float: left;
    margin-bottom: 3px;
}

.top-right-login
{
    text-align: right;
    float: right;
    width: 300px;
    position: relative;
}

/**************************************
 HEADER 
***************************************/

#Functions
{
    position: absolute;
    top: 8px;
    right: 2px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.8em;
    line-height: 1.5em;
}

#Functions li
{
    display: block;
    height: 1.6em;
    float: left;
    border-left: 1px solid #dee1e3;
    padding: 0 1em;
    overflow: visible;
}

#Functions li.first
{
    border: 0;
}

#Functions li a
{
    display: block;
    color: #3b3d41;
    text-decoration: none;
    float: left;
    padding-left: 2em;
}

#Functions a:hover
{
    color: Black;
    text-decoration: underline;
}

a.loginButton
{
    background: url(images/ButtonLogin.png) no-repeat;
}

a.logoutButton
{
    background: url(images/ButtonLogin.png) no-repeat;
}

a.rssButton
{
    display:block;
    background: url(Images/ButtonRss.gif) no-repeat center center;
}

a.sitemapButton
{
    background: url(images/ButtonSitemap.png) no-repeat;
}

a.languageButton, input.languageButton
{
    background: url(images/buttonLanguage.png) no-repeat;
}

input.languageButton
{
    width: 20px;
    float: left;
    height: 1.6em;
}

select.languageButton
{
    font-size: 1em;
}

/*Ares*/
.slide-button-pane
{
    float: right;
    clear: right;
    width: 40%;
}
.slide-image-pane
{
    float: left;
    clear: left;
    width: 50%;
    height: 350px;
    position: relative;
}
.slide-text-pane
{
    clear: both;
    width: 100%;
    height: 250px;
    position: relative;
}

/*portfolio slides*/
.info-content-div, .info-content-div-home
{
    z-index: 2;
    left: 0px;
    position: absolute;
    top: 0px;
}
.info-content-div
{
    height: 250px;
}

.info-content-div-home
{
    height: 60px;
}

.body-content-div, .body-content-div-home
{
    z-index: 1;
    left: 1px;
    position: absolute;
    top: 0px;
}

.body-content-div
{
    height: 300px;
}

.body-content-div-home
{
    height: 150px;
}

table.dl-portfolio-text td
{
    vertical-align: top;
}

a.hyper-doc, a.hyper-doc:link, a.hyper-doc:visited
{
    width: 90px;
    height: 21px;
    line-height: 19px;
    display: block;
    background: url(Images/case_study.png) no-repeat top left;
    color: White;
    text-align: center;
}

a.hyper-doc:hover, a.hyper-doc:active
{
    background-position: 0 -22px;   
}

a.hyper-view, a.hyper-view:link, a.hyper-view:visited
{
    width: 90px;
    height: 21px;
    line-height: 19px;
    display: block;
    background: url(Images/viewproject.png) no-repeat top left;
    color: White;
    text-align: center;
}

a.hyper-view:hover, a.hyper-view:active
{
    background-position: 0 -22px;   
}

ul.portfolio-home-links-ul
{
    list-style-type: none;
}

ul.portfolio-home-links-ul li
{
    padding-bottom: 3px;
}

table.portfolio-select-table td
{
    text-align:left;
    padding-left:10px;
    padding-right:10px;
}

table.portfolio-select-table
{
    width:180px;  
    background: transparent url(Images/bg-grad.jpg) repeat-x top left;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
}

.portfolio-select-dropdownlist
{
    width: 160px;
}

.portfolio-select-home-dropdownlist
{
    width: 92px;
    font-size: .85em;
}

ul.portfolio-item li
{
    display: block;
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

ul.portfolio-item li a, ul.portfolio-item li a:link, ul.portfolio-item li a:visited, ul.portfolio-item li a:hover, ul.portfolio-item li a:active
{
    color: #A9243C;
    text-decoration: underline;
}

a.portfolio-item-logo
{
    float: left;
    clear: left;
    padding-right: 3px;
}

a.portfolio-item-link
{
    display: block;
    clear: both;
    padding-left: 15px;
    margin-top: 15px;
    background: url(images/red_dot.gif) no-repeat 0 50%;
}

.underline
{
    border-bottom-style:dotted;
    border-bottom-width:1px;
    margin-bottom:6px;
}

.slidehome-button
{
    height:37px;
    overflow:hidden;
}

/*contact us*/
.contact-form-div
{
    width: 196px;
    margin-top: 3px;
}

.contact-form-table
{
    text-align: left;
}

.contact-form-table td
{
    height: 20px;
    vertical-align: bottom;
}

.cbl-contact
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 11.5px;
}


.cbl-contact input
{
    margin: 0px;
    margin-bottom: -2px;
    margin-bottom: 2px !ie;
    height: 12px;
}

.cbl-contact label
{
    margin-left: 3px;
}

input.form-box-btn
{
    float: right;
    font-size: 12px;
    height: 19px;
    width: 55px;
}

a.form-box-btn-home
{
    width: 39px;
    height: 16px;
    display:block;
    background: url(Images/submit2.png) no-repeat 0 -17px;    
}

a.form-box-btn-home-disable
{
    width: 39px;
    height: 16px;
    display:block;
    background: url(Images/submit2.png) no-repeat top left;     
    cursor:default;
}

input.watermarktext-color
{
    color: #999999;
    font-size: 10px;
    height: 13px;
    line-height: 13px;
}

/*home*/
.lbl-home-news-title
{
    display: block;
    padding-bottom: 2px;
}

/*Form box start*/

.form-box
{
}

.form-box-body
{
	font-size: 11px;
	margin-bottom: 1.2em;
}

.shadowcontainer-right
{
	width: 245px; /* container width*/
	padding-right: 3px;
	background: transparent url(   '../images/CssImages/shadow-form-box-right.jpg' ) repeat-y top right;
}

.shadowcontainer-bottom
{
	/* container width*/
	background: transparent url(   '../images/CssImages/shadow-form-box-bottom.jpg' ) repeat-x bottom left;
}

.shadowcontainer-bottom .form-box-inner
{
	/* Add container height here if desired */
	background: #eeeeef url(   '../images/CssImages/form-box-bit.jpg' ) repeat-x top left;
	border: 1px solid #b4b4b4;
	padding: 8px;
	position: relative;
	left: -2px; /*shadow depth*/
	top: -5px; /*shadow depth*/
}

.form-box-inner input
{
    font-size:13px;
    line-height:18px;
    height:18px;
}


.form-box-inner p
{
	color: #252525;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 1px;
	padding:0px;
	font-size:10px;
}



.form-box-inner select
{
	color: #404040 ;
}

.top-talent-textbox
{

}

.form-box-header
{
	width: 245px;
	height: 27px;
	position: relative;
	left: -2px;
}

.form-box-list
{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: white;
	font-size: 0.8em;
}

.form-box-list a
{
	color: #bababa;
	font-weight: bold;
	display: block;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	background: transparent url(     '../images/CssImages/form-box-header-dark-left.jpg' ) no-repeat left top;
}

.height-305
{
    height:305px;
}

.height-325
{
    height:325px;
}


/* Upload file starts*/
.form_control_fileupload_large
{
	width: 175px;
	margin-top:5px;
	margin-bottom:5px;
	
}

.InlineDiv
{
	display: inline;
}

input.upload-file
{
    display:block;
    width:100%;
    height:24px;
}

/*Upload file ends*/

/*Quote form list starts*/

.quote-form-layout-list
{
	display:block;
	width:350px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	list-style: none;	
	text-align:left;
}

.quote-form-layout-list td
{
    font-size:11px;
	color:black;
}

.quote-form-layout-list li
{
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

.quote-form-layout-list input
{
	width: 330px;
	padding:0px;
	margin:0px;
	
}

.quote-form-layout-list-checkboxes
{
	display:block;
	width:350px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	list-style: none;	
	text-align:left;
}

.quote-form-layout-list-checkboxes td
{
    width:175px;
}

.quote-form-layout-list-checkboxes li
{
	margin-top:10px;
	margin-bottom:10px;
}

.quote-form-layout-list-checkboxes input
{
	width: 20px;
	padding:0px;
	margin:0px;
	height:18px;
	height:19px !ie;	
}

.quote-form-layout-list select
{
	width: 150px;
	padding:0px;
	margin:0px;
	margin-bottom:8px;

}

.quote-form-layout-list select option
{
    text-align:left;	
}

select.no-of-staff
{
		width: 80px;
	padding:0px;
	margin:0px;
}

select.no-of-Loca
{
   width: 40px; 
	height: 20px;   
}

select.ddl-country
{
		width: 200px;
	padding:0px;
	margin:0px;	
	float:right;
}

select.ddl-country option
{
    width: 190px;
}

select.ddl-wherehear
{
		width: 335px;
	padding:0px;
	margin:0px;		
	margin-top:10px;
}



.quote-form-layout-list textarea
{
	width: 330px;
	padding:0px;
	margin:0px;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
    color:#999999;
}



.quote-form-layout-list-radios input
{
	width:30px;
	
}

.quote-form-layout-list-radios label
{
	position:relative;
	top: -5px;
}

.quote-form-layout-list-radios-table span
{
	display:block;
	margin-bottom:10px;
}

select.ddl-state
{
	margin:0px;
	padding:0px;
}

.sliderBox
{
	background: transparent url(   '../images/CssImages/slider_ruler.gif' ) no-repeat bottom center;    
}

.slider-label
{
    display:block;
}

/*Quote form list ends*/

.quote-form
{
	width: 375px;
	text-align: right;
}

.quote-form td
{
	height: 21px;
}

.quote-form th
{
	width: 100%;
	height: 21px;
	text-align: left;
	color: White;
	text-indent: 1em;
	background: Transparent url(     '../images/CssImages/form-header-grey.gif' ) no-repeat left top;
}

.quote-form input
{
	width: 105px;
	height: 12px;
	float: left;
}

.quote-form tfoot td
{
	height: 8px;
}

.quote-form-footer
{
	width: 375px;
	height: 20px;
	margin-top: 80px;
}

.quote-form-footer img
{
	margin-left: 5px;
	margin-right: 5px;
}

.quote-form-btn-next
{
	float: right;
	position: relative;
	right: 10px;
	top: 0px;
	display: block;
	width: 100px;
}

.clientemployer-title
{
	color: #a51326;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
}

.clientemployer-title-wrapper
{
	width: 210px;
	height: 20px;
}

.clientemployer-label
{
	width: 198px;
	height: 35px;
	background-color: white;
	margin: 8px;
	margin-bottom: 0px;
}

a.clientemployer-viewmore
{
	color: #a5a5a5;
	float: right;
	display: block;
}

.casestudy-panel
{
	width: 100%;
}

.casestudy-panel img
{
	width: 75px;
	float: left;
}

.casestudy-text
{
	width: 125px;
	float: right;
	text-align: justify;
}

/*Form box finish*/

/* Homepage news container */

#contentdiv
{
	width: 77%;
	float: right;
}

#info {
		width:100%;
		margin:0px 10px 0 0px;
		overflow:hidden;
		padding:10px 5px 20px 5px;
		position:relative;
		float: left;
	}

#info .nav_arrows 
{
    font-size: 0.93em;
	background:#fff;
	color:#999;
	display:block;
	position:absolute;
	text-decoration:none;
	bottom:2px;		
}

#info a#move-left {
	left:5px;
}

#info a#move-right {
	right:5px;
}

#info .mod {
	overflow:hidden;
}

#themes {
	width:10000px;
}

.mod {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	zoom:1;
}
#themes, #themes li {
    margin:0;
    overflow:hidden;
    padding:0;   
}

#themes li 
{
    font-size: 0.93em;
	float:left;
	height:93px;
	margin:0 10px 0 0;
	width:196px;
	padding:0;
	list-style:none;
	
}

#themes li p
{
    padding-bottom: 0.5em;
	
}

#themes a, #themes a:link, #themes a:visited
{
   font-size: 100%;  
}

#themes a:hover, #themes a:active
{
   color: #903;     
}

li img {
	border:1px solid #fff;
}

.prev
{
    float:left;
}

.next
{
    display:block;
    margin-right:10px;
    float:right;
}