/*

	rojo: #d40b0b;

*/

*{
	margin: 0; padding: 0;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #d40b0b;
	text-decoration: underline;
}

a img{
	border: 0;
}

body{
	background-color: #000;
	font: normal 14px/18px Verdana,Arial,Helvetica,sans-serif;
}

#main{
	width: 904px;
	margin: 10px auto;
	position: relative;
}

#logo{
	width: 374px;
	height: 175px;
	background: transparent url(imgs/logo.png) 0 0 no-repeat;
	float: left;
	position: relative;
	left: -52px;
	z-index: 99999;

}

#logo:hover{
	background: transparent url(imgs/logo_hover.png) 0 0 no-repeat;
}

#os{
	width: 630px;
	height: 145px;
	background: transparent url(imgs/os.png) 0 0 no-repeat;
	margin: 0 auto;
}

#menu{
	width: 520px;
	overflow: hidden;
	float: right;
	position: relative;
	z-index: 20;

}

#menu ul {
	margin-top: 148px;
	list-style: none;
	text-align: right;
}

#menu li {
	float: left;
}

#menu li a#menu_us{
	display: block;
	width: 80px;
	height: 31px;
	background: transparent url(imgs/menu_us.gif) 0 0 no-repeat;
}

#menu li a#menu_us:hover{
	background: transparent url(imgs/menu_us_hover.gif) 0 0  no-repeat;
}

#menu li a#menu_work{
	display: block;
	width: 103px;
	height: 31px;
	background: transparent url(imgs/menu_work.gif) 0 0 no-repeat;
}

#menu li a#menu_work:hover{
	background: transparent url(imgs/menu_work_hover.gif) 0 0  no-repeat;
}

#menu li a#menu_services{
	display: block;
	width: 100px;
	height: 31px;
	background: transparent url(imgs/menu_services.gif) 0 0 no-repeat;
}

#menu li a#menu_services:hover{
	background: transparent url(imgs/menu_services_hover.gif) 0 0 no-repeat;
}

#menu li a#menu_tec{
	display: block;
	width: 103px;
	height: 31px;
	background: transparent url(imgs/menu_tec.gif) 0 0 no-repeat;
}

#menu li a#menu_tec:hover{
	background: transparent url(imgs/menu_tec_hover.gif) 0 0  no-repeat;
}

#menu li a#menu_multimedia{
	display: block;
	width: 101px;
	height: 31px;
	background: transparent url(imgs/menu_multimedia.gif) 0 0 no-repeat;
}

#menu li a#menu_multimedia:hover{
	background: transparent url(imgs/menu_multimedia_hover.gif) 0 0  no-repeat;
}

#menu_img{
	width: 904px;
	height: 315px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}


#menu_img div{
	float: left;
}

#menu_img div a{
	text-decoration: none;
	height: 300px;
	display: block;
}

.img_overflow{
	width: 1506px;
	height: 300px;
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#menu_img div a span{
	display: block;
	margin-top: 10px;
	height: 180px;
	z-index: 20;
	position: absolute;
	visibility: hidden;
}

#menu_img div a:hover span{
	visibility: visible;
	
}

#menu_img div a#us{
	display:block;
	float: left;
	width: 300px;
	height: 300px;
	background: transparent url(imgs/us.jpg) 0 0 no-repeat;
	border-left: 1px solid #fff; 
	position: relative;
	z-index: 5;
}

#menu_img div a#work{
	display:block;
	width: 300px;
	height: 300px;
	background: transparent url(imgs/work.jpg) 0 0 no-repeat;
	border-left: 1px solid #fff;
	position: relative;
	z-index: 5;
}

#menu_img div a#services{
	display:block;
	width: 300px;
	height: 300px;
	background: transparent url(imgs/services.jpg) 0 0 no-repeat;
	border-left: 1px solid #fff;
	position: relative;
	z-index: 5;
}

#menu_img div a#tec{
	display:block;
	width: 300px;
	height: 300px;
	background: transparent url(imgs/tec.jpg) 0 0 no-repeat;
	border-left: 1px solid #fff;
	position: relative;
	z-index: 5;
}

#menu_img div a#multimedia{
	display:block;
	width: 300px;
	height: 300px;
	background: transparent url(imgs/multimedia.jpg) 0 0 no-repeat;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	z-index: 5;
}

#next{
	width: 32px;
	height: 127px;
	display: block;
	background: transparent url(imgs/next.png) 0 0 no-repeat;
	position: absolute;
	top: 280px;
	right: -32px;
	z-index: 400;
}

#prev{
	width: 32px;
	height: 127px;
	display: block;
	background: transparent url(imgs/prev.png) 0 0 no-repeat;
	position: absolute;
	top: 280px;
	left: -32px;
	z-index: 400;
	display: none;
}


#page{
	width: 300px;
	height: 300px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 150px;
	right: 0px;
}

