@font-face {
	font-family: 'BlueHighwayRegular';
	src: url('font/bluehigh.ttf') format('truetype');
	font-style: normal;
}

body, html {
	margin: 0;
	padding: 0;
	color: #2d444e;
	font-family: 'BlueHighwayRegular', sans-serif;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	display: block;
	text-align: left;
}

h1, h2, h3, h4 {
	margin: .8em 0 .2em 0;
	padding: 0;
	color: #2d444e;
	font-family: 'BlueHighwayRegular', sans-serif;
}

h1 {
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
}

h1 a {
    cursor: default;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}

h4 {
	font-size: 1.25em;
	white-space: nowrap;
	font-weight: normal;
	line-height: 1em;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
}

a {
	color:#2d444e;
	text-decoration:none;
}

a:hover, span.hl {
	color:#fff;
	background-color:#2d444e;
}

a:hover, span.hl, a {
    padding: 2px 4px;
}

img {
	margin: 10px 0 5px;
}

#logo h1 {
    /*background: url(logo.png) no-repeat;*/
	/*text-indent: -900%;*/
	margin-bottom: 0px;
}

#logo h1 a {
    cursor: auto;
}

#logo h1 a:hover {
    color: #2d444e;
	background: none;
}

.motto {
	font-style: italic;
	margin-top: 0px;
	display:none;
}

#solutions {
    margin-top:40px;
    width:100%;
	overflow: hidden;
	background-color: #EFF3F6;
}

#solutions div.wrap {
	margin: 30px 50px;
	width: 850px;
	overflow: hidden;
}

#solutions div div {
	width:250px;
	text-align: center;
	float: left;
}

#solutions p {
    padding:40px 10px 0px;
    margin: 0;
    line-height: 1.0em;
    background: url(up.png) no-repeat center 5px;
    font-size: 1.5em;
}

#solutions h1 {
	padding: 0;
	margin: 0;
}

#solutions .arrow {
	width: 50px;
}

div.services {
    float: left;
    width: 350px;
}

div.contacts {
    float: left;
    width: 350px;
}

.contacts ul, .services ul {
    margin:0;
    padding-left:0px;
}

.contacts ul li, .services ul li {
    list-style:none;
    line-height: 1.13em;
    font-size: 1.1em;
}

div.odoo_logo a {
    background: url(image/odoo_logo.png) no-repeat center;
    background-size: contain;
    height:120px;
    width:150px;
    float:right;
    padding:0;
}

/**div.odoo_logo a:hover {
    background: url(image/odoo_logo_rol.png) no-repeat center;
}


div.tryton_logo a {
    background: url(image/tryton_rol.png) no-repeat center;
    height:115px;
    width:85px;
    float:right;
    padding:0;
}

div.tryton_logo a:hover {
    background: url(image/tryton.png) no-repeat center;
}**/

.lang {
    float:right;
}

#footer {
	margin-top: 50px;
	width: 100%;
    text-align: center;
    color: #8C9BA2;
}

#footer p {
	padding: 10px;
	margin: 0;
}

div.clear {
    clear: both;
}
