@charset "utf-8";

body { 
	background-color: rgb(89, 11, 59);
	padding-top:8px;
	padding-bottom:4px;
	font-family: Trebuchet MS,Trebuchet,Arial,sans-serif;
}

.container {
	width: 988px;
	padding: 10px 6px 10px 6px;
	background: url('content/patterntrasp_cel.png') repeat scroll 0% 0% padding-box transparent;
	margin: 0 auto;
	border: 1px solid #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.headcontainer {
	width: 976px;
	margin: 0 auto;	
}
.topcontainer {
	width: 976px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	background: #38071d;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.maincontainer1 {
	width: 976px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	color: rgb(54, 34, 34);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.maincontainer {
	width: 976px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	color: rgb(54, 34, 34);
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;	
	padding-top:5px; 
	margin-bottom: 5px;
}
.incontent {	
	background-color: #9CF;
	background: url('content/pattern/telacel.jpg') repeat scroll 0% 0% padding-box transparent;
	padding: 10px 0px 10px 0px;
	float: left;
}
.incontent ul, .incontent ol { 
	padding: 0 15px 15px 40px; 
}
.incontent h1, h2, h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;	
}
.incontent h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;		
}
.incontent h5, h6, {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;		
}
.incontent p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;		
}



.content {
	background: #FFF;
	padding: 10px 0;
	width: 80%;
	float: right;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}



/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	width: 100%;
}
/* topmenu */
div#topmenu{
    position:relative;
	top:0px;
	left: 5px;
    right:0px;
    height:27px;
}

div#topmenu ul{
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

div#topmenu li{
    float:left;
    display:block;
    margin:0 0 0 6px;
}

div#topmenu li a{
    float:left;
    display:block;
    position:relative;
    background:transparent url(content/emenu-r.png) 100% 0 no-repeat;
    height:27px;
    padding:0 5px 0 0;
    overflow:hidden;
    color:#202020;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    line-height:27px;
}

div#topmenu li a span{
    display:block;
    background:url(content/emenu-l.png) 0 0 no-repeat;
    padding:0 10px 0 15px;
}

div#topmenu li a.active, div#topmenu li a:hover{
    background:url(content/emenu-r.png) 100% -28px no-repeat;
    text-decoration:none;
}

div#topmenu li a.active span, div#topmenu li a:hover span{
    background:url(content/emenu-l.png) 0 -28px no-repeat;
}
.etop{
	background-color: #9CF;
	background: url('content/pattern/telacel.jpg') repeat scroll 0% 0% padding-box transparent;
	border: 1px solid #666;
	padding-top:0px; 
	padding-right:10px; 
	padding-left:10px;
	text-align:center;
}
.etop h2{
	font-size:18px;
	color:#333333;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
.etop h3{
	font-size:16px;
	color:#333333;
	font-weight: bold;
	margin-top: 5px;
}
.etop a{
color:#333333;
text-decoration:none;
}
.etop a:hover{
color:#FFFFCC;
text-decoration:none;
}
.remtop{
    text-align:justify;	
	color:#FFF;
	padding:5px 10px 5px 10px;
	border: 0px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 10;
}
.remtop h1{
	font-size:15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom:0px;
}
.remtop h2{
	font-size:14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom:0px;
}
.remtop a{
color:#333333;
text-decoration:none;
}
.remtop a:hover{
color:#FFFFCC;
text-decoration:none;
}
.netop{
	color:#FFFFFF;
    text-align:justify;
}
.netop a{
color:#333333;
text-decoration:none;
}
.netop a:hover{
color:#FFFFCC;
text-decoration:none;
}

.precontent {
	padding: 10px 0px 10px 0px;
	width: 100%;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.precontent ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: rgb(0, 0, 0);
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #b20e2e;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #0000FF;
}



.lftcontainer
{
	float:left;
	padding:15px 0px 15px 15px;
}
.bandastrit
{
	float:left;
	padding-bottom:5px;
	padding-top:5px;
}
.bandastrit h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 10px;	
}
.bandastrit h4, h5, h6, p {
	margin-top: 0px;
	margin-bottom: 5px;		
}
.bandastritmage
{
	float:left;
	padding-bottom:15px;
	padding-top:15px;
}
.lftcontainer1
{
	float:left;
	padding:15px 15px 15px 15px;
}
.randastrit
{
	float:left;
	padding-bottom:5px;
	padding-top:0px;
}
.randastrit h1, h2, h3 {
	margin-top: 3px;
	margin-bottom: 3px;	
}.randastrit h4 {
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 0px;		
}
.randastrit h5, h6, p {
	margin-top: 0px;
	margin-bottom: 0px;		
}

/* ~~ The footer ~~ */
.footer {
	padding-top: 5px;
	padding-bottom: 8px;
	background: #38071d;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	text-align: center;
	color:#FFF;
	line-height: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.footerstrit {
	margin-top: 0px;
	font-size: 0.7em;
	color:#FFF;
}
.nino {
	font-size: 0.3em;
}
	
/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ simplefader css area space ~~ */
#simplefader {
	position: relative;
	width: 720px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#simplefader .screen {
	border: 1px solid #666;
	z-index: 10; /* Change this value if you have conflicts with other layers */

	/* Do not change the following values */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#simplefader #simplefadercontrols {
	/* Position of controls */
	right: 10px;
	bottom: 10px;
	z-index: 11;
	
	/* Do not change the following values */
	position: absolute;
}
#simplefader #simplefadercontrols a {
	text-align:center;
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 4px;

	/* Do not change the following values */
	width:24px;
	height:24px;
	line-height: 24px;
	float:left;
	background-image: url('content/fader-nav.png');
	background-position: 0px 0px;
}
#simplefader #simplefadercontrols a.playresume {
	/* Do not change the following values */
	background-image: url('content/fader-ctrl.png');
}
#simplefader #simplefadercontrols a.fadernavon {
	/* Do not change the following values */
	background-position: 0px -24px;
}
/* ~~ End simplefader css area space ~~ */


.linkmovin {
	color: rgb(0, 0, 0);
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	letter-spacing: 0px;
	text-decoration: none;
}
.linkmovin:hover { 
    color: #0000FF; font-style: normal; font-variant: normal; font-weight: normal; font-size: 13px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; letter-spacing: 0px; text-decoration: none; }