#page_main{
	width: 650px;
	position: absolute;
	top: 50px;
	right: -650px;
	display: none;
	overflow: hidden;
}

a#page_home{ width: 50px; height: 50px; display: block; float: left; background: #000 url(imgs/home.png) center center no-repeat; 
opacity: 0.7; filter: alpha(opacity=70); position: relative; }

a#page_home:hover{background: #d40b0b url(imgs/home_hover.png) center center no-repeat;}

#page_menu{
	width: 590px;
	height: 10px;
	padding: 13px 30px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #d40b0b;
	position: relative;
	top: 10px;
	right: 0px;
	overflow: hidden;
}

#page_menu_overflow{
	width: 1500px;
	position: relative;
}

#page_menu ul{ list-style: none; }
#page_menu li { float: left; }
#page_menu li a{ display: block; padding: 0 15px; font-weight: bold; border-right: 1px solid #000; color: #000; }
#page_menu li a:hover{color: #fff;}



#page_content{
	width: 5700px;
	position: relative;
}

#page_content_multimedia{
	width: 5700px;
	position: relative;
	right: 0;
}

.loading {
	display: block !important;
	width: 300px;
	height: 300px;
	background: url(imgs/spinner.gif) no-repeat center center;
	position: absolute;
}

#me{
	width: 570px; 
	height: 180px;
	float: left;
	padding: 40px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #fff;
	position: relative;
	top: 20px;
	left:0;
}

#team, #experience{
	width: 570px; 
	height: 370px;
	float: left;
	padding: 10px 40px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #000;
	color: #fff;
	position: relative;
	top: 20px;
	left:0;
	text-align: justify;	
}

.services_content{
	width: 570px; 
	height: 250px;
	float: left;
	padding: 10px 40px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #000;
	color: #fff;
	position: relative;
	top: 20px;
	left:0;
	text-align: justify;	
}

.work{
	width: 630px; 
	height: 350px;
	float: left;
	padding: 10px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	background-color: #fff;
	color: #fff;
	position: relative;
	top: 20px;
	left:0;
	text-align: justify;	
}

.work_flat{
	width: 630px; 
	height: 440px;
	float: left;
	padding: 10px;
	background-color: #fff;
	color: #fff;
	position: relative;
	top: 25px;
	left:0;
	text-align: center;	
}

.work_flat img{
	margin-top: 15px;
}

.title_3d{
	position: absolute;
	top: 5px;
	left: 25px;
	color: #000;
	z-index: 666;
}

a.prev_work{
	position: absolute;
	top: 330px;
	left: 20px;
	color: #000;
	z-index: 666;
	cursor: pointer;
}

a.next_work{
	position: absolute;
	top: 330px;
	right: 20px;
	color: #000;
	z-index: 666;
	cursor: pointer;
}

a.next_3d{
	position: absolute;
	top: 5px;
	right: 20px;
	color: #000;
	z-index: 666;
	cursor: pointer;
}

.work_box{
	width: 200px;
	height: 150px;
	float: left;
	overflow: hidden;
	margin: 4px;
	position: relative;
}

.work_box a span{
	width: 100%;
	height: 15px;
	padding: 10px;
	background-color: #d40b0b;
	color: #fff;
	
	display: block;
	visibility: hidden;
	position: absolute;
	top: 10px;
	
}
.work_box a:hover span{
	visibility: visible;
}


#tec_content{
	width: 570px; 
	height: 250px;
	float: left;
	padding: 20px 40px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #000;
	color: #fff;
	position: relative;
	top: 20px;
	left:0;
	text-align: justify;	
	font-size: 18px;
}

.team_detail{width: 560px; overflow: hidden; border-bottom: 1px solid #fff;}
.team_detail_noborder{width: 560px; overflow: hidden; border: 0;}
.team_detail_noborder div, .team_detail div{width: 200px; float: left; }
.team_detail_noborder ul, .team_detail ul{list-style: none; float: left;}
.team_detail_noborder li, .team_detail li{width: 350px; }

#experience ul{list-style: none;}

.flv {width: 509px; float: left; padding: 20px 0 0 141px;}

#div_contact{width: 750px; height: 60px; position: fixed; top:20px; right: -650px; z-index: 8888; color: #fff; background-color: #000; 
opacity: 0.7; filter: alpha(opacity=70);} 

#div_contact ul { float: right; padding-right: 10px; list-style: none;}


a#contact{ width: 100px; height: 50px; padding-top: 10px; display: block; float: left; background: #000 url(imgs/contact.png) center center no-repeat; 
opacity: 0.7; filter: alpha(opacity=70); }

a#contact:hover{background: #d40b0b url(imgs/contact_hover.png) center center no-repeat;}

#div_contact span.red_box{display: block; width: 10px; height: 60px; right: 0; float: left; background: #d40b0b;}

.red_os{color: #d40b0b;}
.img_left{float: left; padding-right: 15px;}

.clear{clear: both;}

.no_border{border: 0 !important;}

