@charset "UTF-8";

/* Altalanos elemek*/


body {
	margin-top:40px;
}
* {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303030;
}
p {
	margin:14px 0;
}
a {
	text-decoration:underline;
	color:#c60612;
	font-weight:bold;
	
}
a:hover {
	text-decoration:none;
	color:#303030;
}
a.okker {color:#fbc100;}
a.purple {color:#59408d;}
a.lime {color:#a7c500;}
a.green {color:#68a104;}
a.pink {color:#d94289;}
a.yellow {color:#ebd626;}
a.blue {color:#40568d;}
#centering {
	width: 900px;
	margin: auto auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
}
a.arrowback {
	margin:3px 4px;
	background:url(arrow_back.gif) no-repeat 0 3px;
	padding-left:10px;
	font-weight:normal;
}
a.arrowforward {
	margin:3px 4px;
	background:url(arrow_forward.gif) no-repeat right 3px;
	padding-right:8px;
	font-weight:normal;
}
a.arrowback:hover {
	background-position:0 -20px;
}
a.arrowforward:hover {
	background-position:right -20px;
}
.clear {
	clear:both;
}
img.border {
	padding:6px;
	background-color:white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:1px solid #aaaaaa;
	margin-bottom:10px;
	clear:both;
}
img.leftalign {
	margin-right:15px;
}
img.rightalign {
	margin-left:15px;
}
div.title {
	padding:10px 0 5px 0;
}
ul.simple {
	list-style-type:none;
	margin:6px 0;
}
ul.simple li {
	line-height:1.4;
}
h1.title {
	font-size:30px;
	font-weight:normal;
	margin:15px 0;
}
.note {
	font-size:11px;
	font-style:italic;
}
.important {
	color:#c60612;
}

/* Header */

#header {
	width:900px;
	height:80px;
	background:url(header_bg.png) no-repeat;
}
#header .logo {
	margin:1px 0 0 12px;
	float:left;
}
#navisearch {
	float:right;
}
#navisearch .navi {
	margin:8px 12px 0 0;
	text-align:right;
}
#navisearch .navi ul {
	list-style: none;
}
#navisearch .navi ul li {
	display: inline;
	list-style-type: none;
	margin:0;
}
#navisearch .navi ul li a {
	color:#727272;
	text-decoration:none;
	font-size:11px;
	padding:0 6px;
	border-right:1px solid #aaaaaa;
}
#navisearch .navi ul li a:hover {
	color:#c60612;
	text-decoration:none;
}
#navisearch .navi ul li.last a {
	color:#c60612;
	border:none;
}
#navisearch .navi ul li.last a:hover {
	color:#727272;
}
#navisearch .search {
	margin-top:8px;
	text-align:right;
}
#navisearch .search input.searchfield {
	width:190px;
	height:17px;
	background:transparent url(search_bg.png) no-repeat;
	border:none;
	padding:4px 8px 0 30px;	
}
#navisearch .search input.searchfield:focus {
	background:transparent url(search_bg_focus.png) no-repeat;
}

.feliratkozmezo {
	width:185px;
	height:17px;
	background:transparent url(feliratkozas_mezo.png) no-repeat;
	border:none;
	padding:0px 10px 0 10px;	
}
feliratkozmezo:focus {
	background:transparent url(search_bg_focus.png) no-repeat;
}

#navisearch .search input.button{
	margin:1px 15px 0 5px;
}
#navisearch .search img.button{
	margin:1px 15px 0 5px;
} 
#navisearch .search div.searchRadio {
	margin:5px 115px;
}
#navisearch .search .searchRadio label {
	font-size:11px;
	margin-left:5px;
}
#navisearch .search .searchRadio input {
	vertical-align:top;
}

