/*
Theme Name: Unisto website layout
Description: Unisto website layout
Version: 0.1
Author: Commest
*/

/* ---- [ base settings ] ---- */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: .8125em;
}
html,
body{
	background: #e4e4e4;
}

/* ----- [ neutralize styling: Elements we want to clean out entirely ] ----- */
html, body, form, fieldset{
	margin: 0;
	padding: 0;
	font: 100.01%/100% Verdana, Arial, Helvetica, sans-serif; /* 100.01% for Opera - bad rounding */
	color: #000;
}

/* ----- [ miscellaneous conveniences ] ----- */
form label {
		cursor: pointer;
		font-size:10px;
		color:#5c5b5b;
}
fieldset {
		border: none;
}
input, select, textarea {
		font-size: 100%;
}
/* ----- [ headers ] ----- */

h1, h2, h3, h4 {
	font-weight: bold;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.2em;
}
h3{
	font-size: 1.1em;
}
h4{
	font-size: 1em;
}

.flexi_title
{
	font-family:Verdana; 
	margin:0px;
	font-weight: bold;
	font-size: 2em;
}

.flexi_title2
{
	font-family:Verdana; 
	font-size: 1.2em;
	font-weight: bold;
}

.flexi_title3
{
	font-family:Verdana; 
	font-size:1.1em;
	margin:0px;
	font-weight: bold;
}

.flexi_text
{
	margin:0px;
	font-family:Verdana;
	font-size:11px;
	line-height:10px;
	color:#5c5b5b;
}

/* ----- [ colors ] ----- */

.bronze,
.bronze:link,
.bronze:visited{
	color: #8b4513 !important;
}
.lightgray,
.lightgray:link,
.lightgray:visited{
	color: #999 !important;
}
.darkgray,
.darkgray:link,
.darkgray:visited{
	color: #555 !important;
}
.green,
.green:link,
.green:visited{
	color: #090 !important;
}
.silver,
.silver:link,
.silver:visited{
	color: #696969 !important;
}
.red,
.red:link,
.red:visited{
	color: #cc0e15 !important;
}
.yellow,
.yellow:link,
.yellow:visited{
	color: #da1 !important;
}
.blue,
.blue:link,
.blue:visited{
	color: #009 !important;
}
.white,
.white:link,
.white:visited{
	color: #fff !important;
}
.black,
.black:link,
.black:visited{
	color: #000 !important;
}

.background-bronze{
	background-color: #8b4513 !important;
}
.background-lightgray{
	background-color: #999 !important;
}
.background-darkgray{
	background-color: #555 !important;
}
.background-green{
	background-color: #090 !important;
}
.background-silver{
	background-color: #696969 !important;
}
.background-red{
	background-color: #cc0e15 !important;
}
.background-yellow{
	background-color: #da1 !important;
}
.background-blue{
	background-color: #009 !important;
}
.background-white {
	background-color: #fff !important;
}
.background-black {
	background-color: #000 !important;
}

/* ----- [ image default ] ----- */
img{
	border: none;
}
/* ----- [ clear floats ] ----- */
.clearfloat{
	display: table;
	width: 100%;
}

/* easy clearing space, IE7 compatible */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* ----- [ others ] ----- */
address{
	font-style:normal;
}

code,
kbd,
pre {font-family:Monaco,Courier,"Courier New",Tahoma;}
ins {
	background-color: #dde3dd;
	text-decoration:none;
}
p,
pre {margin:0 0 1em;}

span.abbr, /* IE only */
abbr,
acronym{
	border-bottom:1px dotted #666;
	cursor:help;
	font-style:italic;
}
abbr[title],
acronym[title] {
	border-bottom:1px dotted #666;
	cursor:help;
	font-style:italic;
}

hr.hide{
	display: none;
}

/* ---- [ quotes ] ---- */
q {
	quotes:"\201C" "\201D" "\2018" "\2019";
	font-style:italic;
}
q:before {content:open-quote;}
q:after {content:close-quote;}
/* Hide from IE5-mac \*/
* html q {font-style:italic;}
/* End hiding from IE5-Mac */

/* ----- [input styles] ----- */
input,
textarea{
	border: 1px solid #5c5b5b;
	padding: .15em .5em;
}
input:focus,
textarea:focus{
	border-color: #c30;
}
input:hover,
textarea:hover{
	border-color: #000;
}
input.submit{
	border: 1px solid #93b0ea;
	padding: .15em .5em;
}
input.submit:focus{
	border-color: #38c;
}

/* ---- [ logo ] ---- */
#logo a{
	display: block;
	width: 116px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 12px;
	z-index: 10;
}
#logo a img{
	height: 32px;
	display: block;
}
#logo a:link,
#logo a:visited,
#logo a:hover,
#logo a:active{
	text-decoration: none;
	font-size: .8em;
	color: #848587;
}

