body {
	background: #858182;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {text-decoration: none;}


h1 {
	color: #000000;
	font-size: 11px;
	font-weight:bold;
}

h2 {
	color: #000000;
	font-size: 11px;
	font-weight:bold;
}

h3 {
		color: #000000;
	font-size: 11px;
	font-weight:bold;
}

h4 {
		color: #000000;
	font-size: 11px;
	font-weight:bold;
}

hr {
	border: none;
	border-top: 1px #dcdcdc solid;
	height: 1px;
	width: 90%;
}

.clear {
	clear: both;
}

#wrapper {
	background: #fff;
	border: 1px solid #666;
	margin: 10px auto;
	padding: 6px;
	text-align: left;
	width: 785px;
}

#header {
	background: url('../images/top_bg.png') repeat-x center top;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: none;
	height: 135px;
	position: relative;
}

#header-sitetitle {
	height: 76px;
	left: 5px;
	position: absolute;
	top: 20px;
	width: 289px;
}

#header-quote {
	background: url('../images/headerquotes.png') no-repeat left top;
	height: 60px;
	padding: 5px 20px 5px 20px;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 368px;
}

#header-menu {
	background: url('../images/menu_black_bg.png');
	height: 25px;
	left: 0;
	position: absolute;
	right: 0;
	top: 110px;
}

#subnav li.menu-child {
	background: url('../images/menu_green_bg.png') top right no-repeat;
}

#subnav li.menu-expand {
	background: url('../images/menu_green_bg.png') top right no-repeat;
}
#subnav li.menu-current a{ background: url('../images/menu_black_bg.png') ; }

#subnav a 
		{ 
			background: url('../images/menu_black_bg.png') top right no-repeat; 
			color : white; 
		
		}

#main {
	margin-top: 5px;
}

#content {
	float: left;
	min-height: 360px;
	margin-right: 6px;
	width: 610px;
}

#article {
	border: 1px #666 solid;
	padding: 15px;
}

#sidebar {
	border: 1px #666 solid;
	float: left;
	width: 165px;
}

#sidebar-rollover {
	height: 170px;
	width: 165px;
	background-image:  url('../images/usbgeekright.jpg');
	background-repeat:no-repeat;
}

#sidemenu {
	height: 352px;
	overflow: auto;
}

#bottom {
	background: url('../images/bottom_bg.png') repeat-x;
	height: 20px;
	line-height: 20px;
	margin-top: 25px;
	text-align: center;
}

#bottom a {
	border-left: 1px #fff solid;
	color: #fff;
	padding: 0 30px 0;
	text-decoration: none;
}

#bottom a:first-child {
	border: none;
}

#footer {
	color: #6e6e6e;
	line-height: 16px;
	margin-top: 10px;
	text-align: center;
}

#footer a {
	color: #6e6e6e;
	text-decoration: none;
}

.catimage {
	border: none;
	margin: 0 3px 3px 0;
}

.prod_thumbnail {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 2px 10px;
	overflow: hidden;
	text-align: center;
	width: 117px;
}

.prod_thumbnail img {
	border: 1px #666 solid;
}

#productinfo-footer {
	background: url('../images/prodinfo_content.png') no-repeat center bottom;
	margin-top: 10px;
}

#productinfo {
	background: url('../images/prodinfo_tabbar.png') no-repeat center top;
	padding: 3px 20px 40px;
}

#productinfo div {
	min-height: 50px;
	padding-top: 15px;
}

#productinfo-tabs {
	margin: 0;
	padding: 0;
}

#productinfo-tabs li {
	background: url('../images/prodinfo_tab_left.png') bottom left no-repeat;
	border-bottom: 1px #8f8c87 solid;
	float: left;
	list-style: none;
	margin: 0 10px 0;
	padding: 0;
}

#productinfo-tabs li a {
	background: url('../images/prodinfo_tab_right.png') bottom right no-repeat;
	color: #000;
	display: block;
	font-weight: bold;
	height: 28px;
	line-height: 35px;
	padding: 0px 20px 0;
	text-decoration: none;
	text-transform: capitalize;
}

#productinfo-tabs li.active {
	border-bottom: 1px #fff solid;
}

.contactinfo {
	color: #fff;
	float: left;
	font-size: 12px;
	height: 152px;
	padding-top: 85px;
	text-align: center;
	width: 181px;
}

.contactinfo a {
	color: #fff;
}

#resources {
	background: #fff;
	border: 1px solid #666;
	margin: 10px auto;
	padding: 6px;
	text-align: left;
	width: 785px;
	display: none;
}
