/*MAIN CONTENT*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-image:url(images/backgroundImage.gif);	
	padding:0px;
	margin:0px;
	border:0px;
	background-attachment: fixed;
	background-repeat: repeat;
}
#wrapper {
	position:relative;
	width:950px;
	height:100%;
	margin:0px auto;
	overflow: auto;
	background-color: #FFF;
}

#header_bg {
	position:relative;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #25409b;
	width:100%;
	height:145px;
	margin:0px auto;
}

#header {
	position:relative;
	width:950px;
	height:145px;
	margin:0px auto;
}

#logo {
	position:relative;
	width:502px;
	height:112px;
	margin-left:-10px;
	margin-top: 32px;
	float: left;
}

#nav {
	position:relative;
	width:240px;
	height:185px;
	margin-left: 190px;
	float: left;
}

#content {
	position:relative;
	width:950px;
	min-height: 100%;
	height: auto;
	margin:0px auto;
	overflow: auto;
}

#content_title {
	position:relative;
	width:300px;
	height: 75px;
	margin-left: 330px;
}

#banner {
	position: relative;
	width:950px;
	height: 600px;
	margin: 0px auto;
	z-index: 8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 2em;

}
#banner_title {
	position: relative;
	width:754px;
	height: 136px;
	margin-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
}



#flash_vid{
	position: relative;
	margin-left:60px;
	width:640px;
	height: 360px;
	float:left;
}

#buttons_box {
	position: relative;
	width:240px;
	height: 360px;
	float:left;
}


#buttons_boxjs {
	position: relative;
	width:240px;
	height: 360px;
	float:left;
}

#manu {
	position: relative;
	margin-top: 40px;
	margin-left:25px;
	width:186px;
	height:50px;
}

#TIS{
	position: relative;
	margin-top: 40px;
	margin-left:25px;
	width:172px;
	height:66px;
}

#VOIP{
	position: relative;
	margin-top: 40px;
	margin-left:25px;
	width:141px;
	height:51px;
}
	



#footer {
	position: relative;
	margin-top: 0px; /* negative value of footer height */
	height: 60px;
	clear:both;
	color: #FFF;
	background-color: #25409b;
	width:100%;
				
}

#footer_cont {
	position:relative;
	width:950px;
	height:40px;
	margin-top: 10px;
	float:left;
	
}

#footer_copyright {
	position:relative;
	width:600px;
	height:40px;
	margin:0px auto;
	margin-left: 23%;
	float:left;
}


a:active {
	color: #F2C81E;
	text-decoration: none; 
	outline: none;
	}
	
a:visited {
	color: #F2C81E;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #F40B0B;
	text-decoration: none; 
	outline: none;
}
a:link {
	color: #F2C81E;
	text-decoration: none; 
	outline: none;
}
