@charset "utf-8";
body  {
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 20px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0px;
	background:url(images/header/back.gif) center top;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	position:relative;
}
a {
	color:#7F7F7F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
#header {
	background: #FFFFFF;
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#wrapper {
	position:relative;
	height:449px; /* 511 */
}

.title{
	font-size:23px;
	color:#C41882;
	font-weight:600;
	letter-spacing:-1px;
}

.main_box ul{
	font-size:12px;
	color:#7F7F7F;
	letter-spacing:-1px;
	list-style:url(images/misc/bullet.gif);
}

.main_box  li {
	margin-left:-23px;
	padding-top:1px;
	padding-bottom:1px;
}

.main_box {
	position:absolute;
	width: 238px;
	background: #FFFFFF;
	background-repeat:no-repeat;
	margin-top:10px;
}

.top_row  {
	top:0px;
	height:145px;
	padding: 30px 0px 0px 22px;
}

.bottom_row  {
	top:180px;
	height:244px;
	padding: 20px 0px 0px 22px;
}

#sidebar1 {			left:0px;		background-image:url(images/main_boxes/main_sidebar1_bkg.jpg);}
#sidebar2 {			left:260px;		background-image:url(images/main_boxes/main_sidebar2_bkg.jpg);}
#sidebar3 {			right:0px;		background-image:url(images/main_boxes/main_sidebar3_bkg.jpg);}

#sidebar_about_us {	left:0px;		background-image:url(images/main_boxes/main_sidebar4_bkg.jpg);}
#sidebar_news 	  {	left:260px;		background-image:url(images/main_boxes/main_sidebar5_bkg.jpg);}
#sidebar_clients {
	right:0px;
	width: 260px;
	height:264px;
	background: #FFFFFF;
	padding:0;
}

#sidebarSub {
	/*float:left;*/
	position:absolute;
	top:300px;
	left:0px;
	width: 260px;
	background: #FFFFFF;
	background-image:url(images/sidebars/sub_sidebar_main_products.gif);  /* images/sidebars/sub_sidebar_main.gif */
	background-repeat:repeat-y;
	padding: 0;
}

#sidebarSub .sidebar_title{
	background-repeat:no-repeat;
	height:71px;
}

#sidebarSub #title_solutions	{	background-image:url(images/sidebars/sub_sidebar_title_solutions.gif);	}
#sidebarSub #title_mobile	{	background-image:url(images/sidebars/sub_sidebar_title_mobile.gif);	}
#sidebarSub #title_news 	{	background-image:url(images/sidebars/news_title_sub.gif);	}
#sidebarSub #title_partners	{	background-image:url(images/sidebars/partners_title_sub.gif);	}
#sidebarSub #title_clients	{	background-image:url(images/sidebars/clients_title_sub.gif);	}
#sidebarSub #title_roaming	{	background-image:url(images/sidebars/sub_sidebar_title_roaming.gif);	}
#sidebarSub #title_about_us	{	background-image:url(images/sidebars/aboutus_title_sub.gif);	}
#sidebarSub #title_contact_us{	background-image:url(images/sidebars/contactus_title_sub.gif);	}

#sidebarSub ul {
	font-size:12px;
	color:#008AA3; /* #FFFFFF */
	letter-spacing:0px;
	line-height:20px;
	list-style:none;
}
 #sidebarSub ul a:link,  #sidebarSub ul a:visited{
	color:#008AA3; /* #FFFFFF */
	text-decoration:none;
}
 #sidebarSub li {
	margin-left:-8px;
	padding-top:1px;
	padding-bottom:1px;
}
 #sidebarSub #isSelected a:link,  #sidebarSub #isSelected a:visited {
	color:#FE7F14;
	text-decoration:none;
}
 #sidebarSub #isSelected a:hover {
	color:#FE7F14;
	text-decoration:underline;
}
 #sidebarSub #footer_solutions {
	background-image:url(images/sidebars/sub_sidebar_footer_solutions.gif);
	background-repeat:no-repeat;
	height:192px;
}
 #sidebarSub #footer_mobile {
	background-image:url(images/sidebars/sub_sidebar_footer_mobile.gif);
	background-repeat:no-repeat;
	height:192px;
}
 #sidebarSub .empty {
	background-image:url(images/sidebars/partners_footer.gif);
	background-repeat:no-repeat;
	height:44px;
}
 #sidebarSub #footer_roaming {
	background-image:url(images/sidebars/sub_sidebar_footer_roaming.gif);
	background-repeat:no-repeat;
	height:192px;
}
 #mainContentSub {
	margin-left:260px;
}
/* #mainContentSub #chart {
	width:520px;
	height:240px;
}*/

 #mainContentSub #subtitle {
	font-size:15px;
	color:#000000; /* 008AA3 Blue */
	letter-spacing:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
}
 #mainContentSub #warning {
	color: #fe7f14;
}
 #mainContentSub #button {
	background:none;
	border-width:1px;
	border-color:#fe7f14;
	color: #fe7f14;
	padding:0px;
}
 #mainContentSub #login {
