/***********************************************/
/* UAB TeleSoftas      */
/* 2007. All rights reserved */
/***********************************************/

/***********************************************/
*{padding:0; margin:0;}

body {
	background-color:#ffffff;
	color:#666666;
	background-image:url("../images/background-body.png");
	background-repeat:repeat-x;
	
	/*fonts are defined here*/
	font-family:Arial,Tahoma,"Lucida Grande",Verdana,Helvetica,sans-serif;
	font-size:14px;
}
/***********************************************/


/***********************************************/
/* Containers */
#page-container { 
	width:980px;
	margin:0px auto;	
	/*border:solid 1px rgb(150,150,150);*/
	margin-top:10px; 
	margin-bottom:10px;  
	
	/*font-size:1.0em;*/
}

/* Containers */
#main-container { 
	width:980px;
	height:300px;

	/*margin:0px auto;*/
	/*border:solid 1px rgb(150,150,150);*/

	background-image:url("../images/main-container.png");
	background-repeat:no-repeat;
	background-color:transparent;

	margin-top:10px;
	padding-bottom:0px;
	padding-top:0px;	
}

#sitemessage 
{
	/*border:solid 1px rgb(150,150,150);*/
	
	width:600px; 
	height:120px;
	position:absolute; 
	z-index:2; 
	margin:20px 0 0 20px; 
	color:rgb(0,0,0); 
	/*overflow:visible !important /*Activate if Firefox print problems*/; 
	overflow:hidden /*IE6*/;
	
	font-family:Arial,Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;	
}


#nav-container { width:980px;height:64px;background-color:transparent;padding-top:5px; }
/***********************************************/

/* Links */
a:link { color:#dd3409;text-decoration:none; }
a:visited { color:#a31515;text-decoration:none; }
a:visited:hover { color:#a31515;text-decoration:underline; } 

/*
a:active { color:#ff3300;text-decoration:underline; }
*/


/***********************************************/
/* Navigation */
#nav {
	width:980px;
	height:39px;
	background-image:url("../images/background-nav.png");
	background-repeat:no-repeat;

	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.tab-home { cursor:pointer; }

.tabstrip {
	width:955px;
	height:34px;
	margin-left:19px;
	margin-top:5px;
}
/***********************************************/


/***********************************************/
/* SubNav */
#subnav {
	width:960px;
	height:25px;
	background-image:url("../images/background-subnav.png");
	background-repeat:no-repeat;
	padding:0px 8px 0 12px;
	font-size:12px;
	cursor:default;
}

/***********************************************/


/***********************************************/
/* Frame Container */
#frame-container {
	width:980px;
	height:auto;
	margin:0 auto;
	position:absolute;
	top:49px;
}

.ribbon-collapsed { left:-1000px; }
.ribbon-expanded { left:auto; }

#frame-container #frame {
	width:980px;
	height:108px;
	overflow:hidden;
}

#frame-container iframe.menu-extended {
	border:0;
	width:980px;
	height:240px !important;
	overflow:hidden;
}


/***********************************************/
/* Content Container */
#content-container {
	/*border:solid 1px rgb(150,150,150);*/

	width:980px;
	/* original value is 100% */
	/*height:100%;*/

	/*clear:both;*/
	background:transparent url("../images/background-content.png") no-repeat;

	/*
	background-image:url("../images/background-content.png");
	background-position:left top;
	background-repeat:no-repeat;
	*/
	
	margin-top:10px;
	padding-bottom:30px !important /*Non-IE6*/; 
	padding-bottom:30px /*IE6*/;
	padding-top:30px !important /*Non-IE6*/;
}

#logo-container
{
  /*border:solid 1px rgb(150,150,150);*/
  width:980px;
  background:transparent;
}



#content { 
	background-color:#ffffff; 
	
	/*top right bottom left*/
	/*margin:0px 30px 0px 30px;*/
	/*border:solid 1px rgb(150,150,150);*/

	margin-left:30px;
	margin-right:30px;
	margin-bottom:60px !important /*Non-IE6*/; 
	margin-bottom:0px /*IE6*/;
}
/***********************************************/


