/* 



*/


/*** GLOBAL  ***/
html,body{height:100%;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	color:#333;
	height:100%;
	line-height:23px;
	background-color:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #e0e0e0;
	background-color: #e0e0e0;
	height: 1px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
*+html hr{margin:0px 0px 5px 0px;}





/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:15px;	font-family:tahoma, Arial;	font-weight:normal; color:#6d6d6d}
h3, h4, h5, h6{margin-bottom:8px;	font-family:Arial, Verdana, Tahoma;	font-weight:normal; color:#6d6d6d}
h1 {font-size:24px; line-height:26px;}
h2 {font-size:18px; line-height:20px;text-transform:uppercase;}
h3 {font-size:16px; line-height:18px;}
h4 {font-size:14px; line-height:15px;}
h5, h6 {font-size:13px; line-height:15px;}

/* links */
a {color:#333; text-decoration:none;}
a:hover{
	color:#09F;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a img{border:none}
.imgleft{float:left; margin-right:15px;}
.imgleftborder{float:left; border:1px solid #c5c5c5; padding:3px;}
.imgright{float:right; margin-left:15px;}
.imgcenter{ margin:5px auto 10px auto; display:block; text-align:center}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size:11px;
	margin-bottom:15px;
}
ul, ol {
	margin:10px 0 35px 30px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
blockquote {
	font-style:italic;
	margin:25px 0 25px 0px;
	color:#6b6b6b;
	padding:0px 20px 10px 35px;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	}
	
blockquote.quotebold{font-size:14px; font-style:normal; margin:0px 0px 0px 80px; padding:0px 20px 10px 35px; color:#b3b3b3}
blockquote.quotebold p{font-size:14px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e0e0e0;
	padding:15px 10px;
}


/*** END OF DEFAULT ELEMENT STYLES ***/


/*** CONTAINER ***/
#container{background-image:url(../images/bg_container.gif); background-repeat:repeat-y; width:968px; margin:0 auto}
#centercolumn{width:940px; margin:0 auto;}
/*** END OF CONTAINER ***/

/*** HEADER ***/
#header {
	width:940px;
	height:200px;

	
}
#top{background-image:url(../images/bg_top.gif); background-repeat:repeat-x; height:88px; padding:10px 0px 0px 0px}
#logo{float:left; width:470px; height:88px;}
#topcontact{float:left; width:470px; text-align:right;  height:88px;}
/***#topnavigation{
	z-index:9;
	position:relative
}***/
#navigation{float:left; width:675px;}
#nav{margin:0px; padding:0px; list-style-type:none;  z-index:9; position:relative; }
#nav ul{margin:0px; padding:0px; list-style-type:none; z-index:10; position:relative}
#nav li{list-style-type:none; padding:0px; margin:0px; float:left; background-image:url(../images/menu_separator.gif); background-repeat:no-repeat;position:relative; background-position:right}
#nav li a{
	text-transform:uppercase;
	font-weight:lighter;
	font-size:10px;
	height:30px;
	display:block;
	float:left;
	padding:8px 30px 0px 30px;
	margin-right:2px;
	position:static;
	z-index:1;
	color: #333;
}
* html #nav li a{margin-right:1px;} /* ie6 only */
#nav li a:hover{color:#600; text-decoration:none}
/***#nav li a.active{background-image:url(../images/active_menu.gif); background-repeat:repeat-x;   z-index:1}***/
#nav li li{
margin-top:0;
background-image:none;
padding:0px;
border-bottom:solid 1px #9d9d9d;

background-image:none;
position:relative;
z-index:10
}
#nav ul {
display:none;
left:-1px;
position:absolute;
top:41px;
width:172px;
z-index:10
}
#nav li ul a{
width:128px;
height:auto;
float:left;
text-align:left;
padding:0 21px;
text-transform:capitalize;
font-size:11px;
font-weight:normal;
line-height:33px;
z-index:10
}
#nav ul ul{top:auto;border-top:none;}	
#nav li ul ul {left:153px; top:0px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{display:none;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{display:block;}
#nav li ul a{border-top:none;}
#topsearch{float:left; width:245px; padding-left:20px}
#topsearch p{margin:0px;}
.bg_input{background-image:url(../images/bg_search.gif); background-repeat:no-repeat; width:200px; height:24px; display:block; margin:8px 0px 0px 0px}
.inputbox{background:transparent; border:0px; width:156px; padding:4px 0px 5px 0px; margin-left:28px; color:#857f7f; text-align:left; overflow:hidden  }



/*** END HEADER ***/


/*** CONTENT ***/
#content, #content_inner{padding:0px 0px 30px 0px}
/* contentleft */
#contentleft{width:630px; float:left; padding-right:30px}
* html #contentleft{float:left; padding-right:28px} /* ie6 only */
#maintext{padding:0px 10px 0px 10px;}
h1.italictext{font-style:italic !important;}
h1.pagetitle{font-size:18px; text-transform:uppercase}
.boldtext{
	font-size:14px;
	color:#333;
	line-height:24px;
	text-align: justify;
}
ul.list_colleft{list-style-type:none; padding:10px 0px 0px 0px; margin:0px; width:270px; float:left}
ul.list_colleft li{list-style-type:none; padding:0px; margin:0px; clear:left}
ul.list_colright{list-style-type:none; padding:10px 0px 0px 50px; margin:0px; width:270px; float:left}
ul.list_colright li{list-style-type:none; padding:0px; margin:0px; clear:left}
/* contentright */
#contentright{width:280px; float:left;}
#sideright{padding:0px 10px 0px 0px;}
/* newsbox */
.latestnews{
	margin-bottom:10px;
}
ul.news{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type: square;
}
ul.news li{
	border-bottom:solid 1px #f0f0f0;
	clear:left;
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
	min-height:70px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
* html ul.news li{height:70px;} /* ie6 only */
.imgborder{border:solid 1px #f0f0f0; padding:3px;}
.date{
	color:#999999;
	list-style-type: square;
	list-style-position: inside;
}

.radiopadpodtable{
font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; text-align: center; 
	
	
	
	
	
}

.navscroll{clear:left; background-image:url(../images/bg_navscroll.gif); background-repeat:no-repeat;; height:40px; position:relative;}
a.next, a.prev{width:7px; text-indent:-9999px; position:absolute;}
a.next{background-image:url(../images/icon_next.gif); background-repeat:no-repeat; right:50px}
a.prev{background-image:url(../images/icon_prev.gif); background-repeat:no-repeat; right:85px}
/* brochurebox */
.brochurebox{background-image:url(../images/bg_brochure.jpg); background-repeat:no-repeat; background-position:center; height:154px; margin-bottom:40px}
.brochurebox h2{font-family:Arial; font-size:20px; font-weight:bold; text-transform:uppercase; margin:0px 0px 15px 0px; text-align:right; padding:20px 30px 0px 0px}
.brochurebox img{text-align:center; margin:0 auto; display:block}
/* standart box */
.box{background-image:url(../images/bg_box.gif); background-repeat:repeat-x; border:solid 1px #eeeded; padding:20px; margin-bottom:30px}
#boxslideshow{margin:0px; position:relative;}
#boxslideshow .cycle{ background-color:#FFFFFF;width:230px}


.tableindex {border-bottom-width:medium !important; border-bottom-color:#999;
}



#box1 {
	background-image:url(../images/sdLITEmOTOTRBO.png);
	background-repeat:no-repeat;
	height:165px;
	background-position:center;
	width:230px;
	border:#CCC dotted;
		
	
}


.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	margin-top:4px;
	/*background: #f8a400;*/
	border: 1px solid #eeeded;
	border-width:1px 1px 0px 1px !important;
	overflow: hidden;
	position: relative;
	font-size:11px;
	font-weight:bold;
	background-color: #0099FF;
	
	
	
}

ul.tabs	 li.active{ margin-top:0px; padding-top:4px; background-image:url(../images/active_tab.gif) !important; background-repeat:repeat-x !important;}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 25px;
	text-transform:uppercase;
}
ul.tabs li a:hover {
	background:#FFF;
	color:#09F;
	text-decoration:none;
}

#box1:hover {
	background-image:url(../images/sdLITEmOTOTRBOhover.png);
	cursor: pointer;
}

#box2 {background-image:url(../images/sdMOTOTRBO.png); background-repeat:no-repeat;background-position:center; height:165px; width:250px; border:#CCC dotted; 
	
	
}

