/*
 * Copyright (c) 2011 by Harmonic Enterprise Systems, Inc.
 */

body {
	background-color:#dbd9de;
	text-align:center;	
}

html, body {
	height:100%;
}

* {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

form {
	margin: 0px;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

div {
	display:block;
	position:relative;
	float:left;
}

#header_logo {
	width: 100%;
	height: 117px;
	background: #25204e;
	
}

#top_menu {
	width: 100%;
	height: 24px;
	background: #25204e;
	font: bold 11px Verdana, Geneva, sans-serif;
	color:#FFF;
	padding-top: 9px;
	border-bottom: 7px solid #b0b0b0;
}

#top_menu a {
	color:#FFF;
	padding: 0 20px;
}

#top_menu a.selected{
	color:#04c2fb;
	padding: 0 20px;
	text-decoration:underline;
}


#container {
	width: 951px;
	margin:0 auto;
	clear:both;
	float:none;
}

#main {
	width: 951px;
	padding: 8px;	
	background-color:#ffffff;	
}

#home_image {
	width: 951px;
	height: 281px;
	background:url(images/home_1.jpg);
}

#home_text_line {
	width: 951px;
	height: 19px;
	margin-bottom: 6px;
	font: bold 12px Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#24204d;	
	padding-top: 5px;
}

#home_ticker_line {
	width: 951px;
	height: 19px;
	margin-bottom: 6px;
	font: bold 12px Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#24204d;
	padding-top: 5px;
    overflow:auto;
}

#break_line {
	width: 951px;
	height: 8px;
    overflow:hidden;
}

.home_block_left {
	width: 229px;
	height: 233px;
	border-left: 2px solid #2d2853;
	margin-right:7px;
	text-align:left;
}

.home_block_left .title{
	font: bold 16px Arial, Verdana;
	color:#6b1687; 
	padding: 12px 16px 5px 16px;
	margin: 0px;
}

.home_block_left .text{
	font: bold 12px Arial, Verdana;
	color:#0865a8; 
	padding: 0px 16px;
}


.home_block_left .link{
	font: bold 12px Arial, Verdana;
	color:#6b1687; 
	padding: 5px 16px;
}

.home_block_left .link a{
	color:#6b1687;
	text-decoration:underline;
}

.home_block_right {
	width: 235px;
	height: 231px;
	border-left: 2px solid #2d2853;
	text-align:left;
	border:1px solid #9790a5;
	background:#d5d2db;	
}

.home_block_right .title{
	font: bold 16px Arial, Verdana;
	color:#25214e; 
	padding: 12px 16px 5px 16px;
	margin: 0px;
}

.home_block_right .text{
	font: normal 12px Arial, Verdana;
	color:#25214e; 
	padding: 0px 16px;
}


.home_block_right .link{
	font: bold 12px Arial, Verdana;
	color:#25214e; 
	padding: 5px 16px;
}

.home_block_right a{
	color:#25214e;
	text-decoration:underline;
	font-weight:bold;
}

#bottom_menu {
	width: 951px;
	height: 35px;
	border-top: 26px solid #2d2853;
}

#bottom_menu_items {
	font: bold 10px Verdana, Geneva, sans-serif;
	width: 951px;
	color:#25204e;
	padding: 0 10px;
	padding-top: 11px;	
	height: 24px;	
}

#bottom_menu_items a {
	padding: 0 4px;	
	color:#25204e;
}

#bottom_menu_items a.selected {
	padding: 0 4px;
	color:#25204e;
    text-decoration:underline;
}

#twitter {
	width: 160px;
	height: 26px;
	padding-top: 9px;
	text-align:left;
}

#twitter img {
	padding-right: 10px;
}

#search {
	width: 170px;
	height: 35px;
	text-align:left;

}

#search .search_text {
	position:absolute;
	width: 150px;
	height: 16px;
	font: 11px Verdana, Geneva, sans-serif;	
	top:6px;
	left:0;
}

#search .search_button {
	position:absolute;
	top:6px;
	left:150px;
}

#footer {
	width: 951px;
	font: 11px Verdana, Geneva, sans-serif;
	color:#000000;
	padding: 7px 0;
	border-top: 2px solid #2d2853;
}

#footer a {
	color:#000000;
}


#page_image {
	width: 951px;
	height: 189px;
	background:url(images/page_1.jpg);
	margin-bottom: 7px;
}

#about_us_image {
	width: 951px;
    height: 281px;
	background:url(images/team_1.jpg);
	margin-bottom: 7px;
    resize: both;
}

#products_image {
	width: 951px;
    height: 281px;
	background:url(images/products_2.jpg);
	margin-bottom: 7px;
    resize: both;
}

#contacts_image {
	width: 951px;
    height: 281px;
	background:url(images/contacts_1.jpg);
	margin-bottom: 7px;
    resize: both;
}

#solutions_image {
	width: 951px;
    height: 281px;
	background:url(images/solutions_1.jpg);
	margin-bottom: 7px;
    resize: both;
}

#services_image {
	width: 951px;
    height: 281px;
	background:url(images/services_1.jpg);
	margin-bottom: 7px;
    resize: both;
}

.page_table {
	width: 951px;
	float:left;
	margin-bottom: 7px;
}

.col1 {
	width: 235px;
	background:#d5d2db;
	border:1px solid #978fa4;
	vertical-align:top;
	text-align:left;
}

.col1 p{
	font:bold 12px Arial,Verdana, Geneva;
	color:#24214e;
	margin-bottom: 10px;
}

.col1 p a{
	color:#24214e;
}

.col2 {
	width: 521px;
	padding: 6px 12px;
	vertical-align:top;
	text-align:left;
    list-style: disc;
    margin-left: 2em;
}

.col2 .title{
	width: 505px;
	font:bold 16px Verdana,Arial, Geneva;
	color:#6b1789;
	padding-bottom: 8px;

}

.col2 .subtitle{
	width: 505px;
	font:italic bold 14px Verdana,Arial, Geneva;
	color: #0865a8;
	padding-bottom: 8px;

}

.col2 .text{
	width: 505px;
	font:normal 12px Verdana,Arial, Geneva;
	color:#000000;
}

.col2 .text a{
	color:#000000;
}

.col3 {
	width: 169px;
	padding-top: 35px;
	vertical-align:top;
	text-align:left;	
}