/***********************************************/
/* Footer */
#footer-container { 
	text-align:center;
	width:980px;
	height:60px;
	background-color:#ffffff;
	background:#ffffff url("../images/background-footer.png") no-repeat;
	
	/*margin-top:50px;*/

	clear:both;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#footer-container .sitemap { font-size:11px; background-color:transparent; }
#footer-container .sitemap ul { text-align:center;margin:0;padding:7px 0 8px 0;background-color:transparent; }
#footer-container .sitemap ul li { display:inline; }
#footer-container .sitemap ul li a { padding:9px 10px 10px 10px;color:#ffffff;text-decoration: none; }
#footer-container .sitemap ul li a:hover { background:transparent url("../images/background-sitemap-hover.png") repeat-x left 2px; }

#footer-container .copyright { color:#666666;font-size:9px;margin-top:8px; }


/***********************************************/

/*
TS editions
*/

/*left*/
div#my-sidebar { 
	border:solid 1px rgb(150,150,150);
	
	width:360px;
	background-color:#ffffff;
	clear:both;

	float:left;
}

div#my-sidebar ul { 
	display:block;
	padding:0;
	margin:0;
	list-style-type:none;
	/*background-image:url("../images/background-sidebar.png");*/
	/*background-repeat:no-repeat;*/ 
}

div#my-sidebar li 
{ 
	margin:0;
	text-align:left;
	padding:0 16px 0 16px; 
}

div#my-sidebar li.first 
{ 
	padding-top:16px; 
}

/*middle*/
div#my-sidebar-middle { 
	border:solid 1px rgb(150,150,150);

	width:290px;
	background-color:#ffffff;
	
	float:left;
	
	margin-left:22px;
}

div#my-sidebar-middle ul { 
	display:block;
	padding:0;
	margin:0;

	list-style-type:none;
	background-image:url("../images/background-sidebar.png");
	background-repeat:no-repeat; 
}

div#my-sidebar-middle li { margin:0;text-align:left;padding:0 16px 0 16px; }
div#my-sidebar-middle li.first { padding-top:16px; }

/*right*/
div#my-sidebar-right { 
	border:solid 1px rgb(150,150,150);

	width:290px;
	background-color:#ffffff;
	float:right; 
}

div#my-sidebar-right ul { 
	display:block;
	padding:0;
	margin:0;
	list-style-type:none;
	background-image:url("../images/background-sidebar.png");
	background-repeat:no-repeat; 
}

div#my-sidebar-right li { margin:0;text-align:left;padding:0 16px 0 16px; }
div#my-sidebar-right li.first { padding-top:16px; }


div.my-sidebar-title { width:290px;height:24px;padding:0;margin:0; }
div.my-sidebar-title img { display:block;float:left; }
div.my-sidebar-title img.link { padding-top:3px;float:none; }

.column1-unit {
	/*border:solid 1px rgb(150,150,150);*/
	width:920px; 
	margin-bottom:10px !important /*Non-IE6*/; 
	margin-bottom:5px /*IE6*/;
	margin-top:0px;
}

.column2-unit-left {
	float:left; 
	width:400px;  
	margin-bottom:10px !important /*Non-IE6*/; 
	margin-bottom:5px /*IE6*/;
}

.column2-unit-right {float:right; width:400px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:253px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:253px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:253px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

#betastar {
	position:absolute;
	height:100px;
	width:120px;
	left:400px;
	top:150px;
	
	background:transparent url(../images/beta.png) no-repeat;
	z-index:99;
	margin:0 -9px;
}

#designedfors60 {
	/*border:solid 1px rgb(150,150,150);*/
	width:120px;
	height:125px;
	background:transparent url("../images/s60.jpg") no-repeat;
	float:right;
	margin-right:60px !important /*Non-IE6*/;
	margin-right:30px /*IE6*/;
}

/*Navigation bar buttons*/
ul#main_navbar {
	margin:0px;
	/*border-bottom:3px solid #98CB00;*/
	/*border-top:1px solid #00CCFF;*/
	list-style-type:none;
	/*height:50px;*/
	/*float:right;*/
	padding-top:5px;
}

ul#main_navbar li {
	float:left;
}

ul#main_navbar li a {
	display:block;
	padding:5px 15px 4px;
	font:bold 16px "Trebuchet MS";
	font-stretch:condensed;
	text-decoration:none;
	color:#00CCFF;
	letter-spacing: -0.1em;
}

