@charset "utf-8";
/* CSS Document */
html{
	margin:0;
	padding:0;
}
body{
	font-family: Verdana, Tahoma;
	font-size:13px;
	color:#444;
	margin:0;
	padding:0;
}
.head_menu {
	width:1000px;
	margin-top:17px;
	background:url(../i/logo_and_viacube.png) no-repeat left top;
	color:#999;
	position: relative;
	height: 105px;
	font-size:18px;
}

.head_menu ul{
	margin:9px 0 0 300px}
.head_menu li{
	list-style:none;
	float:left;
	margin-left:40px;
	cursor:pointer;
	position:relative;
}
.language {
	text-align:right;
	margin-top:10px;
}
.language span{
	line-height:20px;
	color:#bbb;
	font-size:9px;
	margin-right:10px;
	text-align:right;
	font-weight:bold;
}
.links{
	height:120px;
	background-image:url(../i/bg_links.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:235px;
	position:relative;
	cursor: pointer;
}
.about_links, .about_links_zencoo {
	background-image:url(../i/bg_links_about.png);
	background-repeat:repeat-y;
	width:291px;
	color:#FFF;
	position:absolute;
	left:235px;
	display:none;
	z-index:100;
}
.about_links_zencoo, .about_links  {
	height:120px;
	font-weight:bold;
}

.about_links {
	top:0;
}

.about_links_zencoo {
	bottom:0;
}

.about_link_text{
	padding:20px;
	float:left;
}
.about_link_more{
	float:right;
	padding:0 20px 10px;
}
.icon_links{
	background-image:url(../i/icon_link.png);
	background-repeat:no-repeat;
	width:75px;
	height:75px;
	margin-top:12px;
	margin-left:12px;
	float:left;
}
.title_links {
	color:#29ABE2;
	font-size:18px;
	margin-left:10px;
	margin-top:15px;
	float:left;
}
.title_links_desc {
	margin-left:10px;
	float:left;
	width:130px;
	color: #777;
}
.column {
	width:235px;
	margin-left:20px;
	float:left;
}
.col_title{
	background-color:#29AAE2;
	width:235px;
	height:34px;
	color:#FFF;
	text-align:center;
	line-height:34px;
	font-size:24px;
}
.col_body{
	background-image:url(../i/bg_columns.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding:8px;
	font-size:14px;
	line-height:135%;
}
.blog_title {background-color:#96DD1B;}
.blog_body{background-position: -235px 0;}
.tweet_title {background-color:#784D00;}
.tweet_body{background-position: -470px 0;}
.web_title {background-color:#666;}
.web_body{background-position: -705px 0;}

a{
	text-decoration:none;
	color:#29AAE2;
}
a:active {color:#29AAE2;}
a:visited {color:#29AAE2;}
a:hover {color:#1976A5;}

.about_link_more a{color:#98ED14;}
.about_link_more a:hover {color:#96BF2D;}

.footer_links {
	color:#bbb;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin-left: 15px;
}
.colorGreen{color:#98ED14;}
.colorBlue{color:#29AAE2;}
.colorBrown{color:#784D00;}
.menu_drop {
	width:275px;
	position:absolute;
	top:20px;
	left:-36px;
	z-index:101;
	display:none;
}
.menu_drop_top {
	height:35px;
	width:275px;
	background-image:url(../i/DropDownTop.png);
	background-repeat:no-repeat;
}
.menu_drop_bottom {
	height:33px;
	width:275px;
	background-image: url(../i/DropDownBottom.png);
}
.menu_drop_middle {
	width:275px;
	background-image: url(../i/DropDownMiddle.png);
	background-repeat:repeat-y;
	cursor: crosshair;
}
.menu_drop_middle a{
	margin:6px 36px;
	line-height:26px;
}
.footer_line{
	width:1000px;
	border-top:solid 1px #BBB;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}
.all_rights {
	float:right;
	font-size:11px;
	margin-right: 15px;
}
/*---------------------------------------------------------------*/
.sidebar_col{
	width:255px;
	float: right;
	margin-top:6px;
	margin-right:0;}
.title_content {
	width:745px;
	height:90px;
	background-image: url(../i/bg_Title_body.png);
	background-repeat:no-repeat;
	background-position:40px 0;
	color:#FFF;
	font-size:36px;
	margin-top:-50px;
	float:left;
}
.title_content span {
	margin-left:100px;
	margin-top:45px;
	float:left;
}
.right_sidebar{
	width:235px;
	float: right;
	margin-top:6px;
	margin-right:-20px;
}
.content_first_p {
	width:715px;
	margin-left:30px;
	float:left;
	line-height: 135%;
}
.content_second_p {
	margin-left:40px;
	float:none;
}
.list_greenMark{ float:left}
.content_second_p ul, .list_greenMark, .list_blueMark {
	float:left;
	margin-left:0;
	margin-top:0;
	list-style-type:square;
	list-style-position: inside;
	color:#29AAE2;
	line-height:150%;
}
.list_greenMark{
	float:left;
	color:#98ED14}
.content_second_p ul li span, .list_greenMark li span, .list_blueMark li span{color:#444;}
.list_blueMark li a { font-weight:bolder;}
.list_blueMark li { margin-bottom:10px;}
.title_p {
	font-size:21px;
	color:#29AAE2;
	float: none;
	line-height: normal;
	margin-top:20px;
}
.title_p_grey {
	font-size:21px;
	color:#555;
	line-height:135%;
	float:none;
}
.link_popup{
	width:100%;
	float:left;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

.icons_viacube{
	width:56px;
	height:56px;
	background: url(../i/sprite_big_icons.jpg);
	float:left;
	margin-right:22px;
	margin-top:0;
}
.my_ec{background-position:0 0;}
.my_vm{background-position:-56px 0;}
.my_vp{background-position:-112px 0;}
.my_ff{background-position:-168px 0;}
.my_bc{background-position:-224px 0;}
.my_ab{background-position:-280px 0;}
.my_db{background-position:-336px 0;}
.my_pr{background-position:-392px 0;}
.my_mc{background-position:-504px 0;}
.my_bl{background-position:-560px 0;}
.my_ut{background-position:-616px 0;}
.my_fp{background-position:-448px 0;}
.about_viacube {
	height:auto;
	float:left;
	padding-top:9px;
	margin-top: 3px;
	}
.view_demo{
	font-size:12px;
	font-weight:bold;
	color: #bbb;
}
