html, body {
	height: 100%;
}
body{
	background: url(img/css/bg.png) #CCC;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	line-height: 130%;
    border:none
}
*:focus { 
	outline: none; 
}
*:-moz-focus-inner { 
	border: none; 
}
div#body_gradient{
	background: url(img/css/bg-gradient.png) repeat-x transparent top left;
	margin: 0;
	padding: 0;
	min-height: 500px;
	height:100%;
}
div#main{
	margin: 0 auto;
	min-height: 500px;
}
div#main-bottom{
	height: 20px;
	background: url(img/css/main-bottom.png) no-repeat transparent bottom center;
}
div#main-top{
	background: url(img/css/main-top.png) repeat-y transparent bottom center;
	padding-bottom: 10px;
}

img{border: 0;}
div.clear, br.clear{clear: both; height: 0px; overflow: hidden;}
div.container{
	width: 954px;
	margin: 0 auto;
}
a:link, a:visited{
	color: #F37521;
}
/*============= MASTER TABLE ===============================================================================*/
table#master{
	width: 100%;
	height: 100% !important;
	padding: 0;
	margin: 0;
}
table#master tr{
	padding: 0;
	margin: 0;
}
table#master td{
	margin: 0;
	vertical-align: top;
}
table#master td.footer{
	height: 208px;
}
table#master table td{
	inherit: none !important; 
}

/*============= HEADER ===============================================================================*/
div#header_links{
	padding: 0;
	text-align: right;
	width: 948px;
	margin: 0 auto;
}
div#header_links span.sep{
	display: block;
	border-left: 1px solid #bcc0c9;
	width: 1px;
	height: 18px;
	overflow: hidden;
	float: right;
	margin-left: 9px;
	margin-right: 9px;
}
div#header_links span#last{
	margin-left: 127px;
}
div#header_links a:link, div#header_links a:visited{
	color: #000;
	text-decoration: none;
	display: block;
	float: right;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 6px;
	font-size: 10px;
}
div#header_links a:hover{
	color: #f37521;
}
div#header_wrapper{
	background: url(img/css/header.png) no-repeat transparent bottom center;
}
div#header{
	padding: 20px 25px;
	position: relative;
	width: 948px;
	margin: 0 auto;
}
div#header img#sdi_phone{
	float: right;
}

/*============= HEADER  MENU ===============================================================================*/
div#header_menu{
	margin: 0 auto;
	padding: 0;
	width: 944px;
	height: 49px;
}
ul#top_menu{
	padding: 0;
	margin: 0;
	width: 944px;
	list-style: none;
	text-align: center; 
	height: 49px;
}
ul#top_menu li{
	padding: 0;
	margin: 0;
	display: inline; 
	position: relative;
}
ul#top_menu li a:link, ul#top_menu li a:visited{
	background: url(img/css/arr.png) no-repeat transparent top center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
ul#top_menu li a:hover{
	color: #f37521;
}

/* second level */
ul#top_menu li ul{
	width: 250px;
	position: absolute;
	padding: 0;
}
ul#top_menu li ul li{
	display: block;
	margin: 0;
}

/* Main menu settings */
#centeredmenu {
   clear: both;
   float: left;
   margin: 0;
   padding: 0;
   width: 100%;
   z-index: 1000;
   position: relative;
}

/* Top menu items */
#centeredmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
	right: 50%;
}
#centeredmenu ul li {
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
	position: relative;
	left: 50%;
	top: 0px;
}
#centeredmenu ul li:hover{
	background: url(img/css/arr.png) no-repeat transparent top center;
}
#centeredmenu ul li.current{
	background: url(img/css/arr.png) no-repeat transparent top center;
}
#centeredmenu ul li a {
	display: block;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#centeredmenu ul li.current a{
	color: #f37521 !important;
}
#centeredmenu ul li.active a {
	color: #f37521;
}
#centeredmenu ul li a:hover {
	color: #f37521;
	background: url(img/css/arr.png) no-repeat transparent top center;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a {
	color: #f37521;
}

/* Submenu items */
#centeredmenu ul ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	right: auto; 
	width: 100%;
}
#centeredmenu ul ul li {
	left: auto; 
	margin: 0; 
	clear: left;
	width: 100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a {
	font-size: 11px;
	font-weight: normal;
	background: url(img/css/menu-bg.png) transparent;
	color: #666;
	line-height: 14px; 
	border-bottom: 1px solid #f7f7f8;
	padding: 6px 0;
	text-align: center;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover {
   background: #f37521;
   color: #fff;
}

#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul {
   display: block;
}

