/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background:url(../images/bg.jpg) no-repeat;
	font: 11px verdana, arial, sans-serif;
	color: #3A3A3A; 
	text-align: center;
	}

/* links */
a, a:visited {
   	color: #3A3A3A;	
	text-decoration: none; 
	background: inherit;
	}
a:hover {
	color: #ff6c00;
	background: inherit;
	text-decoration: underline;
	}
h1{
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
	font-size: 130%;	
	}
h3{
	font-weight: bold;
	text-decoration: underline;
}
/*images */
img {
	background: #FAFAFA;
   	border: none;
	}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0 0 5px 0;
	background:"#EEECED";
	}
th strong {
	color: #fff;
	}
th {
	background-color: #CC0001;
	height: 26px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
	}
td {
	padding: 1px;
	}
td.first,th.first {
	border-left: 0px;
	}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 0px;

	
	}
label {

	display:block;
	font-weight:bold;
	
	}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #162d40162d40;
	height:101px;
	display:block;
	color:#000;
	}
input.button { 
	font: bold 12px Tahoma, Arial, Sans-serif; 
	height: 21px; width: 34px;
	margin: 5px;
	padding: 0 0 1px 0; 
	color: #FFF;
	background-image:url(../images/btn_go.jpg);
	border: none;
	vertical-align: top;
	}
input.btn{ 
	font: bold 11px Arial, Sans-serif; 
	height: 22px;
	width: 94px;
	padding: 0 5px 4px 0;	
	color: #000;
	background: url(../images/btn_bg.jpg) no-repeat;
	border: none;
	vertical-align: top;
	}
input.btnhov { 
   	font: bold 11px Arial, Sans-serif; 
	height: 22px;
	width: 94px;	
	color: #FFF;
  	background: url(../images/btn_bg_1.jpg) no-repeat;
   	border: none;
	vertical-align: top;
      }
input.btnGo{ 
	font: bold 11px Arial, Sans-serif; 
	height: 18px;
	width: 27px;
	padding: 0 0 2px 2px;	
	color: #000;
	background: url(../images/btn_shop_Go_0.jpg) no-repeat;
	border: none ;
	vertical-align: top;
	}
input.btnhovGo { 
   	font: bold 11px Arial, Sans-serif; 
	height: 18px;
	width: 27px;	
	color: #FFF;
  	background: url(../images/btn_shop_Go_1.jpg) no-repeat;
   	border: none ;
	vertical-align: top;
	
      }
input.btnCont{ 
	font: bold 11px Arial, Sans-serif; 
	height: 25px;
	width: 113px;
	padding: 0 0 2px 1px;	
	color: #000;
	background: url(../images/btn_cont_0.jpg) no-repeat;
	border: none;
	vertical-align: top;
	}
input.btnhovCont { 
   	font: bold 11px Arial, Sans-serif; 
	height: 25px;
	width: 113px;	
	color: #FFF;
  	background: url(../images/btn_cont_1.jpg) no-repeat;
   	border: none;
	vertical-align: top;
	padding: 0 0 2px 1px;
      }
input.btn1{ 
	font: bold 11px Arial, Sans-serif; 
	height: 18px;
	width: 77px;
	padding: 0 0 2px 2px;	
	color: #000;
	background: url(../images/bnt_update_cart.jpg) no-repeat;
	border: none;
	vertical-align: top;
	}
input.btnhov1{ 
   	font: bold 11px Arial, Sans-serif; 
	height: 18px;
	width: 77px;	
	color: #FFF;
  	background: url(../images/bnt_update_cart_1.jpg) no-repeat;
   	border: none;
	vertical-align: top;
	padding: 0 0 2px 2px;
      }
input.btnCP{ 
	font: bold 11px Arial, Sans-serif; 
	height: 18px;
	width: 77px;
	padding: 0 0 2px 2px;	
	color: #000;
	background: url(../images/btn_change_pass_0.jpg) no-repeat;
	border: none;
	vertical-align: top;
	}
input.btnCPhov{ 
   	font: bold 11px Arial, Sans-serif; 
	height: 18px;
	width: 77px;	
	color: #FFF;
  	background: url(../images/btn_change_pass_1.jpg) no-repeat;
   	border: none;
	vertical-align: top;
	padding: 0 0 2px 2px;
      }
