html,body {
	font: normal 1em/normal Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #777777;
	background:#e0e0e0 url(../images/bgroundtile.jpg) center repeat-y;
	margin: 0px;
	padding: 0px;
	height:100%;
}
#container {
	margin: 0px auto;
	width: 1020px;
	padding: 0;
	min-height:100%;
	height:auto;
}
#branding {
	margin: auto 12px auto 17px;
	height: 68px;
	padding-top:10px;
}
#top {
background: #FFFFFF;
}
#content{
background: #FFFFFF;
}
#footer{
background: #FFFFFF;
}
#branding #logo_left {
	float: left;
}
/*#branding #logo_right {
	margin-left: 810px;
}*/
#navigation {
	background: #ededed;
	height: 31px;
	width: 100%;
	margin: 13px 0px 0px;
	border-bottom: 3px solid #3f8cb0;
	font: 0.8em Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #515151;
}
#navigation ul{
	list-style: none;
	margin: 0px 0px 0px 17px;
	height:16px;
	padding: 7px 0px 8px;
}
#navigation li{
	display:inline;
}
#navigation li.home{
	display:inline-block;
	width:70px;
}
#navigation li.about{
	display:inline-block;
	width:90px;
}
#navigation li.show{
	display:inline-block;
	width:100px;
}
#navigation li.tech{
	display:inline-block;
	width:100px;
}
#navigation li.invest{
	display:inline-block;
	width:150px;
}
#navigation li.contact{
	display:inline-block;
	width:100px;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #515151;
	padding: 10px 15px;
}
#navigation a.selected, #navigation a:hover{
	font-weight: bold;
	color: #FFFFFF;
	background: #3f8cb0;
	border-bottom: 1px solid #3f8cb0;
}
#navigation a:hover{
	font-weight: bold;
	color: #FFFFFF;
	background: #33b6b1;
	border-bottom: 1px solid #3f8cb0;
}
#content {
	display: block;
	width: 100%;
	position: relative;
	height:auto;
}
#content_fetured {
	width: 100%;
	display:block;
	clear:both;
	background:url(../images/banner-tile.gif) repeat-y;
	height:auto;
	padding-bottom:4px;
}
#content_main {
	padding: 17px;
	height:auto;
}
#content_main #left_div {
	float: left;
	width: 200px;
	margin-right:13px;
	height:342px;
}
#content_main #right_div {
	width:770px;
	float:right;
	width: 770px;
	height:auto;
}
.blue_box{
	background: #f2fcfb;
	border-top: 2px solid #3f8cb0;
	padding: 11px 17px;
	font-size: 0.75em;
	text-align: justify;
}
#right_div h1 {
	font-size: 1.5em;
	color: #3f8cb0;
	font-weight: normal;
	padding: 0px 0px 12px 17px;
	margin:0px;
}
#right_div h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #3f8cb0;
	margin:0px 0px 5px;
	padding:0px;
}
#right_div h3 {
	font-size: 1.2em;
	color: #3f8cb0;
	font-weight: normal;
	padding: 0px 0px 12px 17px;
	margin:0px;
}
.blue_header {
	background: #3f8cb0;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px 12px;
	margin: 0px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
}
#news_scroll {
	background: #f4f4f4;
	width: 200px;
	font-size: 0.7em;
	padding: 0px 0px 0px 5px;
	color: #515151;
	line-height: 1.4em;
	height:320px;
}
span.newsTitle{
	display:block;
	clear:both;
	color:#3F8CB0;
	font-weight:bold;
}
span.newsDate{display:block; clear:both; color:#3F8CB0;}
span.newsContent{
	display:block;
	clear:both;
	margin-bottom:15px;
	text-align: justify;
}
a.newsRight{display:block; margin-left:100px; margin-bottom:10px;}
p.newsblock{
	display:block;
	clear:both;
	margin-bottom:5px;
	border-bottom:2px solid #FFFFFF;
}
p.newsblockLast{
	display:block;
	clear:both;
	margin-bottom:5px;
}
#footer {
	border-top: 1px solid #CCCCCC;
	padding: 0px 40px 0px 30px;
	font-size: 0.7em;
	color:#9E9E9E;
	font-weight: normal;
	display: block;
	height: 85px;
	padding-top: 6px;
	background-color:#EDEDED;
}
#site_info a {
	text-decoration: none;
	color: #9E9E9E;
}
#site_info a:hover{
	text-decoration: underline;
}
#footer #site_info {
	float: left;
	width:550px;
}
.blue_box a {
	color: #19a9ef;
	text-decoration: none;
}
.blue_box a:hover{
	text-decoration:underline;
}
.readmore{
	display:block;
	width:79px;
	height:21px;
	background:url(../images/btn_navy_more.gif) no-repeat 0 0;
}
.readmore:hover{
	background: url(../images/btn_navy_more_over.gif) no-repeat 0 0;
}
.readmore span{
	display:none;
}
#site_info ul {
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	display:block;
	width:567px;
	float:left;
}
#site_info li {
	display: inline;
	padding: 0px 20px 0px 0px;
	float:left;
}

#footer #info_copyright {
	float:right;
}
.redtext {
	color: red;
	font-size:1.4em;
}
#MailForm h3 {
	display: block;
	margin: 0;
	padding: 8px 0px;
	font-size: 1em;
	font-weight: normal;
	color: red;
}
#MailForm .label {
	float: left;
	width: 100px;
}
.dotted {
margin:0;
padding-bottom:5px;
padding-top:5px;
}
input, select, textarea {
	border:1px solid #8a9090;
	font-size:1.3em;
	width:370px;
	color: #515151;
}
.button {
	background:#FFFFFF url(../images/btn_send.gif) no-repeat scroll left top;
	border:0 none;
	color:#4D6185;
	height:21px;
	margin:10px 0 0 400px;
	width:73px;
	display:block;
	clear:both;
}
p.btn_right {
	display: block;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


#kitLogo{
   position:relative;
   float:right;
   width:247px;
   height:67px;
}
#spacer {
clear:both;
}
.contactpage .blue_box {
margin-bottom:160px;
}
.contactpage #left_div a, .contactpage #left_div a:hover, .contactpage #left_div a:visited, .contactpage #left_div a:active, .contactpage #left_div img {
text-decoration: none;
border:none;

}
.thankyou #content_fetured {
height:1px;
}

#inquiry {
font-family:Arial, Helvetica, sans-serif;
}

.classicaltv .blue_box, .countrychannel .blue_box, .streamexchange .blue_box, .paralympics .blue_box, .investor .blue_box  {margin-bottom:260px;}

.customers .blue_box {
padding: 6px 3px;
height:712px;
}

.customers .blue_box img, .customers .blue_box img a, .customers .blue_box a:link, .customers .blue_box a {
text-decoration: none;
border:none;
} 

.customers .blue_box img {
float:left;
padding:1px;
}

.customers #content {
height:900px;
}

/*------------------jScrollPane style ----------------------------*/
.osX .jScrollPaneTrack {
	background: url(../images/osx_track.gif) repeat-y;
}
.osX .jScrollPaneDrag {
	background: url(../images/osx_drag_middle.gif) repeat-y;
	z-index:10;
	height:61px !important;
}
.osX .jScrollPaneDragTop {
	background: url(../images/osx_drag_top.gif) no-repeat;
	height: 6px;
}
.osX .jScrollPaneDragBottom {
	background: url(../images/osx_drag_bottom.gif) no-repeat;
	height: 7px;
}
.osX a.jScrollArrowUp {
	height: 24px;
	background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.osX a.jScrollArrowDown {
	height: 24px;
	background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowDown:hover {
	background-position: 0 0;
}