@charset "UTF-8";
/* CSS Document */

/* --- global style to begin with --------------*/ 
*
{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}


.bodytelemetry{
background-color:#000000;
}
.maindiv{
	width:1024px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
}

.topnavdiv{
width:1024px;
height:143px;
background-image:url(trekbackground_01.jpg);
background-repeat:no-repeat;
}
.topnavtext a:link{
color:#FFFFFF;
}
.topnavtext a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.topnavtext a:visited{
color:#FFFFFF;
}
.topnavtext{
float:left;
margin-top:108px;
margin-left:750px;
margin-right:10px;
}
.videodiv{
background-image:url(trekbackground_02.jpg);
background-repeat:no-repeat;
width:1024px;
height:395px;
}
.cardnavdiv{
background-image:url(trekbackground_03.jpg);
background-repeat:no-repeat;
width:1024px;
height:165px;
}
.bottomdiv{
background-image:url(trekbackground_04.jpg);
background-repeat:no-repeat;
width:1024px;
height:65px;
}
.latestherediv a:link{
color:#FFFFFF;
}
.latestherediv a:hover{
color:#FFFFFF;
text-decoration:underline;
}
.latestherediv a:visited{
color:#FFFFFF;
}
.latestherediv{
float:left;
margin-top:35px;
margin-left:54px;
width:150px;
height:154px;
text-align:left;
color:#FFFFFF;
}
.titlefont{
font-weight:bold;
}
.videoplaceholder{
vertical-align:middle;
float:left;
text-align:center;
margin-left:18px;
margin-top:48px;
width:575px;
height:335px;
}
.hotitems{
float:left;
margin-top:35px;
margin-left:14px;
width:150px;
height:auto;
}
.bottomboxleft{
width:352px;
height:165px;
background-image:url(bottomboxes_02.jpg);
display:block;
float:left;
}
.bottomboxmiddle{
width:311px;
height:165px;
background-image:url(bottomboxes_03.jpg);
background-repeat:no-repeat;
display:block;
float:left;
}
.bottomboxright{
width:361px;
height:165px;
background-image:url(bottomboxes_04.jpg);
background-repeat:no-repeat;
display:block;
float:left;
}
.widget{
width:336px;
height:280px;
margin-left:auto;
margin-right:auto;
}

/******* GLOBAL RULE ************/

a img
{
	border:0px
}
* a:link  {
	text-decoration: none;
	color: #FFFFFF;
}
*  a:visited {
	text-decoration: none;
	color: #000000;
}
a,
*  a:active,
*  a:inactive,
* a:hover,
a:hover,
div  a:hover,
span a:hover,
*  a:hover {
	text-decoration: underline;
	color: #006600;
}

a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color:#00FFFF;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

