@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
} 

h1{
	font-size: 24px;
	color: #FFFFFF;
}

h2{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 0;
}

a:link { 
	color: #7fd311;
	font-weight: bold;
	text-decoration: none;
}
a:visited { 
	color: #7fd311;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #7fd311;
	font-weight: bold;
	text-decoration: underline;
}
a:active { 
	color: #7fd311;
	font-weight: bold;
	text-decoration: underline;
}

#grid-container{
	background-image: url(/images/bg_grid.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: auto;
	overflow: auto;
}

#header-container {
	border-style: solid;
	border-color: #404040;
	border-width: 0 0 1px 0;
	margin: auto;
}

#header{
	width: 960px;
	margin: auto;
	height: 156px;
	background-image:url(/images/header_image.png);
	background-repeat:no-repeat;
	behavior:url(/scripts/iepngfix.htc);
}

#content-container{
	width: 960px;
	margin:auto;
	padding: 23px 0 50px 0;
	overflow: auto;
}

#left-column{
	width: 445px;
	margin:0;
	padding: 0 35px 0 0;
	float: left;
}

#right-column{
	width: 480px;
	float:right;
	position: relative;
}

#intro-text{
	font-size: 14px;
	color: #FFFFFF;
}

#footer-container{
	border-style: solid;
	border-color: #404040;
	border-width: 1px 0 0 0;
	margin: 20px auto 0 auto;
	clear: both;
}

#footer{
	width: 960px;
	height: 50px;
	margin: auto;
	padding: 14px 0 0 0;
}

/*#best-of-both-worlds{
	background-image:url(/images/header_best-of-both-worlds.png);
	background-repeat:no-repeat;
	height: 24px;
	behavior:url(/scripts/iepngfix.htc);
}*/

#best-of-both-worlds {
  background-image:url(/images/header_best-of-both-worlds.png);
  background-repeat:no-repeat;
  height: 24px;
  behavior:url(/scripts/iepngfix.htc);
  margin: 25px 0 20px 0;
  padding: 0;
}

#customer-service {
  background-image:url(/images/header_customer-service.png);
  background-repeat:no-repeat;
  height: 24px;
  behavior:url(/scripts/iepngfix.htc);
  margin: 25px 0 20px 0;
  padding: 0;
}

#geek-pad-products {
  background-image:url(/images/header_geek-pad-products.png);
  background-repeat:no-repeat;
  height: 24px;
  behavior:url(/scripts/iepngfix.htc);
  margin: 25px 0 12px 0;
  padding: 0;
}

#success {
  background-image:url(/images/header_thank-you.png);
  background-repeat:no-repeat;
  height: 24px;
  behavior:url(/scripts/iepngfix.htc);
  margin: 25px 0 12px 0;
  padding: 0;
}

#cancel {
  background-image:url(/images/header_order-canceled.png);
  background-repeat:no-repeat;
  height: 24px;
  behavior:url(/scripts/iepngfix.htc);
  margin: 25px 0 12px 0;
  padding: 0;
}

#order-now{
	display: block;
	width: 130px;
	height: 36px;
	background-image:url(/images/btn_order-now.png);
	background-repeat:no-repeat;
}

#order-now:hover{
	background-position: 0 -36px;
}

/*#banner_order-your-geek-pad{
	background-image:url(/images/banner_order-your-geek-pad.png);
	background-repeat:no-repeat;
	height: 49px;
	width: 278px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0;
	padding: 74px 155px 0 11px;
	behavior:url(/scripts/iepngfix.htc);
}*/

#banner_order-your-geek-pad {
  background-image:url(/images/banner_order-your-geek-pad.png);
  background-repeat:no-repeat;
  height: 61px;
  width: 258px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #CCCCCC;
  margin: -15px 0 0 0;
  padding: 52px 175px 15px 11px;
  behavior:url(/scripts/iepngfix.htc);
}

.conceal-text{
	display:none;
}

#copyright{
	float: right;
	font-size: 11px;
}

#footer-copy{
	font-weight: bold;
	float: left;
}

.swain-list{
	margin: 4px 0 4px 0;
	padding: 0;
	list-style: none;
}

.swain-list-item{
	margin: 12px 0 12px 0;
	padding: 0;
	font-size: 11px;
}

.copyTitle{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#revolutionary-grid-list-item{
	background-image: url(/images/icon_revolutionary_grid.png);
	background-repeat: no-repeat;
	width: 334px;
	height: 93px;
	padding: 3px 0 0 110px;
	behavior:url(/scripts/iepngfix.htc);
}

#amazingly-versatile-list-item{
	background-image: url(/images/icon_versatile.png);
	background-repeat: no-repeat;
	width: 334px;
	height: 93px;
	padding: 3px 0 0 110px;
	behavior:url(/scripts/iepngfix.htc);
}

#arrow-samples{
	display: block;
	float: left;
	margin: 0 13px 0 0;
	behavior:url(/scripts/iepngfix.htc);
}

#btn-physics{
	display: block;
	width: 60px;
	height: 24px;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}

#btn-programming{
	display: block;
	width: 84px;
	height: 24px;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}

#btn-mathematics {
	display: block;
	width: 84px;
	height: 24px;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}

#btn-engineering {
	display: block;
	width: 84px;
	height: 24px;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}

.page{
	width: 468px;
	height: 553px;
	position: absolute;
	top: 24px;
	left: 0;
	font-size: 0;
	line-height: 0;
	display: block;
}

#footer-navs{
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

#footer-navs li{
	display: inline;
	padding: 0;
	margin: 0 27px 0 0;
}

#big-product-image{
	behavior:url(/scripts/iepngfix.htc);
}

/* Product classes */

.product-container{
	width: 468px;
	width: 445px;
	padding: 10px 0 15px 15px;
	margin: 0 0 10px 0;
	background-image:url(/images/bg_products.png);
	background-repeat:repeat-y;
	behavior:url(/scripts/iepngfix.htc);
}

.product-image-container{
	width: 180px;
	height: 140px;
	float: right;
}

.product-image{
	behavior:url(/scripts/iepngfix.htc);
}

.add-to-cart-button{
	behavior:url(/scripts/iepngfix.htc);
}

.product-price{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #D31145;
	/*left: 377px;
	top: 12px;
	position: absolute;*/
	float: right;
	width: 92px;
}

.product-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	/*top: 12px;
	left: 15px;
	position: absolute;*/
	float: left;
}

.product-desc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	/*left: 15px;
	top: 46px;
	position: absolute;*/
	width: 265px;
	float: left;
}

.product-form{
	/*top: 225px;
	left: 15px;
	position: absolute;*/
	float: left;
}

.product-row{
	width:100%;
	margin:0;
	padding:0;
}

.product-row:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.rc-list{
	list-style: none;
	margin: 0 0 0 6px;
	padding: 0;
}

.rc-list-item{
	margin: 0 0 17px 0;
	padding: 0 0 0 10px;
	background-image:url(/images/bullet_red-chevron.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

#shipping-rates-table td{
	color: #FFFFFF;
}

.highlight-row{
	background-image:url(/images/bg_cell-shade.png);
	behavior:url(/scripts/iepngfix.htc);
}
