/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #787878;
	background-image: url(bg_top.gif);
	background-repeat: repeat-x;
}

a {
    color: #787878;
    text-decoration: underline;
}

a:hover {
	color: #ed8e00;
}


div.clear {
    clear: both;
    float: none;
}


#main {
    background-image: url(bg.gif);
	background-repeat: repeat-y;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-position: left;
}


#top {
	background-image: url(bg_top.gif);
	background-repeat: repeat-x;
	height: 121px;
}

#b2b_call_center_logo
{
	width: 122px;
	height: 121px;
	float: left;
}


#choose_language 
{	
	margin-top: 12px;
	margin-left: 4px;
	font-size: 10px;
	float: left;	
}

#choose_language a:link, #choose_language a:active, #choose_language a:visited
{
	text-decoration: none;
	color: #787878;
}

#choose_language a:hover
{
	text-decoration: none;
	text-decoration: underline;

}


#choose_language .selected 
{
	font-weight: bold;	
}



#call_center
{
	width: 352px;
	height: 99px;
	float: right;
}

#b2b_menu
{
	width: 550px;
	height: 22px;
	float: right;
	text-align: right;
	margin-top: 0px;
}

#b2b_menu ul {
	margin: 0;
	margin-top: 3px;
	padding: 0;
	list-style-type: none;
}

#b2b_menu li {
	display: inline;
}



#b2b_menu  a {
	padding: 3px 10px 4px 10px;
	background-color: #000;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#b2b_menu  a:link, #list-menu a:active, #list-menu a:visited {
	color: #FFFFFF;
}

#b2b_menu  a:hover {

	background-color: #ed8e00;
	color: #FFFFFF;
	font-weight: bold;
}




#center {
	width: 760px;
	border-right: 1px dashed #b9b9b9;
    display: block;
}

#center_orange_line 
{
	float: left;
	width: 117px;
	height: 100%;
	padding-left: 2px;
}

h1 {
	font-size: 20px;
	color: #ed8e00;
	font-weight: normal;
    margin: 4px 0px 5px 0px;
    padding: 0px;
}

h2 {
	font-size: 16px;
	color: #ed8e00;
	font-weight: normal;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}


h3 {
	font-size: 11px;
	color: #ed8e00;
	font-weight: bold;
	margin-bottom: -10px;
}

#center_content
{
	width: 400px;
	height: 100%;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 10px;
/*    border: 1px solid red;*/
/*    text-align: justify;*/
}



div.path {
/*    color: #000000;*/
/*    padding: 5px 6px 10px 0px;*/
/*    font-size: 8pt;*/
}



#center_right
{
	width: 215px;
//	height: 100%;
	float: right;
}

#right_menu
{
	
	background-color: #f5f5f5;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: dashed #b9b9b9 1px;
}


#right_menu a {
	display: block;
	width: 180px;
	padding: 2px 2px 2px 23px;
/*    background: url(wing.gif) no-repeat;*/
/*    background-repeat: no-repeat;*/
	background-position: left;
	text-decoration: none;
	color: #919191;
}

#right_menu a:link, #list-menu a:active, #list-menu a:visited {
color: #919191;
}

#right_menu a:hover {
/*    background: url(wing_over.gif) no-repeat;*/
	background-position: left;
	color: #464646;
}




#right_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#right_menu li {
	margin: 4px 0 0;
}

div.right_info 
{

	float: none;
	margin: 0px;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-size: 10px;
	border-bottom: dashed #b9b9b9 1px;

}

.bold 
{
	font-weight: bold;
}



#bottom 
{
	background-image: url(bg_bottom.gif);
	background-repeat: repeat-x;
	float: none;
	width: 100%;
	height: 19px;
}

#bottom_center {

	width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-position: left;
}

#bottom_center_left 
{
	float: left;
}

#bottom_center_footer{
	float: right;
	text-align: right;
	font-size: 10px;
	padding-top: 5px;
}


/*** output of the wysiwyg editor ***/

img.inset {
    border-color: #d0d0d0;
    border: 0px solid #d0d0d0;
}