ul#main_navbar li a:hover {
	color:#98CB00;
}

ul#main_navbar li a#current {
	/*background:url(current.gif) no-repeat center bottom;*/
	color:#98CB00;
}
/*Navigation bar buttons end*/


/*Sub Navigation bar buttons*/
ul#sub_navbar {
	margin:0px;
	/*border-bottom:3px solid #98CB00;*/
	/*border-top:1px solid #00CCFF;*/
	list-style-type:none;
	/*height:50px;*/
	/*float:right;*/
	padding-top:0px;
}

ul#sub_navbar li {
	float:left;
}

ul#sub_navbar li a {
	display:block;
	/*top right*/
	padding:3px 10px 15px 4px;
	font:12px "Trebuchet MS";
	font-stretch:condensed;
	text-decoration:none;
	color:#000000;
	letter-spacing: 0em;
}

ul#sub_navbar li a:hover {
	color:#a31515;
}

ul#sub_navbar li a#current {
	/*background:url(current.gif) no-repeat center bottom;*/
	color:#a31515;
}
/*Sub Navigation bar buttons end*/

/*Device list*/
#device_list {
	float:left;	
	margin:0;
	padding:0 0 0 47px;
	width:870px;
	/*border:solid 1px rgb(150,150,150);*/
}

.device, .device_new {width:128px;text-align:center;float:left;margin:0 5px 10px 0;padding:15px 0 0 0;}
.device_new {padding:15px 0 0 0;}
.device a, .device_new a {display: block;}

#front-news 
{
  float:left;
	width:360px;
	height:300px;
	background:transparent url(../images/front-news.png) no-repeat;
	
	font-family:Arial,Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
}

#front-news-text
{
	width:180px; 
	height:300px;
	position:absolute; 
	z-index:2; 
	margin:40px 0 0 20px; 
	color:rgb(0,0,0); 
	/*overflow:visible !important /*Activate if Firefox print problems*/; 
	overflow:hidden /*IE6*/;	
}

#front-news-title
{
	width:360px; 
	height:30px;
	position:absolute; 
	z-index:2; 
	margin:15px 0 0 20px; 
	color:rgb(0,0,0); 
	/*overflow:visible !important /*Activate if Firefox print problems*/; 
	overflow:hidden /*IE6*/;	
}


#front-right-area 
{
  float:right;
	width:500px;
	height:300px;
	background:transparent url(../images/front-right-area.png) no-repeat;
	
	font-family:Arial,Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;	
	
	/*border:solid 1px rgb(150,150,150);*/
}

#front-right-area-title
{
	width:450px; 
	height:30px;
	position:absolute; 
	z-index:2; 
	margin:15px 0 0 20px; 
	color:rgb(0,0,0); 
	/*overflow:visible !important /*Activate if Firefox print problems*/; 
	overflow:hidden /*IE6*/;	
}

#front-right-area-text
{
	width:450px; 
	height:80px;
	position:absolute; 
	z-index:2; 
	margin:40px 0 0 20px; 
	color:rgb(0,0,0); 
	/*overflow:visible !important /*Activate if Firefox print problems*/; 
	overflow:hidden /*IE6*/;	
	
	/*border:solid 1px rgb(150,150,150);*/
}

#front-right-area-adwords
{
	width:250px; 
	height:150px;
	position:absolute; 
	z-index:2; 
	margin:140px 0 0 20px; 
	/*overflow:visible !important /*Activate if Firefox print problems*/; 
	overflow:hidden /*IE6*/;	
	
	/*
  background-image:url("../images/adwords.png");
	background-repeat:no-repeat;
	*/
}

#download_button
{
	position:absolute; 
	z-index:3; 
	/*height*/
	margin:140px 0px 0px 400px;
  width:150px;
  height:40px;
}

#front-right-area-buttons
{
   width:209px;
	 height:150px;
	 float:right;
	 margin:140px 15px 0px 0px;
	 margin:140px 10px 0px 0px; /*IE6*/
}

#howitworks_button
{
   width:209px;
	 height:50px;
}

#devices_button
{
  width:209px;
	height:50px;
	margin:10px 0px 0px 0px; 
	background-image:url("../images/devices_button.png");
	background-repeat:no-repeat;
}