/* fix */
ul#promocii{
	width: 200px !important;
	margin-left: -50px;
}


/*============= FOOTER ===============================================================================*/
div#footer{
	height: 209px;
	background: url(img/css/footer.png) repeat-x transparent;
	font-size: 11px;
	font-family: Arial;
	line-height: 120%;
	margin-top: 16px;
}

/*============= FOOTER TOP ===============================================================================*/
div#footer_top{
	color: #f37521;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	padding-top: 22px;
	font-weight: normal;
}
div#footer_top a:link, div#footer_top a:visited{
	color: #909295;
	text-decoration: none;
	padding: 0 4px;
	font-weight: normal;
}
div#footer_top a:hover{
	color: #f37521;
}

/*============= FOOTER MIDDLE ===============================================================================*/
div#footer_middle{
	margin-top: 10px;
	background: url(img/css/footer-effect.png) no-repeat transparent top center;
	height: 134px;
}
div#footer_middle_inner{
	width: 958px;
	margin: 0 auto;
	padding: 12px 0;
}
div#footer_middle span.title{
	color: #f37521;
	font-size: 11px;
	display: block;
	letter-spacing: 0;
}
div#footer_logo_div{
	width: 730px;
	float: left;
}
div#footer_logo_div a:link, div#footer_logo_div a:visited{
	width:80px;
	height: 26px;
	padding-right: 24px;
	padding-right: 37px;
	padding-bottom: 0px;
	padding-top: 12px;
	display: block;
	float: left;
	text-align: center;
}
div#footer_logo_div a:link img, div#footer_logo_div a:visited img{
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
	width:75px;
	height: 24px;
}
div#footer_logo_div a:hover img{
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
	width:80px;
	height: 26px;
}
div#footer_newsletter_div{
	width: 217px;
	float: right;
}
form#sdi_newsletter{
	margin: 6px 0;
	padding: 5px;
	padding-top: 3px;
	padding-right: 0;
	background: url(img/css/newsletter-form.png) repeat-x transparent;
	position: relative;
}
input#sdi_newsletter_email{
	background: transparent;
	color: #909295;
	border: 0;
	/*
	width: 157px;
	width: 156px\9;
	*/
	width: 184px;
	width: 184px\9;
	
	font-weight: normal;
	font-size: 11px;
	height: 22px;
	line-height:14px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}
input#sdi_newsletter_subscribe{
	background: url(img/css/newsletter-subscribe.png) no-repeat top center transparent;
	color: #FFF;
	border: 0;
	width: 22px;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	padding: 0;
	margin: 0;
	overflow:hidden;
	text-indent: -3000px;
	cursor: pointer;
}
input#sdi_newsletter_subscribe:hover{
	background: url(img/css/newsletter-subscribe.png) no-repeat bottom center transparent;
}
input#sdi_newsletter_info{
	background: url(img/css/newsletter-unsubscribe.png) no-repeat top center transparent;
	color: #FFF;
	border: 0;
	width: 22px;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	padding: 0;
	margin: 0;
	overflow:hidden;
	text-indent: -3000px;
	cursor: pointer;
}
input#sdi_newsletter_info:hover{
	background: url(img/css/newsletter-unsubscribe.png) no-repeat bottom center transparent;
}

.newsletter_qmark{
	background: url(img/pitanka.png) no-repeat 116px 0px;
	background: url(img/pitanka.png) no-repeat 120px 0px\9;
	cursor: pointer;
}
/*============= FOOTER BOTTOM ===============================================================================*/
div#footer_bottom{
	color: #909295;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 7px;
	position: relative;
}
div#footer_bottom a:link, div#footer_bottom a:visited{
	color: #909295;
	text-decoration: none;
}
div#footer_bottom a:hover{
	text-decoration: underline;
}
#pixelhouse_logo{
	position: absolute;
	top: 4px;
	right: 0;
}

/*============= SIDER MENU ===============================================================================*/
ul#sidermenu{
	width: 194px;
	margin: 0;
	padding: 0;
}
ul#sidermenu li{
	margin: 0;
	padding: 0;
	display: block;
}

ul#sidermenu li a:link, ul#sidermenu li a:visited{
	margin: 0;
	padding: 6px 10px 7px 24px;
	height: 14px;
	display: block;
	background: url(img/css/sm-n.png) no-repeat top center;
	color: #333;
	text-decoration: none;
	font-size: 11px;
}

ul#sidermenu li a:hover, ul#sidermenu li a.current:link, ul#sidermenu li a.current:visited{
	background: url(img/css/sm-o.png) no-repeat top center;
}


