/* global */

html, body
{
 height: 100%;
}

body
{ 
	font-family: verdana, arial, sans-serif;
  padding: 0;
  margin: 0 auto;
  font-size: .68em;
	width: 100%;
	position: absolute;
	/* Colors and Backgrounds*/
	background: #4f4f4f;/* url(/content/images/back01.png) repeat-x; */
  color: #FFFFFF;
}


img
{
 border: 0px;
}

a
{
 outline: none;
}

/* image positioning - left, right and center */
.left
{ 
	float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ 
	float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ 
	display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ 
	margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
	/* Colors and backgrounds */
	background: #FFFFFF;
  color: #9d0b0e;
  border-color: #9d0b0e;
}


/* margin lefts / margin rights - to center content */
#main, #links, #footer, #header, #menu, #content
{ 
	margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{
 width: 900px; /*780px*/
 min-height: 100%;
 position: relative;
 /* colors and backgrounds */
 background: url(/content/images/main.png);
 color: #9d0b0e;
}

* html #main
{
height: 100%;
}

/* links above the logo / footer */
#links, #footer
{ 
	width: 846px;  /* 726px */
  height: 24px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 9px 21px 2px 19px;
	/* colors and backgrounds */
	background: #000000 url(/content/images/linkfoot.png);
  color: #FFFFFF;
	
}

#links
{
 text-align: left;
}

#footer
{ 
  clear: both;
	text-align: center; 
  border-top: 2px solid;
	position:relative;
	margin-top: -4em;
}

#links a, #footer a
{
 text-decoration: none;
}

#links a:hover, #footer a:hover
{
 text-decoration: underline;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ 

	background: transparent;
  color: #FFFFFF;
}

/* header img */
#header
{
  width: 886px;  /*766px*/
  height: 125px;
  padding
	border-top: 2px solid;
  border-bottom: 5px solid;
	/* colors and backgrounds */
	/* background: #FFFFFF url(/content/images/header10.gif) no-repeat; */
  color: #9d0b0e;
  border-top-color: #111211;
  border-bottom-color: #111211; /* border line behind main menu*/
}

#header h1, #header h2
{ 
	margin: 0px;
  letter-spacing: .2em;
}

#header h1
{ 
	padding: 28px 0px 0px 19px;
  font-size: 160%;
}

#header h2
{ 
	font-family: arial, sans-serif;
  padding: 5px 0px 0px 19px;
  font-size: 108%;
	/* colors and backgrounds */
	background: transparent;
  color: #EEE;
}

/* menu content (added width and margin-top settings */
#menu {height:30px; width: 886px; margin-top: -30px; margin-left: 10px; position:absolute; z-index:100;}
#menu .pad {float:left;}
		
/* The menu styling */
/* Remove the padding, margins and bullets from the lists (added margin parameters)*/
.menu, .menu ul {list-style-type:none; padding:0; margin:0px 0px 7px 5px; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline (added margin and padding) */
.menu li.top {display:block; float:left;  margin:0px 3px 7px 0px; padding:0px; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:35px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */
	
/* pre-load the hover images into the lists */
.menu li.p1 {width:75px; background:url(/content/images/menu/home_1.gif) no-repeat;;}
.menu li.p2 {width:90px; background:url(/content/images/menu/products_1.gif) no-repeat;;}
.menu li.p3 {width:88px; background:url(/content/images/menu/services_1.gif) no-repeat;;}	 
.menu li.p4 {width:120px; background:url(/content/images/menu/news_1.gif) no-repeat;;}
.menu li.p5 {width:72px; background:url(/content/images/menu/partners_1.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:75px; background:url(/content/images/menu/home_0.gif) no-repeat;}
.menu li a#solutions {width:90px; background:url(/content/images/menu/products_0.gif) no-repeat;}
.menu li a#services {width:88px; background:url(/content/images/menu/services_0.gif) no-repeat;}
.menu li a#news {width:120px; background:url(/content/images/menu/news_0.gif) no-repeat;}
.menu li a#partners {width:72px; background:url(/content/images/menu/partners_0.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#solutions:hover, .menu li:hover a#solutions,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#news:hover, .menu li:hover a#news,
.menu li a#partners:hover, .menu li:hover a#partners {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul,
.menu :hover ul ul,
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:35px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:160px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; padding-bottom: 10px; position:relative; float:left; width:150px;} /*was 90 px wide*/
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:150px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(/content/images/menu/arrow.gif) 145px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#9d0b0e; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#9d0b0e url(/content/images/menu/arrow_over.gif) 145px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#9d0b0e url(/content/images/menu/arrow_over.gif) 145px 7px no-repeat; color:#fff;}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:147px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:165px; z-index:200; height:auto; z-index:300;}

/* main content */
#content
{ 
	width: 886px;
  overflow: hidden;
	clear: both;  /* This clears the floating elements in FF, to keep page from stretching */
	position: relative;
	/* colors and backgrounds */
	color: #bfbfbf;
  border-color: #ffffff;
	padding-bottom: 9em;
} 

/* column 1 - contains sidebar items */
#column1
{ 
	width: 400px;
	margin: 0px 0px 0px 0px;
	float: right;
  padding: 0px 0px 0px 0px;
}

#column1_main
{ 
	width: 400px;
  margin: 38px 20px 0px 0px;
	float: right;
  padding: 0px 0px 0px 0px;
}



#rightcolumn_main
{ 
	width: 280px;
  margin: 5px 0px 0px 0px;
	float: right;
  padding: 0px 0px 50px 0px;
}

.news_box
{ 
	text-align: left;
  width: 247px;
	height: 300px;
	float: left;
  margin: 0px 0px 23px 0px;
  border: 1px solid;
  padding: 5px 15px 14px 8px;
	/* colors and backgrounds */
	background: #F4F4F4;  /* background color of side item boxes */
  color: #9d0b0e;
  border-color: #CFCFCF; /* border color of side item boxes */
}

.twitter_box
{ 
	text-align: left;
  width: 247px;
	height: 365px;
	float: left;
  margin: 0px 0px 23px 0px;
  padding: 5px 15px 14px 8px;
	/* colors and backgrounds */
	color: #9d0b0e;
  
}

} 

.newsletter
{ 
	text-align: left;
  width: 185px;
	float: left;
  margin: 0px 0px 23px 0px;
  border: 1px solid;
  padding: 14px 9px 14px 12px;
	/* colors and backgrounds */
	background: #F4F4F4;  /* background color of side item boxes */
  color: #9d0b0e;
  border-color: #CFCFCF; /* border color of side item boxes */
}

.newsletter_input
{
 background: #dddddd;
 width: 131px;
}

.newsletter h1
{ 
	margin: 0px; 
  font-weight: normal;
  padding: 0px 0px 16px 0px;
  text-transform: uppercase;
}

.newsletter p
{ 
	line-height: 16px; 
  padding: 0px 0px 2px 0px;
}


/* column 4 - Partner page content */
#left_column
{ 
	width: 580px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

#left_column, #left_column a
{ 
	color: #000000;
  border-color: #000000;
}

#left_column h1
{ 
	font-family: arial, sans-serif;
  color: #9e0b0e;
	padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px sol
  font-size: 150%;
  text-transform: uppercase;
  font-weight: bold;
}

#left_column a, #left_column a:hover
{ 
	padding: 0px 0px 2px 0px;
  
  border-bottom: 1px;
	color: #DF1B1B;
 border-color: #DF1B1B;
 
}

#left_column a:hover
{
 
 border-bottom: 1px;
 /* colors and backgrounds */
 color: #000000;
 border-color: #000000;
 
}

#left_column_main
{
  width: 570px;
	float: left;
	padding: 0px 0px 70px 0px;
	margin: 0px 0px 0px 0px;
}

#cntct_us_link A:link {background: none; color: black; text-decoration: underline;}
#cntct_us_link A:visited {background: none; color: black; text-decoration: underline; font-style: italic;}
#cntct_us_link A:hover {background: none; color: #9d0b0e;}
#cntct_us_link A:active {background: none; text-decoration: underline; color: black;}



/* column 2 - page content */
#column2
{ 
	text-align: justify;
  width: 350px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}


#column2, #column2 a
{ 
	color: #9d0b0e;
  border-color: #9d0b0e;
}

#column2 h1
{ 
	font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column2 a, #column2 a:hover
{ 
	padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: none;
}

#column2 a:hover
{
 border-bottom: none;
 /* colors and backgrounds */
 background: #FFFFFF;
 color: #DF1B1B;
 border-color: #DF1B1B;
}

#column2_main
{
  width: 350px;
	float: left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

#column2_main a, #column2_main a:hover
{ 
	padding: 0px 0px 0px 0px;
  text-decoration: none;
  border-bottom: none;
}
#column2_main a:hover
{
 border-bottom: none;
}

#cntct_us_link A:link {background: none; color: black; text-decoration: underline;}
#cntct_us_link A:visited {background: none; color: black; text-decoration: underline; font-style: italic;}
#cntct_us_link A:hover {background: none; color: #9d0b0e;}
#cntct_us_link A:active {background: none; text-decoration: underline; color: black;}

/* careers page - form layout */
#careers
{
  margin: 0px 0px 0px 7px;
}

/* contact page - form layout */
form
{
 margin-top: 0px;
}

div.row
{ 
	clear: both;
  width: 448px;
}

div.row span.formlabel 
{ 
	float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ 
	float: right;
  text-align: right;
} 

div.spacer
{ 
	clear: both;
  width: 80px;
}

input, textarea
{ 
	width: 259px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
  margin: 2px;
	/* colors and backgrounds */
	background: #F4F4F4;
  color: #9d0b0e;
  border-color: #CFCFCF;
}

.submit
{ 
	font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}
/* end contact page layout */

.partner_header
{ 
	font-family: arial, sans-serif;
  font-size: 150%;
	/* colors and backgrounds */
	color: #9e0b0e;
}

#ssr
{
 text-transform: uppercase;
 font-weight: normal;
 font-size: 190%;
 padding: 0px 0px 0px 0px;
 margin: 5px 0px 0px 10px; 
 /* colors and backgrounds */
 color: #000000;
}

#news_content
{
 width: 247px;
 height: 211px;
 font-family: arial, sans-serif;
 color: #000000;
 border-collapse: collapse;
 table-layout: relative;
 margin: 0px 0px 0px 0px;
}

#news_content A:link 
{
 background: none; 
 color: black; 
 text-decoration: underline;
}

#news_content A:visited 
{
 background: none; 
 color: black; 
 text-decoration: underline; 
 font-style: italic;
}

#news_content A:hover 
{
 background: none; 
 color: #9d0b0e;
}

#news_content A:active 
{
 background: none; 
 text-decoration: underline; 
 color: black;
}

#news_content h1
{
  margin: 0;
 	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-size: 1.8em;
	border-bottom: 1px solid #9c0b0e;
	margin-bottom: 10px;
	color: #9c0b0e;
}

 

 #mailing
{
 width: 305px;
 height: 100px;
 border-collapse: collapse;
 table-layout: relative;
 margin: 0px 0px 0px 10px;
 padding: 0px 0px 0px 0px;
 font-weight: bold; 
 font-family:Arial; 
 font-size:12px; 
 color:#000000;
 /*colors and backgrounds */
 background: url(http://www.mts.cc/content/images/mailing_bg.gif) no-repeat;
}

#partners_imgs
{
 width: 756px;
 height: 275px;
 border-collapse: collapse;
 table-layout: relative;
 margin: 20px 0px 0px 60px;
 padding: 45px 0px 0px 55px;
 /*colors and backgrounds */
 background: url(http://www.mts.cc/content/images/partnerbox.gif) no-repeat;
}

#partner_paragraph
{
 color: black;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.collateral
{
 width: 550px;
 }
 
.homepage 
{
border: 0px;
width:100%; 
height:10%0; 
position: relative; 
background-color: #d3d5e1;
}

.hide
{
display: none;
}

.tv_feature 
{
	width: 600px;
	min-height: 230px;
	margin: 0px 0 10px 0px;
	padding: 0;
	background: url(http://www.mts.cc/content/images/blue_bg_box.png) transparent 0 0 no-repeat;
}

.tv_feature h10 
{
	font-size: 2.3em;
	font-weight: bold;
	color: #fff;
	margin: 12px 0 0 5px;
	padding: 20px 0 20px 15px;
	letter-spacing: 0.06em;
}

.tv h8 
{
	font-size: 2.4em;
	font-weight: bold;
	color: #163a76;
	margin: 12px 0 0 5px;
	padding: 20px 0 20px 15px;
	letter-spacing: 0.06em;
}

.tv h9 
{
	font-size: 1.7em;
	font-weight: bold;
	color: #163a76;
	margin: 12px 0 0 5px;
	
}

ul.tv 
{
	color: #fff;
	font-size: 1.7em;
	font-weight: bold;
	margin: 14px 0 0 30px;
	z-index:102;
}

ul.tv li 
{
	padding: 0 0 8px;
}	

#new_box 
{
	width: 570px;
	height: 100%;
	background-image: url(http://www.mts.cc/content/images/rnd_bg.png);
	background-repeat: repeat-y;
}

#new_box .header
{ 
	position: relative;
	font-family: arial, sans-serif;
  color: #575757;
	padding: 0px 0px 5px 7px; 
  margin: 0px 0px 12px 0px; 
  font-size: 2.3em;
  font-weight: bold;
	letter-spacing: 0.06em;
	
	
}

#new_box_top 
{
	width: 570px;
	height: 20px;
	padding: 0;
	background: url(http://www.mts.cc/content/images/rnd_top.png) transparent 0 0 no-repeat;
}

#new_box_btm 
{
	width: 570px;
	height: 20px;
	padding: 0;
	background: url(http://www.mts.cc/content/images/rnd_btm.png) transparent 0 0 no-repeat;
}

#new_box_text
{
 position: relative;
 height: auto;
 width: auto;
 padding: 0px 10px 0px 10px;
}


