body {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	background-color: #f1f1f2;
	font-family: arial;
	font-size: 10pt;
	color: #000;
}

/** Main style **/

a:focus { outline:none; }

#Header {
	position: absolute;
	background-image: url("../images/topbackground.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 132px;
}

#MessageScreen {
	position: absolute;
	z-index: 1000;
	background-color: #8f9090;
	width: 990px;
	height: 356px;
	display: none;
}

#MessageScreen A {
	color: #fff;
	text-decoration: none;
	cursor: default;
}

#MessageScreenContent {
	position: relative;
	width: 990px;
	left: 50%;
	margin-left: -495px;
	color: #fff;
}

.MessageScreenButton {
	width: 100px;
}

#CountryList {
	position: relative; 
	width: 500px; 
	margin: 0px; 
	padding: 4px; 
	z-index: 10;
}

#CountryList LI {
	float: left; 
	width: 164px; 
	list-style: none; 
	height: 18px;
}

#CountryList LI IMG {
	float: left; 
	margin-right: 10px;
	margin-left: 10px;
}

#CountryList LI INPUT {
	margin-top: -1px;
	*margin-top: -2px;
	float: left; 
}

#LanguageList {
	position: relative; 
	width: 450px; 
	margin: 0px; 
	padding: 5px; 
	z-index: 1;
}

#LanguageList LI {
	float: left; 
	width: 150px; 
	list-style: none;
}

#LanguageList LI IMG {
	float: left; 
	margin-right: 10px;
	margin-left: 10px;
}

#LanguageList LI INPUT {
	*margin-top: -3px;
	float: left; 
}

#MessageScreenContent STRONG {
	margin-top: 5px;
	color: #fff;
	font-size: 12pt;
	margin-bottom: -5px;
	display: block;
	margin-left: 10px;
	z-index: 1;
}

#Container {
	position: absolute;
	width: 991px;
	left: 50%;
	margin-left: -497px;
	border: 0px solid #000;
	height: auto;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 50px;
}

#topHeader {
	width: 986px;
	height: 85px;
}

#topHeaderLeft {
	position: relative;
	float: left;
	padding-top: 5px;
	width: 165px;
	height: 77px;
	color: #fff;
	font-size: 8pt;
}

#topHeaderLeft UL {
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
	margin-left: 5px;
}

#topHeaderLeft UL LI.LI1 IMG {
	float: left; 
	margin-right: 10px;
}

#topHeaderLeft UL LI.LI2 IMG {
	margin-left: -26px; 
	float: left; 
	margin-right: 10px;
}

#topHeaderLeft H1 {
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	color: #fff;
}

#topHeaderLeft A {
	color: #fff;
	text-decoration: none;
	outline: none;
}

#topHeaderMiddle{
	position: relative;
	float: left;
	width: 650px;
	height: 82px;
	padding-left: 50px;
}

#topHeaderRight {
	position: relative;
	float: right;
	width: 116px;
	text-align: right;
	color: #fff;
	font-size: 8pt;
}

#topHeaderRight A {
	color: #fff;
	text-decoration: none;
	outline: none;
}

#TemplateColors {
	text-align: right;
	display: none;
}

#mainNavigationMenu {
	height: 35px;
	width: 991px;	
	margin-bottom: 7px;
}

#mainNavigationMenu UL.mainMenu {
	margin: 0px;
	padding: 0px;
	height: 35px;
	background-color: #0d84ba;
	border-right: 1px solid #2e96c5;
}

#mainNavigationMenu UL.mainMenu LI{
	float: left;
	width: 165px;
	height: 35px;
	list-style: none;
}

#mainNavigationMenu UL.mainMenu LI A{
	display: block;
	width: 144px;
	height: 15px;
	padding: 10px;
	font-family: arial;
	font-size: 11pt;
	color: #d6ecf5;
	text-decoration: none;
	background-image: url("../images/main_arrow.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left: 1px solid #2e96c5;
	outline: none;
}