ul#sidermenu li.first a:link, ul#sidermenu li.first a:visited{
	margin: 0;
	padding: 10px 1px 7px 0px;
	height: 14px;
	display: block;
	background: url(img/css/sm-t.png) no-repeat top center;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

ul#sidermenu li.first a:hover{
	background: url(img/css/sm-t.png) no-repeat top center;
	color: #F37521 !important;
}
a.colored:link, a.colored:visited{
	cursor: pointer !important;
}
a.colored:hover{
	color: #F37521 !important;
}

ul#sidermenu li.last a:link, ul#sidermenu li.last a:visited{
	margin: 0;
	padding: 7px 10px 12px 24px;
	height: 14px;
	display: block;
	background: url(img/css/sm-b.png) no-repeat top center;
	color: #333;
	text-decoration: none;
	font-size: 11px;
}

ul#sidermenu li.last a:hover, ul#sidermenu li.last a.current:link, ul#sidermenu li.last a.current:visited{
	background: url(img/css/sm-bo.png) no-repeat top center;
}

/*============= TABS ===============================================================================*/
div.tabs_container{
	width: 710px;
	margin: 0;
	padding: 0;
	background: url(img/css/tb-b.png) no-repeat bottom center;
	clear: both;
}
div.tabs_container div{
	padding: 20px;
	color: #444;
}
ul.tabs{
	width: 696px;
	height: 46px;
	margin: 0;
	padding: 0 7px;
	background: url(img/css/tb-t.png) no-repeat 0 40px #FFF;
	
}
ul.tabs li{
	margin: 0;
	padding: 0;
	display: block;
	width: 116px;
	height: 46px;
	float: left;
	
}
ul.tabs li a:link, ul.tabs li a:visited{
	text-decoration: none;
	font-size: 11px;
	color: #333;
	display: block;
	background: url(img/css/tb-n.png) no-repeat top center;
	text-align: center;
	height: 29px;
	margin: 0;
	padding: 6px 2px 11px 2px;
}
ul.tabs li.single a:link, ul.tabs li.single a:visited{
	text-decoration: none;
	font-size: 11px;
	color: #333;
	display: block;
	background: url(img/css/tb-n.png) no-repeat top center;
	text-align: center;
	height: 14px;
	margin: 0;
	padding: 12px 2px 20px 2px;
}

ul.tabs li a:hover, ul.tabs li.single a:hover, ul.tabs li.sdi_tabs_current a{
	background: url(img/css/tb-o.png) no-repeat top center !important;
}

.sdi_tabs_hidden {display: none;}
.sdi_tabs_visible{}

div.sdi_tabs_holder{
	padding-left: 12px;
}

/*============= CONTAINERS ===============================================================================*/
div.simple_container_small{
	background: url(img/css/tb-b.png) no-repeat bottom center;
	width: 710px;
	margin: 0;
	padding: 0;
}
div.simple_container_inner_small{
	background: url(img/css/tb-tt.png) no-repeat top center;
	padding: 20px;
	color: #444;
}
div.simple_container{
	background: url(img/css/simple-container.png) no-repeat top center;
	padding-top: 10px;
	width: 948px;
	margin: 10px auto;
}

div.simple_container_inner h2{
	color: #F37521;
}
div.simple_container_inner{
	background: url(img/css/simple-container.png) no-repeat bottom center;
	padding: 20px;
	padding-top: 10px;
	color: #444;
}
div.sdi_small_container{
	width: 737px;
	margin: 0 auto;
	margin-bottom: 14px;
}
div.sdi_small_container_inner{
	background: url(img/css/blank_small.png) no-repeat top center;
	height: 209px;
	overflow: hidden;
	position: relative;
}
div.sdi_big_container{
	width: 968px;
	margin: 0 auto;
}
div.sdi_big_container_inner{
	background: url(img/css/blank_big.png) no-repeat top center;
	height: 209px;
	overflow: hidden;
	position: relative;
}
div.sdi_big_container_inner h1.simple,
div.sdi_small_container_inner h1.simple{
	position: absolute;
	top: 62px;
	left: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 18px;
	text-transform: uppercase;
	width: 290px;
	line-height: 100%;
}
div.sdi_big_container_inner h1.multiline,
div.sdi_small_container_inner h1.multiline{
	position: absolute;
	top: 52px;
	left: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 18px;
	text-transform: uppercase;
	width: 290px;
	line-height: 110%;
}
div.sdi_big_container_inner div.breadcrumbs, 
div.sdi_small_container_inner div.breadcrumbs{
	position: absolute;
	top: 22px;
	left: 30px;
	font-size: 11px;
	text-transform: lowercase;
	color: #666;
	min-width: 90%; /* IE7-8 Fix */
}