/* Main Menu */
#mainMenu {
	margin-top:9px;
	width:900px;
	height:51px;
	background:url(mainmenu_bg.png) no-repeat;
}
#mainMenu ul {
	list-style: none;
}
#mainMenu ul li {
	list-style-type: none;
	background:url(mainmenu_separate.png) no-repeat right top;
	float:left;
}
#mainMenu ul li.last {
	background:none;
}
#mainMenu ul li a {
	float:left;
	width:150px;
	height:51px;
	text-align:center;
}
#mainMenu ul li a:hover {
	background:url(mainmenu_hoverbg.png) repeat-x;
	cursor:hand;
}
#mainMenu ul li a.first:hover {
	background:url(mainmenu_hoverleftbg.png) no-repeat;
}
#mainMenu ul li a.last:hover {
	background:url(mainmenu_hoverrightbg.png) no-repeat;
}
#mainMenu ul li a div {
	width:150px;
	height:30px;
	margin-top:21px;
}
#mainMenu ul li a.first div {
	background:url(mainmenu_magunkrol.png) no-repeat center top;
}
#mainMenu ul li a.second div {
	background:url(mainmenu_aktualitasok.png) no-repeat center top;
}
#mainMenu ul li a.third div {
	background:url(mainmenu_megoldasaink.png) no-repeat center top;
}
#mainMenu ul li a.fourth div {
	background:url(mainmenu_referenciaink.png) no-repeat center top;
}
#mainMenu ul li a.fifth div {
	background:url(mainmenu_szerviz.png) no-repeat center top;
}
#mainMenu ul li a.last div {
	background:url(mainmenu_kapcsolat.png) no-repeat center top;
}
#mainMenu ul li a.first:hover div {
	background:url(mainmenu_magunkrol_on.png) no-repeat center top;
}
#mainMenu ul li a.second:hover div {
	background:url(mainmenu_aktualitasok_on.png) no-repeat center top;
}
#mainMenu ul li a.third:hover div {
	background:url(mainmenu_megoldasaink_on.png) no-repeat center top;
}
#mainMenu ul li a.fourth:hover div {
	background:url(mainmenu_referenciaink_on.png) no-repeat center top;
}
#mainMenu ul li a.fifth:hover div {
	background:url(mainmenu_szerviz_on.png) no-repeat center top;
}
#mainMenu ul li a.last:hover div {
	background:url(mainmenu_kapcsolat_on.png) no-repeat center top;
}

/* Featured */
#featured {
	width:900px;
	height:164px;
	background:url(feutred_bg.png) no-repeat;
	padding:11px 0 0 4px;
}
#featured ul {
	list-style: none;
}
#featured li {
	margin-left:7px;
}
#featured li.bg {
	width:214px;
	height:141px;
	float:left;
}
#featured li.bg:hover {
	text-decoration:none;
}
#featured li.bg div {
	padding:50px 40px 8px 20px;
}
#featured li.bg a {
	font-weight:bold;
	padding-left:20px;
	text-decoration:underline;
}
#featured li.bg a:hover {
	text-decoration:none;
}
#featured li.first {
	background:url(featuredbg_kozbeszerzes.png) no-repeat;
}
#featured li.first:hover {
	background:url(featuredbg_kozbeszerzes_on.png) no-repeat;
}
#featured li.first:hover div {
	color:white;
}
#featured li.first a {
	color:#f9000f;
}
#featured li.second {
	background:url(featuredbg_kereskedelem.png) no-repeat;
}
#featured li.second:hover {
	background:url(featuredbg_kereskedelem_on.png) no-repeat;
}
#featured li.second:hover div {
	color:white;
}
#featured li.second a {
	color:#f0a600;
}
#featured li.third {
	background:url(featuredbg_isolution.png) no-repeat;
}
#featured li.third:hover {
	background:url(featuredbg_isolution_on.png) no-repeat;
}
#featured li.third:hover div {
	color:white;
}
#featured li.third a {
	color:#896ac9;
}
#featured li.last {
	background:url(featuredbg_rendszerintegracio.png) no-repeat;
}
#featured li.last:hover {
	background:url(featuredbg_rendszerintegracio_on.png) no-repeat;
}
#featured li.last:hover div {
	color:white;
}
#featured li.last a {
	color:#a7c500;
}

