﻿#layout_envelope
{
    width: 956px;
    margin: 0px auto;
    position: relative;
    padding-bottom: 25px;
    overflow: hidden;
}

#layout_topbar
{
    position: relative;
    height: 51px;
}

#layout_topbar_logo
{
    position: absolute;
}

#layout_topbar_controls
{
    position: absolute;
    right: 0px;
    top: 10px;
}

#layout_topbar_controls_bgr
{
    position: absolute;
    right: 0px;
    width: 450px;
    height: 40px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    background-color: black;
}

#layout_topbar_controls_content
{
    position: absolute;
    right: 0px;
    color: White;
    width: 450px;
    line-height: 20px;
}

#layout_topbar_controls_content table 
{
	width: 100%;
}

#layout_topbar_controls_content td
{
    height: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-right: 20px;    
}

#layout_topbar_controls_content td a
{
    text-decoration: none;
    color: White;
}

#layout_topbar_controls_content td.userInfo
{
    padding-left: 32px;
    background-image: url(images/ico_lock.png);
    vertical-align: middle;
    min-width: 60px;
}

#layout_topbar_controls_content td.showBasket 
{
	padding-right: 15px;
	vertical-align: middle;
}

#layout_topbar_controls_content td.showBasket:first-letter
{
	text-transform: uppercase;
}

#layout_topbar_controls_content td.userInfo a:link,
#layout_topbar_controls_content td.showBasket a:link,
#layout_topbar_controls_content td.userInfo a:visited,
#layout_topbar_controls_content td.showBasket a:visited
{
	text-decoration: underline;
}

#layout_topbar_controls_content td.userInfo a:hover,
#layout_topbar_controls_content td.showBasket a:hover
{
	text-decoration: none;
}

#layout_topbar_controls_content td.userInfo a:active,
#layout_topbar_controls_content td.showBasket a:active
{
	text-decoration: underline;
}

#layout_topbar_controls_content td.basketInfo
{
    padding-left: 30px;
    padding-top: 5px;
    height: 35px;
    background-image: url(images/ico_basket.png);    
    line-height: 15px;
}

#layout_topbar_controls_content td.basketInfo span.newLine 
{
	display: inline-block;
	float: left;
	clear: left;
}


#layout_top_menu
{
    position: relative;
    margin: 10px 0px;
    overflow: hidden;
}
 
#layout_top_menu DIV.statusInfo
{
	float: right;		
	padding-right: 10px;
	margin-top: 10px;
}

#layout_top_menu DIV.statusInfo A
{
	text-decoration: none;
}

#layout_products 
{
	background: url(images/tabs/hpprod_barbgr_btm.png) no-repeat left bottom;
}

DIV.statusMode1 
{
	font-size: 10px;
	background-image: url(images/tabs/tabVip_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	line-height: 20px;
	font-weight: 700;
	color: #666666;
}

DIV.statusMode1 SPAN
{
	display: block;
	background-image: url(images/tabs/tabVip_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	font-size: 12px;
	text-decoration: none;
}



#layout_where_block
{
    color: White;
    text-align: right;
    margin-bottom: 10px;
}

#layout_where_block a
{
    color: White;
}

#layout_left_panel_envelope
{
    width: 222px;
    float: left;
}

#layout_right_panel_envelope
{
    width: 734px;
    float: right;
}

#layout_floatingfooter
{
    height: 64px;
    background-color: #30486c;
    overflow: hidden;
    background-image: url(images/floater_bgr1.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    color: White;
}

#layout_floatingfooter_inner
{
    width: 906px;
    margin: 0px auto;
    padding: 12px 20px 0px;
    height: 52px;
}

.layout_bottomstyle
{
}

.layout_bottomstyle A
{
    color: #fbb600;
}

.layout_bottomstyle SPAN.spacer
{
    padding: 0px 15px;
}

/******************************* Homepage **********************************/

#layout_hparea
{
    overflow: hidden;
    zoom: 1; /* trigger IE hasLayout */
}

#layout_hparea  DIV.hpwindow1
{
    float: left;
    width: 567px;    
}

#layout_hparea  DIV.hpwindow2
{
    float: right;
    width: 377px;    
}

#layout_bottompanel
{
    overflow: hidden;
}


DIV.content_panel
{
    background-image: url(images/contentpanel_bgr.png);
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 600px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 15px 2px 10px 6px;
}

DIV.left_panel
{
    padding: 4px 0px 10px 0px;
}

DIV.e_consulting_panel 
{
	background: url(images/cons_banner.png) no-repeat center;
	width: 222px;
	height: 118px;
}

DIV.e_consulting_panel a 
{
	position: relative;
	top: 70px;
	left: 130px;
}

DIV.e_consulting_panel a img 
{
	width: 64px;
	height: 40px;
}

DIV.content_panel DIV.generic_bodyframe
{
    padding: 10px 10px;
}

a.button 
{
    background-color: #F0F0F0;    
    padding: 0px 2px 2px 8px;
    color: Navy;    
    display: inline-block;
    background-image: url(images/tinyarrow.png);
    background-repeat: no-repeat;
    background-position: left center;        
    margin: 0px 2px;
    
}

