@charset "UTF-8"; 


*{margin:0; padding:0}


@font-face {
    font-family: 'CapsuulaRegular';
    src: url('../fonts/Capsuula/Capsuula-webfont.eot');
    src: url('../fonts/Capsuula/Capsuula-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Capsuula/Capsuula-webfont.woff') format('woff'),
         url('../fonts/Capsuula/Capsuula-webfont.ttf') format('truetype'),
         url('../fonts/Capsuula/Capsuula-webfont.svg#CapsuulaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



html, body{height:100%;}
body{
	background-color:#10100F;
	color:#333;
	font: 16px/24px 'CapsuulaRegular', Arial, sans-serif;

	text-align:center;
	cursor: default;
	min-width: 1020px;
}
a{
	text-decoration:none;
	color: #5A5A53;
}
a:hover {
	border:none;
	text-decoration:none;
	color: #C8C2BD;
}

a img{border:none}
a:hover img{border:none;}

.clear{
	clear:both;
	height:1px
}
.space-bottom-12{margin-bottom:12px}
#wrap{margin:0 auto; width:100%; position:relative}
.rounded{ -webkit-border-radius:10px;  -moz-border-radius:10px; -o-border-radius:10px;}
.rnd-image{-moz-background-size:100% 100%;   -o-background-size:100% 100%;   -webkit-background-size:100% 100%;   background-size:100% 100%;  background-repeat:no-repeat}


/* Webkit */
::selection {
    background-color: rgba(33,33,33,0.9);
    color: #E1E1E1;
}
 
/* Mozilla */
::-moz-selection {
    background-color: rgba(33,33,33,0.9);
    color: #E1E1E1;
}

img::selection {background-color: transparent;}
img::-moz-selection {background-color: transparent;}


/* Texts ************************************************************************** */

h1{
	font-size:3.5em;
	font-weight: 100;
	color:#D9D9D9;
	margin: 0;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	padding-top: 40px;
	margin-bottom: 30px;
	-webkit-font-smoothing: antialiased;
}

h2{
	font-size:2.5em;
	font-weight: 100;
	color:#D9D9D9;
	margin: 0;
	padding: 10px 0;
	line-height: 44px;
	-webkit-font-smoothing: antialiased;
}

h3 {
	font-size:1.7em;
	font-weight: 100;
	color:#3D3E3F;
	margin: 0;
	line-height: 1.2em;
}

h4 {
	font-size:2em;
	font-weight: normal;
	color:#000;
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.2em;
}
h5 {
	font-size:1.7em;
	font-weight: bold;
	color:#666;
	margin: 0;
	line-height: 1.2em;
}

h6 {
	font-size:0.8em;
	font-weight: bold;
	color:#00538F;
	margin: 0;
	line-height: 1.2em;
	text-align: center;
}


p {
	font-size:125%;
}

strong {
	font-weight:100;
}

/* Main Layout ******************************************************************** */

#header{
	margin:0 auto;
	width:1000px;
	position:relative;
	height:50px;
	line-height:54px; 
	overflow:hidden;
}
#logo {
	height:50px;
	width:140px;
	float:left;
	background-image:url(../img/logo.jpg);
	}

#header a{
	text-decoration:none;
	color: #6A7076;
}
#header a:hover {
	border:none;
	color: #B3B8BA;
	text-decoration:none;
}

	
#slgan {
	height:50px; width:160px; float:right; background-image:url(../img/slogan.jpg);
	}

#menu{
	margin:0 auto;
	position:relative;
	/* [disabled]background-image: url(../img/menu.png); */
	background-position: top center;
	background-repeat:no-repeat;
	width: 1020px;
	height: 114px;
}
	
#menu-bg{
	margin:0 auto;
	position:relative;
	background-color:#060B10;
	background-image: url(../img/menu-bg.png);
	height:115px;
	background-position: top left;
	background-repeat:repeat-x;
}
#menu ul{margin-left:0px}
#menu li{
	list-style:none;
	height:115px;
	display: block;
	width: 340px;
	float: left;
}

#content {
	border-top:#818181 1px inset;
	margin:0 auto;
	position:relative;
	background-color:#7B7A75;
	background-image: url(../img/bg-content2.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}
#content-inner {
	margin:0 auto 100px;
	width:1000px;
	position:relative;
	text-align: justify;
}

