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

.clearboth { clear: both; }
div, p, ul, li { padding:0; margin:0;}

.spacer {
	float: left;
	width: 3%;
}
.mainWrapper {	width:100%; }
.topWrapper {
	height: 200px;
	background:url(../images/top-BG.jpg) 50% 100% no-repeat;
	background-color: #1B1F27;
}
.header {
	width:1000px;
	margin:0 auto;
}
.logo {
	margin-top: 10px;
	float: left;
	width: 35%;
}
.topAddress {
	margin-top:20px;
	float: right;
	/*margin-left: 15%;*/
	width: 40%;
	color:#FFFFFF;
	text-align:right;
}
.topAddress span { color:#A1A1A1}

.siteNav {
	padding:20px 0 0 100px;
	height:24px;
	margin:0;
	float:left;	
}
.siteNav ul {
	list-style:none;	
}
.siteNav li {
	float:left;
}
.siteNav li a {
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	color:#A1A1A1;
	text-transform:uppercase;	
	text-decoration:none;
	text-align:center;
	padding-right:40px;
	font-weight:bold;
}
.siteNav li.current a {
	color:#FFFFFF;	
}
.siteNav li a:hover {
	color:#CE0202;
}
.siteNav li a em {
	display:block;
	float:left;
	height:24px;
	width:40px;
}
/* ICON ELEMENTS */
 
.siteNav li a em.home {
	background-image: url(../images/icon_home.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*width:27px;*/
}
.siteNav li a em.downloads {
	background-image: url(../images/icon_download.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*width:25px;*/
}
.siteNav li a em.shop {
	background-image: url(../images/icon_shop.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*width:31px;*/
}
.siteNav li a em.about {
	background-image: url(../images/icon_aboutUs.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*width:28px;*/
}
.siteNav li a em.contact {
	background-image: url(../images/icon_contactUs.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	/*width:29px;*/
}

.prodNav {
	width:757px;
	height:60px;
	padding:0;
	margin:0 auto;
	float:left;
}
.prodNav ul { 
	margin:0; padding:0;
}
.prodNav li { 
	float:left; 
	margin:0; padding:0; 
	display:block; 
	height:60px; 
	list-style:none;
}
.prodNav li del { 
	margin:0; padding:0;
}
.prodNav li h6 {
	text-indent:-5000px; margin:0; padding:0;
}

.prod1_fix{background:url(../images/nav_plasma_hvr.png) bottom no-repeat; width:110px; height:60px; display:block; }
.prod1{background:url(../images/nav_plasma.png) bottom no-repeat; width:110px; height:60px; display:block; }
.prod1:hover{background:url(../images/nav_plasma_hvr.png) bottom no-repeat;}

.prod2_fix{background:url(../images/nav_tanks_hvr.png) bottom no-repeat; width:120px; height:60px; display:block; }
.prod2{background:url(../images/nav_tanks.png) bottom no-repeat; width:120px; height:60px; display:block; }
.prod2:hover{background:url(../images/nav_tanks_hvr.png) bottom no-repeat;}

.prod3_fix{background:url(../images/nav_router_hvr.png) bottom no-repeat; width:114px; height:60px; display:block; }
.prod3{background:url(../images/nav_router.png) bottom no-repeat; width:114px; height:60px; display:block; }
.prod3:hover{background:url(../images/nav_router_hvr.png) bottom no-repeat;}

.prod4_fix{background:url(../images/nav_laptops_hvr.png) bottom no-repeat; width:100px; height:60px; display:block; }
.prod4{background:url(../images/nav_laptops.png) bottom no-repeat; width:100px; height:60px; display:block; }
.prod4:hover{background:url(../images/nav_laptops_hvr.png) bottom no-repeat;}

.prod5_fix{background:url(../images/nav_whitegoods_hvr.png) bottom no-repeat; width:102px; height:60px; display:block; }
.prod5{background:url(../images/nav_whitegoods.png) bottom no-repeat; width:102px; height:60px; display:block; }
.prod5:hover{background:url(../images/nav_whitegoods_hvr.png) bottom no-repeat;}

.prod6_fix{background:url(../images/nav_accessories_hvr.png) bottom no-repeat; width:102px; height:60px; display:block; }
.prod6{background:url(../images/nav_accessories.png) bottom no-repeat; width:102px; height:60px; display:block; }
.prod6:hover{background:url(../images/nav_accessories_hvr.png) bottom no-repeat;}

.prod7_fix{background:url(../images/nav_otherServices_hvr.png) bottom no-repeat; width:109px; height:60px; display:block; }
.prod7{background:url(../images/nav_otherServices.png) bottom no-repeat; width:109px; height:60px; display:block; }
.prod7:hover{background:url(../images/nav_otherServices_hvr.png) bottom no-repeat;}

.signInWrapper {	
	float:right;	
	display:block;
	text-align:right;
	padding-right:5px;
	color:#A1A1A1;
	text-decoration:none;
	font-size:11px;
	margin-top:5px;
}
.signInWrapper a { color:#FFFFFF; text-decoration:none;}
.signInWrapper a:hover { color:#FFFFFF; text-decoration:unerline;}

.search_box {	
	width:243px;
	height:60px;
	float:right;	
	background:url(../images/search-BG.png) left bottom no-repeat; 	
}
.boxWrapper{ padding-top:12px; padding-left:11px; color:#FFFFFF; text-decoration:none;}
.boxWrapper a{ color:#FFFFFF; text-decoration:underline;}
.boxWrapper a:hover{ color:#CE0202; text-decoration:underline;}

.searchTextbox{
	height:18px;
	background-color:fff;
	font-size:9pt;
	font-weight:bold;	
	border: none;
	font-family:"Trebuchet MS";		
	color:1E2229;
	padding:2px;
	width:180px;
	text-decoration:none;
	font-size:11px;
} 

.bodyWrapper {
	width:1000px;
	margin:8px 0px;
	font-family:"Trebuchet MS";
}
.sideColWrapper {
	width:223px;
	float:left;
}
.doubleColWrapper {
	width:760px;
	float:left;
	margin-left:15px;
}
.middleColWrapper {
	width:520px;
	float:left;
	margin-left:15px;
	margin-right:15px;
}
.txtblock {
	padding-top:10px;
	padding-bottom:15px;
}
.txtblock h2 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	padding-bottom:7px; margin:0;
}
.txtblock p {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#838485;
	font-weight:normal;
	padding:0; margin:0;
}
/********** red head block ***********/
.redHrdBox {
	margin: 0 auto;
	width: 223px;
	background-color:#1C1D1E;
	background:url(../images/redHrd-BG.jpg) top left repeat-x;
	font-size: 100%;
	color:#FFFFFF;
	margin-bottom:8px;	
}
.redBoxhead {
	background: url(../images/redHrd-right.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	height:35px;
}
.redBoxhead h2 {
	background: url(../images/redHrd-left.jpg) no-repeat top left;
	margin: 0;
	color: white; 
	font-size: 14px;
	font-weight:normal;
	line-height:35px;
	vertical-align:middle;
}
.boxbody {
	border:1px solid #920A07;
	border-top:none;
	border-bottom:none;
	padding:10px 0 0 10px;
	background-color:#1C1D1E;
}
.boxbody1 {
	border:1px solid #920A07;
	border-top:none;
	border-bottom:none;
	padding:10px;
	background-color:#1C1D1E;
}
.redBoxbottom {
	background: url(../images/redBot-left.jpg) no-repeat bottom left;
	margin: 0;
	width:100%;
	height:10px;
	background-color:#1C1D1E;	
}
.redBoxbottom span {
	background: url(../images/redBot-right.jpg) no-repeat bottom right;
	margin: 0;
	display:block;
	position:relative;
	height:10px;
}
.redBoxbottom p {border-bottom:1px solid #920A07; height:9px; width:92%; margin:auto;} 

/********** ******** ***********/

/********** full red block ***********/

.boxbodyRed {
	border:1px solid #920A07;
	border-top:none;
	border-bottom:none;
	padding:10px;
	background-color:#730404;
}

.fullredBoxbottom {
	background: url(../images/fullRedBot-left.jpg) no-repeat bottom left;
	margin: 0;
	width:100%;
	height:10px;
	background-color:#730404;	
}
.fullredBoxbottom span {
	background: url(../images/fullRedBot-right.jpg) no-repeat bottom right;
	margin: 0;
	display:block;
	position:relative;
	height:10px;
}
.redBoxbottom p {border-bottom:1px solid #920A07; height:9px; width:92%; margin:auto;} 

/********** ******** ***********/

/********** gray head block ***********/
.grayHrdBox {
	margin: 0 auto;
	width: 100%;
	background-color:#1C1D1E;
	background:url(../images/grayHrd-BG.jpg) top left repeat-x;
	font-size: 100%;
	color:#737373;
	margin-bottom:8px;	
}
.grayBoxhead {
	background: url(../images/grayHrd-right.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	height:35px;
}
.grayBoxhead h2 {
	background: url(../images/grayHrd-left.jpg) no-repeat top left;
	margin: 0;
	color: white; 
	font-size: 14px;
	font-weight:normal;
	line-height:35px;
	vertical-align:middle;
	color:#000000;
}
.grayBoxhead h3 {
	background: url(../images/grayHrd-left.jpg) no-repeat top left;
	margin: 0;
	color: white; 
	font-size: 14px;
	font-weight:normal;
	line-height:35px;
	vertical-align:middle;
	color:#000000;
	text-align: left;
	padding-left:10px;
}
.grayboxbody {
	border:1px solid #353535;
	border-top:none;
	border-bottom:none;
	padding:10px 10px 0 10px;
	background-color:#1C1D1E;
}
.grayBoxbottom {
	background: url(../images/grayBot-left.jpg) no-repeat bottom left;
	margin: 0;
	width:100%;
	height:10px;
	background-color:#1C1D1E;	
}
.grayBoxbottom span {
	background: url(../images/grayBot-right.jpg) no-repeat bottom right;
	margin: 0;
	display:block;
	position:relative;
	height:10px;
}
.grayBoxbottom p {border-bottom:1px solid #353535; height:9px; width:98%; margin:auto;} 

/********** ******** ***********/

.categoryList ul { 
	padding:0; 
	margin:0;
	list-style:none;
}
.categoryList li{
	padding-left:12px;
	background: url(../images/bullet1.png) 0% 50% no-repeat; 
	list-style:none;
	line-height:28px;
}
.categoryList li a { color:#FFFFFF; text-decoration:none;}
.categoryList li a:hover { color:#CE0202; text-decoration:none;}
.categoryList li a.active { color:#CE0202; text-decoration:none;}
.categoryList li.active { color:#CE0202; text-decoration:none; background-color:#000000;}

.generalList ul {
	padding:0; 
	margin:0;
	list-style:none;
}
.generalList li{
	padding-left:12px;
	background: url(../images/bullet1.png) 0% 50% no-repeat; 
	list-style:none;
	line-height:18px;
}
.generalList li a { color:#FFFFFF; text-decoration:none;}
.generalList li a:hover { color:#CE0202; text-decoration:none;}
.generalList li a.active { color:#CE0202; text-decoration:none;}

/*----------- rotating banner ---------------*/
.bannerWrapper {
	width:750px;
	height:219px;
	background:url(../images/banner-BG.png) top right no-repeat;
	margin-bottom:10px;
	padding:7px 0 0 10px;
}
/* ---------------------------------------------*/

.fProd{	padding:10px 0px 15px 0; margin-top:15px; line-height:16px;}
img.fProd { width:195px; float:left; margin:auto; margin-right:10px; background-color:#FFFFFF; padding:15px 0;}
.fProd h3 { font-size:18px; color:#FFFFFF; font-weight:normal; line-height:18px; padding-bottom:8px; margin:0}

.mProd { float:left; margin:15px 8px 12px 8px; text-align:center; color:#FFFFFF; font-size:11px; line-height:14px;}
.mProd p{ max-width:150px; min-width:140px; padding-top:5px; }

/*---- nProduct Style  -----*/
.stepcarousel{
	background-color:#fff;
	font-size:12px;
	color:#4e4e4e;
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 205px; /*Width of Carousel Viewer itself*/
	height: 180px; /*Height should enough to fit largest content's height*/	
	padding:0;
	margin:auto;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	background-color:#fff;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 5px; /*margin around each panel*/
	width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	text-decoration:none;
}
.stepcarousel .panel a{
	color:#ce0202;
	text-decoration:none;
}
.stepcarousel .panel a:hover{
	color:#ce0202;
	text-decoration:underline;
}
img.nProd {
	float:left;
	margin:0;
	padding-right:5px;
	padding-bottom:5px;
}
.stepcarousel .panel h2{
	font-size:14px;
	color:#730404;
	text-decoration:none;
	text-align:center;
	padding:7px;
	margin:0;
	font-weight:normal;
}
/*------------------------------------*/

.sProd { 
	padding:5px; 
	margin:auto;
	margin-bottom:5px;
	background:#FFFFFF;
	color:#4e4e4e;
}
.sProd a{
	color:#ce0202;
	text-decoration:none;
	font-size:10px;
}
.sProd a:hover{
	color:#ce0202;
	text-decoration:underline;
}
.sProd h2{
	font-size:14px;
	color:#730404;
	text-decoration:none;
	text-align:center;
	padding:0;
	margin:0;
	font-weight:normal;
	padding-bottom:5px;
}
img.sProd {
	float:left;
	margin:0;
	padding-right:5px;
	padding-bottom:5px;
}
.naProd { 
	padding:7px; 
	margin:auto;
	margin-bottom:5px;
	background:#FFFFFF;
	color:#4e4e4e;
}
.naProd a{
	color:#ce0202;
	text-decoration:none;
	font-size:10px;
}
.naProd a:hover{
	color:#ce0202;
	text-decoration:underline;
}
img.naProd {
	margin:auto;
	padding-bottom:5px;
}
.naProd h2{
	font-size:14px;
	color:#730404;
	text-decoration:none;
	text-align:center;
	padding:0;
	margin:0;
	font-weight:normal;
	padding-bottom:5px;
}
.naProd p{
	text-align:center;
}


.footerWrapper {
	width:1000px;
	margin:8px auto 0 auto;
	font-family:"Trebuchet MS";
	color:#bababa; 
	text-align:center;
	line-height:18px;
}
img.footerLeft { float:left; padding-left:20px;}
img.footerRight { float:right; padding-right:20px;}
.ftrContent {float: left; margin-left:60px; padding-bottom:15px;}
.ftrContent p { padding-bottom:5px;}

.footerWrapper a{ color:#fff; text-decoration:none;}
.footerWrapper a:hover{ color:#fff; text-decoration:underline;}

.footerBottom  {
	height: 20px;
	width:100%;
	background-color: #1B1F27;
	margin-top:10px;
}



.redText {color:#CE0202; font-size:13px; font-weight:bold;}
.redText18 {color:#CE0202; font-size:18px;}
.redText12 {color:#CE0202; font-size:12px; text-decoration:none;}
.redText12 a{color:#CE0202; text-decoration:none}
.redText12 a:hover{color:#CE0202; text-decoration:underline}
.redText12ST {color:#CE0202; font-size:12px; text-decoration:line-through;}

.whuteTxt {color:#fff;}
.whuteTxt14 {color:#fff; font-size:14px;}
.whuteTxt18 {color:#fff; font-size:18px;}
.whuteTxt18ST {color:#fff; font-size:18px; text-decoration:line-through;}

.smlText { font-size:10px;}


.textBox1{
	height:19px;
	background-color:fff;
	font-size:9pt;
	font-weight:bold;	
	border: none;
	font-family:"Trebuchet MS";		
	color:1E2229;
	padding:2px;
	width:150px;
	float:left;
	text-decoration:none;
	font-size:11px;
}

