 /*Global White Space Reset*/
 * {
 padding:0;
 margin:0;
 }
 
 /* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */


body{
width:100%;
background-color:#000;
background-image:url(images/page_imgs/cyborg_bklg.jpg);
background-repeat:no-repeat;
background-position:top center;}

html { min-height: 100%; margin-bottom: 1px; }

/*Layout columes*/

#wrapper {
 width: 776px;
 margin: 0 auto;
background-color:#000;
}

#header {
text-align:left;
margin: 0px;
height: 70px;
background-color:#051857;
background-image:url(images/page_imgs/uniluk_logo.gif);
background-position:top;
background-repeat:no-repeat;
background-position:inherit;
color:#FFFFFF;
}



#centercolumn { /* Parent Wrapper for inside boxes */
 /*border: 1px solid #ccc;*/
 margin: 0px 0px 0px 0px;
display: inline; /* IE Hack */
padding-left: 8px;
padding-right: 5px;
width: 68.1%;
float: left;
  font: 12px arial, helvetica, sans-serif;
 color:#000;
 border-top:9px;
 border-top-color:#FF7e00;
 border-top-style:solid;
 height:100%;
 background-color:#000;

}
#centercolumn a:visited {
color:#fff;
}
#centercolumn a:link {
color:#fff;}
#centercolumn a:hover {
color:#fff;
text-decoration:underline;
}

* html #centercolumn {height:300px} /* IE Min-Height Hack */ 


#frontbullet{
list-style-image:url(images/page_imgs/bullet_cp.gif);
list-style-position:inside;
list-style-type:square;
padding-left:9px;
}
#frontbullet li.cyborg{
list-style-image:url(images/page_imgs/bullet_cp.gif);
list-style-position:inside;
list-style-type:square;
}

#frontbullet li{

color:#000000;
}


#rightcolumn {
 margin: 0 ;
 
 display: inline; /* IE Hack */
 width: 27.1%;
 float: left;
 background-color: #000;
 font: 12px arial, helvetica, sans-serif;
 color:#777;
 height:100%;
 border-top:9px;
 border-top-color:#FF7e00;
 border-top-style:solid;
 padding-left:10px;


}
#rightcolumn a:visited {
color:#fff;
}
#rightcolumn a:link {
color:#fff;}
#rightcolumn a:hover {
color:#bdeffb;
text-decoration:underline;
}
* html #rightcolumn {height:100%} /* IE Min-Height Hack */ 

#footer {

 background-color: #000;
 border-top-color:#000;
 border-top-style:solid;
 border-top-width:1px;
  background-image:url(images/page_imgs/cards_black.gif);
 background-position:bottom center;
 background-repeat:no-repeat;
 padding-top:5px;
 display: inline; /* IE Hack */
 float: left;
 width: 98.1%;
 font: 11px arial, helvetica, sans-serif;
 color:#000;
 text-align:center;
 padding-bottom:50px;

 
}

#footer a:visited {
color:#fff;
}
#footer a:link {
color:#fff;}
#footer a:hover {
color:#fff;
text-decoration:underline;
}

#footer2 {

 background-color: #000;
 border-top-color:#000;
 border-top-style:solid;
 border-top-width:1px;
 padding-top:5px;
 display: inline; /* IE Hack */
 float: left;
 width: 98.1%;
 font: 11px arial, helvetica, sans-serif;
 color:#000;
 text-align:center;
 padding-bottom:50px;

 
}

#footer2 a:visited {
color:#fff;
}
#footer2 a:link {
color:#fff;}
#footer2 a:hover {
color:#fff;
text-decoration:underline;
}
/* end of Layout columes*/

/* top drop down navigation */
	
	#nav, ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font: 12px arial, helvetica, sans-serif;
		color:#FFFFFF
		
	}
	
	#nav li {
		float: left;
		position: relative;
		width:94px;

	}
	
	#nav li ul {
		display: none;
		position: absolute;
		top: 13px;
		left: 0;
		background: #051857;
		color:#fff;

	}
	
	#nav li li {
		float: none;
		padding-bottom:2px;
		padding-left:2px;
		padding-top:2px;

		
	}
	
	#nav li:hover ul, #nav li.sfhover ul {
		display: block;
		color:#FFFF00;
		border-left-width:1px;
		border-style: solid;
		border-left-color:#FFFFFF;
		border-right-width:0px;
		border-top-width:0px;
		border-bottom-width:0px;
		color:#ffffff;
		margin-left:-1px;
	}
	