/* Main Content */
#mainContent .bgtop {
	background:url(maincontent_top.png) no-repeat;
	height:12px;
	width:900px;
}
#mainContent {
	background:url(maincontent_middle.png) repeat-y;
}
#mainContent div.content {
	background:url(maincontent_contentbg.png) bottom no-repeat;
	padding:0 12px 12px 12px;
}
#mainContent div.content div.left {
	width:406px;
	float:left;
	border-right:1px solid #d4d4d4;
}
#mainContent div.content div.left div {
	float:left;
}
#mainContent div.content div.left div.pictureside {
	width:186px;
}
#mainContent div.content div.left div.text {
	width:195px;
	padding:10px 20px 0 5px;
}
#mainContent div.content div.center {
	float:left;
	width:204px;
	border-right:1px solid #d4d4d4;
	padding:10px 15px 0 15px;
}
#mainContent div.content div.center div.lead {
	border-bottom:1px solid #e2e2e2;
	padding:9px 0;
}
#mainContent div.content div.center div.lead .date {
	font-size:11px;
}
#mainContent div.content div.center div.lead a {
	color:#303030;
	text-decoration:none;

}
#mainContent div.content div.center div.lead a:hover {
	color:#c60612;
	text-decoration:underline;
}
#mainContent div.content div.center div.more {
	text-align:right;
	margin-top:5px;
}
#mainContent div.content div.right {
	float:left;
	width:224px;
	padding-left:10px;
}
#box1 a:hover, #box2 a:hover, #box3 a:hover {
	color:#c60612;
}
#box1 a, #box2 a, #box3 a, #box3loggedin a, #box3loggedin a.logout {
	color:#333333;
	font-size:11px;
}
#box1 {
	width:206px;
	height:44px;
	background:url(box_kozbeszerzes_bg.png) no-repeat;
	padding:5px 0 35px 17px;
/*37*/
}
#box2 {
	width:206px;
	height:44px;
	background:url(box_szerviz_bg.png) no-repeat;
	padding:5px 0 35px 17px;
	margin-top:10px;
}
#box3 {
	margin-top:10px;
	width:206px;
	height:57px;
	background:url(box_webaruhaz_bg.png) no-repeat;
	padding:5px 0 35px 17px;
}
#box3loggedin div.user {
	margin:7px 0;
}
#box3loggedin {
	margin-top:10px;
	width:206px;
	height:57px;
	background:url(box_webaruhazloggedin_bg.png) no-repeat;
	padding:37px 0 0 17px;
}
#box3loggedin a.logout {
	color:#3030303;
}
#box3 input, #box3loggedin input {
	width:56px;
	height:20px;
	border:1px solid #aaaaaa;
	margin-right:5px;
	padding:2px;
}
#box3 div, #box3loggedin div {
	margin:4px 0;
}
/* Footer Content */
#footer {
	text-align:center;
	margin:20px 0;
}
#footer img {
	margin:0 10px;
	vertical-align:middle;
}
/* Navigation */
#navigation {
	height:23px;
	padding:12px 18px 0 18px;
}
#navigation img {
	margin:0 5px;
}
#navigation a {
	text-decoration:none;
	font-weight:normal;
	color:#333333;
}
#navigation a:hover {
	color:#c60612;
}
/* Left Content */
.content .leftcontentholder {
	float:left;
	width:637px;
}
.content .leftcontentbg {
	background:url(contentinside_middlebg.png) repeat-y;
}
.content .leftcontentbg .leftcontent {
	background:url(contentinside_topbg.png) no-repeat top;
}
.content .leftcontentbg .leftcontent1 {
	background:url(contentinside_topbg1.png) no-repeat top;
}
.content .leftcontentbg .leftcontent2 {
	background:url(contentinside_topbg2.png) no-repeat top;
}
.content .leftcontentbg .leftcontent3 {
	background:url(contentinside_topbg3.png) no-repeat top;
}
.content .leftcontentbg .leftcontent4 {
	background:url(contentinside_topbg4.png) no-repeat top;
}
.content .leftcontentbg .leftcontent5 {
	background:url(contentinside_topbg5.png) no-repeat top;
}
.content .leftcontentbg .leftcontent6 {
	background:url(contentinside_topbg6.png) no-repeat top;
}
.content .leftcontentbg .leftcontent7 {
	background:url(contentinside_topbg7.png) no-repeat top;
}
.content .leftcontentbg .leftcontent8 {
	background:url(contentinside_topbg8.png) no-repeat top;
}


.content .leftcontentbottom {
	height:11px;
	background:url(contentinside_bottombg.png) no-repeat;
}
.leftcontent, .leftcontent1, .leftcontent2, .leftcontent3, .leftcontent4, .leftcontent5, .leftcontent6, .leftcontent7, .leftcontent8 {
	padding:20px 20px 1px 20px;
}