div.sdi_big_container_inner div.breadcrumbs a:link,
div.sdi_big_container_inner div.breadcrumbs a:visited,
div.sdi_small_container_inner div.breadcrumbs a:link,
div.sdi_small_container_inner div.breadcrumbs a:visited{
	color: #666;
	text-decoration: none;
}
div.sdi_big_container_inner div.breadcrumbs a:hover,
div.sdi_small_container_inner div.breadcrumbs a:hover{
	color: #f37521;
}

div.sdi_big_container_inner div.headline,
div.sdi_small_container_inner div.headline{
	position: absolute;
	top: 132px;
	left: 30px;
	font-size: 11px;
	color: #666;
	width: 380px;
}

div.container_left{
	width:  194px;
	float: left;
	padding-top: 10px;
}
div.container_right{
	width: 737px;
	float: right;
}
div.simple_container_inner_small h1{
	line-height: 110%;
}

/*============= NEWS ===============================================================================*/
div.news_listing{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
a.news_image_link:link, a.news_image_link:visited{
	float: left;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 80px;
}
a.news_image_link img{
	width: 80px;
	height: 80px;
	border: 1px solid #CCC;
	padding: 2px;
	background: #FFF;
}
div.news_listing_text{
	width: 304px;
	float: right;
	font-size: 11px;
	color: #555;
	line-height: 140%;
}
div.news_listing_text h3{
	margin: 0;
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 120%;
}
div.news_listing_text div.date{
	margin-bottom: 2px;
	color: #999;
	font-size: 9px;
}
div.news_listing_text h3 a:link, div.news_listing_text h3 a:visited{
	color: #333 !important;
	text-decoration: none !important;
}
div.news_listing_text h3 a:hover{
	color: #F37521 !important;
}

div.news_right{
	float: right;
	width: 400px;
	border-left: 1px dotted #CCC;
	padding-left: 16px;
}
div.news_left{
	float: left;
	width: 474px;
}
div.news_left h1{
	margin: 0;
	margin: 3px 0;
	font-size: 18px;
	line-height: 120%;
}
div.news_left div.date{
	margin-bottom: 6px;
	color: #999;
	font-size: 9px;
}

img.leftImage{
	float: left;
	margin: 10px;
	margin-left: 0;
	margin-top: 0;
}
img.rightImage{
	float: right;
	margin: 10px;
	margin-right: 0;
	margin-top: 0;
}

div.news_like div.news_listing div.news_listing_text{
	width: 570px;
}


/*============= MAPS ===============================================================================*/
div#map_image_holder{
	position: relative;
}
div.map_city_marker{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(img/map_logo.png) no-repeat bottom center;
	margin-left: -15px;
	margin-top: -10px;
	cursor: pointer;
	overflow: hidden;
}
div.map_city_marker:hover{ /* IE7-8 Fix */
	z-index: 9999;
	background: url(img/map_logo.png) no-repeat center -10px;
}
div.map_city_marker_big{
	width: 24px !important;
	height: 24px !important;
	margin-left: -12px !important;
	margin-top: -12px !important;
	background: url(img/map_logo.png) no-repeat -8px -8px !important;
	overflow: visible !important;
}
div.map_city_marker a.city:link, div.map_city_marker a.city:visited{
	text-decoration: none;
	display: none;
	color: #000;
	display: none;
	width: 100px;
	padding-top: 6px;
	padding-left: 24px;
	position: absolute;
	z-index: 1000;
	font-weight: bold;
	line-height: 120%;
}
div.map_city_marker:hover a.city:link, div.map_city_marker:hover a.city:visited{
	display: block;
}
div.map_city_marker div.office_bubble{
	display: none;
	position: relative;
}
div.map_city_marker:hover div.office_bubble{
	position: relative;
	display: block;
}
div.map_city_marker div.office_bubble div.office_bubble_inner{
	position: absolute;
	bottom: 0px;
	left: -53px;
	z-index: 100;
	height: 140px;
	width: 293px;
	background: url(img/css/maps-bubble.png) no-repeat top left transparent;
	cursor: default;
	padding-bottom: 4px;
}
div.office_bubble_inner_right{
	width: 170px;
	float: right;
	padding: 8px 6px;
	padding-left: 0;
	font-size: 10px;
	line-height: 110%;
}
div.office_bubble_inner_right b{
	font-size: 11px;
}
div.office_bubble_inner_left{
	width: 102px;
	float: left;
	text-align: center;
	font-size: 10px;
	padding: 8px 6px;
}
div.office_bubble_inner_left img{
	width: 102px;
}