#leftboarder{

		border-left-width:1px;
		border-style: solid;
		border-left-color:#FFFFFF;
		border-bottom-width:0px;
		border-right-width:0px;
		border-top-width:0px;
		padding-left:2px;
		color:#ffffff;
		}
#nav a:active {
color:#FFFFFF;
}
#nav a:hover {
color:#FFFF00;
display: block;
background-color:#0000FF;
text-decoration:underline;



}
#nav a:visited {
color:#FFFFFF;
}
#nav a:link {
color:#FFFFFF;
}
#menu{float:right;}
/* end of top drop down navigation*/



/*location change*/
#location {
text-align:right;
padding-top:24px;
padding-right:30px;
float:right;
clear:right;
width:736px;

}


/*end of location */


/*prodnav start of main Product navigation*/

/*displaying the background images */
#productnavigation {display:block; width:776px; height:47px;}
#productnavigation ul {margin:0; padding:0; list-style-type:none;}
#productnavigation li {float:left;  display:block; }
#productnavigation li.list1 {background:transparent url(images/page_imgs/pcgaming_navigation_roll.gif);width:144px;}
#productnavigation li.list2 {background:transparent url(images/page_imgs/pcid_navigation.gif);width:193px;}
#productnavigation li.list3 {background:transparent url(images/page_imgs/pcspeakers_navigation.gif);width:164px;}
#productnavigation li.list4 {background:transparent url(images/page_imgs/chess_navigation.gif);width:189px;}
#productnavigation li.list5 {background:transparent url(images/page_imgs/news_navigation.gif);width:86px;}

/*displaying the rollover images images */
#productnavigation a {display:block; padding-top:47px; height:0; color:#000; text-decoration:none; overflow:hidden;}
* html #productnavigation a:link, * html #productnavigation a:visited {height:47px; he\ight:0;}

#productnavigation a#item1 {background:transparent url(images/page_imgs/pcgaming_navigation_roll.gif) -144px -47px no-repeat;}
#productnavigation a#item2 {background:transparent url(images/page_imgs/pcid_navigation_roll.gif) -193px -47px no-repeat;}
#productnavigation a#item3 {background:transparent url(images/page_imgs/pcspeakers_navigation_roll.gif) -164px -47px no-repeat;}
#productnavigation a#item4 {background:transparent url(images/page_imgs/chess_navigation_roll.gif) -189px -47px no-repeat;}
#productnavigation a#item5 {background:transparent url(images/page_imgs/news_navigation_roll.gif) -86px -47px no-repeat;}

#productnavigation a#item1:hover {background-position:top right; z-index:50;}
#productnavigation a#item2:hover {background-position:top right; z-index:50;}
#productnavigation a#item3:hover {background-position:top right; z-index:50;}
#productnavigation a#item4:hover {background-position:top right; z-index:50;}
#productnavigation a#item5:hover {background-position:top right; z-index:50;}

* html #menu a:hover {height:47px; he\ight:0;}

/*end of main product navigation*/



.imagetotheleft{
float:left;
margin-right:15px;}
.floatright{
float:right;
display:block;

}
#address1{
display:block;
float:left;

padding-top:15px;
}
#address2{
display:block;
float:right;
margin-left:60px;
padding-top:15px;
}