/* Right Content */
.content .rightcontent {
	float:right;
}
div.boxBlack {
	background:url(box_blackbg.png) no-repeat;
	width:193px;
	height:237px;
	margin-bottom:15px;
	padding:25px 15px;
	
}
div.boxBlack p, div.boxBlack strong {
	color:white;
}
div.boxBlack a {
	color:#fbc100;`
}
/* Aktualitások */
.article {
	margin:10px 0;
	padding-top:4px;
	border-bottom:1px solid #ececec;
}
.article h1 {
	font-size:20px;
	font-weight:normal;
}
.article ul {
	list-style:url(article_list.png);
	margin-left:20px;
	line-height:1.4;
	margin-bottom:15px;	
}
.pages {
	float:right;
	margin-top:20px;
}
.pages ul {
	list-style:none;
	display:inline;
}
.pages ul li {
	float:left;
	padding:0 4px;
	border-right:1px solid #5e5e5e;
}
.pages ul li.noborder {
	border:none;
}
.pages a {
	text-decoration:none;
}


/* Megoldasaink */
.solution {
	margin:15px 3px 5px 0px;
	float:left;
	width:281px;
	padding-right:14px;
	min-height:110px;	/* Firefox, Opera, IE7 ertelmezi */
}
* html .solution {
  height: 110px; /* IE6 ertelmezi es automatikusan no a magassag, ha ennel tobb a tartalom*/
 }
.solution h1, .solution h1 a {
	font-size:18px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}
.solution p {
	margin-top:3px;
	margin-bottom:0px;
}
.solution p {
	margin-left:106px;
}
/* Kozbeszerzes */
a.arlistabutton {
	float:left;
	width:202px;
	height:180px;
	background:url(submenu_arlista.png) no-repeat top;
	margin:15px 48px 35px 48px;
}
a.arlistabutton:hover {
	background-position:bottom;
}
a.szerzodesbutton {
	float:left;
	width:202px;
	height:180px;
	background:url(submenu_szerzodesek.png) no-repeat top;
	margin:15px 48px 35px 48px;
}
a.szerzodesbutton:hover {
	background-position:bottom;
}

/* Kapcsolodo referenciak */

div.related {
	clear:both;
	border-top:1px solid #ededed;
	padding-top:15px;
}
.leftcontent1 .related {
	background:url(bottomflower1.jpg) no-repeat 400px bottom;
}
.leftcontent2 .related {
	background:url(bottomflower2.jpg) no-repeat 400px bottom;
}
.leftcontent3 .related {
	background:url(bottomflower3.jpg) no-repeat 400px bottom;
}
.leftcontent4 .related {
	background:url(bottomflower4.jpg) no-repeat 400px bottom;
}
.leftcontent5 .related {
	background:url(bottomflower5.jpg) no-repeat 400px bottom;
}
.leftcontent6 .related {
	background:url(bottomflower6.jpg) no-repeat 400px bottom;
}
.leftcontent7 .related {
	background:url(bottomflower7.jpg) no-repeat 400px bottom;
}
.leftcontent8 .related {
	background:url(bottomflower8.jpg) no-repeat 400px bottom;
}


/* Referenciaink */
.reference {
	margin:15px 3px 5px 0px;
	float:left;
	width:281px;
	padding-right:14px;
	min-height:110px;	/* Firefox, Opera, IE7 ertelmezi */
}
* html .reference {
  height: 110px; /* IE6 ertelmezi es automatikusan no a magassag, ha ennel tobb a tartalom*/
 }
.reference .picture {
	float:left;
	width:100px;
}
.reference .picture {
	width:91px;
	height:91px;
	background:url(ref_iconbg.png) no-repeat;
}
.reference .picture a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	width:91px;
	height:91px;
 }
 
.reference .picture a * {
    vertical-align: middle;
}
/* */
 .reference a.picture {
    display: block;
}
 .reference a.picture span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
.reference .text {
	float:left;
	width:175px;
	padding-left:15px;
}
 


