@charset "utf-8";

*{
  margin: 0;
  padding: 0;
}

html, body{
 height:100%;
}

html{
  font-size: 100%;
}

p {
	margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:15px;
}


body {
	margin: 0px;
	padding:0px;
	font-family: "Lucida Grande", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	color:#4e4e4e;
	min-height:100%;
  	height:auto !important; /* ie6 ignores it */
  	height:100%; /* fix */
	line-height:110%;
	background:#fbfbfb;
	
}

a{
  color:#4280be;
  text-decoration: none;
}

a:hover{
  color: #494949;
  text-decoration: none;
}

fieldset{
	padding:15px;
}

legend {
	padding:5px;
}




.page-img {
	margin-left:30px;
	width: 685px;
	padding-bottom:30px;
	background:url(images/image-shadow.jpg) center bottom no-repeat;
	margin-bottom:10px;

}

#page-wrap {
	background:url(images/header-bg.jpg) repeat-x left top;

}

#page-wrap-two {
	background: transparent url(images/header-logo.jpg) no-repeat center top;
	width: 960px;
	margin:0 auto;
	position:relative;
	
	
}
#page {
	margin: 0 auto;
	width:960px;
	position:relative;	
}


#main-wrap {
  position:relative;		/* IE7 overflow bugfix */
  clear:both;
  float:left;
  width:100%;
  overflow:hidden;			/* chops off any overhanging divs */
}

#mid-wrap, #side-wrap {
  float:left;
  width:100%;
  position:relative;
}

#mid, #sidebar, #sidebar2 {
  float:left;
  position:relative;
  padding:0;
  overflow:hidden;
}

#mid {
	padding-top:22px;
}

#page #main-wrap #mid-wrap { right:0%;   /* width of the 2nd column, 0 because it doesnt exist */ }
#page #main-wrap #side-wrap { right:78%; /* width of the main column */ }

#page #main-wrap #mid {
  width:78%;			/* width of main column */
  left:78%;				/* same */
}

#page #main-wrap #sidebar {
  width:22%;			/* width of the sidebar */
  left:78%;
}



#content-wrap-1 {
	background:url(images/content-title.jpg) no-repeat left top;
	padding:0;
	padding-top:5px;
	position:relative;
	margin-left:30px;
}

.navigation {
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0;
	width: 645px;
}

#mid .navigation {
	margin:0 auto;
	font-size:12px;
	width: 675px;
	line-height:30px;
}

#content {
	
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0;
	float:left;
	width: 645px;
	color:#555555;
	font-size:12px;
	border-left:1px solid #cbd6df;
	border-right:1px solid #cbd6df;
	background:#fff url(images/content-title-bg.jpg) no-repeat center top;
	position:relative;
	
	
}

#content-footer {
	background:url(images/content-footer.jpg) no-repeat left bottom;
	height:15px;
}

#content p {
	margin-bottom:20px;
}

#content h1, #content h2.content-title {
	color: #4a4a4a;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	margin-top:0;

}

#content h2.content-title {
	padding-top:5px;
}



#content h3.archive {
	font-size:1.1em;
	margin: 0px;
	background:url(images/li-arrow-drk.jpg) no-repeat left center;
	padding-left:12px;
}




#content ul li {
	list-style:url(images/li-arrow-drk.jpg);
	margin-left:25px;
	margin-bottom:10px;
	padding-left:5px;
}



#content input[type="text"], #content textarea {
	border:#dfdfdf 1px solid;
	padding:4px;
}

#content input[type="submit"] {
	background: #333 url(images/form-button-bg.jpg);
	border: 1px solid #ccc;   
	display: block;
	padding:4px;
	cursor:pointer;
	color:#fff;
}


#content .wpcf7 {
	border:1px solid #dfdfdf;
	padding:20px;
	padding-bottom:0;
	margin-bottom:20px;
	float:left;
	margin-right:20px;
	background:#f9f9f9;
}

.entry {
	padding-top:4px;
}

.entry h4 {
  font-weight: normal;
  font-size: 22px;
  color:#a7a7a7;
  margin-bottom:20px;
  border-bottom:1px dotted #CCCCCC;
}



#sidebar {
	float:left;
	

}
#footer-wrap {

  	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#6c6c6c;
	font-size:12px;
	background:#fff;
	border-top:1px solid #cbd6df;
	border-bottom:1px solid #cbd6df;
 	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#footer-wrap h4 {
	margin:0;
	padding:0;
	color:#333;
	font-size:12px;
}

#footer {

	margin:0 auto;
	width:960px;
}