/* ---- [ logo center on main page ] ---- */
#logocenter{
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin-top:280px !important;
	margin-top:270px;
}

#logocenter img{
	position: relative;
	top: 3px;
	right: 1px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

/* ---- [ main section ] ---- */
#main{
	position: relative;
	margin: 3px auto 0;
	padding: 0;
	width: 925px;
}

/* ---- [ choose language section ] ---- */
#language{
	margin: 0 0 0 -4px;
	padding: 0;
	list-style: none;
}
#language li{
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: .7em;
}
#language li a{
	display: block;
	margin: 0 1px 0 0;
	border: 1px solid;
}
#language li img,
#language li a img{
	display: block;
}
#language li a:link,
#language li a:visited{
	border-color: #e4e4e4;
	text-decoration: none;
}
#language li a:hover,
#language li a:active{
	border-color: #5c5b5b;
	text-decoration: none;
}

#language li a:link img,
#language li a:visited img,
#language li img{
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50; opacity:0.5;
}
#language li a:hover img{
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00; opacity:.99;
}

#home a:link,
#home a:visited,
#future img{
	border: 1px solid #e4e4e4 !important;
}

#future{
	position: relative;
}

.active{
	border-color: #fff !important;
}
.active img{
	filter: alpha(opacity=100) !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
	-moz-opacity: 1.00 !important;
	opacity: .99 !important;
}

/* ---- [ second part of language ] ---- */
#language li ul{
	list-style: none;
	display: none;
	position: absolute;
	top: 0;
	width: 300px;
}

#language li:hover ul{
	display: block;
}

/* ---- [ visible/invisible] ---- */

.visible { display: block; }
.invisible { display: none; }

/* ---- [ main menu ] ---- */


#main-menu{
	position: relative;
	padding: 0 0 0px 0;
	margin: 12px 0 38px 0;
	list-style: none;
	border-bottom: 1px solid #5c5b5b;
	font-size: .83em;
	height: 20px;
	line-height:20px;
	/*border:1px solid green;*/
}


/*
#main-menu{ 
	position: relative;
	padding: 3px 0 0px 8px;
	margin: 13px 0 38px 0;
	list-style: none;
	border-bottom: 1px solid #5c5b5b;
	font-size: .83em;
	height: 28px;
	background: url(../images/bgMenu.jpg) no-repeat;
	background-position:left;
	border:1px solid yellow;
}
*/

#main-menu li{
	float: left;
	padding: 0;
	margin: 0;
	background: url(../images/menu-separator.png) no-repeat 100% 50%;
	list-style:none;
}


#main-menu li a{
	font-weight: bold;
	margin: 0;
}

#main-menu li a:link,
#main-menu li a:visited {
	color: #5c5b5b;
	text-decoration: none;
}
#main-menu li a:hover,
#main-menu li a:active,
#main-menu li a.hovermenu { /* for IE */
	color: #e42518 !important;
	text-decoration: none;
}
#main-menu li ul{
	list-style: none;
	margin: 0;
	padding: 14px 0 0 0;
	position: absolute;
	top: 1em;
	left: 0;
	/*visibility: hidden;*/
}
#main-menu li.active-submenu ul,
#main-menu li:hover ul{
	/*visibility: visible;*/
}
#main-menu li:hover>a {
	color: #e42518 !important;
}

/* [main styles] */

#main #main-menu .current_page_item{
	color: #e42518;
}
.uncurrent_page_item{
	color: #5c5b5b;
}

.service{
	font-size: 9px;
	font-family:Verdana;
	
}
.news_item a{
	background: none !important;
}

/* [first level] */
.page_item0 a{
	border: 0;
	padding: 0 14px 1px 12px;
}

.menuHightLine a{
	border: 0;
	padding: 0 14px 1px 12px;
	background: url(../images/menu-separator.png) no-repeat 100% 50% #FFF;/*#f8bcba*/
	border-top:1px solid #5b5b5b;
}

.first_page_item0 a{
	border: 0;
	padding: 0 14px 1px 0;
	background: url(../images/menu-separator.png) no-repeat 100% 50% #FFF;
}

.menuHightLineSTART a
{
	border: 0;
	padding: 0 14px 1px 0;
	background: url(../images/menu-separator.png) no-repeat 100% 50% #FFF;
	border-top:1px solid #5b5b5b;
}

/*
#menuHightLineSTART ul
{
	visibility : hidden;
}
*/

.last_page_item0 a{
	padding: 0 14px 1px 12px;
}
.last_page_item0{
	background: none !important;
}

.menuHightLineEND a{
	padding: 0 14px 1px 12px;
	/*background: url(../images/bgMenuRight.jpg) no-repeat 100% 50% #FFF;*/
	border-top:1px solid #5b5b5b;
	background:#fff;
}


/* [second level] */
#main-menu li ul li{
	/*background: url(../images/menu-separator.png) no-repeat 100% 50%;*/
}