.content-colx3{
	width:300px;
	float:left;
	background-repeat: no-repeat;
	}
	
.content-colx3#themes{
	margin: 0 25px 0 0;
	background-image:url(../img/home/colx3-web.png);
}
.content-colx3#apps{
	background-image:url(../img/home/colx3-apps.png);
	margin: 0 25px;
}
.content-colx3#icons{
	background-image:url(../img/home/colx3-design.png);
	margin: 0 0 0 25px;
}


.content-colx3#col1-light{
	height: 55px;
	margin: 0px 25px 0 0px;
	padding: 50px 0 0 0;
	/*background-image: url(../img/btn-bar-trust.jpg);*/
}
.content-colx3#col2-light{
	height: 55px;
	margin: 0px 25px 0 25px;
	padding: 50px 0 0 0;
	/* background-image: url(../img/btn-bar-contact.jpg); */
}
.content-colx3#col3-light{
	margin: 0px 0 0 25px;
	height: 55px;
	padding: 50px 0 0 0;
	/*background-image: url(../img/btn-bar-awards.jpg);*/
}

.content-separator{
	background:url(../img/content_separator-h.jpg) repeat-x;
	width: 100%;
	height: 2px;
}


#btn-bar {
	margin:0 auto;
	position:relative;
	height:105px;
	background-image: url(../img/btn-bar.jpg);
}
#btn-bar-light {
	margin:0 auto;
	position:relative;
	height:105px;
	background-image: url(../img/btn-bar-light.jpg);
}

.inner {
	margin:0 auto;
	width:1000px;
	position:relative;
	padding: 0 10px;
	height: 105px;
}

#rotator{
	margin:0 auto;
	position: relative;
	z-index: 1;
}
#rotator-bg{
	margin:0 auto;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 500px;
	left: 0px;
	display: block;
	z-index: 0;
}

#container{margin:0 auto; position:relative; text-align:center; width:100%; clear:both; background-position:center center}
#container p{color:#333; text-shadow:0 1px 0 #c6ced1}
#container p a{color:#246284; text-shadow:0 1px 0 #c6ced1; text-decoration:none}
#container p a:hover{color:#246284; text-shadow:0 1px 0 #c6ced1; text-decoration:underline}
#container h1{color:#19465b; font:"Lucida Grande","Lucida Sans Unicode",sans-serif; font-size:2.2em; padding:0px 0 0 0; text-shadow:0 1px 0 #c6ced1}
#container h1 a{text-decoration:none; color:#750000; text-shadow:0 1px 0 #c6ced1}
#container h1 a:hover{text-decoration:none; color:#333; text-shadow:0 1px 0 #c6ced1}
#container h2{color:#1d2b36; font:"Lucida Grande","Lucida Sans Unicode",sans-serif; font-size:2em; padding:0px 0 0 0; text-shadow:0 1px 0 #c8cfd3; line-height:32px}
#container h3{color:#1d2b36; font:"Lucida Grande","Lucida Sans Unicode",sans-serif; font-size:1.2em; padding:0px 0 0 0; text-shadow:0 1px 0 #c8cfd3; line-height:32px}
#container h4{text-align:justify; color:#636D76; font:"Lucida Grande","Lucida Sans Unicode",sans-serif; font-size:1.4em; padding:0px 0 0 0; text-shadow:0 1px 0 #c8cfd3; line-height:24px}
#content-light{background-color:#a3afb5; border-top:thin #c6ced1 solid; border-bottom:thin #536169 solid; position:relative}
.content-title{
	/* [disabled]height:85px; */
	width:100%;
	text-align: left;
	line-height: 90px;
	/* [disabled]letter-spacing: -1px; */
	padding-top: 0px;
}
#content-inner-desc{margin:0 auto; position:relative; text-align:left; width:1000px; padding:0 25px; min-height:800px}
.separator, .separator-darker{height:2px; background:url(../images/separator.jpg) repeat-x; width:100%}
.separator-darker{background:url(../images/separator-darker.jpg) repeat-x}

#content-dark{background-color:#7d8e96}
#content-dark p{color:#333; text-shadow:0 1px 0 #9eaab0}


/* csButton ********************************** */

.csAnim {
    -webkit-animation-name: reset, fade-in;
	-webkit-animation-duration: 6s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay:0, 6s;
}


