#wrapper {
	width:960px;
	margin-top:25px;
}

#footer {
	/*height:40px;*/
	width:960px;
	background:#dde6ee;
	margin-top:20px;
}

/*----------------------------home---------------------------------*/

#header {
	height:145px;
	width:960px;
	padding:0;
	margin:0;
}

#header .left {
	height:100%;
	width:235px;
}

#header .right {
	height:100%;
	width:725px;
}

#header  #logo {
	background: #ffffff;
	height: 145px;
	width: 960px;
	position: relative;
	display: none;
}

/*#header #logo_image,*/
#header #logo h1 {
	height: 145px;
	width: 235px;
	position: absolute;
	background: url("images/videal-logo-home.png?v=1") no-repeat center center;
	margin: 0;
	display: none;
	cursor: pointer;
}

#header #top_navigation {
	width:100%;
	height:31px;
	margin-top:114px;
}

#header #logo h1 {
	/*visibility:hidden;*/
}

#wrapper .home {
	width:100%;
}

#wrapper .home .left_col {
	width:265px;
	float:left;
}

#wrapper .home .left_col .wrapper {
	margin-right:30px;
}

#wrapper .home .mid_col {
	width:440px;
	float:left;
}

#wrapper .home .mid_col .wrapper {
	margin-right:24px;
}

#wrapper .home .right_col {
	width:255px;
	float:left;
}

#footer .home {
	height:31px;
	width:100%;
}

#footer .home .left_col {
	/*height:100%;*/
	height: 40px;
	width: 705px;
	float:left;
	background:#5381AC;
}

#footer .home .right_col {
	/*height:100%;*/
	height: 40px;
	width:255px;
	float:right;
	background:#98b3cd;
}