#mainNavigationMenu UL.mainMenu LI A:hover{
	display: block;
	width: 144px;
	height: 15px;
	padding: 10px;
	font-family: arial;
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left: 1px solid #00aeef;
	background-color: #0093d1;
	outline: none;
}

#mainNavigationMenu UL.mainMenu LI A.Active{
	display: block;
	width: 144px;
	height: 15px;
	padding: 10px;
	font-family: arial;
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left: 1px solid #00aeef;
	background-color: #0093d1;
	outline: none;
	font-weight: bold;
}

.LoadingHeaderPhoto {
	margin-top: 7px;
	margin-left: 1px;
	width: 989px;
	height: 355px;
	overflow: hidden;
	background-color: #ccc;
	background-image: url("../images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#HeaderPhoto SPAN.error {
	margin-left: 390px;
	margin-top: 220px;
	display: block;
}

#HeaderPhoto {
	margin-top: 7px;
	margin-left: 1px;
	width: 989px;
	height: 355px;
	overflow: hidden;
}

#HeaderText {
	position: absolute; 
	margin-left: 75px; 
	margin-top: 30px; 
	color: #fff; 
	font-family: arial; 
	font-size: 11pt;
}

#HeaderText H1 {
	margin: 0px; 
	padding: 0px;
}

#AppFlag {
	position: absolute;
	z-index: 900;
	margin-left: -36px;
	margin-top: 30px;
}

#PlaceHolder {
	position: relative;
	margin-top: 7px;
	overflow: hidden;
}

#leftSideBar {
	margin-bottom: 0px;
	padding: 15px;
	float: left;
	width: 192px;
	height: auto;
	min-height: 800px;
	/* background: rgba(255, 255, 255, 0.8); */
	background: #fff;
	background-image: url("../images/sidebarbackground.png");
	background-position: right; 
	background-repeat: repeat-y;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 32767px;
	margin-bottom: -32725px;
}

.CountryList {
	margin: 0px;
	padding: 0px;
}

.CountryList LI {
	list-style: none;
	margin-bottom: 3px;
}

.CountryList LI STRONG {
	color: #1b8ccb;
} 

.CountryList LI IMG {
	float: left;
	margin-right: 3px;
}

.CountryList LI A {
	color: #000;
	text-decoration: none;
	outline: none;
}

.CountryList LI A:hover {
	color: #1b8ccb;
	text-decoration: none;
}

#MoreCountrysNumbers SPAN.qp_counter {
	margin-left: 5px; 
	margin-right: 5px;
}

#MoreCountrysNumbers A.qp_next {
	display: block;
	margin-top: 20px;
	float: left;
}

#MoreCountrysNumbers .qp_counter {
	margin-top: 20px;
	float: left;
}

#MoreCountrysNumbers A.qp_prev {
	display: block;
	margin-top: 20px;
	float: left;
}


/*## Left navigation ######### */

.navigationMenu {
	margin: 0px;
	padding: 0px;
	width: 205px;
	margin-left: -15px;
}

.navigationMenu LI {
	list-style: none;
}

.navigationMenu LI STRONG {
	text-decoration: none;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 15px;
}

.navigationMenu LI A {
	text-decoration: none;
	color: #000;
	display: block;
	width: 200px;
	font-size: 8pt;
	padding-left: 15px;
	font-weight: bold;
	margin-top: 0px;
	outline: none;
}

.navigationMenu LI A:hover {
	text-decoration: none;
	color: #1b8ccb;
	display: block;
	width: 170px;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 0px;
	outline: none;
}

.navigationSubMenu {
	margin: 0px;
	padding: 0px;
}

.navigationSubMenu LI {
	list-style: none;
}

.navigationSubMenu LI A {
	text-decoration: none;
	color: #000;
	display: block;
	width: 200px;
	padding-left: 30px;
	font-size: 8pt;
	font-weight: 100;
	margin-top: 0px;
	background-image: url(../images/left_arrow.gif);
	background-repeat: no-repeat;
	background-position: 13px;
	outline: none;
}