input.btnOH{ 
	font: bold 11px Arial, Sans-serif; 
	height: 18px;
	width: 77px;
	padding: 0 0 2px 2px;	
	color: #000;
	background: url(../images/bnt_update_cart.jpg) no-repeat;
	border: none;
	vertical-align: top;
	}
input.btnOHhov{ 
   	font: bold 11px Arial, Sans-serif; 
	height: 18px;
	width: 77px;	
	color: #FFF;
  	background: url(../images/bnt_update_cart_1.jpg) no-repeat;
   	border: none;
	vertical-align: top;
	padding: 0 0 2px 2px;
      }
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 1px 0 15px 0;	
	width: 222px;
	color: #000000;	
	}
/*.searchform p { margin: 0; padding: 0; }*/
.searchform input.textbox { 
	width: 120px;
	color: #000; 
	height: 12px;
	padding: 4px;	
	border: 1px solid #3f536d;
	vertical-align: center;
	margin: 4px 0 4px 0;
	font: 11px Tahoma, Arial, Sans-serif; 
	}

/*Text*/
.textOrange{
	color: #ff7011;
	font: 11px Tahoma, Verdana, Arial, Sans-serif;
	}
.textRed{
	color: #ff0000;
	font: 11px Tahoma, Verdana, Arial, Sans-serif;
	}
.textBoldOrange{
	color: #D65C03;
	font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
	}
.textBoldComment{
	color: #D65C03;
	font: bold 14px Tahoma, Verdana, Arial, Sans-serif;
	}
.textGray{
	color: #535353;
	font-size: 10px;
	}
.textWhite{
	color: #FFFFFF;
	font: 11px Tahoma, Verdana, Arial, Sans-serif;
	}
.textBoldYellow{
	color: #ffc000;
	/*font-weight: bold;*/
	text-decoration:underline;
	}
.textBoldBlack {
	color: #323232;
	font: bold 11px Tahoma, Verdana, Arial, Sans-serif;
	}
.textBoldBlack1 {
	color: #323232;
	font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
	}
.textProductPriceDoller{
	color: #323232;
	font: normal 24px Tahoma, Verdana, Arial, Sans-serif;
	}
.textProductPrice{
	color: #ff6600;
	font: normal 24px Tahoma, Verdana, Arial, Sans-serif;
	}
.super{ vertical-align: super; }
	
.textBoldBlue{
	color: #2158c7;
	font: bold 12px Tahoma, Verdana, Arial, Sans-serif;}
.textBlue{
	color: #2158c7;
	font:  12px Tahoma, Verdana, Arial, Sans-serif;}
.textBoldBlueL{
	color: #2158c7;
	font: 18px Tahoma, Verdana, Arial, Sans-serif;}
.textGreen{
	color: #339933;
	font: bold 12px Tahoma, Verdana, Arial, Sans-serif;}
.boldtext{
 font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
 }
.TextOrangeBold{
  font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
  color: #ff6633;
    }
	

/*Border*/	
.border {
	border: 1px solid #CCCCCC;
}
.borderB {
	border: 1px solid #000;
}
.borderR {
	border: 1px solid #FF0000;
}
.borderG {
	border: 1px solid #339933;
}
.borderS {
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	margin-left: 1px;
	width: 776px;
}

.underline {
 border-bottom: 1px solid #dcdcdc;
 }
.underline1 {
 border-bottom: 1px dotted #CCCCCC;
 margin: 0;
 padding:0;
 }


.alignCenter{
	text-align:center;}
.padding{
	padding:5px 0 5px 15px;}
.padding1{
	padding: 4px 10px 0 10px;
	text-align:justify;
	}
/*.borderTopBottom {
	border-bottom: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	width: 713px;
	}*/
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width:1000px;
	background: #FFF;
	margin: 2px auto;
	text-align: left;
	}
#content-wrap {
	clear: both;
	width: 980px;
	padding: 0; 
	margin: 83px 0 5px 10px;
	
	}

/*...Header....*/
#header {
	width: 1000px;
	position: relative;
	height: 95px;
	background: #FFF url(../images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFFFFF;
	}
#header #logo {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 24px;
	left: 14px;
	}
