@charset "utf-8";
/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Body */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414343;
}

#master {
	margin: 0 auto;
	width: 780px;
	overflow: hidden;
}

/* Header */
#header {
	margin: 0 auto;
	width: 780px;
	height: 102px;
	margin-top: 2px;
	margin-bottom: 2px;
	position: relative;
	background: #fff url(../../images/header.jpg) 0 0 no-repeat;
}

#logo {
	position: absolute;
	width: 195px;
	height: 81px;
	right: 0;
	top: 0;
}

#lang {
	position: absolute;
	left: 5px;
	top: 5px;
}

#lang a {
	color: #fff;
	text-decoration: none;
	line-height: 12px;
	font-size: 9px;
}

#lang a:hover {
	text-decoration: underline;
}

#search {
	position: absolute;
	left: 2px;
	top: 75px;
}

#search input.inps {
	border: 1px solid #2c82a9;
	background-color: #fff;
	background-image: none !important;
	font-size: 10px;
	padding: 2px;
	color: #000;
	width: 90px;
}

#search input.btns {
	border: 1px solid #fff;
	background: #2c82a9;
	color: #fff;
	font-size: 10px;
}

/* Menu */
#menu {
	margin: 0 auto;
	width: 781px;
	height: 42px;
	background: url(../../images/menu.gif) 0 0 no-repeat;
	padding-top: 8px;
}

body#home #menu {
	margin: 0 auto;
	width: 781px;
	height: 22px;
	background: url(../../images/menu_home.gif) 0 0 no-repeat;
	padding-top: 8px;
}

ul#mainMenu {
	display: block;
	margin: 0 0 20px 40px;
	*margin: 0 0 10px 20px;
	width: 100%;
}

ul#mainMenu li {
	float: left;
	padding-right: 80px;
}

ul#mainMenu li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

ul#mainMenu li a:hover, ul#mainMenu li#active a {
	color: #faa61a;
}

#breadcrumb {
	padding-top: 4px;
	font-size: 10px;
	margin-left: 9px;
	line-height: 12px;
}

#breadcrumb a {
	color: #666c6d;
	text-decoration: none;
	background: url(../../images/breadcrumb.gif) right 5px no-repeat;
	padding: 0 10px 0 10px;
}

span.thispage {
	padding-left: 10px;
}

/* Footer */
#footer {
	margin: 0 auto;
	width: 780px;
	height: 22px;
	background: url(../../images/footer.gif) 0 0 no-repeat;
	padding-top: 10px;
	margin-bottom: 5px;
}

ul#footerMenu {
	margin: 0 0 0 60px;
}

ul#footerMenu li {
	float: left;
	padding-right: 80px;
	line-height: 12px;
}

ul#footerMenu li a {
	color: #4b4b4b;
	text-decoration: none;
}

ul#footerMenu li a:hover {
	text-decoration: underline;
}

/* Content */
#content {
	margin: 0 auto;
	width: 780px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#leftColumn {
	float: left;
	width: 220px;
}

#rightColumn {
	float: right;
	width: 542px;
}

/* Teasers */
#leftTeaser {
	width: 220px;
	height: 200px;
	margin-bottom: 20px;
}

#rightTeaser {
	width: 542px;
	height: 200px;
	margin-bottom: 20px;
	position: relative;
}

#rightTeaser img {
	width: 542px;
	height: 200px;
	top: 0;
	left: 0;
	position: absolute;
}

/* Left menu */
#subMenu {
	background: #d6d5d5 url(../../images/submenu.gif) 0 bottom no-repeat;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

#subMenu p {
	padding: 10px 10px 0 18px;
}

#section {
	width: 220px;
	height: 41px;
	background: url(../../images/section.gif) 0 0 no-repeat;
}

#section h2 {
	color: #353a3b;
	font-size: 14px;
	padding: 13px 10px 0 18px;
	font-weight: normal;
}

ul#leftMenu, ul#leftMenuProducts {
	padding: 10px 18px 10px 18px;
}

ul#leftMenu li, ul#leftMenuProducts li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

ul#leftMenu li ul, ul#leftMenuProducts li ul {
	padding: 8px 0 0 15px;
}

ul#leftMenu li ul li, ul#leftMenuProducts li ul li {
	border-bottom: none;
	padding-bottom: 3px;
	margin-bottom: 3px;
	line-height: 13px;
}

ul#leftMenu li, ul#leftMenu li a, ul#leftMenuProducts li, ul#leftMenuProducts li a {
	color: #353a3b;
	text-decoration: none;
}

ul#leftMenu li a, ul#leftMenuProducts li a {
	display: block;
}

ul#leftMenu li a:hover, ul#leftMenuProducts li a:hover {
	text-decoration: underline;
}

ul#leftMenu li ul li a, ul#leftMenuProducts li ul li a {
	background: url(../../images/leftmenu.gif) 0 4px no-repeat;
	padding: 0 0 0 8px;
}