/* ######################################################################## */
/* ======================= PAGINATION ======================= */
.pagination {
	position:relative;
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 2px;
	font-family: helvetica,arial,sans-serif;
	padding-top: 5px;
	text-shadow:1px 1px 1px #FFF;
	text-align: left;
	line-height: 12px;
	text-align: right;
}

.pagination a {
	padding: 3px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 1px;
	border: 0;
	text-decoration: none; /* no underline */
	color: #999 !important;
	background: transparent;
}

.pagination a:hover, .pagination a:active{
	background: #EEE;
	border: 0;
	color: #F37521 !important;
}
.pagination .current {
	padding: 3px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 1px;
	background-color: #EEE;
	color: #F37521;
	text-shadow: none;
}
.pagination .disabled {
	padding: 3px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 1px;
	color: #CCC;
}
.pagination .next,
.pagination .previous{
	font-size: 18px;
	line-height: 6px;
	padding: 0 8px;
}
/* ======================= END PAGINATION ======================= */
/* ======================= GENERAL FORMS ======================= */
form.styled{
	margin: 0;
	padding: 0;
}
form.styled label{
	display: block;
	position: relative;
	padding: 4px 0;
	padding-top: 3px;
	padding-left: 110px;
	text-align: right;
	padding-right: 27px;
}
form.styled label span{
	display: block;
	width: 112px;
	position: absolute;
	top: 10px;
	left: 0;
	color: #000;
	font-size: 9px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
}
form.styled label input{
	border: 1px solid #CCC;
	color: #999;
	background: #FFF;
	padding: 4px 6px;
	font-family: Arial;
	font-size: 12px;
	line-height: 120%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
form.styled label input:focus{
	border: 1px solid #F37521;
	color: #444444;
}
form.styled label input.send{
	background: transparent;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 10px;
	border: 0px solid #888;
}
form.styled label input.send:hover{
	color: #F37521;
	border: 0px solid #F37521;
}

form.styled label textarea{
	border: 1px solid #CCC;
	color: #999;
	background: #FFF;
	padding: 4px 6px;
	font-family: Arial;
	font-size: 12px;
	line-height: 120%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
form.styled label textarea:focus{
	border: 1px solid #F37521;
	color: #444444;
}
form#contactForm{
	background: url(img/css/contact_form_image.jpg) no-repeat top center;
	width: 400px;
	padding-left: 148px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	min-height: 180px;
}
/* ======================= END GENERAL FORMS ======================= */
div.error {
	background: #ff6600;
	color: #FFF;
	padding: 10px;
	text-align: center;
	margin: 10px 0px;
	font-size: 16px;
	font-family: Helvetica,Arial,sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
}
div.success {
	background: #abdb6c;
	color: #FFF;
	padding: 10px;
	text-align: center;
	margin: 10px 0px;
	font-size: 16px;
	font-family: Helvetica,Arial,sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
}
/* ======================= VIDEO PLAYER ======================= */
div.app_video_listing{
	width: 136px;
	float: left;
	padding: 4px;
	padding-left: 5px;
	margin-bottom: 22px;
	margin-left: 11px;
	margin-right: 11px;
	font-size: 14px;
	line-height: 120%;
}
div.video_ad_title{
	font-size: 11px;
	color: #666;
	
	
	line-height: 110%;
}
div.app_video_listing_player{
	width: 135px;
	height: 101px;
	background-position: top center;
	background-repeat: no-repeat !important;
	background-color: #000;
	margin: 4px 0;
}
div.app_video_listing_player a:link, div.app_video_listing_player a:visited{
	background: url(img/player_small.png) top center no-repeat;
	display: block;
	overflow: hidden;
	width: 135px;
	height: 101px;
	text-indent: -3000px;
}

div#balonche{
	width: 174px;
	height: 128px;
	background: url(img/balonche.png) center center no-repeat;
	position: absolute;
	/*
	top: -128px;
	left: 114px;
	*/
	top: -150px;
	left: 34px;
	left: 38px\9;
	z-index: 10;
}
div#balonche div{
	padding: 20px;
	padding-top: 40px;
	letter-spacing: 0px;
	line-height: 140%;
}

a.pdf_link:link, a.pdf_link:visited{
	text-decoration: none;
	background: url(img/file-pdf.png) no-repeat left center transparent;
	padding-left: 24px;
	display:inline-block;
	line-height:16px;
}


#sdi-travel-banner, #sdi-travel-banner1{
	padding-left: 0!important;
	padding-right: 0!important;
}