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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
	background: #FFFFFF;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 340px;
	background: #FFFFFF;
	}

#picture {
	height: 300px;
	background: #4BB1DA;	
	}

#menu {
	height: 30px;
	background: #4BB1DA;
	margin: 5px 0px;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: white;
	text-align: center;
	padding-top: 0.5em;
	}
	
ul.css-menu-1 {
list-style: none
}

ul.css-menu-1 li {
display: inline
}

ul.css-menu-1 li a {
font-family: Arial, Tahoma, Verdana, sans-serif;
text-decoration: none;
background: #4BB1DA;
font-weight: none;
color: #ffffff;
padding: 4px 70px 6px 70px;
}

ul.css-menu-1 li a:hover {
padding: 4px 70px 6px 70px;
font-weight: none;
background: #78cced;
color: #ffffff;
}

ul.css-menu-1 li a.selected {
background: #78cced;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 66px;
	margin: 30px 50px;
}

p.content1 {
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #186d8e;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 0.5em;
	}
	
p.content {
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #186d8e;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 0.5em;
	}

ul.content {
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #186d8e;
	line-height: 1.5em;
	margin-top: 0.5em;
	list-style: circle inside;
	margin-left: 50px;
	}
	
img.clientsimg {
	margin: 0 10px 10px 0;
	}
	
img.partnersimg {
	margin: 50px 10px 10px 0;
	pointer-events: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;
	}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1200px;
	margin: -66px auto 0;
	height: 2px;
	background: #4BB1DA;
	position: relative;
}