#leftMenu strong {
	cursor: pointer;
}

a.allNews {
	color: #faa61a;
	text-align: right;
	display: block;
	padding-right: 15px;
	text-decoration: none;
}

a.allNews:hover {
	text-decoration: underline;
}

/* Main content */
#contentTop, #contentBot {
	width: 542px;
	height: 5px;
}

#contentTop {
	background: #fff url(../../images/rightcol_top.gif) 0 0 no-repeat;
}

#contentBot {
	background: #fff url(../../images/rightcol_bot.gif) 0 0 no-repeat;
}

#contentMain {
	background: #fff url(../../images/rightcol_center.gif) 0 0 repeat-y;
	padding-bottom: 20px;
}

#contentTMI {
	background: url(../../images/center.gif) 49px 39px no-repeat;
}

#contentMain h1 {
	font-size: 16px;
	border-bottom: 1px solid #dedfe0;
	font-weight: normal;
	padding: 10px 0 9px 0;
	margin: 0 20px 0 20px;
}

#contentMain h2 {
	color: #353a3b;
	font-size: 14px;
	padding: 10px 20px 0 20px;
	font-weight: normal;
}

#contentMain h3 {
	color: #353a3b;
	font-size: 13px;
	padding: 10px 20px 0 20px;
	font-weight: bold;
	line-height: 16px;
}

#contentMain p {
	padding: 10px 20px 0 20px;
	line-height: 16px;
}

#contentMain strong {
	font-weight: bold;
	color: #666;
	font-size: 11px;
}

#contentMain a {
	color: #faa61a;
	text-decoration: none;
}

#contentMain a:hover {
	text-decoration: underline;
}

#contentMain ul {
	padding: 10px 20px 5px 20px;
	line-height: 16px;
}

#contentMain ul li {
	background: url(../../images/list.gif) 0 6px no-repeat;
	padding-left: 10px;
}

.small {
	font-size: 10px;
	color: #cf8b1b;
}

p.highlight {
	border: 1px solid #cf8b1b;
	margin: 10px 20px 0px 20px;
	padding: 5px !important;
}

/* Front Page Articles */
.frontArticle {
	background: url(../../images/front_article_bot.gif) 20px bottom no-repeat;
	margin-bottom: 5px;
}

.frontArticleOptions {
	text-align: right;
	padding: 5px 20px 10px 20px;
}

.frontArticleOptions a {
	margin-left: 10px;
}

a.detalii {
	background: url(../../images/more.gif) 0 0 no-repeat;
	padding: 1px 0 2px 15px;
}

a.print {
	background: url(../../images/print.gif) 0 0 no-repeat;
	padding: 1px 0 2px 18px;
}

a.sendfriend {
	background: url(../../images/tell.gif) 0 0 no-repeat;
	padding: 1px 0 2px 18px;
}

/* Clienti gallery */
.gal {
	width: 500px;
	margin: 10px 20px;
	overflow: hidden;
	z-index: 99999;
	display: block;
}
ul#mycarousel, ul#mycarouselEN {
	margin: 10px 10px 10px 0;
}

ul#mycarousel li, ul#mycarouselEN li {
	padding: 0px;
	background-image: none;
	width: 125px;
	height: 100px;
}

/* Contact list */
ul#countryList li {
	float: left;
	width: 30%;
}

.contactDetail {
	width: 60%;
	margin: 0 auto;
	padding: 10px 0;
}

.contactDetail p {
	padding: 0 0 0 0 !important;
	line-height: 12px;
}

.contactDetail p strong {
	margin-bottom: 5px;
	display: block;
}

/* Magazin */
.timeItem {
	float: left;
	margin: 10px 0 0 20px;
	border-bottom: 1px solid #f1f1f1;
	width: 500px;
}

.timeItem h2 {
	margin: 0 0 0 0;
	padding: 3px 3px 10px 3px !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

.timeItem h3 {
	text-align: right;
	margin: 0 0 0 0;
	padding: 3px 3px 10px 3px !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

.timeItemDescr {
	float: left;
	width: 315px;
}

.timeItemImg {
	float: right;
	width: 173px;
}

.timeItemDescrRight {
	text-align:right;
	float: right;
	width: 315px;
}

.timeItemImgRight {
	float: left;
	width: 173px;
}

.price {
	text-align: center;
	display: block;
	width: 100%;
	font-weight: bold;
	padding: 10px 0;
}

/* News gallery */
#gal {
	padding: 10px 20px 0 20px;
}

#gal a {
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	border: 2px solid #ccc;
}

#gal a:hover {
	border: 2px solid #999;
}

/* Flash */
#keynote1, #keynote2, #pl, #ie, #tm, #cm, #pm, #csk, #ino, #stress, #coaching {
	text-align: center;
	padding: 20px;
}