.navigationSubMenu LI A:hover {
	text-decoration: none;
	color: #1b8ccb;
	display: block;
	width: 170px;
	padding-left: 30px;
	font-size: 8pt;
	font-weight: 100;
	margin-top: 0px;
	background-image: url(../images/left_arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 13px;
	outline: none;
}

.navigationSubMenu LI A.active{
	text-decoration: none;
	color: #1b8ccb;
	display: block;
	width: 170px;
	padding-left: 30px;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0px;
	background-image: url(../images/left_arrow_active.gif);
	background-repeat: no-repeat;
	background-position: 13px;
	outline: none;
}

.navigationSubSubMenu {
	margin: 0px;
	padding: 0px;
	width: 220px;
	background-color: #DAEFF9;
}

.navigationSubSubMenu LI {
	list-style: none;
	min-height: 13px;
}

.navigationSubSubMenu LI A {
	text-decoration: none;
	color: #000;
	display: block;
	width: 170px;
	padding-left: 45px;
	font-size: 8pt;
	font-weight: 100;
	margin-top: 0px;
	background-image: url(../images/left_arrow.gif);
	background-repeat: no-repeat;
	background-position: 28px -3px;
	outline: none;
}

.navigationSubSubMenu LI A:hover {
	text-decoration: none;
	color: #1b8ccb;
	display: block;
	width: 170px;
	padding-left: 45px;
	font-size: 8pt;
	font-weight: 100;
	margin-top: 0px;
	background-image: url(../images/left_arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 28px -3px;
	outline: none;
}

.navigationSubSubMenu LI A.active{
	text-decoration: none;
	color: #1b8ccb;
	display: block;
	width: 170px;
	padding-left: 45px;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0px;
	background-image: url(../images/left_arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 28px -3px;
	outline: none;
}

/*## End left navigation ######### */

/*## Alfabet ################ */

#Alfabet {
	position: relative; 
	float: left; 
	width: 100%; 
	margin-top: 5px;
}

#Alfabet A.SubAlfa {
	font-size: 8pt;
}

/*## End Alfabet ############# */

#leftSideBar H1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #1b8ccb;
}

#leftSideBar #Logo {
	background-color: #1b8ccb;
	margin-left: 14px;
	margin-top: 12px;
	margin-bottom: 5px;
}

.leftBarMenu {
	padding: 0px;
	margin: 0px;
}

.leftBarMenu LI {
	list-style: none;
}

.leftBarMenu LI A {
	list-style: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial;
	color: #9c9ea1;
	text-decoration: none;
	outline: none;
}

.leftBarMenu LI A:hover {
	list-style: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial;
	text-decoration: none;
	color: #1b8ccb; 
	outline: none;
}

#contentBar {
	padding: 15px;
	margin-left: 5px; 
	margin-right: 4px;
	margin-bottom: 0px;
	float: left;
	width: 459px;
	height: auto;
	background: #fff;
	background-image: url("../images/sidebarbackground.png");
	background-position: right; 
	background-repeat: repeat-y;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 32767px;
	margin-bottom: -32733px;
}

#contentBar A {
	color: #000;
	text-decoration: none;
}

#contentBar A STRONG {
	text-decoration: underline;
	color: #1B8CCB;
}

#contentBar A:hover {
	color: #1B8CCB;
	text-decoration: none;
}

#contentBar UL {
	margin: 0px;
	padding: 0px;
}

#contentBar UL LI {
	list-style: none;
}

#contentBar UL LI A {
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
	outline: none;
}

#contentBar UL LI A:hover {
	color: #1b8ccb;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
	outline: none;
}

#contentBar UL LI A.MoreInfo {
	color: #1b8ccb;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
	outline: none;
}

#contentBar UL LI A.MoreInfo:hover {
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
	outline: none;
}