#main-menu li ul li a{
	background : none;
}

.page_item1 a{
	border: 0;
	padding: 0 9px 0 7px;
}
.first_page_item1 a{
	border: 0;
	padding: 0 9px 0 0;
}
.last_page_item1 a{
	padding: 0 0 0 9px;
	border: 0px none;
}
.last_page_item1{
	background: none !important;
	border: 0px none;
}

/* ---- [ news ] ---- */

.news-section,
.product-section,
.brand-section{
	clear: both;
}

.news-section h2{
	margin: 0;
	padding: 1em 1em 0 1em;
	background: #fff url(../images/front-bg-top.png) no-repeat top left;
	height: 1.4em;
	font-size: 1.4em;
	border-right: 1px solid #5b5b5b;
}

.content-news{
	margin: 0;
	padding: 0 1px 0 15px;
	border-left: 1px solid #5b5b5b;
	background: #fff url(../images/front-bg-bottom.png) no-repeat bottom right;
	border-left: 1px solid #5b5b5b;
	line-height: 1.2em;
	height: 462px;
}

/* ---- [ page content ] ---- */
.content-page{
	margin: 0;
	padding: 9px 1px 0 15px;
	border-left: 1px solid #5b5b5b;
	background: #fff url(../images/front-bg-bottom.png) no-repeat bottom right;
	border-left: 1px solid #5b5b5b;
	line-height: 1em;
	height: 451px;
}
.content-page p{
	padding: 0;
	margin: 0 0 1em 0;
	font-size: .7em;
	line-height: 1.5em;
}
.content-page img{
	margin: 0 8px 0 0;
}

/* [news and brand links] */
.news-section h3{
	font: normal 1.1em Arial, Verdana;
	line-height: 1em;
	margin: 0 0 .5em 0;
	width: 100%;
}

.news-section a:link,
.brand-section a:link,
.news-section a:visited,
.brand-section a:visited{
	color: #5b5c5c;
	text-decoration: none;
}
.news-section a:hover,
.brand-section a:hover,
.news-section a:active,
.brand-section a:active{
	color: #1b1c1c;
	text-decoration: none;
}

/* [products (list) links] */
.product-section a:link,
.product-section a:visited{
	color: #5b5c5c;
	text-decoration: none;
}
.product-section a:hover,
.product-section a:active{
	color: #e42518;
	text-decoration: none;
}

/* [news section] */
#news{
	padding: 0;
	margin: 0;
}
div#news{
	overflow: auto;
	width: 907px;
	height: 435px;
	padding: 0;
	margin: 0;
}

/* [news section - text] */
.news-note{
	margin: 0 15px 0 0;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #5c5b5b;
}
.news-note p{
	font-size: .7em;
}

.content-news img,
.news-note img{
	margin: 0 1em 1em 0;
}

/* date of news */
.news-note h2{
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 .75em 0;
	width: 75%;
	font-size: .7em;
	color: #5c5b5b;
	float: left;
}
.news-note em{
	display: block;
	float: right;
	width: 20%;
	text-align: right;
	color: #5c5b5b;
	font-style: normal;
	font-size: .7em;
	font-weight: bold;
}


.meta{
	margin: .3em 0 .625em 0;
	padding: 0;
	list-style: none;
	font: .7em Arial, Verdana, Sans-Serif;
}
.meta li{
	display: inline;
}
.commentinfo,
.date{
	border-left: 1px solid #5b5c5c;
	padding: 0 0 0 .5em;
	margin: 0 .25em 0 0;
}

/* ---- [ e-mail section ] ---- */
.content-email-main{
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/email-bg-main.png) no-repeat bottom right;
	line-height: 1.2em;
	font-size: .7em;
	height: 467px;
	width: 925px;
	position: relative;
}