.copyright {
	font-size:12px;
	padding-top:10px;
	padding-bottom:3px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img {
	border:0;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#sidebar li {
	list-style:none;
	list-style-type:none;
}


.company-title {
	top:60px;
	position:absolute;
	text-align:left;
	margin-left:290px;
}

.company-title h1 {
	font-size:17px;
}

.description {
	top:80px;
	position:absolute;
	text-align:right;
	margin-left:380px;
	font-size:14px;
	color:#df0000;
}

.description h2 {
	font-size:15px;
	color:#df0000;
	font-style:italic;
	


}

#title-wrap {
	float:left;
	
}

.title-name  {
	padding:0;
	margin:0;
	padding-top:90px;

}

.title-name a {
	font-size:20px;
	color: #4a4a4a;
	text-decoration:none;	
}

.title-name a:hover {
	text-decoration:none;	
	background:none;	
}


#header{
  	height: 166px;
  	z-index: 2; /* fix for stupid ie6/7 bug */
  	position:relative;

}



#tabs{
 font-size:12px;
 width: 100%;
 line-height:normal;
 position: absolute;
 bottom: 0;
 left: 0;

}

#tabs ul{
 list-style:none;
}

#tabs li{
 display:inline;
 float: left;
 position: relative;
 margin: 0;
 padding: 0;
 margin-right:17px;
 margin-top:2px;
 padding-top:4px;
 background:url(images/tab-right.jpg) right bottom no-repeat;
}

#tabs li li{
	background:none;
	
}

#tabs a {
 float:left;
 padding:0;
 margin-right:10px;
 text-decoration:none;
 font-size:1.1em;
 color:#e0e8ee;
 
 cursor: pointer; /* IE 7 bug-fix */
}

#tabs a span{
 float:left;
 display:block;
 height: 34px;
 padding-right: 5px;
}

#tabs a span span{
 display:block;
 background:none;
 height: auto;
 padding: 5px 5px 0 0px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
 color:#6f92b6;
}

#tabs a:hover{
 color: #6f92b6;
}
#tabs a:hover span{
 color: #6f92b6;
}



.current_page_item a span {
	color: #6f92b6;
}

.current_page_item ul li a span {
	color:#6f92b6;
}



/* sub-menus */
#tabs ul li{
 float:left;
 position:relative;
}

#tabs ul ul {
	position: absolute;
	display: none;
	width:200px;
	top: 32px;
    left: 0;
	margin: 0;
	padding: 2px 0;
	line-height: 140%;
	background:none;


}

#tabs ul ul ul{
  border: 1px solid #999;
  -moz-border-radius: 4px;
}



#tabs ul.active ul ul, #tabs ul li.current_page_item ul ul, #tabs ul li.current-cat ul ul{
  border: 1px solid #666666 !important;
}

#tabs ul li ul {
  height:auto;
  float:left;
  background: none;
  margin: 0;
  font-weight: normal;
  line-height: 195%;
  background:url(images/menu-bg.png) top left no-repeat;
  padding-top:10px;
  margin-left:-18px;
  width:205px;


  
}

#tabs ul li ul li {
	background:url(images/menu-break.jpg) bottom left no-repeat;
	padding:0;
}


#tabs ul li ul a{
  width:180px;
  height:auto;
  float:left;
  margin: 0;
  padding-left:25px;
  color: #f9f9f9;
  font-weight: normal;
  line-height: 195%;
  display:block;
  padding-bottom:5px;
  

}


#tabs ul li ul a span, #tabs ul li ul a span span{
  margin: 0;
  padding: 0;
  height: auto;
  float: none;
}

#tabs ul ul a:hover, #tabs ul ul a:hover,
#tabs ul a.active ul a:hover, #tabs ul li.current_page_item ul a:hover, #tabs ul li.current-cat ul a:hover{
  color: #339cd7;

 
}



#tabs ul ul ul{
  top:auto;
}

#tabs ul li ul ul {
  left:195px;
  top: 4px;
}

#tabs ul li:hover ul ul, #tabs ul li:hover ul ul ul, #tabs ul li:hover ul ul ul ul{
  display:none;
}
#tabs ul li:hover ul, #tabs ul li li:hover ul, #tabs ul li li li:hover ul, #tabs ul li li li li:hover ul{
  display:block;
  
}




/* Product Categories */

.widget_recent_entries h2.widgettitle, .lpbcWidget h2 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	color:#fff;
	line-height:36px;
}


.prod-cat-1, .prod-cat-2, .prod-cat-3, .prod-cat-4, .prod-cat-5, .prod-cat-6 {
	display:block;
	padding-left:10px;
	padding-right:40px;
	color:#fff;
	font-size:12px;
	line-height:36px;

	
}