#header #header-links {
	position: absolute;
	font: normal 11px Tahoma, Verdana, Arial, Sans-serif;
	top: 10px;
	right: 4px;
	color: #004284;
	font-size: 10px;
	width: 558px;
	height: 21px;
	}
	/*-----Header-links------*/
		#header a {	
			color: #3A3A3A;	
			text-decoration: none;	
			}
		#header  a:hover {	
			text-decoration: underline;
			color: #ff6c00;
			}
		#header #current a {	
			color: #FBE06F;
			text-decoration:underline;
			}
	/*----End-Header-links----*/	

#header #menu_ul{
	position: absolute;
	top: 22px;
	right: 3px;
	color: #000000;
	font-size: 8px;
	width: 560px;
	height: 23px;
	}
#header #ad1{
	position: absolute;
	top: 40px;
	left: 498px;
	color: #004284;
	width: 80px;
	height: 21px;
		}
#header #header_bar {
	position: absolute;
	top: 103px;
	left:10px;
	background: url(../images/menu_back.jpg) repeat-x 0 0;
	font: bold 11px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 70px;
	width: 980px;
	}
#header #search{
	position: absolute;
	color: #FFF;
	font-size: 10px;
	width: 210px;
	height: 23px;
	top: 110px;
	left: 32px;
	/*background-color: #CC0001;*/
		}

/*............Header_Menu_Links.............*/		
#header #menu {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	/*background: url(../images/menu.jpg) repeat-x 0 0;	*/
	font: bold 12px/10px Arial Narrow, Verdana, Arial, Tahoma, Sans-serif;
	color: #FFFFFF;
	height: 21px;
	top: 121px;
	left: 247px;
	
	}
#header #menu a {
	display: block;
	float: left;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	}

#header #menu a:hover {
	color:#FFFF80;
	text-decoration: underline;
	}
#header #menu #current a {	
	color: #FBE06F;
	text-decoration:underline;
	}
#header #menu #last a {
	padding-right: 50px;
	color: #FFF;	
	}
/*End-Header-Menu-Links*/		
	
		
#header #online_help{
	position: absolute;
	top: 114px;
	right: -2px;
	color: #FFF;
	font-size: 10px;
	width: 145px;
	height: 23px;
	}
#header #title{
	position: absolute;
	margin: 0;
	padding: 8px;
	background: url(../images/Title-bar.jpg) repeat-x 0 0;	
	/*font: bold 11px/10px Verdana, Arial, Tahoma, Sans-serif;*/
	color: #000000;
	height: 20px;
	width: 610px;
	left: 210px;
	top: 144px;
	/*border: none;*/
	}
	
	
/*-------------------Header-End Here--------------------	*/
	

/* Main Column */


/* Left Sidebar */	
#sidebar {
	float: left;
	width: 194px;
	padding: 0 0 0 4px; 
	margin: 0 3px 3px 0;	
	color: #313131;
	border: solid #939393 1px;
	}	
#sidebar h1 {
	margin: 3px 0 5px 0 ;
	padding: 4px 12px; 
	font: bold 11px Tahoma/*, Sans-serif, arial*/;
	color:#FFFFFF;
	background: url(../images/product_categories_bg.jpg) repeat-x left top;
	border: solid #2e62a6 1px;
	}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 4px 4px 1px 0; padding: 0;
	text-decoration: none;		
	/*background: url(../images/dots.jpg) repeat-x left top;*/
	color:#666666;
	}
#sidebar ul.sidemenu li {
	list-style: none;
	/*background: url(dots3.jpg) repeat-x left bottom;*/
	padding: 1px 0 1px 8px;
	margin: 0 2px 0 6px;	
	color:#121212;
	}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color:#121212;
	}
#sidebar ul.sidemenu li a:hover {	
	color:#FC6F05;
	text-decoration:underline;
	}
	
#sidebar ul.sidemenu1 {
	list-style: none;
	text-align: left;
	margin: 4px 4px 1px 0; padding: 0;
	text-decoration: none;		
	/*background: url(../images/dots.jpg) repeat-x left top;*/
	color:#666666;
	}
#sidebar ul.sidemenu1 li {
	list-style: none;
	/*background: url(dots3.jpg) repeat-x left bottom;*/
	padding: 4px 0 3px 1px;
	margin: 0 2px 0 6px;	
	color:#121212;
	}
#sidebar ul.sidemenu1 li a {
	text-decoration: none;	
	background-image: none;	
	color:#121212;
	}