#contentBar A.MoreInfo {
	color: #1b8ccb;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
}

#contentBar A.MoreInfo:hover {
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
}

#SupplierContentHeader {
	width: 451px;
	padding: 3px;
	height: 66px;
	background: #fff;
	border: 1px solid #aaa;
}

#contentBar #SuppliersOverView {
	margin: 0px;
	padding: 0px;
	margin-left: -12px;
}

#SuppliersOverView LI {
	float: left;
	list-style: none;
	margin-bottom: 8px;
	height: 100px;
}

#SuppliersOverView LI STRONG {
	margin-left: 18px;
	font-family: arial;
	font-size: 7pt;
	color: #a0a0a0;
}

#SuppliersOverView LI IMG {
	margin-left: 13px; 
	padding: 3px;
	border: 1px solid #aaa;
}

#contentBar .DotLine {
	margin-top: 7px;
	margin-bottom: 5px;
	/*width: 235px;*/
}

#contentBar P{
	margin: 0px;
	padding: 0px;
}
	
#contentBar H1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #1b8ccb;
}

#contentBar H2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #1b8ccb;
}

#contentBar .image H2 {
	margin: 0px;
	padding: 3px;
	background-color: #1b8ccb;
	width: 229px;
	color: #fff;
	font-size: 9pt;
	font-family: arial;
	float: left;
} 

#contentBar #Left {
	position: relative;
	width: auto;
	height: 135px;
	float: left;
}

#contentBar #LeftSmall {
	position: relative;
	width: 235px;
	height: 135px;
	float: left;
}

#contentBar #Right  {
	position: relative;
	width: 200px;
	height: 135px;
	float: left;
	margin-left: 10px;
}

#contentBar #Right  H2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-family: arial;
	font-size: 18px;
	font-weight: 100;
	color: #1b8ccb;
}

#CoverFlowTitle {
	text-align: center;
	margin-top: -80px;
	font-weight: bold;
	color: #1b8ccb;
	height: 50px;
}

#CoverFlow1 {
	margin-top: 8px;
}

#rightSideBar {
	margin-bottom: 0px;
	float: right;
	width: 237px;
	height: auto;
	background: #fff;
	background-image: url("../images/sidebarbackground.png");
	background-position: right; 
	background-repeat: repeat-y;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 15px;
	color: #000;
	padding-bottom: 32767px;
	margin-bottom: -32730px;
	font-size: 9pt;
}

#rightSideBar A {
	text-decoration: none;
	color: #000;
}

#rightSideBar A:hover {
	color: #1B8CCB;
	text-decoration: none;
}

#rightSideBar UL {
	margin: 0px;
	padding: 0px;
}

#rightSideBar LI {
	margin: 0px;
	padding: 0px;	
	list-style: none;
	height: 17px;
}

#rightSideBar #Overview {
	margin-left: -4px;
}

#rightSideBar .DotLine {
	margin-top: 5px;
	margin-bottom: 5px;
	/*width: 235px;*/
}

#rightSideBar H1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #1b8ccb;
}

#rightSideBar SPAN.image H2{
	margin: 0px;
	padding: 3px;
	background-color: #1b8ccb;
	width: 229px;
	color: #fff;
	font-size: 9pt;
	font-family: arial;
}

#Spacer {
	height: 8px;
	background-image: url("../images/spacer_background.png");
	background-position: top left;
	background-repeat: no-repeat;
}

/** End main style **/

/** Footer style **/

#Footer {
	position: relative;
	height: 130px;
	background-image: url("../images/sidebarbackground.png");
	background-position: right; 
	background-repeat: repeat-y;
	background-color: #1f8ccb;
	border: 1px solid #dfdfdf;
	margin-bottom: 5px;
	padding: 10px;
}

#Footer H2 {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 10pt;
	color: #fff;
	margin-bottom: 10px;
}

#Footer A {
	display: block;
	color: #fff;
	text-decoration: none;
}

