@charset "utf-8";
/* CSS Document */

html {
	background-color:#000000;	
}

body {
	background-color:#000000;
	margin:0px;
	font-size:12px;
	line-height:18px;
	overflow:inherit;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif, "Bitstream Vera Sans"
}

a {
  outline: none;
  color:#CCC;
}

a:active {
  outline: none;
}

.wrapper {
	margin:0px auto;
	width:940px;
}

.wrapperBG {
	margin:0px auto;
	width:960px;
}

.spacer {
	clear:both;
	height:5px;
	font-size:5px;
	line-height:5px;
}

.header_bg {
	background:url(images/bg_header_menu.gif) repeat-x center top;
	height:40px;
}

.header_menu {
	float:left;
	width:800px;
	text-align:left;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul.header_links {
	margin:0px;
	padding:0px;
}

ul.header_links li {
	list-style:none;
	float:left;
	height:20px;
	line-height:20px;
	padding:10px 20px 10px 0px;
}

ul.header_links li a{
	color:#DDDDDD;
	text-decoration:none;
}

ul.header_links li a:hover {
	color:#999999;
}

ul.subpage_links {
	margin:0px;
	padding:0px;
}

ul.subpage_links li {
	font-size:12px;
	list-style:none;
	height:20px;
	line-height:20px;
	padding:0px;
}

ul.subpage_links li a{
	color:#DDDDDD;
	text-decoration:none;
}

ul.subpage_links li a:hover {
	color:#9191c8;
}

ul.subsubpage_links {
	margin:0px;
	padding:0px;
}

ul.subsubpage_links li {
	font-size:12px;
	list-style:none;
	height:12px;
	line-height:12px;
	padding:2px 20px 2px 5px;
	border-left:solid 1px #FFF;
	float:left;
}

ul.subsubpage_links li a{
	color:#DDDDDD;
	text-decoration:none;
}

ul.subsubpage_links li a:hover {
	color:#9191c8;
}

ul.extraFields {
	margin:0px;
	padding:0px;
}

ul.extraFields li {
	font-size:12px;
	list-style:none;
	height:25px;
	line-height:25px;
	padding:0px;
}

ul.extraFields li span {
	font-weight:bold;
	color:#9191c8;
}

hr {
	background:#000000;
	color:#000000;
	border:0px;
	border-top:solid 1px #555555;
	height:1px;
}

.menu {
	color:#DDDDDD;
	text-decoration:none;
}

.menu:hover {
	color:#999999;
}

#footerPanel {
	background:url(images/bg_footer_menu.gif) repeat-x center top;
	height:40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.footer_copyright {
	color:#999999;
	font-size:11px;
	line-height:40px;
	float:right;
	text-align:right;
	width:250px;
}

.footer_menu {
	font-size:11px;
	float:left;
	line-height:40px;
	width:650px;
}

.content_bg {
	width:auto;
	height:560px;
	padding:0px;
	color:#DDDDDD;
}

.content_inner_bg {
	background:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position:relative; 
	top:0px; 
	left:0px; 
	z-index:4; 
	width:auto;
	height:560px;
	padding:0px;
}

.page_title {
	font-size:26px;
	color:#9191c8;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.white_text {
	font-size:11px;
	color:#FFFFFF;
}

.purple_text {
	color:#9191c8;
}

.subpage_title {
	font-size:14px;
	color:#9191c8;
}

.subpage_title_lg {
	color:#9191c8;
	font-size:18px;
}

.catalogue_button {
	height:21px;
	width:54px;
	display:block;
	background:url(images/btn_view.gif) no-repeat center center;
	text-decoration:none;
	font-size:10px;
	padding:2px;
	float:right;
}

.catalogue_button {
	height:21px;
	width:54px;
	display:block;
	background:url(images/btn_view.gif) no-repeat center center;
	text-decoration:none;
	font-size:10px;
	padding:2px;
	float:right;
}

.catalogue_button:hover {
	height:21px;
	width:54px;
	display:block;
	background:url(images/btn_view_over.gif) no-repeat center center;
	text-decoration:none;
	font-size:10px;
	padding:2px;
	float:right;
}

.screen-reader-text {
	font-size:10px;
	text-transform:uppercase;
	color:#9191c8;
}

#searchsubmit {
	background:url(images/btn_search.png) center center no-repeat;
	height:22px;
	width:37px;
	border:0px;
	font-size:10px;
}