#sidebar ul.sidemenu1 li a:hover {	
	color:#FC6F05;
	text-decoration:underline;
	}
#Manufacturer {
	/*float: left;*/	
	padding: 0;
	width: 194px;
	color: #505050;
	/*line-height: 1.3em;*/
	/*position: absolute;*/
	/*border: solid #939393 1px;	*/
	margin: 0px;
		}	
#Manufacturer h1 {
	margin-top: 10px;
	padding-top: 6px; 
	font: bold 11px Tahoma, Sans-serif, Arial;
	color:#FFFFFF;
	background: url(../images/manufacture_bg.jpg) repeat-x left top;
	border: solid #787777 1px;
	width: 165px;
	height: 16px;
		}
/* End- LeftSideBar */	

	
/* Middlebar */	
#midbar {
	float: left;
	width: 515px;
	height: 120px;
	padding-left: 2px;
	margin: 0;	
	color: #064174;
	}
#ad2{
	margin: 0 0 2px 0;
	}	
#blackbar{
	height: 5px;
	width: 514px;
	background-color:#a8a8a8;
	}
#product{
	float: left;
	width: 253px;
	border: solid #939393 1px;
	}
#product h1{ 
	margin-top: 0;
	padding: 6px 12px; 
	background: url(../images/item_top_orangebar.jpg) repeat-x left top;
		}
/*datamedia_page*/
#category{
	float: left;
	width: 777px;
	/*border: solid #939393 1px;*/
	}
#category h4{ 
	margin-top: 0;
	height: 30px;
	padding: 6px 0 0 8px; 
	color: #FFFFFF;
	font: bold 12px 'Trebuchet MS', Tahoma, Sans-serif;
	background: url(../images/cate_header_bg1.jpg) repeat-x left top;
	}
#category h7{ 
	margin-top: 0;
	height: 30px;
	padding: 6px 0 0 8px; 
	color: #FFFFFF;
	font: bold 12px 'Trebuchet MS', Tahoma, Sans-serif;
	background: url(../images/payment_1.jpg) repeat-x left top;
	}
#category h1{ 
	margin-top: 0;
	height: 30px;
	padding: 6px 0 0 8px; 
	color: #FFFFFF;
	font: bold 12px 'Trebuchet MS', Tahoma, Sans-serif;
	background: url(../images/cate_header_bg.jpg) repeat-x left top;
	}

#category h2{ 
	/*margin-top: 0;
	height: 30px;*/
	padding: 5px 8px 5px 8px; 
	
	color: #333333;
	font: bold 10px , Tahoma, Sans-serif, 'Trebuchet MS';
	background-color: #cccccc;
	/*background: url(../images/cate_header_bg.jpg) repeat-x left top;*/
	}
#category h3{ 
	/*margin-top: 0;*/
	height: 22px;
	padding: 2px 8px 0 8px; 	
	color: #bc4d03;
	font: bold 15px 'Trebuchet MS', Tahoma, Sans-serif;
	background-color: #E5E5E5;
	/*background: url(../images/cate_header_bg.jpg) repeat-x left top;*/
	}
#category h5{
	border:solid #a2a2a2 1px;
	background-color: #f2f2f2;
	height: 18px;
	font: bold 11px , Tahoma, Sans-serif, 'Trebuchet MS';
	padding: 3px 0 0 5px;
		}
#category h6{
	border:solid #a2a2a2 1px;
	background-color: #cccccc;
	height: 18px;
	font: bold 11px , Tahoma, Sans-serif, 'Trebuchet MS';
	margin: 3px 0 0 0;
		}
#category #price{
	margin: 0px;
	background-color: #E9E9E9;
	width: 260px;
	border: solid #939393 1px;
	}
#category #price2{	
	margin: 5px;
	background-color: #e5e5e5;
	width: 270px;
	border: solid #000 1px;250px;
	height
	}
#category a { 
	color: #000;
	text-decoration: underline; 
	}
#category a:hover {
	color: #ff6c00;	
	text-decoration: underline;
	}
#category .more, more:visited{ 
	color: #000;
	font: 11px 'Trebuchet MS', Tahoma, Sans-serif;
	text-decoration: none; 
	}
#category .more:hover {
	color: #ff6c00;	
	font: 11px 'Trebuchet MS', Tahoma, Sans-serif;
	text-decoration: underline;
	}
