@font-face { font-family: "cafeta";src: url( ../fonts/cafeta.eot );}
@font-face { font-family: "cafeta";src: local("cafeta"), url( ../fonts/cafeta.ttf ) format("truetype");} /* non-IE */  

body {
	background-color: #F5F5F5;
	margin: 0;
	font-family: Verdana;
}

#logobar {
	height: 71px;
	width: 100%;
	position: relative;

	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
#lin {
	height: 100%;
	width: 901px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#nav_container {
	height: 50px;
	width: 100%;
	background-color: #747D84;
	z-index: 1;
}

#nav {
	height: 100%;
	width: 901px;
	margin-left: auto;
	margin-right: auto;
}

.button {
	height: 100%;
	width: 179px;
	float: left;
	border-left: 1px solid #8A9097;
	text-align: center;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.button span {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 85%;
	line-height: 50px;
}

#slider {
	width: 100%;
	min-height: 1100px;
	position: relative;
	overflow-x: hidden;
}

.content {
	background-color: #FFFFFF;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 6px 0px 10px -7px #888, -6px 0px 10px -7px #888, 0px 6px 10px -7px #888;
	float: left;
}

#cHome {
	height: 565px;
}

#cAbout {
	height: 790px;
}

#cOffering {
	height: 1175px;
}

#cSolutions {
	min-height: 1100px;
}

#cClients {
	height: 615px;
}

#cCompany {
	min-height: 835px;
}

#content_container {
	position: absolute;
	top: 0;
}

#logo {
	position: absolute;
	cursor: pointer;
	top: 28px;
	left: 20px;
	border: none;
}

.title {
	font-family:cafeta;
	font-size:30px;
	color:#747d84;
	margin-bottom:15px;
}

.subtitle {
	color:#447095;
	font-weight: bold;
}

.spinner {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: none;
}

.submit {
		background: #55769b; /* Old browsers */
		background: -moz-linear-gradient(top,  #55769b 0%, #4a6e94 2%, #476990 22%, #3c5977 76%, #385370 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55769b), color-stop(2%,#4a6e94), color-stop(22%,#476990), color-stop(76%,#3c5977), color-stop(100%,#385370)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #55769b 0%,#4a6e94 2%,#476990 22%,#3c5977 76%,#385370 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #55769b 0%,#4a6e94 2%,#476990 22%,#3c5977 76%,#385370 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #55769b 0%,#4a6e94 2%,#476990 22%,#3c5977 76%,#385370 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #55769b 0%,#4a6e94 2%,#476990 22%,#3c5977 76%,#385370 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55769b', endColorstr='#385370',GradientType=0 ); /* IE6-9 */

		height: 20px;
		width: 80px;

		color: #FFFFFF;
		border-radius: 4px;
		font-size: 80%;
		padding-top: 6px;

		position: absolute;
		top: 240px;
		left: 200px;

		text-shadow:1px 1px 1px #333;
		-webkit-background-clip: padding-box; 
        background-clip: padding-box;

        cursor: pointer;
	}

.submit:active, .submitActive {
    box-shadow:inset 1px 1px 1px rgba(0,0,0,0.3);
}

.learn_more {
	position: relative;
	margin-top: 20px;
	border: 1px solid #DFDFDF;
	min-height: 250px;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
}

input {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	box-shadow: inset 1px 1px 3px #CCC;
}

.input_div {
	margin-top: 10px;
	height: 25px;
	display: inline-block;
	width: 100%;
}

.thanks {
	position: absolute;
	top: 110px;
	left: 30px;
	display: none;
}

.red_bar {
	background: #b6132d; /* Old browsers */
	background: -moz-linear-gradient(top, #b6132d 0%, #c1132f 7%, #cb1431 9%, #b20e29 63%, #aa0c26 77%, #a00822 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6132d), color-stop(7%,#c1132f), color-stop(9%,#cb1431), color-stop(63%,#b20e29), color-stop(77%,#aa0c26), color-stop(100%,#a00822)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b6132d 0%,#c1132f 7%,#cb1431 9%,#b20e29 63%,#aa0c26 77%,#a00822 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b6132d 0%,#c1132f 7%,#cb1431 9%,#b20e29 63%,#aa0c26 77%,#a00822 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b6132d 0%,#c1132f 7%,#cb1431 9%,#b20e29 63%,#aa0c26 77%,#a00822 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b6132d 0%,#c1132f 7%,#cb1431 9%,#b20e29 63%,#aa0c26 77%,#a00822 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6132d', endColorstr='#a00822',GradientType=0 ); /* IE6-9 */

	left: 608px;

	position: absolute;
	width: 290px;
	height: 23px;
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px;
	box-shadow: 8px 0px 10px -7px #888, -8px 0px 10px -7px #888, 0px 8px 10px -7px #888;
	padding-top: 23px;
	padding-left: 2px;
}

.red_bar div {
	font-size: 60%;
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #D62D67;
	height: 15px;
	padding-top: 1.5px;
}

.last_link {
	border-right: 0px !important;
}

.red_bar a {
	text-decoration: none;
	color: #FFF;
}

#company_footer {
	position: absolute;
	width: 900px;
	padding-top: 15px;
	font-size: 90%;
	color: #686868;
}

#company_footer div {
	float: left;
	width: 450px;
}

#footer_links {
	float: right;
	text-align: right;
}

#footer_links a {
	text-decoration: none;
	color: #686868;
}