.product_thumb {
	background:#333333;
	width:145px;
	font-size:11px;
}

.product_thumb:hover {
	background:#444444;
}

.product_thumb_sm {
	text-align:left;
	background:#333333;
/*	height:120px; */
	width:120px;
	font-size:11px;
}

.product_thumb_sm:hover {
	background:#444444;
}

.product_name {
	padding:3px 5px;
	height:40px;
	line-height:20px;
}

.product_name a{
	color:#DDDDDD;
	text-decoration:none;
}

.image_BG {
	background:url(images/loading.gif) center center no-repeat #FFFFFF;
	width:145px;
	height:115px;
}

.newsloader {
	background:url(images/loading.gif) center center no-repeat #FFFFFF;
	height:250px;
	width:220px;
	top:0px;
	left:0px;
	position:relative;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.search_box {
	width:126px;
	float:left;
	text-align:center;
	padding:2px 0px 0px 0px;
	border:0px;
	background:url(images/bg_search_box.gif) center center repeat-x;
	height:20px;
}

.search_box_left {
	width:7px;
	float:left;
	border:0px;
	background:url(images/bg_search_box_left.gif) center right no-repeat;
	height:22px;
}

.search_box_right {
	width:7px;
	float:left;
	border:0px;
	background:url(images/bg_search_box_right.gif) center left no-repeat;
	height:22px;
}

.product_cat_dropdown {
	font-size:11px;
	width:125px;
	height:18px;
	border:0px;
}

.news_thumb .imagethumb{
	position:relative;
	top:0px;
	left:0px;
	z-index:38px;
	font-size:12px;
}

.news_thumb .imgborder {
	position:relative;
	top:-60px;
	left:0px;
	background:none;
	height:60px;
	width:220px;
	z-index:40px;
}

.news_thumb:hover .imgborder{
	height:48px;
	width:208px;
	border:6px solid #666666;
	z-index:40px;
}

.news_thumb2 {
/*	background:url(images/bg_black_trans.png); */
}

.news_name {
	padding:5px;
}

.news_name a{
	color:#DDDDDD;
	text-decoration:none;
}

.news_list {
	width:1190px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
}

.news_list li{
	display:block;
	float:left;
	padding:9px;
	margin:0px;
	height:300px;
}

.contact_state {
	border-bottom:dotted 1px #555555;
	background:url(images/bg_arrow_point.png) right center no-repeat;
	padding:0px 2px 2px;
}

.submitButton {
	background:url(images/btn_signup.gif) center center no-repeat;
	height:21px;
	width:103px;
	border:0px;
}

/* css for the news slider */
.wrapperInner {
	width: 960px;
	overflow: hidden;
	min-height: 10em;
	margin: 0px;
	position: absolute;
	top: 0px;
}

.xButton {
	background:url(images/btn_delete.gif) center center no-repeat;
	height:21px;
	width:56px;
	border:0px;
}

.continueShoppingButton {
	background:url(images/btn_continueShopping.gif) center center no-repeat;
	height:21px;
	width:132px;
	border:0px;
}

.refreshButton {
	background:url(images/btn_update.gif) center center no-repeat;
	height:21px;
	width:60px;
	border:0px;
}

.useAddressButton {
	background:url(images/btn_useAddress.gif) center center no-repeat;
	height:21px;
	width:105px;
	border:0px;
}

.editAddressButton {
	background:url(images/btn_editAddress.gif) center center no-repeat;
	height:21px;
	width:105px;
	border:0px;
}

.checkOutButton {
	background:url(images/btn_checkOut.gif) center center no-repeat;
	height:21px;
	width:77px;
	border:0px;	
}

.confirmOrderButton {
	background:url(images/btn_confirmOrder.gif) center center no-repeat;
	height:21px;
	width:92px;
	border:0px;	
}

.copyAddressButton {
	background:url(images/btn_copyAddress.gif) center center no-repeat;
	height:21px;
	width:170px;
	border:0px;
}

.submitButton {
	background:url(images/btn_submit.gif) center center no-repeat;
	height:21px;
	width:61px;
	border:0px;
}

.makePaymentButton {
	background:url(images/btn_makePayment.gif) center center no-repeat;
	height:21px;
	width:95px;
	border:0px;
}