/*...............login.......................*/
.textboxLogin { 
	width: 190px;
	color: #000; 
	height: 15px;
	margin-top:2px;
	padding: 2px 0 2px 3px;	
	border: 1px solid #a7a7a7;
	vertical-align: bottom;
	}
.orangeArrow{
	font: 11px 'Trebuchet MS', Tahoma, Sans-serif;
	color: #ff6600;
	}
/*..............END Login.......................*/
/*..............Shopping Carts.......................*/
.textboxBlue { 
	width: 40px;
	color: #000; 
	height: 12px;
	/*padding: 2px;*/	
	border: 1px solid #3a3a9d;
	text-align: right;
	}
.textboxZip{ 
	width: 40px;
	color: #000; 
	height: 12px;
	/*padding: 2px;*/	
	border: 1px solid #000;
	text-align: right;
	background-color:#ffff99;
	width: 100px;
	}
/*..............END Shopping CArt.......................*/
.textboxDiscount { 
	width: 40px;
	color: #000; 
	height: 12px;
	/*padding: 2px;*/	
	border: 1px solid #3a3a9d;
	text-align: left;
	}
/*...............Payment..........*/


/*...............PaymentEnd..........*/


/****CHECKOUT****/


#checkOut{
	float: left;
	width: 980px;
	/*border: solid #939393 1px;*/
	}
#checkOut #header{
	margin: 0px;
	color: #2158c7;
	font: 18px Tahoma, Verdana, Arial, Sans-serif; 

	width: 980px;
	
	height: 30px;
	}

/****END CHECKOUT****/

/****RIght Sidebar****/

#rightbar {
	float: right;
	width: 254px;
	margin: 0;
	padding: 0px;
}

#rtsidebar h1 {
	margin-top: 0px;
	padding: 5px 5px;
	font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #003466;		
	}

#bestSeller{
	width: 252px;
	border: solid #939393 1px;
	color:#FFFFFF;
	}
#bestSeller h1{
	margin: 0 3px 0 3px;
	padding: 6px 12px; 
	font: bold 12px 'Trebuchet MS', Tahoma, Sans-serif;
	background: url(../images/product_categories_bg.jpg) repeat-x left top;
	}

/****Enf of RIght Sidebar****/

	


/* Footer */	
#footer {
	clear: both; 
	/*background: #FFF url(../images/footoer_bg_blue.jpg) no-repeat center top;*/
	color: #000;
	clear: both;
	width: 1000px;
	height: 320px;
	text-align: center;
	/*vertical-align: top;*/
	}
#footer h1{
	font: bold 11px/32px Verdana, Arial, Tahoma, Sans-serif;
	}
#footer h2{
	height: 5px;
	width: 984px;
	/*margin-left: 10px;*/
	background-color:#a8a8a8;
	}
#footer #footer-menu {
	clear: both;	
	margin-left: 10px; padding-left: 0;
	background: url(../images/footer_bg_bottom.jpg) repeat-x center top;	
	font:  11px/18px Verdana, Arial, Tahoma, Sans-serif;
	height: 195px;
	width: 985px;
	color: #fff;	
	}
#footer ul.menu {
	list-style: none;
	text-align: left;
	margin-left: 25px; padding-left: 0;
	text-decoration: none;
	font:  11px/18px Verdana, Arial, Tahoma, Sans-serif;		
	/*background: url(../images/dots.jpg) repeat-x left top;*/
	color:#FFF;
	
	}
#footer ul.menu li {
	/*list-style: none;*/
	/*background: url(dots3.jpg) repeat-x left bottom;*/
	padding-left: 13px;
	margin: 0;	
	color:#FFF;
	text-decoration: underline;	
	}
#footer ul.menu li a {
	text-decoration: underline;		
	background-image: none;	
	color:#C9C9C9;
	}
#footer ul.menu li a:hover {	
	color:#FFF;
	text-decoration:underline;
	}

#footer a { 
	color: #000;
	text-decoration: none; 
	}
#footer a:hover {
	color: #000;	
	text-decoration: underline;
	}
#footer #payment{
	background: url(../images/payment_mode_pic.jpg) no-repeat center top;
	height: 54px;
	width: 980px;
	text-align: center;
	margin-top: 25px;
	}
	
/* display and additional classes */
.clear { clear: both; }