/* country's map - css only */
.world-map,
.world-map-select{
	position: relative;
	float: left;
	padding: 0;
	margin: 1px 0 0 1px;
	list-style: none;
	width: 737px;
	height: 465px;
}
.world-map{
	/*background: url(../images/map-world-all.png) no-repeat 0 0;*/
	background:#cccccc;
}
.world-map li{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 10;
}
.world-map li a{
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

/* ---- [ second level of map ] ---- */
.world-map li div{
	padding: 0;
	margin: 0;
	width: 474px;
	height: 376px;
	background: url(../images/email-bg-popup.png) no-repeat 0 0;
	z-index: 1;
	position: absolute;
}

/* this one extra div is added only for IE - all other don't needed */
.world-map li div div{
	width: 474px;
	height: 376px;
	overflow: auto;
	background: none;
	bottom: -50px;
}


.world-map li div div ol{
	list-style: none;
	padding: 16px 0 0 0;
	margin: 0;
}

.world-map li div div ol li{
	position: relative;
	padding: 0;
	margin: 0;
}

.world-map li div div ol li a{
	font-weight: bold;
	text-indent: 0;
	text-decoration: none;
	padding: 0 0 .9em 17px;
	margin: 0;
	width: 201px;
	height: auto !important;
	background: none !important;
}

.world-map li div div ol li a:link,
.world-map li div div ol li a:visited{
	color: #5c5b5b;
}
.world-map li div div ol li a:hover,
.world-map li div div ol li a:active{
	color: #e42518;
}

.world-map li div div ol li.active-country a:link,
.world-map li div div ol li.active-country a:visited{
	color: #e42518 !important;
}

/* ---- [ second level of map - country list of region] ---- */
.left-column-country{
	width: 220px;
	float: left;
}
.right-column-country{
	width: 220px;
	float: right;
}

.others{
	padding: 1.55em 0 0 0 !important;
}

/* country's map - show background when select country from list */
.world-map-select{
	background: url(../images/map-world-select.png) no-repeat 0 0;
}
.world-map-select li{
	display: none;
}

/* ---- [ close style country list of region] ---- */
#main #close-popup-country-list{
	position: absolute;
	right: 0;
	top: 0;
	text-indent: 0;
	line-height: 11px;
	height: 12px !important;
	padding-right: 15px !important;
	padding-left: 4px !important;
	margin: 0;
	display: block;
	font: lighter .9em Arial;
	vertical-align: top;
	border: 1px solid #5c5b5b;

	text-decoration: none;
	z-index: 100;
}
#main #close-popup-country-list:link,
#main #close-popup-country-list:visited{
	background: #fff url(../images/close-popup-country-list.png) no-repeat 100% 0 !important;
	color: #5b5b5b !important;
}
#main #close-popup-country-list:hover,
#main #close-popup-country-list:active{
	background: #fff url(../images/close-popup-country-list.png) no-repeat 100% -1000px !important;
	color: #000 !important;
}
#main #close-popup-country-list:active,
#main #close-popup-country-list:focus{
	-moz-outline: none;
	outline: none;
}

/* ---- [ Europe ] ---- */
#europe {
	top: 0;
	left: 199px;
	width: 538px;
	height: 218px;
}
#europe a{
	height: 218px;
}
#europe a:hover{
	background: url(../images/map-world-all.png) no-repeat -199px -1266px;
}

#europe div{
	z-index: 99;
	top: 42px;
	right: 200px;
}
#europe div div{
	top: 0;
	right: 0;
}

/* ---- [ Africa ] ---- */
#africa {
	top: 210px;
	left: 316px;
	width: 163px;
	height: 167px;
}
#africa a{
	height: 167px;
}
#africa a:hover{
	background: url(../images/map-world-all.png) no-repeat -316px -465px;
}

#africa div{
	z-index: 99;
	top: -168px;
	right: -58px;
}
#africa div div{
	top: 0;
	right: 0;
}
/* ---- [ America ] ---- */
#america {
	top: 0;
	left: 0;
	width: 326px;
	height: 465px;
}
#america a{
	height: 465px;
}
#america a:hover{
	background: url(../images/map-world-all.png) no-repeat 0 -632px;
}

#america div{
	top: 48px;
	right: -211px;
	z-index: 99;
}
#america div div{
	top: 0;
	right: 0;
}

/* ---- [ Asia ] ---- */
#asia {
	top: 153px;
	left: 410px;
	width: 327px;
	height: 169px;
}
#asia a{
	height: 169px;
}
#asia a:hover{
	background: url(../images/map-world-all.png) no-repeat -410px -1097px;
}

#asia div{
	z-index: 99;
	top: -105px;
	right: 200px;
}
#asia div div{
	top: 0;
	right: 0;
}

/* ---- [ Oceania ] ---- */
#oceania {
	top: 299px;
	left: 595px;
	width: 142px;
	height: 126px;
}
#oceania a{
	height: 126px;
}
#oceania a:hover{
	background: url(../images/map-world-all.png) no-repeat -595px -1484px;
}

#oceania div{
	z-index: 99;
	top: -248px;
	right: 200px;
}
#oceania div div{
	top: 0;
	right: 0;
}

/* ---- [ contact information in E-mail part ] ---- */
#select-country{
	width: 183px;
	float: left;
	display: block;
	margin: 1px 0 0 0;
	padding: 11px 0;
	font-size: 1em;
	color: #5c5b5b;
}
#contact{
	position: absolute;
	top: 1px;
	right: 1px;
	width: 387px;
	height: 465px;
	background: #fff url(../images/contact-bg-popup.png) no-repeat 0 0;
	z-index: 30;
}

#select-country div{
	padding: 0 11px;
}

#contact div{
	padding: 0 6px 0 15px;
}
#country-office-address{
	margin: 16px 0 8px 65px;
	font-size: .9em;
	color: #5c5b5b;
}