.reference h1, .reference h1 a {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
.reference p {
	margin-top:3px;
	margin-bottom:0px;
}
.reference h1, .reference p {
	
}
/* Tablazat */
div.roundborder {
	background:url(cell_roundborder_top.png) no-repeat;
	padding-top:6px;
	width:601px;
}
div.roundborder .inside {
	background:url(cell_middleborder.png) repeat-y;
}
div.roundborderBottom {
	height:5px;
	background:url(cell_roundborder_bottom.png) top no-repeat;
	width:601px;
	clear:both;
}
div.roundborderLastBottom {
	height:6px;
	background:url(cell_roundborder_bottom.png) top no-repeat;
	width:601px;
	clear:both;
	margin-bottom:15px;
}
div.roundborder .inside .buttons {
	float:left;
	width:125px;
	padding-left:10px;
}
div.roundborder .inside .button {
	float:left;
	width:70px;
	padding-left:15px;
}
div.roundborder .inside .buttons img,  div.roundborder .inside .button img {
	margin:5px 5px 5px 5px;
}

div.roundborder .inside .text {
	float:right;
	padding-top:10px;
	width:465px;
}
div.roundborder .inside .button + .text {
	width:515px;
}
div.roundborder .text p {
	margin:2px 0;
}

/* Szerviz */
#serviceform {
	width:603px;
}
#serviceform .header a.mstatusz, #serviceform .header div.mstatusz {
	float:left;
	width:301px;
	height:40px;
	background:url(submenu_mstatusz.png) top no-repeat;
}
#serviceform .header a.hibabajelentes, #serviceform .header div.hibabajelentes {
	float:left;
	width:302px;
	height:40px;
	background:url(submenu_hibabejelentes.png) top no-repeat;
}
#serviceform .header a.mstatusz:hover, #serviceform .header a.hibabajelentes:hover, #serviceform .header div.mstatusz, #serviceform .header div.hibabajelentes  {
	background-position:bottom;
}
#serviceform .formcontainer {
	clear:both;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	background:white url(serviceform_bg.png) repeat-x bottom;
	padding:5px 15px;
} 
#serviceform h2 {
	border-bottom:1px solid #d7d7d7;
	padding-bottom:4px;
}
#serviceform .formbottom {
	width:603px;
	height:9px;
	display:block;
	background:url(serviceform_bottom.png) no-repeat;
}
#serviceform table.form {
	margin:10px 0;
	padding-right:10px;
}
#serviceform table.form td {
	padding:4px;
}
#serviceform table.form td.label {
	text-align:right;
	width:116px;
	vertical-align:top;
	padding-top:6px;
}
#serviceform div.hbejelent table.form td.label {
	width:200px;
}
#serviceform div.hbejelent div.note {
	border-top:1px solid #d7d7d7;
	padding-top:15px;
	margin-top:15px;
}
#serviceform table.form td.important {
	color:#c60612;
	width:5px;
	padding:0;
}
#serviceform table.form td.input input {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #aaaaaa;
	height:17px;
	padding:1px 4px 0 4px;
	width:100%;
}
#serviceform table.form td.input input.file {
	height:24px;
	padding-top:0;
	border:none;
}
#serviceform table.form td.input input.file + .note {
	margin-top:3px;
}
#serviceform table.form td.input textarea {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #aaaaaa;
	height:100px;
	padding:1px 4px 0 4px;
	width:100%;
	resize:none;
}
#serviceform table.form td.split {
	width:150px;
}
#serviceform div.important {
	width:200px;
	float:left;
}
#serviceform div.submit {
	float:right;
}
#serviceform div.hbejelent div.note ul {
	list-style:url(article_list.png);
	margin-left:20px;
	line-height:1.4;
	margin-bottom:15px;	
}

