body {
	background: url(../img/body_bkg.png); 
	font-size:8pt; 
	font-family: Verdana, Arial, sans-serif;
	height:100%;


}



.top_bar {
	background-color:#00111d;
	border-bottom:1px solid #444444;
	height:90px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:1%;
	text-align:right;
	color:#eaeaea;
	width:99%;
	top:0;
	left:0;
	position:absolute;
}

.top_bar .logo {
	width:200px;
	height:80px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	background: url(../img/taazoo-LOGO.png) 15px center no-repeat;
	float:left;
}

.top_bar .menu {
	float:right;
	padding-right:10px;
}

.menu ul { 
	 list-style: none; 
	 float:right; 
	 margin: 0; 
}
.menu li { 
	 display: inline-block;
	 white-space: nowrap; 	
	 height: 85px;
}


.menu a { 
	font-weight: bold; 
	text-decoration: none;
	font-weight:normal;	
	color: #5f5f5f;	
	text-align:center; 
	display: inline-block; white-space: nowrap;	
	padding-left:15px;
	padding-right:15px;
	height:90px; 
	line-height:90px; 
}

.menu a:hover { 	
	opacity: .6; 
	-moz-opacity: .6; 
	background-color:#eaeaea; 
	color: #00111d; 
	text-align:center; 
	display: inline-block; 
	white-space: nowrap; 
	padding-left:15px; 
	padding-right:15px; 
	line-height: 90px; 
	height:90px; 
}


.special_bar {
	background:#0066af url(../img/mid_bar_bkg.png) top center no-repeat;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	height:350px;
	z-index:-1;
}

.container_lower {
	width:100%;
	position:absolute;
	left:0;
	top:350px;
}
.container_lower .content {
	width:79%;
	margin:0 auto;
	height:100%;
	padding-bottom:50px;
}

.container_lower li {
	background: url(../img/bullet.gif) center left no-repeat;
	list-style:none;
	padding-left:15px;
}
.content .left {
	width:15%;
	padding-top:20px;
	padding-right:2px;
	padding-bottom:50px;
	height:100%;
	float:left;
	border:collapse;
	/* border-right:1px solid #eaeaea; */
}


.box	{
	background:#FFFFFF url(../img/h3-bg.gif) repeat-x;
}


.box {
	border:1px solid #cbcbcb;
	padding:5px 15px 15px 15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}



.box h3 { 
	color:#4D4C4C;
	text-align:center;
	padding-bottom: 10px;
	margin:0;
	text-decoration:none;
}



.content .right {
	padding-top:20px;
	width:73%;
	height:100%;
	float:right;
	border:collapse;
	padding-bottom:50px;
	/* border-left:1px solid #eaeaea; */
}

.footer {
	position:absolute;
	bottom:0;
	width:100%;	
	border-top:1px solid #bbb;
	background:#e1dfdf;
	overflow:hidden;
	padding:20px 0 15px 0;
	text-align:center;
}

.footer a {
	color:#0066af;
	font-weight:bold;
	text-decoration:none;
}

.copyright	{
	background:#000;
	overflow:hidden;
	height:10px;
	width:100%;
	padding:5px 0;
	color:#eaeaea;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
}