#Footer A:hover {
	display: block;
	color: #fff;
	text-decoration: underline;
}

#Footer UL {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 8pt;
}

#Footer UL LI {
	list-style: none;
	height: 18px;
}

#FooterColum1 {
	width: 161px;
	float: left;
	color: #fff;
}

#FooterColum1 IMG {
	float: left;
	margin-right: 5px;
} 

#FooterColum2 {
	width: 161px;
	float: left;
	color: #fff;
}

#FooterColum3 {
	width: 161px;
	float: left;
	color: #fff;
}

#FooterColum4 {
	width: 161px;
	float: right;
	color: #fff;
}

#FooterColum5 {
	width: 161px;
	float: right;
	color: #fff;
}

#FooterColum6 {
	width: 161px;
	float: right;
	color: #fff;
}
/** End footer style **/

/** Second Footer **/

#SecFooter {
	position: relative;
	height: 190px;
	background-image: url("../images/sidebarbackground.png");
	background-position: right; 
	background-repeat: repeat-y;
	background-color: #1f8ccb;
	border: 1px solid #dfdfdf;
	margin-bottom: 10px;
	padding: 10px;
}

#SecFooter P {
	position: absolute;
	right: 10px;
	bottom: 0px;
	*bottom: 10px;
	font-size: 8pt;
	color: #06435F;
}

#SecFooter P A {
	color: #06435F;
	text-decoration: none;
}

#SecFooter P A:hover {
	color: #ccc;
	text-decoration: underline;
}

#SecFooter H1 {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 10pt;
	color: #fff;
	margin-bottom: 10px;
}

#SecFooter UL {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 8pt;
}

#SecFooter UL LI {
	list-style: none;
	height: 18px;
	width: 160px;
	float: left;
}

#SecFooter UL LI IMG {
	float: left;
	margin-right: 3px;
}

#SecFooter UL LI A {
	color: #fff;
	text-decoration: none;
}

#SecFooter UL LI A STRONG {
	color: #06435F;
	text-decoration: none;
}

#SecFooter UL LI A:hover {
	color: #fff;
	text-decoration: underline;
}

/** End Second Footer **/

/** Google search **/

#SearchBar {
	background-repeat: no-repeat; 
	background-position: 483px;
}

.GoogleSearchForm {
	margin-left: 0px;
	margin-top: 5px;
	color: #fff;
}

#GoogleSearchBar {
	padding: 7px;
	height: 26px;
	width: 630px;
	background-color: #dedede;
	margin-top: 5px;
}

#GoogleSearchBar input[type=submit] {
	background-image: url("../images/searchbutton.gif");
	border: 0px;
	width: 118px;
	height: 26px;
	float: right;
	font-size: 10pt;
}

#GoogleSearchBar .SearchBarFlag {	
	float: right;
	margin-right: 132px;
	margin-top: -21px;
	z-index: 1;
}

#GoogleSearchBar input[type=text] {
	border: 0px;
	width: 499px;
	height: 20px;
	float: left;
	font-family: arial;
	font-size: 12pt;
	padding: 3px;
}

/** End Google search **/

/** Dropdown submenu style **/

#subMenu {
	position: absolute;
	left: 50%;
	margin-left: -495px;
	z-index: 1000;
	width: 990px;
	height: 140px;
	display: none;
	background-color: #8f9090;
}

#subMenu UL {
	width: 165px;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 100%;
}

#subMenu UL:hover {
	width: 165px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #0d84ba;
	float: left;
}

#subMenu UL LI {
	list-style: none;
}

#subMenu UL LI A {
	display: block;
	width: 162px;
	padding: 3px;
	text-decoration: none;
	color: #fff;
	padding-left: 9px;
	outline: none;
}

#subMenu UL LI A:hover {
	display: block;
	width: 153px;
	padding: 3px;
	text-decoration: none;
	color: #fff;
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 9px;
	background-color: #00AEEF; 
	outline: none;
}

/** End dropdown submenu style **/