.csButton{
	text-decoration: none;
	display: -moz-inline-stack;
	display:inline-block;
	zoom:1;
	display:inline;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font:17px/17px 'CapsuulaRegular', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(114,203,243,0.1)), to(rgba(27,119,171,0.9)));
	background-image: -moz-linear-gradient(-90deg, rgba(114,203,243,0.1), rgba(27,119,171,0.9));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72cbf3', endColorstr='#1b77ab',GradientType=0 );	
	background-color:#6cc3ea;
	-webkit-background-clip: border-box;
	color:#fff;
	cursor:pointer;
	border:1px solid #2681b2;
	border-bottom-color:#666;
	padding:11px 20px 10px;
	-webkit-transition:all 150ms linear;
	-moz-transition:all 150ms linear;
	text-shadow:#268ac0 0 1px 2px;
	-webkit-box-shadow: 0px 1px 0 #666, 0 2px 2px rgba(0,0,0,0.2);
}
.csButton.alt{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(253,253,253,0)), to(rgba(197,197,197,0.9)));
	background-image: -moz-linear-gradient(-90deg, rgba(253,253,253,0), rgba(197,197,197,0.9));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#c5c5c5',GradientType=0 );	
	background-color:#fdfdfd;
	border:1px solid #666;
	color:#494949;
	text-shadow:#fff 0 1px 2px;
}

.csButton:focus,.csButton:hover{
	border:1px solid #444444;
	background-color:#3e98c6;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CB4E9', endColorstr='#1E729E',GradientType=0 );
	color:#fff;
	-webkit-transition:all 150ms linear;
	-moz-transition:all 150ms linear;
	}

.csButton.alt:focus,.csButton.alt:hover{
	border:1px solid #666;
	background-color:#C9C9C9;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c9c9c9',GradientType=0 );	
	color:#494949;
	-webkit-transition:all 150ms linear;
	-moz-transition:all 150ms linear;
}

.csButton:active{
	border-color:#1D4967;
	-webkit-box-shadow:inset 0 0 2px rgba(21, 52, 67, .7);
	-moz-box-shadow:inset 0 0 2px rgba(21, 52, 67, .7);
	box-shadow:inset 0 0 2px #153443;
	-webkit-transition-duration:0;
	-moz-transition-duration:0;
}

.csButton:focus{outline:0}

.csButton.big{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;font:22px/22px 'CapsuulaRegular', "Helvetica Neue", "Helvetica", "Arial", sans-serif;font-weight:500;letter-spacing: -1px;padding:17px
20px}

.csButton.alt:active{
	-webkit-box-shadow:inset 0 0 2px #555;
	-moz-box-shadow:inset 0 0 2px #555;
	box-shadow:inset 0 0 2px #555;
	-webkit-transition-duration:0;
	-moz-transition-duration:0
	}


/* Footer ********************************** */

#footer{
	color:#B2B7BA;
	font-size:125%;
	margin:0 auto;
	width:100%;
	position:relative;
	height:400px
}
#footer-inner{
	margin:0 auto;
	width:1000px;
	position:relative;
	padding: 0 10px;
	height: 350px;
}

.footer-colx3{
	width:300px;
	float:left;
	background-repeat: no-repeat;
}
.footer-colx3#col-left{
	margin: 0px 25px 0 0px;
	height: 350px;
}
.footer-colx3#col-center{
	margin: 0px 25px 0 25px;
	height: 350px;
}
.footer-colx3#col-right{
	margin: 0px 0 0 25px;
	height: 350px;
}
.footer-separator{
	background:url(../img/content_separator-h.jpg) repeat-x;
	width: 100%;
	height: 2px;
}


#footer ul{
	line-height:200%;
	margin-left:20px
}
#footer li{list-style:none}
#footer a{color:#667d88; text-decoration:none}
#footer a:hover{color:#a1acb2; text-decoration:none}
#footer-inner{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:1000px;
	z-index:1;
	padding:35px 25px 15px
}
#footer-ads{margin:0 auto;position:relative;text-align:left;width:1000px;z-index:1;padding:50px 25px 25px;height: 60px;}
#footer-dev{height:200px; margin:40px 0 0 0; float:right; width:650px; padding:0 12px; background-color:#0D151B}
#footer-right-col{
	margin:40px 45px 0 0;
	float:right;
	width:300px;
	padding:0 0px;
	/* [disabled]height: 250px; */
}