#select-country div div,
#contact div div{
	padding: 0;
}
#select-country div p,
#contact div p{
	padding: 0;
	margin: 0;
}

.hrline{
	border-top: 1px solid #5c5b5b;
	height: 1px;
	overflow: hidden;
	margin: 13px 0;
}
.hrline hr{
	display: none;
}

#contactform fieldset{
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 1em;
}
#contactform div{
	color: #5c5b5b;
	padding: 0;
	margin: 3px 0;
	clear: both;
}
#contactform label{
	display: block;
	width: 63px;
	float: left;
	font-size: .8em;
	padding: 3px 2px 0 0;
}
#contactform input{
	width: 196px;
}
#contactform textarea{
	width: 277px;
	font-size: 1.45em;
}
.submitcontact{
	text-align: center;
	margin: 1em 0 0 0 !important;
}
.submitcontact input{
	width: auto !important;
	border: 2px outset #8c8b8b;
	color: #5c5b5b;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Verdana, Arial;
	padding: .15em .5em;
	margin: 0;
	background: #e4e4e4 url(../images/contact-submit-button-middle.png) repeat-x 0 0;
}

/* ---- [ close area in contact form ] ---- */
#close-contact-form{
	position: absolute;
	right: -1px;
	top: -1px;
	line-height: 11px;
	height: 11px;
	padding-right: 14px !important;
	padding-left: 4px !important;
	margin: 0;
	display: block;
	font: lighter .9em Arial;
	vertical-align: top;
	border: 1px solid;
	border-left-color: #5c5b5b;
	border-bottom-color: #5c5b5b;
	border-top: none;
	border-right: none;
	text-decoration: none;
}
#close-contact-form:link,
#close-contact-form:visited{
	background: url(../images/close-popup-contact.png) no-repeat 100% 0 !important;
	color: #5b5b5b !important;
}
#close-contact-form:hover,
#close-contact-form:active{
	background: url(../images/close-popup-contact.png) no-repeat 100% -1000px !important;
	color: #000 !important;
}

/* ---- [ contact information in E-mail part - select country list in right side ] ---- */
.select-country-list{
	width: 163px;
	height: 1.5em;
	padding: 0;
	margin: 0;
	color: #5c5b5b;
}
.select-country-list option{
	padding: .1em 0;
}

/* ---- [ brand profiling section ] ---- */

.brand-section{
	margin: 0;
	padding: 6px 0 106px 0;
	border-right: 1px solid #5b5b5b;
	background: #fff url(../images/front-bg-top.png) no-repeat top left;
	line-height: 1em;
}
.brand-bottom{
	height: 7px;
	line-height: 7px;
	background: #e4e4e4 url(../images/front-bg-bottom.png) no-repeat bottom right;
	border-left: 1px solid #5b5b5b;
}

#brand-slogan{
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	color: #5c5b5b;
}

ul#brand-menu{
	padding: 4px 0 0 0;
	margin: 0 auto;
	list-style: none;
	font-size: .7em;
	text-align: center;
}
ul#brand-menu li{
	display: inline;
}
ul#brand-menu li a{							/*DD*/
	padding: .5em 5px .5em 5px;
	/*background: url(../images/brand-menu-separator.png) no-repeat 100% 50%;*/
}
ul#brand-menu li.last-item a{
	background: none !important;
}

ul#brand-menu li.current a{
	color: #e42518 !important;
}

ul#brand-menu li a:link,
ul#brand-menu li a:visited{
	color: #5c5b5b;
	text-decoration: none;
}
ul#brand-menu li a:hover,
ul#brand-menu li a:active{
	color: #e42518;
	text-decoration: none;
}

/* ---- [ brand profiling products section ] ---- */
#brand-product-use{
	margin: 10px 0 0 0;
	padding: 0;
	width: 376px;
	float: left;
}
#brand-product-use img{
	position: absolute;
	/*bottom: 15px;*/
	bottom: 10px;
	display: block;
}
#product-slide-back{
	margin: 0;
}
#product-slide{
	margin: -415px 0 0 0;
}

/* ---- [ brand profiling menu in product ] ---- */
ul#brand-product-menu{
	padding: 0;
	margin: -2px 0 7px 0;
	list-style: none;
	font-size: .7em;
	text-align: center;
	line-height: 1em;
	width: 361px;
	/*background:aqua;*/
}
ul#brand-product-menu li{
	display: inline;
	/*white-space: nowrap;*/
}
ul#brand-product-menu li a{  /*DD*/
	padding: 0 2px 0 2px;
	margin: 0 1px 0 1px;
	/*background: url(../images/brand-menu-separator.png) no-repeat 100% 50%;*/
	line-height: 1.2em;
	display:inline-block;
}
ul#brand-product-menu li.last-item a{
	background: none !important;
}

ul#brand-product-menu li.current a{
	color: #e42518 !important;
}