.prod-cat-1 a, .prod-cat-2 a, .prod-cat-3 a, .prod-cat-4 a, .prod-cat-5 a, .prod-cat-6 a {
	display:block;
	color:#fff;
}


.prod-cat-1 a:hover, .prod-cat-2 a:hover, .prod-cat-3 a:hover, .prod-cat-4 a:hover, .prod-cat-5 a:hover, .prod-cat-6 a:hover, .lpbcWidget h2 a:hover {
	display:block;
	padding-left:10px;
	color: #494949;
	background: transparent url(images/side-li-arrow.png) left center no-repeat;
	
}



.lpbcWidget h2 {
	display:block;
	padding-left:10px;
	padding-right:40px;
	color: #494949;
	font-size:12px;
	line-height:44px;
}

.lpbcWidget h2 a {
	padding-left:10px;
	color: #494949;
}


.prod-cat-1 {
	background:url(images/sidebar-vdr-s-vdr.jpg) no-repeat top left;
}

a:hover.prod-cat-1 {
	background:url(images/vdr-menu-ovr.jpg) no-repeat top left;
}

.prod-cat-2 {
	background:url(images/sidebar-retransmission-interfacing.jpg) no-repeat top right;
	line-height:16px;
	padding-bottom:4px;
}

a:hover.prod-cat-2 {
	background:url(images/retransmission-menu-ovr.jpg) no-repeat top right;
	
}

.prod-cat-3 {
	background:url(images/sidebar-smids.jpg) no-repeat top right;
}

a:hover.prod-cat-3 {
	background:url(images/smids-menu-ovr.jpg) no-repeat top right;
}

.prod-cat-4 {
	background:url(images/sidebar-nav.jpg) no-repeat top right;
}

a:hover.prod-cat-4 {
	background:url(images/special-menu-ovr.jpg) no-repeat top right;
}

.prod-cat-5 {
	background:url(images/sidebar-bnwas.jpg) no-repeat top right;

}

a:hover.prod-cat-5 {
	background:url(images/navigation-menu-ovr.jpg) no-repeat top right;

}

.prod-cat-6 {
	background:url(images/sidebar-special.jpg) no-repeat top right;
}

a:hover.prod-cat-6 {
	background:url(images/navigation-menu-ovr.jpg) no-repeat top right;
}

a:hover.prod-cat-2, a:hover.prod-cat-5 {
	padding-top:5px;
	height:34px;
	line-height:15px;
}


.techtalk {
	padding-top:15px;
}

#sidebar-wrap-1, #sidebar-wrap-2 {
	margin:0;
	padding:0;
	height: 100%;
	padding-bottom:15px;
    position:relative;
	width:218px;
	
}

#sidebar-wrap-2 {
	margin-top:20px;
}

#sidebar-inner-1 {
	font-size:14px;
	height: 100%;
	padding-left:5px;
	padding-right:15px;
	width:auto;
	margin:0 auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#sidebar-wrap-1 {
	background:url(images/sidebar-end.png) no-repeat bottom left;
}

#sidebar-wrap-2 {
	background:url(images/sidebar-2-end.png) no-repeat bottom left;
}

#sidebar-inner-1 {
	background:url(images/sidebar-bg.jpg) left repeat-y ;
}

#sidebar-inner-2 {
	background:url(images/sidebar-2-bg.png) left repeat-y ;
}

#sidebar-inner-top {
	background:url(images/sidebar-top.jpg) left top no-repeat ;
}


#sidebar li, #sidebar2 li{
  list-style-type: none;
  list-style-position: outside; /* ie 7 bugfix */
}


#sidebar li.linkcat li, #sidebar2 li.linkcat li,
.widget.widget_links ul li, .widget.widget_meta ul li, .widget.widget_categories ul li, .widget.widget_archive ul li, .widget.widget_pages ul li, .widget.widget_recent_entries ul li, .wpsc_categorisation_group ul li {

   
   
}

#sidebar li.linkcat a, #sidebar2 li.linkcat , .widget.widget_links ul li , .widget.widget_meta ul li , .widget.widget_categories ul li , .widget.widget_archive ul li , .widget.widget_pages ul li , .widget.widget_recent_entries ul li, .widget.lpbcWidget ul li  {
  	
   color:#585858;
   font-size:12px;
   padding-left:5px;
   padding-right:10px;
   padding-bottom:12px;
   padding-top:12px;
}


.widget.lpbcWidget ul li {
	background:url(images/li-break.jpg) no-repeat bottom center;
	margin-left:5px;
	margin-right:16px;
	color:#858585;
}