/* Kapcsolat */
div.kapcsolat .pictureside {
	margin-top:15px;
}
div.kapcsolat h1 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
}
div.kapcsolat a {
	font-weight:normal;
}
div.kapcsolat div.emails {
	margin-top:30px;
}
div.kapcsolat div.emails h2 {
	margin-top:18px;
}
div.kapcsolat h2 + p {
	margin-top:0;
}
div.kapcsolat div.map {
	claer:both;
}
div.kapcsolat table td {
	padding:3px 3px 3px 0;
}
div.kapcsolat table td.label {
	width:60px;
}
/* Webï¿½ruhï¿½z */
div.webaruhaz div.steps img {
	margin:5px 4px;
}
div.webaruhaz #box3 {
	margin-top:0;
	margin-bottom:5px;
}
#boxManufacts {
	width:223px;
	height:287px;
	background:url(box_gyartok.png) no-repeat;
	margin-bottom:10px;
}
#boxManufacts iframe {
	border:none;
	margin:50px 0 0 18px;
	width:190px;
	height:220px;
}
#gyartolista a {
text-decoration:none;
}
body#lista {
	margin:0;
}
#gyartolista li {
	background:url(gyartolista_separate.png) bottom no-repeat;
	height:16px;
	padding-top:2px;
}
#gyartolista li a {
	background:url(article_list.png) no-repeat 0 3px;
	padding-left:13px;
}
div.webaruhaz h1 {
	font-size:28px;
	font-weight:normal;
}
div.webaruhaz table.lista {
	clear:both;
	margin-top:10px;
}
div.webaruhaz table.lista th {
	background:#b40813 url(th_bg.gif) repeat-x;
	height:25px;
	color:white;
	padding:2px 15px 0 15px;
}
div.webaruhaz table.lista th.pn {
	width:50px;
}
div.webaruhaz table.lista td {
	padding:3px;
}
div.webaruhaz table.lista td.name {
	padding-left:13px;
}
div.webaruhaz table.lista td.name a {
	text-decoration:none;
	font-weight:normal;
}
div.webaruhaz table.lista td.category {
	background:black;
	color:white;
	font-size:15px;
	padding:4px 15px;
}
div.webaruhaz table.lista tr.even {
	background:#e5e5e5;
}
div.webaruhaz table.lista td.price {
	text-align:right;
}
div.webaruhaz table.lista input {
	width:19px;
	height:13px;
	border:1px solid #5e5e5e;
}
div.webaruhaz table.lista td.cart {
	text-align:center;
}
div.webaruhaz table.lista tr:hover {
	background:#CACACA;
}

/* Kereses eredmenye */
div.searchresult h2 {
	border-bottom:1px solid #e2e2e2;
	clear:both;
}
h2.title {
	font-size:30px;
	font-weight:normal;
	margin:20px 0 5px 0;
}

/* English version */
div#englishTop {
	background:url(english_middle_top.png) no-repeat;
	width:900px;
	height:17px;
	margin-top:9px;
}
div.englishMiddle {
	width:900px;
	height:280px;
	background:url(english_bottombg.png) no-repeat;
	padding:11px 0 0 4px;
}
div.englishMiddle div.left div.pictureside {
	width:186px;
	float:left;
	margin-left:15px;
}
div.englishMiddle div.left {
	float:left;
}
div.englishMiddle div.left div.text {
	width:195px;
	padding:5px 20px 0 5px;
	float:left;
	border-right:1px solid #d4d4d4;
}
div.englishMiddle div.right {
	float:left;
	padding:0 25px;
	width:420px;
}
div.englishMiddle div.right h1 {
	font-size:20px;
	font-weight:normal;
	margin:15px 0;
}
div.englishMiddle div.right a {
	font-weight:normal;
}

div.englishMiddle div.right table td {
	padding:3px 3px 3px 0;
}
div.englishMiddle div.right table td.label {
	width:60px;
	vertical-align:top;
}
#mainContent div.english div.left {
	width:606px;
	float:left;
	border-right:none;
	margin-left:10px;
}
#mainContent div.english  div.solutions {
	clear:both;
}
#mainContent div.english .boxOurcustomers {
	background:url(boxOurcustomers_bg.png) no-repeat;
	width:183px;
	height:249px;
	margin-bottom:15px;
	margin-top:10px;
	padding:45px 20px 25px 20px;
	
}
#mainContent div.english .boxOurcustomers p, #mainContent div.english .boxOurcustomers li {
color:white;
}
#mainContent div.english .boxOurcustomers ul {
	list-style:none;
	padding-left:10px;
}
#mainContent div.english .boxOurcustomers ul li {
	font-weight:bold;
	line-height:1.4;
}
#mainContent div.english #boxService {
	background:url(boxService_bg.png) no-repeat;
	height:243px;
	width:222px;
}
#mainContent div.english #boxService p {
	padding:115px 20px 0 20px;
}

/* Figure */

#figure {
	position:absolute;
	z-index:10;
	margin:-50px 0 0 250px;
}