div.float {
  float: left;
  padding-right:50px;
  padding-top:15px;
  }
  div.float2 {
  clear:right;
  float: left;
  padding-right:40px;
  padding-top:15px;
  }
  
  .menuheader{
  padding-left:8px;
  padding-bottom:3px;
  }
 
 #aboutbk{
 background-image:url(images/page_imgs/aboutbk.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
 height:250px;
 }
 .breadcrumb{
  font: 11px arial, helvetica, sans-serif;
 color:#fff;}


 h1{
   font: 14px arial, helvetica, sans-serif;
 color:#000000;
 text-decoration:underline;}
 
 #pcgcimages ul{
 list-style:none;
 margin:0;
 padding:0;
 }
  #pcgcimages ul li{
  float:left;
 margin:0;
 padding:0;
 }
   #pcgcimages ul li a{
   display:block;
   padding: 60px 10px 45px;
   width:75px;
   text-align:center;
 }
    #pcgcimages a#pcgc1 {background:transparent url(images/page_imgs/pi_pro.gif) no-repeat top center;}
	#pcgcimages a#pcgc2 {background:transparent url(images/page_imgs/pi_cyborg.gif) no-repeat top center;}
	#pcgcimages a#pcgc3 {background:transparent url(images/page_imgs/pi_sticks.gif) no-repeat top center;}
	#pcgcimages a#pcgc4 {background:transparent url(images/page_imgs/pi_pads.gif) no-repeat top center;}
	#pcgcimages a#pcgc5 {background:transparent url(images/page_imgs/pi_wheels.gif) no-repeat top center;}
	#pcgcimages a#pcgc6 {background:transparent url(images/page_imgs/pi_pcother.gif) no-repeat top center;}
	#pcgcimages a#pcgc7 {background:transparent url(images/page_imgs/pi_key.gif) no-repeat top center;}
	#pcgcimages a#pcgc8 {background:transparent url(images/page_imgs/pi_mice.gif) no-repeat top center;}
	#pcgcimages a#pcgc9 {background:transparent url(images/page_imgs/pi_acc.gif) no-repeat top center;}
	#pcgcimages a#pcgc10 {background:transparent url(images/page_imgs/pi_speakers.gif) no-repeat top center;}
	#pcgcimages a#pcgc11 {background:transparent url(images/page_imgs/pi_chess.gif) no-repeat top center;}
	
 #pcgcimages ul li a:hover{
 color:#FF0000;}
 
 #pressbullet{
list-style-image:url(images/page_imgs/download_bullet.gif);
list-style-position:inside;
padding-left:9px;
font: 12px arial, helvetica, sans-serif;
		color:#000}
		
		 #pressbullet li{
		 padding-bottom:9px;
		 }
		 #pfi{
		 background-image:url(images/page_imgs/pfi_bk.jpg);
		 background-position:bottom right;
		 background-repeat:no-repeat;
		 }
		 #pfg{
		 background-image:url(images/page_imgs/pgp_bk.jpg);
		 background-position:bottom right;
		 background-repeat:no-repeat;
		 }
		 #pfw{
		 background-image:url(images/page_imgs/pw_bk.jpg);
		 background-position:bottom right;
		 background-repeat:no-repeat;
		 }
 
 		 #pfk{
		 background-image:url(images/page_imgs/pk_bk.jpg);
		 background-position:bottom right;
		 background-repeat:no-repeat;
		 }
		 #pfm{
		 background-image:url(images/page_imgs/pm_bk.jpg);
		 background-position:bottom right;
		 background-repeat:no-repeat;
		 }
		 #pfa{
		 background-image:url(images/page_imgs/pa_bk.jpg);
		 background-position:bottom right;
		 background-repeat:no-repeat;
		 }
		 #pfch{
		 background-image:url(images/page_imgs/pch_bk.jpg);
		 background-position:bottom right;
		 background-repeat:no-repeat;
		 }
		
		 
		 #formy {
		 margin-right:30px;}


 #locations ul{
 list-style:none;
 margin:o;
 padding:0;
 }
  #locations ul li{
 float:left;
 margin:0;
 padding:0;
 }
   #locations ul li a{
   display:block;
   padding: 20px 10px 25px;
   width:55px;
   text-align:center;
 }
     #locations a#pcgc1 {background:transparent url(images/page_imgs/change_us.gif) no-repeat top center;}
	#locations a#pcgc2 {background:transparent url(images/page_imgs/change_fr.gif) no-repeat top center;}
	#locations a#pcgc3 {background:transparent url(images/page_imgs/change_de.gif) no-repeat top center;}
	#locations a#pcgc4 {background:transparent url(images/page_imgs/change_it.gif) no-repeat top center;}
	#locations a#pcgc5 {background:transparent url(images/page_imgs/change_jp.gif) no-repeat top center;}
	#locations a#pcgc6 {background:transparent url(images/page_imgs/change_cn.gif) no-repeat top center;}
 #location ul li a:hover{color:#FF0000;}
 