.widget.lpbcWidget ul li p {
	margin:0;
	padding:0;
	padding-left:10px;
}

#sidebar li.linkcat a, #sidebar2 li.linkcat a,
.widget.widget_links ul li a, .widget.widget_meta ul li a, .widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_pages ul li a, .widget.widget_recent_entries ul li a, .widget.lpbcWidget li a {
	line-height:14px;
	text-decoration: none;
	display:block;
	color:#fff;
	font-size:12px;
	
	padding-left:10px; 

}

.widget.lpbcWidget li a {
	color: #494949;
	margin-bottom:5px;
}


#sidebar li.linkcat a:hover, #sidebar2 li.linkcat a:hover,
.widget.widget_links ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_recent_entries ul li a:hover, .widget.lpbcWidget li a:hover {
	color:#4280be;
	background: transparent url(images/li-arrow-drk.jpg) left center no-repeat;
}


.clear {
	clear:both;
}


.widget_calendar table#wp-calendar{
  width: 100%;
  border: 1px solid #ccc;
}

.widget_calendar table#wp-calendar th, .widget_calendar table#wp-calendar td{
  text-align: center;
}


#search {
	width:230px;
	height:50px;
	
}

#search-wrap {
	width:230px;
	margin-right:10px;
	float:left;
	position:relative;
	
	
}

#searchtab{

  background: transparent url(images/search-bg.png) no-repeat left top;
  position: relative;
  height:42px;

}

#searchtab .inside{
  height: 40px;
 
  
}

#searchtab input{
  border: 0;
  font-size: 12px;
  padding: 0px;
  
}

#searchtab input.searchfield, #searchtab input#s , #searchtab input.wpsc_product_search{
  position: absolute;
  top: 9px;
  left: 8px;
  color:#647b8d;
  padding: 4px;
  margin: 0;
  width: 66%;
  background:none;
  
}



#searchtab input.searchbutton, #searchtab input#searchsubmit{
  position: absolute;
  color:#FFF;
  right:15px;
  text-transform: uppercase;
  padding: 0px;
  margin: 0;
  height:40px;
  width:40px;
  cursor:pointer;
background: transparent url(images/search-go.png) no-repeat left top;
}

#searchtab label{ display: none; }
#searchtab input.searchbutton:hover{ color: #fff; }

.footerlinks {
	width:16%;
	margin-bottom:5px;
	float:left;
	margin-right:15px;
	margin-left:15px;
	text-align:left;
}

.contact {
	color:#829197;
	height:87px;
	padding-right:10px;
}

.contact a {
	color:#339cd7;
	font-size:12px;
}

.contact a:hover {
	color:#fff;
	
}

.contact h1  {
	padding:0;
	margin:0;
	color:#339cd7;
	font-size:20px;
	font-style:italic;
	
}



.footerlinks ul, .footerlinks li {
	
     display: inline;
     list-style-type: none;
     list-style-image:none;
     margin:0;
}


#footer .footerlinks li a {
	margin:0;
	padding:4px;
	padding-left:15px;
	display:block;
	border-bottom:1px solid #dfdfdf;
	background:url(images/li-arrow-drk.jpg) center left no-repeat;
}

.commentlist {
	padding-left:20px;
}

#comment {
	width:80%;
}

.category-uncategorized {
	padding-top:10px;
}

/* Product Groups */

.prod-grp-wrap {
	
	width:606px;
	margin:0 auto;
	position:relative;
}

.prod-grp {
	width:202px;
	background:#fff url(images/prod-grp-bg.jpg) no-repeat bottom center;
	position:relative;
	float:left;

}

.prod-grp h2 {
	font-size:1.1em;
	padding:0;
	margin:0;
	padding-bottom:10px;
}

.prod-grp h2 a {
	color:#4e4e4e;
}


.prod-txt {
	padding:10px;
	padding-bottom:0;
	position:relative;
	font-size:12px;
	min-height:105px;
	padding-top:0px;
	text-align:center;
	
	
}

.prod-img {
	text-align:center;
	padding-top:15px;
	position:relative;
	background:url(images/prod-grp-topbg.jpg) no-repeat top center;
	
}

#wp-submit {
	font-size:12px;
	line-height:normal;
	border:none;
	cursor:pointer;
	position:absolute;
	right:0;
	width:60px;
	height:25px;
	top:2px;
	/*background:url(images/login.jpg) no-repeat left top;*/
	background:none;
	color:#638ab1;
}

.uFocus, .uOutfocus, .pFocus, .pOutfocus {
	height:21px;
	padding:0px;
	padding-right:4px;
	padding-left:5px;
	padding-top:4px;
	position:absolute;
	right:0;
	border:0px solid #333;
	background:url(images/username.jpg) top left no-repeat;
}