ul#brand-product-menu li a:link,
ul#brand-product-menu li a:visited{
	color: #5c5b5b;
	text-decoration: none;
}
ul#brand-product-menu li a:hover,
ul#brand-product-menu li a:active{
	color: #e42518;
	text-decoration: none;
}

/* ---- [ four (4) images on Brand Profiling, slideshow ] ---- */
#fourmenu{
	position: relative;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	font-size: .8em;
	overflow: auto;
}
#fourmenu li{
	float: left;
	padding: 0 0 193px 0;
	width: 195px;
}
#fourmenu li.fourmenu{
	margin: 0 30px 0 0;
}
#fourmenu li.last-item{
	margin: 0 !important;
}

#fourmenu li h3{
	border-top: 1px solid #676666;
	color: #5c5b5b;
	padding: 2px 0 6px 0;
	margin: 0;
}
#fourmenu li h3 a{
	display: block;
	width: 99%;
	height: 100%;
}
#fourmenu li h3 a:link,
#fourmenu li h3 a:visited{
	text-decoration: none;
	color: #5c5b5b;
}
#fourmenu li h3 a:hover,
#fourmenu li h3 a:active{
	text-decoration: none;
	color: #e42518;
}
#fourmenu li img{
	position: absolute;
	bottom: 0;
	border: 1px solid #5C5B5B;
	display: block;
	padding: 0;
}

/* ---- [ content section ] ---- */
.content-top{
	margin: 0;
	padding: 0 1em;
	background: #fff url(../images/front-bg-top.png) no-repeat top left;
	height: 7px;
	line-height: 7px;
	font-size: 7px; /* IE hack */
	border-right: 1px solid #5b5b5b;
}

/* ---- [ main content section (second solution) ] ---- */
.main-content-clear{
	clear: both;
}
.main-content{
	position:relative;
	margin: 0;
	padding: 0;
	border-left: 1px solid #5b5b5b;
	background: #fff url(../images/front-bg-bottom.png) no-repeat bottom right;
	line-height: 1em;
	height: 460px;
}
.main-content-inner{
	line-height: 1.2em;
	padding: 0 15px;
}

/* ---- [ main content section - start page only (second solution) ] ---- */
.main-content-start{
	margin: 0;
	padding: 0;
	border-left: 1px solid #5b5b5b;
	background: #fff url(../images/front-bg-bottom.png) no-repeat bottom right;
	line-height: 1em;
	height: 460px;
}
.main-content-inner-start{
	line-height: 1.2em;
	padding: 0 28px;
	margin: 0;
}

/* ---- [ main content section - groups page only ] ---- */
.main-content-groups{
	line-height: 1.2em;
	padding: 0;
	padding: 0 0 0 15px;
}

/* ---- [ main content section - brand page only ] ---- */
.main-content-brand{
	line-height: 1.2em;
	padding: 0;
	padding: 0 0 0 15px;
}

/* ---- [ main content section - security page only ] ---- */
.main-content-security{
	line-height: 1.2em;
	padding: 0;
	padding: 0 15px;
}

/* ---- [ main content section - security page only ] ---- */
.main-content-security-products{
	line-height: 1.2em;
	padding: 0;
	padding: 0 0 0 15px;
}

/* ---- [ pages section ] ---- */
.main-content-page{
	line-height: 1.2em;
	padding: 0 15px;
}
.main-content-page img{
	margin: 0 14px 8px 0;
}
.main-content-page p{
	font-size: .7em;
	padding: 9px 0;
	margin: 0;
}

/* ---- [ pages section ] ---- */
.main-content-news{
	line-height: 1.2em;
	padding: 9px 0 0 15px;
}

/* ---- [ slogan of site ] ---- */
#unisto-slogan{
	padding: 0;
	margin: 0;
	color: #5c5b5b;
	text-align: center;
}
#unisto-slogan img{
	padding: 14px 0 12px 0;
	margin: 0 auto;
}
/* ---- [ three (3) images on start screen, slideshow ] ---- */
#threemenu{
	width: 867px;
	height: 299px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .8em;
}
#threemenu li{
	position: relative;
	float: left;
	width: 261px;
	margin: 0;
	display:block;
}
li.threemenu1{
	padding: 0 42px 0 0;
}
li.threemenu2{
	padding: 0 42px 0 0;
}
li.threemenu3{
	padding: 0;
}

#threemenu li h3{
	border-top: 1px solid #676666;
	color: #5c5b5b;
	padding: 2px 0 0 0;
	margin: 0;
}
#threemenu li img{
	position: absolute;
	top: 25px;
	left: 0;
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #6b6b6b;
}

/* ---- [ Security Seals menu ] ---- */

