@charset "utf-8";

/* 
[--------------------------------------------------------------------------------]
[ 									 Import's 									 ]
[--------------------------------------------------------------------------------]
*/

@import url("reset.css");

/* 
[--------------------------------------------------------------------------------]
[ 									 Global 									 ]
[--------------------------------------------------------------------------------]
*/
html, body{ height:100%;}

body{
	background: #235787 url(../../assets/images/background.png) top left repeat-x;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-size:14px;
	color:#000;
}

.clear{ clear: both;float: none; }

.left{float:left;}

.right{float:right;}

.center{text-align:center;}

strong{font-weight:bold;}

/* 
[--------------------------------------------------------------------------------]
[ 									  Main  									 ]
[--------------------------------------------------------------------------------]
*/

div#distance{ 
	width:1px;
	float:left;
	height:50%;
	margin-bottom:-290px;
}

div#main{
	margin:auto auto;
	position:relative;
	clear:left;
	text-align:left;
	width:900px;
	height:580px;
}

/* 
[--------------------------------------------------------------------------------]
[ 									 Header  									 ]
[--------------------------------------------------------------------------------]
*/

div#header{
	clear: both;
	display: block;
}

.coll-left{
	width: auto;
	display: block;
	float: left;
}

.coll-right{
	width: auto;
	display: block;
	float: right;
}

div#logo a{
	background: url(../../assets/images/logo-binaryweb.png) top left no-repeat;
	width: 400px;
	height: 79px;
	display: block;
	float: left;
}

div#language{
	background: url(../../assets/images/background-languages.png) top left repeat-x;
	width: 60px;
	height: 25px;
	display: block;
	text-align: center;
	float: right;
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 3px #FFF; 
	-webkit-box-shadow: 0 0 3px #FFF;
	box-shadow:  0 0 3px #FFF;
}

div#language a{
	width:20px;
	height: 14px;
	margin: 5px;
	display: block;
	float: left;
}

div#quote{
	margin: 40px 0px 0px 0px;
	display: block;
	text-align: center;
}

div#quote a,
div#quote a:active,
div#quote a:visited{
	color: #FFF;
	text-decoration: none;
	float: right;
}

div#quote a:hover{
	color: #FFF;
	text-decoration: none;
	float: right;
}

.quote-button{
	width: 257px;
	height: 46px;
	display: block;
	clear: both;
	float: right;
}

/* 
[--------------------------------------------------------------------------------]
[ 									  Content  									 ]
[--------------------------------------------------------------------------------]
*/

div#content{
	background:#FFF;
	padding:20px 30px;
	border:1px solid #CCC;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-box-shadow: 0 0 3px #333; 
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow:  0 0 3px #333;
}

div#text h1{
	color: #225786;
	font-size: 32px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

div#text p{
	background: url(../../assets/images/laptop.jpg) top right no-repeat;
	color: #225786;
	font-size: 14px;
	padding: 0px 140px 25px 0px;
	line-height: 18px;
	min-height: 110px;
}

div#slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin:10px 0px 20px 0px;
}

div.boxgrid{
	background: #333;
	float: left;
	display: block;
	width: 410px;
	height: 214px;
	margin: 4px;
	overflow: hidden;
}

a.cover{
	background: #D4D4D4;
	display: block;
	width: 190px;
	padding: 3px;
	margin: 5px;
	display: block;
	float: left;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

.prj-hover { -moz-box-shadow: 0 0 4px #666; -webkit-box-shadow: 0 0 4px #666; -webkit-transition: all 0.1s ease-out; }
.prj-hover:hover { -moz-box-shadow: 0 0 8px #666; -webkit-box-shadow: 0 0 8px #666; }

a.cover img{
	width:190px;
	filter:alpha(Opacity=80);
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

a:hover.cover img{
	opacity:1.0;
	filter:alpha(Opacity=100, FinishedOpacity=100);
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