.uFocus, .uOutfocus {
	top:2px;
	right:290px;
}

.pFocus, .pOutfocus {
	top:2px;
	right:175px;

}

.uOutfocus, .pOutfocus {
	color:#829197;
	font-style:italic;
	font-size:12px;
	border:none;
	width:98px;

}

.uFocus, .pFocus {
	color:#333;
	font-style:normal;
	font-size:12px;
	border:none;
	width:98px;

}

.sitelinks {

	color:#485053;
	background:url(images/top-tab-start.jpg) no-repeat top left;
	height:40px;
	padding-left:0px;
	

}

.sitelinks ul li {
	display:inline;
	float:left;

}

.sitelinks a {
	color:#485053;
	display:block;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:6px;
	padding-top:6px;
	
}



.sitelinks .top-tab {
	background:url(images/top-tab-right.jpg) no-repeat top right;


}


.top-tabs {
	background:url(images/top-tab-end.jpg) no-repeat top right;
	
}

.top-login {
	background:url(images/top-tab-end-login.jpg) no-repeat top right;
	
}

.remember {
	position:absolute;
	right:75px;
	top:6px;
	text-align:right;
	padding-right:10px;
	height:23px;
	width:94px;
	text-align:center;
	padding-right:5px;
	
}

#rememberme {
	position:absolute;
	left:90px;
	top:3px;
	width:13px;
	height:13px;

}

.download {
	background:url(images/download.jpg) no-repeat left top;
	padding-left:45px;
	height:31px;
	line-height:30px;
	margin-top:5px;
	margin-bottom:5px;
}

.download a {
	display:block;	
	font-size:12px;

}

.download-box select {
	float:left;
	margin-right:20px;
}

.download-list {
	margin-top:20px;
}


/* Comments */

h4#comments {
	font-weight:normal;
	font-size:1em;
	padding-left:40px;
	line-height:35px;
	background:url(images/comments.jpg) center left no-repeat;
}

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; } 
ol.commentlist li { } 
ol.commentlist li.alt { } 
ol.commentlist li.bypostauthor {} 
ol.commentlist li.byuser {} 
ol.commentlist li.comment-author-admin {} 
ol.commentlist li.comment { border-bottom:1px solid #dfdfdf; padding:1em; } 
ol.commentlist li div.comment-author {} 
ol.commentlist li div.vcard { font:normal 16px georgia,times,serif; } 
ol.commentlist li div.vcard cite.fn { font-style:normal; } 
ol.commentlist li div.vcard cite.fn a.url {} 
ol.commentlist li div.vcard img.avatar { border:1px solid #ccc; padding:2px; float:left; margin:0 1em 1em 0em; } 
ol.commentlist li div.vcard img.avatar-32 {} 
ol.commentlist li div.vcard img.photo {} 
ol.commentlist li div.vcard span.says {} 
ol.commentlist li div.commentmetadata {} 
ol.commentlist li div.comment-meta { font-size:9px; } 
ol.commentlist li div.comment-meta a { color:#888; } 
ol.commentlist li p { font-size:11px; margin:0 0 1em; } 
ol.commentlist li ul { font-size:11px;  margin:0 0 1em 2em; } 
ol.commentlist li div.reply { font-size:11px; } 
ol.commentlist li div.reply a { font-weight:bold; } 
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; } 
ol.commentlist li ul.children li {} 
ol.commentlist li ul.children li.alt {} 
ol.commentlist li ul.children li.bypostauthor {} 
ol.commentlist li ul.children li.byuser {} 
ol.commentlist li ul.children li.comment {} 
ol.commentlist li ul.children li.comment-author-admin {} 
ol.commentlist li ul.children li.depth-2 { border-left:1px solid #dfdfdf; margin:0 0 .25em .25em; } 
ol.commentlist li ul.children li.depth-3 { border-left:1px solid #dfdfdf; margin:0 0 .25em .25em; } 
ol.commentlist li ul.children li.depth-4 { border-left:1px solid #dfdfdf; margin:0 0 .25em .25em; } 
ol.commentlist li ul.children li.depth-5 {} 
ol.commentlist li ul.children li.odd {} 
ol.commentlist li.even { background:#fff; } 
ol.commentlist li.odd { background:#f6f6f6; } 
ol.commentlist li.parent { border-left:1px solid #dfdfdf; } 
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; } 
ol.commentlist li.thread-alt { } 
ol.commentlist li.thread-even {} 
ol.commentlist li.thread-odd {}