#rangehold{
width:534px;
color:#fff;
background-image:url(images/page_imgs/cyborg_range_divbk.gif);
background-repeat:repeat-y;
padding-bottom:-20px;


}

#rangehold p{
padding-left: 20px;
padding-right: 15px;
}
#rangehold p a:visited {
background-image:url(images/page_imgs/cyborg_mini.gif);
background-position:right;
background-repeat:no-repeat;
padding-right:30px;
height:28px;
color:#fff;
}
#rangehold p a:link {
background-image:url(images/page_imgs/cyborg_mini.gif);
background-position:right;
background-repeat:no-repeat;
padding-right:30px;
height:28px;
color:#fff;}

#rangehold p a:hover {
background-image:url(images/page_imgs/cyborg_mini.gif);
background-position:right;
background-repeat:no-repeat;
color:#bdeffb;
text-decoration:underline;
padding-right:30px;
height:30px;

}

#botty{

margin-bottom:-3px;}

#productpage{
width:100%;}

#productpagetext{
width:100%;
background-image:url(images/page_imgs/cyborg_range_divbk.gif);
background-repeat:repeat-y;
color:#fff;
padding-bottom:-5px;
}
#productpagetext p {
padding-left: 20px;
padding-right: 10px;}

#productpagetext h2 {
padding-left: 20px;
padding-right: 10px;}

#productpagetext ul {
padding-left: 28px;
padding-right: 20px;}


#productpagetext li {
list-style:circle;
padding-right: 20px;}

#productpagetext2{
width:100%;
background-image:url(images/page_imgs/cyborg_range_divbk.gif);
background-repeat:repeat-y;
color:#fff;
padding-bottom:-5px;
}
#productpagetext2 p {
padding-left: 20px;
padding-right: 10px;}

#productpagetext2 h2 {
padding-left: 20px;
padding-right: 10px;}

 #productpagetext2 ul{
 list-style:none;
 margin:0;
 padding:0;
 color:#fff;
 }
  #productpagetext2 ul li{
 float:left;
 margin:0;
 padding:0;
 color:#fff;
 }
   #productpagetext2 ul li a{
   display:block;
   padding: 80px 40px 25px;
   width:75px;
   text-align:center;
   color:#fff;
 }

     #productpagetext2 a#pcgc1 {background:transparent url(images/cross/gm3200_cr.gif) no-repeat top center;}
	#productpagetext2 a#pcgc2 {background:transparent url(images/cross/evowireless_cr.gif) no-repeat top center;}
	#productpagetext2 a#pcgc3 {background:transparent url(images/cross/eclipseii_cr.gif) no-repeat top center;}
	#productpagetext2 a#pcgc4 {background:transparent url(images/cross/p3600_cr.gif) no-repeat top center;}
	#productpagetext2 a#pcgc5 {background:transparent url(images/cross/rudder_cz.gif) no-repeat top center;}
	#productpagetext2 a#pcgc6 {background:transparent url(images/cross/yoke_cr.gif) no-repeat top center;}
	#productpagetext2 a#pcgc7 {background:transparent url(images/cross/x52pro_cz.gif) no-repeat top center;}
		#productpagetext2 a#pcgc8 {background:transparent url(images/cross/av8r_cr.gif) no-repeat top center;}
	#productpagetext2 a#pcgc9 {background:transparent url(images/cross/r220_cr.gif) no-repeat top center;}
		#productpagetext2 a#pcgc10 {background:transparent url(images/cross/gm3200v2_cr.gif) no-repeat top center;}
			#productpagetext2 a#pcgc11 {background:transparent url(images/cross/p3200_cr.gif) no-repeat top center;}
				#productpagetext2 a#pcgc12 {background:transparent url(images/cross/eclipseiiv2_cr.gif) no-repeat top center;}
	
	#productpagetext2  a:visited {
color:#fff;
}
#productpagetext2  a:link {
color:#fff;}
#productpagetext2  a:hover {
color:#bdeffb;
text-decoration:underline;
}

.buynow{
float:left;
padding-right:10px;
}