#box3 {height:75px; width:100px; background-image:url(../images/radioPADPOD2link.jpg); background-repeat:no-repeat; background-position:center;
	
	
}

#box3:hover {background-image:url(../images/radioPADPOD3link.jpg); cursor:pointer;
	
	
}


#box4 {height:150px; width:241px; border:#CCC dotted; background-image:url(../images/radiopadbasestationhover.jpg); background-repeat:no-repeat; background-position:center;
	
	
}

#box4:hover {background-image:url(../images/radiopadbasestation.jpg); cursor:pointer;
	

}

.boldtext2 {font-style:normal; font-size:14px; font-weight:bolder; color:#F90; vertical-align:text-top;

	
}

#box2:hover {
	background-image:url(../images/sdMOTOTRBOhover.png);  
	cursor: pointer;
}

a:active {
color:#000;
}

a:hover {color:
#09F;
}


#sdm:hover {color:#06F; font-size:11px;}

#sdm {
font-size:12px; line-height:10px;text-transform:uppercase;
}

/*** END CONTENT ***/



/*** FOOTER ***/
#footer dl dd {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
}

div#footer {margin: 25px auto 0px auto; padding: 25px 0px 25px 0px; width: 940px; position: relative; clear: both; color: #333333; font-size: 11px; line-height: 18px; background: url(../images/bara_footer.gif) no-repeat 0px 0px;}





/*** END OF FOOTER ***/
