/* CRIANA */
body {
	background:#fff;
	font-family:Helvetica, Tahoma, Arial, sans-serif;
	margin:0;
	text-align:center;
}

#wrapper {
	margin:0 auto;
	width:920px;
	text-align:left;
}

#header {
	height:140px;
	margin:0;
}

.homeimage {
	padding:10px;
	background:#fff;
	border:solid 1px #CCC;
	margin:0 0 10px 30px;
}

h2 {
	font-family:Helvetica, Tahoma, Arial, sans-serif;
	color:#0d0e48;
	font-size:22px;
	font-weight:bold;
	margin-bottom: 4px;
}

h3 {
	font-family:Helvetica, Tahoma, Arial, sans-serif;
	color:#666;
	font-size:22px;
	font-weight:bold;
	margin-bottom: 4px;
}

h4 {
	font-family:Helvetica, Tahoma, Arial, sans-serif;
	color:#0d0e48;
	font-size:18px;
	font-weight:normal;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #ebeeee;
}

p,span {
	font-family:inherit;
	color:#666;
	font-size:14px;
	line-height:1.6em;
}

.navigation {
	background-color:#0d0e48;
	width:100%;
	height:40px;
	margin-bottom: 20px;
}

.navigation ul {
	list-style:none;
	padding-right:10px;
	margin:0 auto;
	width:920px;
	text-align:left;
}

.navigation li {
	float:right;
	color:#fff;
	font-family:inherit;
	font-size:14px;
	display:block;
	padding-top: 7px;
}

.navigation li a:link, .navigation li a:visited {
	text-decoration: none;
}

#content {
	margin:0 auto;
	width:920px;
	text-align:left;
}

body ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 12px;
	padding-left: 0px;
}

body ul li {
	font-family: inherit;
	color:#666;
	font-size: 0.8em;
	line-height: 1.4em;
}

body p a, body p a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

body p a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #666;
}

.services {
	display: block;
	float: left;
	background: #f8f8f8;
	padding: 20px;
	width: 252px;
	clear: right;
	margin: 4px 20px 40px 0px;
	height: 220px;
}

.services-last {
	display: block;
	float: left;
	background: #f8f8f8;
	padding: 20px;
	width: 252px;
	clear: right;
	margin: 4px 0 40px 0px;
	height: 220px;
}

#footer {
	width:100%;
	border-top:solid 1px #CCC;
	margin-top:100px;
	padding-top:10px;
	clear: both;
}

#footer-content {
	margin:0 auto;
	width:920px;
	text-align:left;
}

#footerright {
	float:right;
	text-align:right;
	font-family:inherit;
	font-size:10px;
	color:#999;
}

#footerright a,#footerright a:visited {
	color:#666;
}

#footerleft {
	float:left;
	font-family:inherit;
	font-size:11px;
	color:#999;
}

#footerleft a,#footerleft a:visited {
	color:#666;
}

.rounded {
  -moz-border-radius:1.4ex;
  -webkit-border-radius:1.4ex;
  border-radius: 1.4ex;
}