/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
head, body{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	background: #cccccc url("bg_grad3.jpg") fixed;
}

a {text-decoration: none;}

.skipLinks {display: none;}

#carrier {
	padding: 20px 2% 2% 2%;
	width: 95%;
}
#header {
	margin: 0px;
	margin-bottom: 10px;
}

#logo {float: left;}

#pic_and_menu, .menu_links a{
	background-color: #e5e8ee;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
}

#pic_and_menu {
	margin-left: 255px;
	padding: 5px;
	border-left: solid 2px #B0E33A;
	border-right: solid 2px #B0E33A;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#pic_and_menu .sep {
	color: #B0E33A;
}

#small_pic {
	float: right;
	margin: -4px;
}

#menu_dinamic {
	color: #369;
	font-weight: bold;
	white-space: nowrap;
}

#overDiv a{
	font-size: 80%;
}

.menu_links {
        border: solid 1px #ccc;
	margin: 0px;
	padding: 0px;
	background-color: #e9edee;
}

.menu_links a{
	display: block;
	font-weight: bold;
	color: #369;
	margin: 0px;
	padding: 1px 10px 1px 10px;
}
.menu_links a:hover{
	border-top: solid 1px #ccc;
	background-color: #A0E32A;
}

#pagecell {
	clear: both;
/*	border: solid 1px #99c;*/
}


#copyright{
	font-size:80%; 
	font-weight:bold; 
	color:#558;
}

#left_links {
	width: 150px;
	height: 100%;
	float: left;
}
#content {
	background-color: #EEE;
	margin-left: 150px;
	font-size: 90%;
	font-family: Times New Roman, Arial,sans-serif;
/*	border-left: solid 1px #ccc;
*/
        border: solid 1px #ccc;
	padding: 5px;
}
#content h2, #content h3 {
	font-family: Arial,sans-serif;
}
#content .nomargin {
	margin: 0px;
}

#content .float_left {
	float: left;
	margin: 0px 10px 5px 0px;
}

#content p {
	text-indent: 1.5em;
	margin: 0px; 
	text-align: justify;
}

#content .news{
	margin-top: 1em;
}
#content .feature{
	margin-top: 1em;
}

#siteInfo {
    clear: both;
}

td {
  padding-left: 4px;
}

table.price_internet tr td:first-child {
  width: 40%;
}

table.info {
	margin: 0 10pt 10pt 10pt;
	border-style:solid;
	border-width:1px;
	font-size: 11pt;
	font-family: Times New Roman, Arial,sans-serif;
}

table.info tr th {
   text-indent:0;
   padding: 2pt 10pt 2pt 10pt;
   background-color: silver;
}

table.info tr td {
   text-indent:0;
   padding: 2pt 10pt 2pt 10pt;
}

a.ul {text-decoration: underline;}
