@charset "utf-8";
/* CSS Document */

body{ margin:0; padding:0; background:url(../img/body_bg.gif) repeat-x #2c63ae; font-family:Arial; font-size:13px; overflow-x: hidden; }
h1, p{ margin:10px; padding:0; }

img { border: 0px; }

a.dllink { font-size: 18px; font-weight: bold; }


/* ROCKET ROFLOL :D */
#rocket{ position: fixed; top: 100px; left:15px;width:204px; height:463px; float:right; background:url(../img/rocket.png) no-repeat; }

#header{ position:relative; margin:20px auto; width: 1025px; height: 140px; }
#header h1{ text-indent:-50000px; width:286px; height:86px; background:url(../img/logo.png) no-repeat; left:-10px; position:relative; }
#header .search_container{ float: left; width:291px; height:63px; background:url(../img/input_bg.png) no-repeat; position:relative; }
#header .search_container input{ position:absolute; left:13px; border:1px solid #fff; top:15px; width:200px; padding:5px; font-size:12px; font-family:Georgia; color:#999; z-index:1; outline:none; }
#header .search_container a.ok{ position:absolute; width:38px; height:27px; background:url(../img/ok.gif) no-repeat; z-index:2; top:15px; right:20px; text-indent:-50000px; outline:none; }
#header .search_container a.ok:hover{ background-position:0 -27px; }
#header .search_container a.ok.hover{ background-position:0 -27px; }

#topad { border: #009 5px solid; bottom: 10px; right: -5px; float: right; position: absolute; width: 728px; -moz-border-radius:5px; -webkit-border-radius: 5px;  }


/* NAVIGATION */


#nav {
	background-image:url("../img/bg_topbar.png");
	background-repeat:no-repeat;
	left:0;
	position:relative;
	margin:10px auto; 
	width: 1025px;
}
ul#topbar {
	list-style-type:none;
	margin:7px auto 0px;
	padding:0;
	position:relative;
	text-align:center;
	left: 15px;
	width:970px;
}
.clearfix {
display:inline-block;
}
ul#topbar li {
	display:inline;
	float:left;
	list-style-type:none;
	margin:0 0 25px;
	padding:9px 0 0;
}
ul#topbar li.nav-active {
	background:url("../img/bg_topbar_active.jpg") repeat-x scroll left top transparent;
	float:left;
	margin:0;
	padding:9px 10px 6px;
	top:0;
}
ul#topbar li.nav-active a {
	color:#000000;
}
ul#topbar li a {
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	font-size: 18px;
	padding:0 17px 5px 15px;
	text-decoration:none;
}

#wrapper { background: #fff; border: #009 5px solid; position:relative; margin:10px auto; width: 1025px; -moz-border-radius:10px; -webkit-border-radius:10px;}

/* CONTENT & RESULTS */

table.results { position: relative; font-size: 11px; border-top: #009 5px solid; clear: both; width: 1025px; table-layout: fixed; }
table.results tr {font-size: 11px; color:#000; text-align: center; }
table.results tr td { background:#FFF;  border-right: #FFFFFF 1px solid;}
table.results tr.first {background: #0CF; font-size: 16px; font-weight:bold; color:#F00; text-align: center;}
table.results tr.first td { background:#OFF; }
table.results tr.alternate td {background: #CCC;}

div.content { padding: 15px; }

div.content-dictionaries { padding: 15px; }
div.content-dictionaries table.results { left: -15px; }

/* AUTOCOMPLETE */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/* SHARE */

#socializethis{
  background:#CCC;
  border:solid 1px #666;
  border-width: 1px 0 0 1px;
  height:15px;
  width:260px;
  position:fixed;
  bottom:0;
  right:0;
  padding:2px 5px;
  overflow:hidden; 
  /* CSS3 */
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-left-radius: 12px;
  -moz-box-shadow: -3px -3px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: -3px -3px 3px rgba(0,0,0,0.5);
  box-shadow: -3px -3px 3px rgba(0,0,0,0.5);
  }
 
#socializethis a{
	float:left; 
  width:32px;
  margin:3px 2px 2px 2px; 
  padding:0; 
}
 
#socializethis span{ 
  float:left; 
  margin:2px 3px; 
  text-shadow: 1px 1px 1px #FFF;
  color:#444;
  font-size:12px;
}  

/* TUTORIALS */

ul.tut-list { list-style-type: none; width:1000px; height: 1000px; margin: 10px auto; padding: 0px; }
ul.tut-list li { float: left; width: 480px; margin: 10px; padding: 0px; border-bottom: #009 5px solid; }
ul.tut-list li a.title { display:block; font-size:18px; font-weight:bold; }
ul.tut-list li a.imglink { display:block; width: 165px; height: 93px; margin:15px 5px 5px 0px; float: left; }
ul.tut-list li p { float: right; width: 285px; }
ul.tut-list li span { margin: 5px 0px; display: block; float: left; font-size: 11px; font-weight: bold; }
ul.tut-list li div.rating { position: static; float: right; left: 275px; }

#video { margin: 25px auto; text-align: center; }

/* START jQuery.Rating Plugin */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../img/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../img/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin */

/* FOOTER */


#footer { position:relative; margin:10px auto; width: 1025px; }

#footer ul.logos { clear: both; position: relative; left: -15px; }
#footer ul.logos li { float: left; list-style-type: none;}
#footer ul.logos li span { display: block; text-indent: 99999px; height: 60px;}

#footer ul.logos li span.cisco { background: url('../img/sprite-logos.png') no-repeat 0 0; width: 120px; }
#footer ul.logos li span.cisco:hover { background: url('../img/sprite-logos.png') no-repeat 0px -59px; }

#footer ul.logos li span.apple { background: url('../img/sprite-logos.png') no-repeat -120px 0; width: 74px; }
#footer ul.logos li span.apple:hover { background: url('../img/sprite-logos.png') no-repeat -120px -59px; }

#footer ul.logos li span.ibm { background: url('../img/sprite-logos.png') no-repeat -203px 0; width: 125px; }
#footer ul.logos li span.ibm:hover { background: url('../img/sprite-logos.png') no-repeat -203px -59px; }

#footer ul.logos li span.siemens { background: url('../img/sprite-logos.png') no-repeat -335px 0; width: 195px; }
#footer ul.logos li span.siemens:hover { background: url('../img/sprite-logos.png') no-repeat -335px -59px; }

#footer ul.logos li span.linksys { background: url('../img/sprite-logos.png') no-repeat -530px 0; width: 170px; }
#footer ul.logos li span.linksys:hover { background: url('../img/sprite-logos.png') no-repeat -530px -59px; }

#footer ul.logos li span.netgear { background: url('../img/sprite-logos.png') no-repeat -720px 0; width: 140px; }
#footer ul.logos li span.netgear:hover { background: url('../img/sprite-logos.png') no-repeat -720px -59px; }

#footer ul.logos li span.zyxel { background: url('../img/sprite-logos.png') no-repeat -875px 0; width: 150px; }
#footer ul.logos li span.zyxel:hover { background: url('../img/sprite-logos.png') no-repeat -875px -59px; }

#footer div.footer-info { position:relative; margin:10px auto; width: 1025px; color: #fff; font-weight: bold; text-align: center; clear: both;}

#footer a { color: #fff; text-decoration: none; }
#footer a.active,hover,visted { color: #fff; text-decoration: none; }
#footer a.:hover { color: #fff; text-decoration: underline; }



