@charset "utf-8";
/* CSS Document */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fincom_logo {
	float: right;
	height: 80px;
	width: 108px;
	position: fixed;
	top: 0px;
	right: 0px;
}
.linkedin {
	background-image: url(../images/social.gif);
	background-position: left bottom;
	height: 32px;
	width: 32px;
	text-indent: -999px;
}
.linkedin a{
	display:block;
	height: 32px;
	width: 32px;
}
.linkedin:hover {
	background-image: url(../images/social.gif);
	background-position: right bottom;
}
.twitter {
	background-image: url(../images/social.gif);
	background-position: left top;
	height: 32px;
	width: 32px;
	text-indent: -999px;
}
.twitter a{
	display:block;
	height: 32px;
	width: 32px;
}
.twitter:hover {
	background-image: url(../images/social.gif);
	background-position: right top;
}
.facebook {
	background-image: url(../images/social.gif);
	background-position: left 64px;
	height: 32px;
	width: 32px;
	text-indent: -999px;
}
.facebook a{
	display:block;
	height: 32px;
	width: 32px;
}
.facebook:hover {
	background-image: url(../images/social.gif);
	background-position: right 64px;
}
.advantages_wrapper {
	height: 42px;
	line-height: 42px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.advantages_wrapper img {
	float: left;
	margin-right: 20px;
	height: 42px;
	width: 42px;
}
.advantages_wrapper_vigil {
	height: 42px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.advantages_wrapper_vigil img {
	float: left;
	margin-right: 20px;
	height: 42px;
	width: 42px;
}
.adv_block  a {
	text-decoration: none;
	color: #F05A28;
}
.adv_block  a:hover {
	color: #0D4671;
}
.services_list li{
	list-style-image: url(../images/services_bullet.gif);
	list-style-position: outside;
	padding-left: 20px;
	margin-left: 20px;
}
