/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-family: 'Roboto Condensed', sans-serif;
	/*background: url('images/bg_silver.jpg') no-repeat fixed center top;*/
}
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;
}

#main_block {
	width: 960px;
	margin: 0 auto;
}

.logo {
	float: left;
}

.contact { 
	float: right;
}

.contact .content {
	height: 125px;
	width: 402px;
}

p.email {
	padding-bottom: 5px;
	padding-left: 37px;
}

p.email a:hover {
	color: #667AB3;
}

.header {
	height: 125px;
	margin-top: 45px;
	position: relative;
}

.absolum{
	width: 197px;
	height: 125px;
	position: absolute;
	right: -15px;
	top: 0;
	background: url("images/contact_bg2.png") right center no-repeat;
}

.cont_info {
	color: #838281;
	font-size: 19px;
	font-weight: 300;
	padding-top: 79px;
}

.cont_info a {
	color: #838281;
	text-decoration: none;
}

.banner_block {
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.banner_holder {
	position: relative;
}

.side {
	float: left;
	width: 48%;
	color: #838281;
	font-weight: 300;
	font-size: 18px;
	text-align: justify;
	margin-bottom: 20px;
}

.block1 {
	padding-right: 4%;
}

.side p {
	margin-bottom: 10px;
	font-weight /*\**/: bolder\9; /* Internet Explorer 8 */
	*font-weight: bolder; /* Internet Explorer 6 e 7 */
	font-weight: bolder \0/IE9; /* Internet Explorer 9 + IE10pp4*/
}

.title {
	color: #838281;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

.serv_list {
	background: url("images/bg_serv.png") no-repeat center top;
	width: 429px;
	height: 125px;
	padding: 15px 15px 20px 15px;
}

.serv_list ul {
	float: left;
	color: #667AB3;
	font-size: 18px;
}

.list1 {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #667AB3;
}

.serv_list ul li {
	margin-bottom: 9px;
	font-weight: bolder;
}

.serv_list ul li span {
	font-size: 15px;
}

.footer {
	height: 100px;
	background: url('images/bg_footer.png') no-repeat center top;
	height: 55px;
	clear: both;
	padding: 15px 15px 0px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.footer span {
	position: absolute;
	left: 75px;
	top: 28px;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width: 960px;
	height: 332px !important;
	display: block;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	text-align:center;
	padding: 15px 0;
	right: 20px;
	bottom: 1px;
	z-index: 9999;
}
.nivo-controlNav a {
	cursor:pointer;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	background: #f5f5f5;
	text-indent: -9999px;
	float: left;
	margin-right: 6px;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background: #a1a1a1;
}