body {
	background: #fff;
	padding: 20px 0 40px;
	color: #364c5f;
	font-size: 14px;
	font-family: 'Myriad Pro', 'Helvetica Neue', 'Trebuchet MS';
	line-height: 21px;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
a {
	color:#c8272d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px;
}
h1 {
	font-size:16px;
	color:#c8272d;
	text-indent:21px;
	font-weight:normal;
	background-image:url(../img/tick.png);
	background-repeat:no-repeat;
	background-position:0 1px;
	margin-bottom:4px;
}
h2 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
}
.button_right {
	float:right;
	margin-top:10px;
}
.button_left {
	margin-top:10px;
}
.line_dotted_v {
	background-image:url(../img/line_dotted_v.png);
	background-position:right;
	background-repeat:repeat-y;
}
.line_dotted_h {
	background-image:url(../img/line_dotted_h.png);
	background-repeat:repeat-x;
	background-position:0px 20px;
	height:40px;
}
#container {
	background-image:url(../img/clouds.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	overflow:visible;
}
#flash {
	padding: 0;
	/*min-height:320px;*/
	z-index:-1;
}
/* MAIN */

#main .services .block {
	margin-right:20px;
	padding-bottom:40px;
}
#main .services .space {
	margin-bottom:20px;
}
#main .line_dotted_h {
	background-image:url(../img/line_dotted_h.png);
	background-repeat:repeat-x;
	background-position:0px 30px;
	margin-right:20px;
	height:60px;
}
#main #news {
	color: #5c6e7f;
	font-size: 12.5px;
	line-height: 18px;
}
#main #news .topic {
	font-weight:bold;
	line-height: 22px;
}
#main #news .unfold {
	font-size:11px;
	cursor:pointer;
}
#main #news .data {
	color:#a9b6c2;
	font-size:9px;
	font-weight:bold;
	margin-bottom:30px;
}
#main #references .text {
	font-family: Georgia;
	font-style:italic;
	font-size:13px;
	padding-right:25px;
}
#main #references .img {
	width:100px;
	text-align:center;
}
/* SERVICES */

#services .block {
	margin:0 0 60px 0;
	column-count: 2;
}
#services .topic {
	font-size:16px;
	padding-bottom: 6px;
}
/* HISTORY */

#history p {
	padding: 0 10px 0 10px;
}
#history ul {
	list-style-image:url(../img/tick_small.png);
	padding:5px 0px 0px 30px;
	margin-bottom:4px;
}
#history li {
	line-height:18px;
	font-size:13px;
}
/* REFERENCES */

#references .block {
	margin-bottom:60px;
}
#references .pic {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:300px;
}
#references .topic {
	font-size:14px;
	padding-bottom: 6px;
	display:table-cell;
	font-weight:bold;
}
#references .text {
	font-family: Georgia;
	font-style:italic;
	font-size:13.5px;
	display:table-cell;
	vertical-align:middle;
}
/* GALLERY */

#gallery img {
	margin:6px 6px 10px 6px;
	padding:3px;
	border-color:#E0E0F0;
	border-style:solid;
	border-width:1px;
	vertical-align:middle;
	background-color:#FFF;
}
#gallery .topic {
	margin:0 0 10px 6px;
	font-size:14px;
}
#gallery small {
	margin-left:6px;
	font-size:10px;
	display:block;
}
/* CONTACT */

#contact .topic {
	font-size:16px;
	margin:0 0 -14px 0px;
}
#contact .block {
	padding-bottom:0px;
}
/* FOOTER */

#footer {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#cbd7e2;
	font-size:11.5px;
	line-height:16px;
	color: #7f8d99;
	margin:40px 10px 10px 10px;
	padding: 6px 0 10px 0;
}
#footer .menu {
	float:right;
}
#footer_short {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#cbd7e2;
	font-size:11.5px;
	line-height:16px;
	color: #7f8d99;
	margin:0px 10px 10px 10px;
	padding: 6px 0 10px 0;
}
#footer_short .menu {
	float:right;
}

