<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.floatLeft{
	
}

.floatRight{
	
}

html , body{
	height:100%;	
}

#main{
	width:100%;
	height:100%;
}

#maincentered{
	width:1000px;
	margin:0 auto;
}

#header{
	background:url(../images/headerbg.png) repeat-x;
	height:113px;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.logo-container{
	padding-top:25px;
	width:135px;
}

.top-menu-container{
	width:780px;
	padding-left:40px;
}

ul.menu li{
	list-style:none;
	float:left;
	margin-top:35px;
}

ul.menu li:not(.menuseparator){
	line-height:16px;
	width:110px;
	padding-left:10px;
	padding-right:5px;
}

ul.menu li a{
	text-decoration:none;	
}

.menutitle{
	font-size:28px;
	color:#FFF;
	text-transform:uppercase;
}

.menudescription{
	display:block;
	color:#FFF;
	font-size:12px;
}

#body{
	/*padding-top:100px;*/
	height:100%;
}

#cyclehome{
	width:100%;
	height:100%;	
}

.services-home-cycle-container{
	position:relative;	
}

#cyclecounter{
	position:absolute;
	left:500px;
	top:275px;
	font-size:48px;
	color:#FFF;
}

#prevarrow{
	position:absolute;
	left:400px;
	top:280px;
	width:23px;
	height:47px;
	background:url(../images/arr-left.png) no-repeat;
	z-index:999;
	cursor:pointer;
}

#prevarrow:active , #nextarrow:active{
	background-position:0 2px;	
}

#nextarrow{
	position:absolute;
	left:440px;
	top:280px;
	width:23px;
	height:47px;
	background:url(../images/arr-right.png) no-repeat;
	z-index:999;
	cursor:pointer;
}

#nav{
	position:absolute;
	left:50%;
	margin-left:-70px;
	bottom:60px;
	z-index:99999;
}

#nav a{
	background:url(../images/roundnotselected.png) no-repeat;
	width:36px;
	height:37px;
	margin-right:12px;
	padding:24px 36px 0 0;
}

#nav a.activeSlide{
	background:url(../images/roundselected.png) no-repeat;
}

.homeblock1{
	background:url(../images/image1.png) no-repeat center;
	width:100%;
	height:100%;	
}

.homeblock2{
	background:#c4c4c4;
	width:100%;
	height:100%;
}

.homeblock3{
	background:#c4c4c4;
	width:100%;
	height:100%;
}

.homepage-big-title{
	text-transform:uppercase;
	color:#1a4085;
	text-align:center;
	font-size:86px;
	margin:0;
	padding:135px 0 15px 0;
}

.home-whoaretym{
	width:220px;
	margin:45px 15px 0 15px;
	text-align:center;	
}

.home-whoaretym-title{
	padding:10px 0 5px 0;
	color:#1a3f84;
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;	
}

.home-whoaretym-title a{
	color:#1a3f84;
	text-decoration:none;
}

.home-whoaretym-desc{
	color:#3d3d3d;	
}

#serviceshomecycle{
	width:1000px;	
}

.serviceshomecycle{
	width:1000px;	
}

.serviceshomecycleimage{
	width:355px;
	margin-right:45px;	
}

.serviceshomecycledesc{
	width:600px;	
}

.serviceshomecycletitle{
	padding-top:100px;
	margin:0;
	font-size:72px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:normal;
}

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

.serviceshomecycledescription{
	color:#5c5c5c;
	font-size:18px;	
}


#footer{
	height:50px;
	width:100%;
	position:fixed;
	bottom:0;
	background:#1a4085;
	z-index:999;	
}

.footer-menu{
	width:400px;
	padding-top:15px;
}

.footer-menu ul li{
	list-style:none;
	float:left;
	margin-right:15px;	
}

.footer-menu ul li a{
	color:#FFF;
	text-decoration:none;	
}

.allrightsreserved{
	text-align:center;
	font-size:24px;
	color:#FFF;
	width:200px;
	padding-top:10px;
}

.signature{
	width:400px;
	text-align:right;
	padding-top:15px;	
}

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

/* ---- Subscrib --- */

.error_input{
	border:1px solid red !important;
	background:#FFCCCC !important;
}

.error-div{
	padding:3px;
	background:#FFCCCC;
	font-size:14px;
	border:1px solid #990000;
	color:#CC3333;
	width:280px;
	margin:0 auto;
}

.success-div{
	padding:3px;
	background:#66CC33;
	font-size:14px;
	border:1px solid #006600;
	color:#003300;
	width:280px;
	margin:0 auto;
}</pre></body></html>