width:377px;
}
.input {
border-style:solid;
border-color:#999999;
border-width:1px;
color:#008AA3;
margin-bottom:2px;
}
 #mainContentSub p,  #mainContentSub #text {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 13px;
	color: #858585;
	padding: 0px 15px 0px 10px;
}
 #mainContentSub p a:link,  #mainContentSub p a:visited,  #mainContentSub #text a:link,  #mainContentSub #text a:visited {
	color:#858585;
	text-decoration:none;
}
 #mainContentSub p a:hover,  #mainContentSub #text a:hover {
	color:#858585;
	text-decoration:underline;
}
 #mainContentSub ul {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 13px;
	color: #858585;
	padding: 0px 15px 0px 27px;
	list-style:url(images/misc/bullet.gif);
}
 #more_button_orange {
	position:absolute;
	background-image:url(images/misc/more_button.gif);
	background-repeat:no-repeat;
	width:42px;
	height:14px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	left: 200px;
	top: 160px;
}
 #more_button_fushia {
	position:absolute;
	background-image:url(images/misc/more_button_blue.gif);
	background-repeat:no-repeat;
	width:42px;
	height:14px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	left: 190px;
	top: 130px;
}
 #more_button_orange a:link,  #more_button_orange a:visited,  #more_button_fushia a:link,  #more_button_fushia a:visited,  #footer a:link,  #footer a:visited{
color:#FFFFFF;
text-decoration:none;
}
 #more_button_orange a:hover,  #more_button_fushia a:hover,  #footer a:hover {
text-decoration:underline;
}


 .newsTitle {
font-size:11px;
color:#000000; /* 008AA3 blue */
letter-spacing:0px;
margin-top:5px;
margin-bottom:5px;
}
 .newsText {
font-size:10px;
color:#7F7F7F;
letter-spacing:-1px;
line-height:0.5em;
list-style:url(images/misc/bullet.gif);
width:210px;
height:80px;
line-height:17px;
}

/*   #sidebar_about_us .newsText{		font-size:12px;text-align:justify;} */

 #newsText a:link,  #newsText a:visited{
text-decoration:none;
color:#7F7F7F;
}
 #newsText a:hover{
text-decoration:underline;
color:#7F7F7F;
}
 #newsPic {
width:210px;
height:100px;
}

 #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/misc/footer_bkg.gif);
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	height:42px;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 0 420px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	color:#FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.invigo #sidebarSub ul#clients_list {line-height:14px;}

.click_enlarge {
	font:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:right; padding-right:15px; color:#858585;
}

#title h1 { margin:35px 0 10px 10px;
	color:#008AA3;
	font-size:22px;
	font-weight:normal;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#no_flash {width:780px;height:300px;padding-left:1px;background:url(images/header/bg_corner_top_left.gif) no-repeat top left;}
#top_menu div {float:left;height:7px;padding:0px 9px 5px 9px;margin:22px 0 21px;border-left:1px solid #FE7F14;
	font-size:11px;font-weight:bold;
}
#top_menu div.selected {color:#FE7F14;}
#top_menu div a.selected {color:#FE7F14;}
#top_menu div#index_link {border-left:none;margin-left:15px}
#top_menu div a:hover {color:#FE7F14;text-decoration:none;}
#top_menu div#products_solutions_link {padding-left:7px}

#header #invigo_logo {position:relative;top:51px;}
#header #invigo_logo img {position:absolute;top:0;left:0;margin:28px 0 0 12px;;}
#header #picture {margin-left:-1px;clear:both;width:780px;height:260px;background:#eee url(images/header/bg_header_pic.png) repeat-x top left;}
#header #picture img {width:780px;}

#top_menu div#drop_down_products_menu {position:relative;margin:0;padding:0;border:none;}
#drop_down_products_menu ul{margin:0 0 0 2px;	padding:40px 5px 5px 15px;
	background-color:#008AA3;
	background:transparent url(images/header/bg_menu_dd.gif) no-repeat top left;
	color:white;
	width:120px;height:74px;
	list-style-type:none;
}
#drop_down_products_menu ul a {color:#fff;}