.menu-section h2{
	margin: 0;
	padding: 1em 1em 0 .6em;
	background: #fff url(../images/front-bg-top.png) no-repeat top left;
	height: 1.4em;
	font-size: 1.4em;
	border-right: 1px solid #5b5b5b;
}
.menu-content{
	margin: 0;
	padding: 0 1px 0 15px;
	border-left: 1px solid #5b5b5b;
	background: #fff url(../images/front-bg-bottom.png) no-repeat bottom right;
	border-left: 1px solid #5b5b5b;
	line-height: 1.2em;
	height: 462px;
}
.menu-content p{
	font-size: .8em;
}

/* ---- [ Product list in submenu ] ---- */
.where-to-use{
	float: left;
	width: 361px;
	padding: 0;
	margin: 9px 15px 0 0;
	display: block;
}

#where-to-use-back{
	float: left;
	width: 361px;
	padding: 0;
	margin: 9px 15px 0 0;
	display: block;
}

#where-to-use{
	float: left;
	width: 361px;
	margin: 9px 0 0 -376px;
	padding: 0;
	display: block;
}

.products-list{
	position: absolute;
	top: 0;
	left: 391px;
	width: 519px;
	/*overflow: auto;*/
	height: 440px;
	list-style: none;
	padding: 0 13px 0 0;
	margin: 9px 0 0 0;
}
.products-list-table
{
	margin: 0 0 15px 0;
	padding: 0;
	height: 133px;
	border: 1px solid #5b5b5b;
	overflow:hidden;
	width: 503px;
}

.products-list-products
{
	position: absolute;
	top: 0;
	left: 391px;
	width: 519px;
	/*overflow: auto;*/
	height: 403px;
	list-style: none;
	padding: 0 13px 0 0;
	margin: 43px 0 0 0;
}

.products-list li{
	margin: 0 0 15px 0;
	padding: 0;
	height: 133px;
	border: 1px solid #5b5b5b;
	overflow:hidden;
}
.products-list li.last-product {
	margin-bottom: 0 !important;
}
.products-list h3{
	position: absolute;
	left: 201px;
	padding: 0;
	width: 299px;
	font-size: .8em;
	font-weight: normal;
}
.products-list .divimg
{
	border: 1px solid red;
}
.products-list img{
	max-width: 299px;
	padding: 0;
	margin: 0;
	vertical-align: bottom; /* Trick to make images at bottom of li */
}
.products-list h3 a{
	display: block;
	padding: 0 30px 0 8px;
	width: 263px;
	
	text-decoration: none;
	font: Verdana, Arial, Helvetica, sans-serif; /* 100.01% for Opera - bad rounding */
	color: #5c5b5b;
}
.products-list h3 a:hover{
	color: #e42518;
}
/* ---- [ View product details ] ---- */
#view-product{
	margin: 9px 0 0 0;
	padding: 0 1px 0 0;
	float: right;
	width: 532px;
}
#view-product div{
	position: relative;
	padding-right: 0;
}
#view-product div p{
	font-size: .7em;
}
#view-product div h3{
	border-bottom: 1px solid #5b5b5b;
	color: #e42518;
	font-size: .83em;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0 0 14px 0;
	line-height: 1em;
}
#view-product div em{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -1em; /* -.25em */
	font-style: normal;
}

#view-product div div{
	overflow: auto;
	height: 402px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#view-product div em a{
	font-size: .7em;
	text-decoration: none;
	padding-right: 15px;
	margin-right: 6px;
}
#view-product div em a:link,
#view-product div em a:visited{
	background: url(../images/back.png) no-repeat 100% 50%;
	color: #5c5b5b;
	text-decoration: none;
}
#view-product div em a:hover,
#view-product div em a:active{
	background: url(../images/back-hover.png) no-repeat 100% 50%;
	color: #e42518;
	text-decoration: none;
}
#view-product div div div{
	height: auto;
	overflow: none;
}

/* ---- [ Groups menu ] ---- */
div#groups{
	overflow: auto;
	/*width: 908px;*/
	height: 435px;
	padding: 6px 0 0 0;
	/*margin: 0 0 5px 0;*/
	
	width:888px; 
	margin:0px auto; 
	text-align:left;
	/*background:green;*/
}


.GroupeAdresse
{
	width:206px;
	/*background:aqua;*/
}


div#groups ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
div#groups ol li{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	/*width: 23%;*/
	font-size: .8em;
	color: #5c5b5b;
	height: 12em;
	line-height: 1em;
}
div#groups ol li h3{
	font-size: .8em;
	font-weight: bold;
	padding: .1em 0;
	margin: 0;
	color: #e42518 !important;
	display: block;
	width: 100%; /* for IE */
	text-decoration: none;
}
div#groups ol li p{
	font-size: .8em;
}
div#groups ol li .textegroup{
	/*font-size: .8em;*/
}

div#groups ol li h4{
	font-size: .8em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* ---- [ footer ] ---- */
#footer{
	padding: 0;
	margin: 11px 0 0 0;
	text-align: center;
	line-height: 1em;
}

/* ---- [ bottom list menu ] ---- */
#bottom-menu{
	position: relative;
	left: 3px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: .8em;
	line-height: 1em;
}

#bottom-menu li{
	padding: 0;
	margin: 0;
	display: inline;
	background: transparent url(../images/popup-bg.png) no-repeat -1000px -1000px;
}

#bottom-menu li a{
	margin: 0;
	padding: 0 15px 0 8px;
	font-weight: bold;
	background: url(../images/menu-separator.png) no-repeat 100% 50%;
}

#bottom-menu li.bottom-menu-last{
	background: none;
}

#bottom-menu li a:link,
#bottom-menu li a:visited{
	color: #5c5b5b;
	text-decoration: none;
}
#bottom-menu li a:hover,
#bottom-menu li a:active{
	color: #e42518;
	text-decoration: none;
}

/* ---- [ bottom list submenu / popup ] ---- */
#bottom-menu li ul{
	display: none;
	position: absolute;
	bottom: 50px;
	left: 177px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/popup-bg.png) no-repeat 0 0;
	z-index: 100;
	width: 566px;
	height: 285px;
}

#bottom-menu li ul li{
	display: block;
	position: relative;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

#bottom-menu li ul li p{
	font-size: .83em;
	padding: 15px 0 0 0;
	text-align: justify;
	clear: both;
}
#bottom-menu li ul li p img{
	padding: 0;
	margin: 1px 15px 1px 16px;
	float: left;
	border: 1px solid #5b5b5b;
}
#bottom-menu li ul li p span{
	line-height: 1.5em;
	padding: 0 0 0 14px;
	margin: -2px 0 0 0;
	background: #fff;
	width: 320px;
	color: #5b5b5b;
	float: left;
	display: block;
}
.last_page_item0 a{ /* for bottom menu */
	background: none !important;
}

/* ---- [ popup in bottom list submenu ] ---- */
.close-popup{
	position: absolute;
	right: 0;
	top: 0%;
	line-height: 11px;
	height: 11px;
	padding-right: 14px !important;
	margin: 0;
	display: block;
	font: lighter .7em Arial;
	vertical-align: top;
}
.close-popup:link,
.close-popup:visited{
	background: url(../images/close-popup.png) no-repeat 100% 0 !important;
	color: #5b5b5b !important;
}
.close-popup:hover,
.close-popup:active{
	background: url(../images/close-popup.png) no-repeat 100% -1000px !important;
	color: #000 !important;
}
/* ---- [ CSS preload images ] ---- */
#preload-world-map{
	background-repeat: no-repeat;
	background-position: -2000px -2000px;
	background-image: url(../images/map-world-all.png);
}


.ddlLangue
{
      width:100px;
      height:19px;
      font-size:11px;
      padding:0px;
      font-family:Arial;
      margin:0px;
      line-height:19px;
}

#main-menu-bdp{
	position: relative;
	left: 3px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-size: .7em;
	text-align: center;
}

#main-menu-bdp li{
	float: left;
	padding: 0;
	margin: 0 auto;
	list-style:none;
	text-align: center;
}


#main-menu-bdp li a{
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
}

#main-menu-bdp li a:link,
#main-menu-bdp li a:visited {
	color: #5c5b5b;
	text-decoration: none;
}
#main-menu-bdp li a:hover,
#main-menu-bdp li a:active,
#main-menu-bdp li a.hovermenu { /* for IE */
	color: #e42518 !important;
	text-decoration: none;
}

.back
{
	font-family:Verdana;
	font-size:11px;
	background: url(../images/back.png) no-repeat;
	background-position:right;
	padding-right:15px;
	z-index:50;
	position:absolute;
	right:-27px;
	top:-8px;
	margin-right:35px;
	color:#5c5b5b;
	text-decoration:none;
}

.back:hover
{
	font-family:Verdana;
	font-size:11px;
	background: url(../images/back-hover.png) no-repeat;
	background-position:right;
	padding-right:15px;
	z-index:50;
	margin-right:35px;
	color:#e42416;
	text-decoration:none;
}
.toptitle
{
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	background-position:right;
	border-bottom:1px solid #000;
	padding-right:15px;
	padding-bottom:3px;
	z-index:50;
	position:absolute;
	right:-30px;
	top:3px;
	width: 517px;
	margin-right:32px;
	color:#e42517;
	text-decoration:none;
}


.titreCat:hover
{
	color: #e42416;
}

.texte
{
	font-family:Verdana;
	font-size:11px;
	line-height:21px;
	color:#5c5b5b;
	margin-top:5px;
	/*background:yellow;*/
}

.btn_submit
{
	font-family:Verdana;
	font-size: .8em;
}

.contact-obligatoire
{
	font-family:Verdana;
	font-size: .7em;
	color:#e42416;
	line-height:21px;
}