/*
The styles in this stylesheet only apply to resolutions 768px and up

CALCULATING DIMENSIONS:
----------------------
The layout is fluid. The sote wrapper (.col-full) has a fixed pixel max-width.
All subsequent dimensions are calculated based on that fixed pixel width, using the formula: target / context = result
Credit - http://www.alistapart.com/articles/fluidgrids/

-----
INDEX
-----

1. Global dropdown styles
2. Top Navigation
3. Main navigation dropdown menus
4. General layout related tweaks

*/


@media only screen and (min-width: 768px) {
  /* 1. GLOBAL DROPDOWN STYLES (these are purely for the dropdown layout and you should only edit the width of the dropdowns) */
 	/*14-05-2013*/

/*terms & conditions*/

.term_left{
	float:left;
	width:3%;
}
.term_right{
	float:left;
	width:97%;
}
 #navigation ul.nav > li a {
 
	font-size:12px;
}
#navigation ul.nav > li a:hover {
	color:#15A8DC;
 
	font-size:12px;
  }
  ul.nav {
    position: relative;
    margin-bottom: 0;
    width: auto;
    margin-right: 30px;
  }
  ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none;
  }
  ul.nav li a {
    display: block;
    padding-top: 1.2em!important;
    padding-bottom: 1.2em!important;
	font-weight:bold;
	
  }
  ul.nav li a:hover {
    text-decoration: none;
  }
  ul.nav li ul li a:hover {
    text-decoration: underline;
  }
  ul.nav ul {
    width: 12em;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
   /* padding: 0.4em 0;*/
  }
  ul.nav ul li {
    float: none;
  }
  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    padding: 0.7em 1em!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
  }
  ul.nav ul ul {
    left: 100%;
    top: 0;
  }
  ul.nav li:hover > ul {
    visibility: visible;
  }
  #wrapper #navigation ul.rss {

  }
  #wrapper #navigation ul.rss li {

  }
  #wrapper #navigation ul.rss li a {

  }
  /* 2. TOP NAVIGATION (Add top navigation presentational styles here) */
  #top {
   
    margin: 0 -1.618em;
    padding: 0 1.618em;
  }
  #top #top-nav {
    display: block!important;
  }
  #top ul.nav li a {
    color:#034477;
    padding-top: 0.3em!important;
    padding-bottom: 0.3em!important;
    font-size: 1.2em;
	padding-left:2.2em!important;

  }
  #top ul.nav > li a:hover {
    color: #ddd;
  }
  #top ul.nav > li:hover {
    color: #ddd;
  }
  #top ul.nav ul {
    background: #555;
  }
  #top ul.nav ul li a {
    color: #ddd!important;
  }
  #top ul.nav li.current_page_item a,
  #top ul.nav li.current_page_parent a,
  #top ul.nav li.current-menu-ancestor a,
  #top ul.nav li.current-cat a,
  #top ul.nav li.current-menu-item a {
    color:#15A8DC;
  }
  #menu-item-75{
	  	background:url(../images/cart.png) 0 0 no-repeat;
		background-position: left center;
  }
    #menu-item-325{
	  	background:url(../images/cart.png) 0 0 no-repeat;
		background-position: left center;
  }
    #menu-item-72{
	  	background:url(../images/man.png) 0 0 no-repeat;
		background-position: left center;
  }
    #menu-item-71{
	  	background:url(../images/lock.png) 0 0 no-repeat;
		background-position: left center;
  }
    #menu-item-329{
	  	background:url(../images/lock.png) 0 0 no-repeat;
		background-position: left center;
  }
    #menu-item-525{
	  	background:url(../images/man.png) 0 0 no-repeat;
		background-position: left center;
  }
      #menu-item-529{
	  	background:url(../images/cart.png) 0 0 no-repeat;
		background-position: left center;
  }
  /* 3. MAIN NAVIGATION DROPDOWN MENUS (Add main navigation presentational styles here) */
  #navigation {
    display: block !important;
  }
  #navigation ul li:first-child,
  #navigation ul li:first-child a {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
	margin-top:-5px;
	margin-bottom:-6px;

  }
  #navigation ul ul li:first-child,
  #navigation ul ul li:first-child a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	padding-top:0;
  }
  #navigation ul.nav > li  {
    border-right: 1px solid #e6e6e6;
	padding-left:0px;
	
  }

  #navigation ul.nav > li a:hover {
   color:#15A8DC;

  }
  #navigation ul.nav > li:hover {
    color:#15A8DC;
  }
  #navigation ul.nav ul {
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    left: -1px;
  }
  #navigation ul.nav ul ul {
    top: -1px;
    left: 100%;
  }
  #top .nav li.parent > a {
    position: relative;
    padding-right: 2em;
  }
  #top .nav li.parent > a:after {
    content: "";
    display: block;
    border: .3em solid #ccc;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    top: 48%;
    right: .8751em;
  }
  #navigation .nav li ul li.parent a {
    padding-right: 0;
  }
  #navigation .nav li ul li.parent a:after {
    border-color: transparent transparent transparent #ccc;
    right: 0;
    top: 46%;
  }
  #navigation .nav li.parent > a {
    position: relative;
    padding-right: 2em;
  }
  #navigation .nav li.parent > a:after {
    content: "";
    display: block;
    border: 0.3em solid #ccc;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    top: 48%;
    right: .8751em;
  }
  #navigation .nav li ul li.parent a {
    padding-right: 0;
  }
  #navigation .nav li ul li.parent a:after {
    border-color: transparent transparent transparent #ccc;
    right: 0.8751em;
    top: 46%;
  }
  #header h3.nav-toggle {
    display: none;
  }
  /* 4. GENERAL LAYOUT RELATED TWEAKS */
  /* Header */
  #logo {
    float: left;
  }
  #topad {
    float: right;
    margin: 0;
  }
  /* Columns & Containers */
  .col-left {
    float: left;
  }
  .col-right {
    float: right;
  }
  .col-full,
  #wrapper {
    max-width: 940px;
    margin: 0 auto;
  }
  #wrapper #sidebar {
    margin-top: 0;
	width: 25%;
	}
  
  .magazine .block {
    float: left;
    width: 48%;
  }
  .magazine .block.last {
    float: right;
  }
  /* Sliders */
  #loopedSlider .content {
    position: absolute;
    left: 0px;
    top: 20px;
    background: none;
  }
  #loopedSlider .content h2 {
    float: left;
    font-size: 26px;
  }
  #loopedSlider .content p {
    clear: both;
    float: left;
  }
  #loopedSlider .content p,
  #loopedSlider .content h2 {
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
    max-width: 350px;
  }
  /* Sidebar */
  #main-sidebar-container {
    position: relative;
	
  }
  #main-sidebar-container #main {
    position: relative;
  }
  #main-sidebar-container #sidebar {
    display: inline;
  }
  #sidebar-alt {
    display: inline;
    margin: 0;
  }
  /* Footer */
  #footer-widgets .block {
    margin-right: 3.8%;
    float: left;
  }
  /* 210 / 940 */
  #footer-widgets.col-1 .block {
    width: 100%;
    margin-right: 0;
  }
  #footer-widgets.col-2 .block {
    width: 48%;
  }
  #footer-widgets.col-3 .block {
    width: 30.75%;
  }
  #footer-widgets.col-4 .block {
    width: 22.05%;
  }
  #footer-widgets.col-2 .footer-widget-2,
  #footer-widgets.col-3 .footer-widget-3,
  #footer-widgets.col-4 .footer-widget-4 {
    margin-right: 0;
  }
  /* Column Widths */
  .one-col #main {
    float: none;
  }
  .two-col-left #main-sidebar-container #main,
  .two-col-right #main-sidebar-container #main {
    width: 75%;
  }
  /* 610 / 940 */
  .two-col-left #main-sidebar-container #sidebar,
  .two-col-right #main-sidebar-container #sidebar {
    /*width: 31.91%;*/
	width: 25%;
	float:right;
	margin-top:4%;

  }
  /* 300 / 940 */
  .three-col-left #main-sidebar-container #sidebar,
  .three-col-middle #main-sidebar-container #sidebar,
  .three-col-right #main-sidebar-container #sidebar {
    width: 39.47%;
  }
  /* 300 / 760 */
  .three-col-left #main-sidebar-container,
  .three-col-middle #main-sidebar-container,
  .three-col-right #main-sidebar-container {
    width: 80.85%;
  }
  /* 760 / 940 */
  .three-col-left #main-sidebar-container #main,
  .three-col-middle #main-sidebar-container #main,
  .three-col-right #main-sidebar-container #main {
    width: 57.89%;
  }
  /* 440 / 760 */
  #sidebar-alt {
    width: 17.02%;
  }
  /* 160 / 940 */
  /* Column Floating */
   .two-col-left #main-sidebar-container #main{
   width: 75%;

   }
  .two-col-left #main-sidebar-container #main,
  .two-col-right #main-sidebar-container #sidebar,
  .three-col-left #main-sidebar-container,
  .three-col-left #main-sidebar-container #main,
  .three-col-middle #main-sidebar-container #main,
  .three-col-middle #sidebar-alt,
  .three-col-right #main-sidebar-container #sidebar,
  .three-col-right #sidebar-alt {
    float: left;
  }

  /* Contact Page */
  .page-template-template-contact-php .location-twitter .col-left {
    float: left;
  }
  .page-template-template-contact-php .location-twitter #office-location {
    width: 48%;
    margin: 0 1em 0 0;
  }
  .page-template-template-contact-php .location-twitter .contact-social {
    float: left;
    width: 48%;
  }
  .page-template-template-contact-php .location-twitter .contact-social #twitter {
    margin: 0;
  }
  /* Subcribe & Connect */
  #main #connect .col-left {
    float: left;
  }
  #connect .col-right {
    float: right;
  }
  #main #connect .col-left,
  #connect .col-right {
    width: 48%;
  }
  #connect .related-posts {
    border-top: 0;
    border-left: 1px solid #e6e6e6;
    padding-top: 0;
    padding-left: 15px;
    margin-top: 0;
  }
  .ie8 .business #loopedSlider a.flex-prev {
    left: -20px;
  }
  .ie8 .business #loopedSlider a.flex-prev:before,
  .ie8 .business #loopedSlider a.flex-next:before {
    font-size: 16px;
  }
  .ie8 .business #loopedSlider a.flex-next {
    right: -30px;
  }
  /* main body */
  #main_body{
	
	margin-top:2%;
}
#body_left{
		width:96%;
	float:left;
	
}
.maincus{
		width: 75%;
}
#body_mid{
	width:1%;
	float:left;
	background:url(../images/mid_bg.png) no-repeat;
	min-height:800px;
	margin:10% 1.4%;
}
#body_right{
	width:25%;
	float:left;
}
.lefttop_line{
		width:100%;
		float:left;
		margin-top:3%;
	}
	.lefttop_lineleft{
		width:6%;
		float:left;
		margin-right:1%;
	}
	.lefttop_lineright{
		width:90%;
		float:left;
	}
	.lefttop_text{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:24px;
	 color:#15a8dc;
	 line-height:2.0;
	 font-weight:bold;
	 text-transform:capitalize;
	}
	.lefttop_text1{
	 font-family: Arial, Helvetica, sans-serif;
		 font-size:24px;
		 color:#3e3d40;
		 line-height:2.0;
		 font-weight:bold;
	}
	.global_panel{
		width:93%;
		float:left;
		margin-left:6.2%;
	}
	.global_panelin{
		width:100%;
		float:left;
		padding-top:1%;
	}
	.globe_text{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#3e3d40;
	 line-height:1.3;
	}
	
	.global_panelinleft{
		width:46%;
		float:left;
		margin-right:3%;
		padding-top:1.5%;
	}
	.global_panelinright{
		width:45%;
		float:left;
		padding-top:1.5%;
	}
	.why_buy{
		float:left;
	}
	.why_buy ul{
		padding:0px;
		margin:0px;
	}
	.why_buy ul li{
		padding:1% 0%;
		list-style:disc;
	}
	.popular_topbox{
		width:96%;
		float:left;
		margin-top:1%;
		background:#ededed;
		border:1px solid #bebebe;
		padding:1%;
	}
	.popular_navi{
		width:20%;
		float:left;
	}
	.popular_navi ul{
		padding: 0 0 0 2px;
	}
	.popular_navi ul li{
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.popular_navi ul li{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#343434;
		line-height:14px;
	}
  /* main body */
/* sidebar */

.chat_nowbox{
		
		border-radius:6px;
		background:#e4e9ed;
		float:left;
		border:1px solid #b2b2b2;
		padding:5%;
		max-width:89%;
	}
	.chat_nowboxin{
		width:100%;
		float:left;
		padding-bottom:2%;
	}
	.chat_nowboxin1{
		width:100%;
		text-align:center;
		padding-bottom:2%;
	}
	.chat_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#064887;
		font-weight:bold;
		line-height:16px;
	}
	.chat_text a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#064887;
		font-weight:bold;
		text-decoration:underline;
	}
	#body_right{
	width:98%;
	float:left;
}
.search_nowbox{
	float:left;
	margin-top:5%;
	max-width:100%;
	border:2px solid #0091ff;
	border-radius:6px;
	background-image: linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -o-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -moz-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -ms-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.21, rgb(205,205,205)),
	color-stop(0.57, rgb(228,228,228)),
	color-stop(0.81, rgb(251,251,251))
);
padding:5% 5% 8% 5%;

}
.search_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#0065b4;
		font-weight:bold;
		line-height:16px;
	}
	.search_box{
		background:#fff;
		width:96%;
		border: 2px solid #FF0000;
		border-radius:6px;
    	float: left;
	}
	.seacrh_boxinput{
		width:75.6%;
		float:left;
		background:#fff;
		border:none;
		
		padding:3%;
		margin-left:0.5%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#74858e;
		
	}
	.search_btn{
		background: url(../images/search_btn.png) no-repeat;
		width:32px;
		height:32px;
		float: right;
		
		border:none;
		cursor:pointer;
		border-left:1px solid #FF0000;
	}
	.free_expert{
		background:#9cd4d9;
		max-height: 100%;
		border:1px solid #adbabb;
		border-radius:6px;
    	float: left;
		padding:5% 5% 8% 5%;
		margin-top:5%;
		max-width:100%;
	}
	.free_expert_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#0065b4;
		line-height:16px;
		font-weight:bold;
	}
	.free_expertin{
		background:#fff;
		width:90%;
		border:1px solid #b2b2b2;
		border-radius:6px;
    	float: left;
		padding:5% 5% 8% 5%;
		margin-top:3%;
	}
	.free_expert_nav{
		float:left;
	}
	.free_expert_nav ul{
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.free_expert_nav ul li{
		background:url(../images/tick.png) no-repeat 0px 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#0024ff;
		padding-left:21px;
		padding-top:6px;
		font-weight:bold;
	}
	.warranty_box{
	float:left;
	margin-top:5%;
	max-height: 100%;
	border:1px solid #B2B2B2;
	border-radius:6px;
	background-image: linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -o-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -moz-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -ms-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.21, rgb(205,205,205)),
	color-stop(0.57, rgb(228,228,228)),
	color-stop(0.81, rgb(251,251,251))
);
padding:5% 5% 8% 8%;
width:86%;
}
.icon_box{
		width:95%;
		border-radius:6px;
		background:#e4e9ed;
		float:left;
		border:1px solid #b2b2b2;
		padding:5% 0% 1% 4%;
		margin-top:5%;
	}
	.icon_boxintext{
		float:left;
		padding-left:0%;
		width:90%;
	}
	.icon_boxin{
		float:left;
		padding-left:0%;
		width:20%;
	}
	.icon_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#0065b4;
		font-weight:bold;
		line-height:26px;
	}
	footer{
	background:url(../images/footer_bg.png) #fbf7f4 repeat-x;
	
	width:100%;
	float:left;
	margin-top:1%;
	padding-bottom:1%;
}
#foot_main{
	width:90%;
}
.footseacrh_boxinput{
		width:69%;
		padding:5%;
		margin-left:0.5%;
		font-size:14px;
}

#foot_downin{
	width:90%;
}
.foot_downtext{
	font-size:12px;
}
.footseacrh_boxinput{
		width:69.3%;
	
		font-size:14px;
}
.seacrh_boxinput{
		width:65.6%;

		font-size:12px;
	}

.foot_part1{
   float: left;
    margin-left: 15.5%;
    margin-top:4.5%;
    width:12%;
}

.foot_part2{
float: left;
    margin-left: 1.1%;
    margin-top: 1.8%;
    width:18%;
}
.foot_part3{
  float: left;
    margin-left: -4px;
    margin-top: 1.8%;
    width: 22%;
}
.foot_part4{
 float: left;
    margin-left: 5%;
    margin-top:1.8%;
    width: 25%;
}

.foot_text{
	font-family: 'bebas_neueregular';
	 font-size:30px;
	 color:#fff;
	 line-height:1.2;
}
.foot_nav{
	float:left;
	}
.foot_nav ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.foot_nav ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#002146;
	float:left;
	width:95%;
	font-weight:bold;
}

.foot_nav ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#002146;
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px;
}
.foot_nav ul li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px;
}
.foot_text1{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#002146;
	 line-height:1.3;
}
.foot_text1 a{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#002146;
	 line-height:1.3;
	 text-decoration:underline;
}
.footsearch_btn{
		background: url(../images/search_btn1.png) no-repeat;
		width:32px;
		height:30px;
		float:right;
		border:none;
		cursor:pointer;
		border-left:1px solid #FF0000;
	}
.footseacrh_boxinput{
		width:72.3%;
		float:left;
		background:#fff;
		border:none;
		padding:1.4%;
		margin-left:0.5%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#0f161a;
}
.new_user{
	width:100%;
	float:left;
	border-radius:6px;
	background:#004578;
	border:1px solid #0084cd;
	margin-top:3%;
	padding:5% 2%;

}
.new_userin{
	width:100%;
	text-align:center;
		clear:both;
}
.new_usertext{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:15px;
	 color:#fff;
	 line-height:1.3;
	 text-transform:uppercase;
}
.new_usertext1{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#01eaff;
	 font-weight:bold;
	 line-height:1.3;
	 text-transform:uppercase;
}
.new_usertext1 a{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#01eaff;
	 font-weight:bold;
	 line-height:1.3;
	 text-transform:uppercase;
	 text-decoration:underline;
}
.new_usertext2{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:30px;
	 color:#fff;
	 font-weight:bold;
	 line-height:1.3;
	 text-transform:uppercase;
}

.new_userin1{
	background:#0084cd;
	border-radius:6px;
	padding:2%;
	width:70%;
	margin:0 auto;
}
.new_usertext3{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:18px;
	 color:#fff;
	 line-height:1.3;
}
.new_usertext3 a{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:18px;
	 color:#fff;
	 line-height:1.3;
	 text-decoration:none;
}
.new_usertext4{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#002146;
	 line-height:2;
}
.new_usertext4 a{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#002146;
	 line-height:2;
	 text-decoration:none;
}
.new_usertext5{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:22px;
	 color:#002146;
	 line-height:1;
	 font-weight:bold;
}
.new_usertext5 a{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:22px;
	 color:#002146;
	 line-height:1;
	 font-weight:bold;
	 text-decoration:underline;
}
/**footer panel end**/



/**footerdown panel start**/
#foot_down{
	width:100%;
	float:left;
	background:#002146;
	padding:0.7% 0%;
}
#foot_downin{
	width:100%;
	margin:0 auto;
}
.foot_downtext{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#00a2ff;
	text-align:center;
}
/**footerdown panel start**/


/*about start*/

.abo_ban{
	background:url(../images/abo_ban.png) repeat-x;
	float:left;
	width:100%;
	
}
.abo_banin{
	width:70%;
	float:left;
	padding:2% 15%;
}
.abo_baninleft{
	width:13%;
	float:left;
}
.abo_baninright{
	width:80%;
	float:left;
}
.aboban_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:44px;
	color:#fff;
	font-weight:bold;
	line-height:70px;
}
.abo_buy{
		float:left;
}
.abo_buy ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.abo_buy ul li{
	background:url(../images/tick1.png) no-repeat 0px 5px;
	padding:1% 10% 1% 25px;
}
	/* sidebar */

	.logo_text{
	 font-family: 'bebas_neueregular';
	 font-size:50px;
	 color:#15a8dc;
	 line-height:0.8;
	 font-weight:bold;
}
.logo_text1{
	 font-family: 'bebas_neueregular';
	 font-size:44px;
	 color:#3e3d40;
	 line-height:0.8;
	 font-weight:bold;
}


.logo_text2{
	 font-family: 'bebas_neueregular';
	 font-size:29px;
	 color:#3e3d40;
	 font-weight:bold;
	 line-height:1.3;
	 /* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#topad {
  margin: 2em 0 0.5em;
}
/*registration start*/

.regi_panel{
		width:93%;
		float:left;
		margin-left:6.2%;
		margin-top:3%;
}
.regi_main{
		width:100%;
		float:left;
}
.regi_left{
	width:45%;
	float:left;
	margin-right:5%;
}

.regi_right{
	width:45%;
	float:left;
}
.regi_leftin{
	width:99%;
	float:left;
	padding-bottom:3%;
}
.regi_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
}
.regi_star{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff0000;
}
.regi_input{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:96%;
	padding:1.4% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
}
.regi_select{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:100%;
	padding:1% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
}
.regi_captchabox{
	width:85%;
	float:left;
	padding-bottom:3%;
}
.regi_captcha{
	background:#fff;
	border:1px solid #9d9d9d;
	width:41%;
	padding:0% 2%;
	float:left;
}
.regi_captchainput{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:40%;
	padding:1.8% 2%;
	margin-left:5%;
	float:left;
}

.regi_submitbtn{
	background-image: linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -o-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -moz-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -webkit-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -ms-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.29, rgb(204,121,4)),
	color-stop(0.55, rgb(222,142,30)),
	color-stop(0.83, rgb(243,170,61))
);
	border:1px solid #d6820a;
	border-radius:12px;
	margin:0 auto;
	cursor:pointer;
	width:100px;
	padding:0.7%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:40%
}

.regi_login{
	padding-left:35%;
	float:left;
}
.regi_logintext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#001eff;
}
.regi_logintext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#001eff;
}

.regi_login1{
	padding-left:15%;
	float:left;
}
/*registration start*/
.abo_banin{
	width:100%;
	float:left;
	padding:2% 15%;
}
.abo_baninleft{
	width:9%;
	float:left;
}
.abo_baninright{
	width:84%;
	float:left;
}
.aboban_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:44px;
	color:#fff;
	font-weight:bold;
	line-height:70px;
}
/*forgot password start*/
.forgot_main {
    float: left;
    margin-right: 5%;
    width: 50%;
}
.forgot_mainin {
    float: left;
    margin-top: 5%;
}

.forgot_left{
	width:55%;
	float:left;
	padding-top:2%;
}

.forgot_right{
	width:35%;
	float:left;
}
.forgot_input{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:90%;
	padding:1.4% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
	float:left;
}

.forgot_inputleft{
	width:25%;
	float:left;
	padding-top:2%;
	text-align:right;
	padding-right:3%;
}

.forgot_inputright{
	width:70%;
	float:left;
}

.forgot_submitbtn{
	background-image: linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -o-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -moz-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -webkit-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -ms-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.29, rgb(204,121,4)),
	color-stop(0.55, rgb(222,142,30)),
	color-stop(0.83, rgb(243,170,61))
);
	border:1px solid #d6820a;
	border-radius:16px;
	margin:0 auto;
	cursor:pointer;
	width:100px;
	padding:3.1%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:10%
}

/*forgot password end*/


/*login start*/

.login_left{
	width:40%;
	float:left;
	padding-right:5%;}

/*login end*/
/*contact us start*/

.cont_formbox{
	margin:0 auto;
	width:66%;
	display:table;
	margin-top:5%;
}
.cont_text {
    color: #3E3D40;
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height: 1.3;
}
.cont_formboxin{
	margin:0 auto;
	width:80%;
	display:table;
	margin-top:10%;
}

.con_input{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:91.5%;
	padding:1% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
}

.con_area{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:91.5%;
	padding:1% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
	height:90%;
}

/*contact us end*/




/*part search start*/

.part_panel{
	background-image: linear-gradient(bottom, rgb(168,168,168) 2%, rgb(252,252,252) 69%);
background-image: -o-linear-gradient(bottom, rgb(168,168,168) 2%, rgb(252,252,252) 69%);
background-image: -moz-linear-gradient(bottom, rgb(168,168,168) 2%, rgb(252,252,252) 69%);
background-image: -webkit-linear-gradient(bottom, rgb(168,168,168) 2%, rgb(252,252,252) 69%);
background-image: -ms-linear-gradient(bottom, rgb(168,168,168) 2%, rgb(252,252,252) 69%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.02, rgb(168,168,168)),
	color-stop(0.69, rgb(252,252,252))
);
border:2px solid #0091ff;
border-radius:8px;
width:90%;
float:left;
padding:2%;
margin-top:5%;
margin-bottom:5%;
}

.part_search_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FF0000;
    border-radius: 6px 6px 6px 6px;
    float: left;
    width: 96%;
	padding:2%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#74858e;
}

.part_submitbtn{
	background-image: linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -o-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -moz-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -webkit-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -ms-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.29, rgb(204,121,4)),
	color-stop(0.55, rgb(222,142,30)),
	color-stop(0.83, rgb(243,170,61))
);
	border:1px solid #d6820a;
	border-radius:15px;
	cursor:pointer;
	width:34%;
	padding:0.7%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	margin-top:3%;
	float:right;
}


/*part searh end*/


/*products services start*/

.product_panel{
	width:100%;
	float:left;
}
.product_navi{
		width:25%;
		float:left;
}

.product_navi ul{
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
.product_navi ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#343434;
	line-height:14px;
}


/*products services end*/


/*sellyour_excessinventor start*/

.sell_navi{
	width:100%;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	
}
.sell_navi ul{
	padding:0px;
	margin:0px;
}

.sell_navi ul li{
	color:#4f4f4f;
	font-weight:normal;
	list-style-type:disc;
}
/*sellyour_excessinventor end*/


/*request_quotation start*/

.request_area{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:96%;
	padding:1% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
	height:90%;
}
/*request_quotation end*/
/*companynew start*/
.comp_headbox{
	width:100%;
	float:left;
	padding-top:2%;
}
.comp_headtext{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0da9e2;
}
.comment_box{
	width:100%;
	float:left;
	margin-top:2%;
	border-top:3px solid #dfdfdf;
	padding:6px 0px 0px 0px;
}
.comment_boxin{
	width:100%;
	float:left;
	border-top:1px solid #dfdfdf;
	padding:15px 0px;
}
.comment_left{
	width:19%;
	float:left;
	padding-right:3%;
}
.comment_right{
	width:77%;
	float:left;
}
.comment_imgbox{
	width:100%;
	float:left;
	border:1px solid #dddddd;
}
.comment_imgboxin{
	width:85%;
	float:left;
	border:1px solid #dddddd;
	margin:8% 7%;
}
.comment_leftdown{
	width:99%;
	float:left;
	padding:5% 0%;
}
.comp_headtext11{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0da9e2;
	text-align:center;
}
.comp_headtext1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#343434;
	font-weight:bold;
	width:50%;
}
.comp_headtext2{
	font-family: Arial, Helvetica, sans-serif;
	color:#828282;
	font-weight:bold;
}

/*companynew end*/



/*components start*/
.compo_left{
	width:37%;
	float:left;
	border:0px solid red;
	margin-right:3%;
	margin-top:2%;
}

.compo_leftin{
	width:100%;
	float:left;
	padding-top:10%;
}

.compo_right{
	background:#e5e5e5;
	width:31%;
	float:left;
	border:1px solid #9d9d9d;
	margin-right:3%;
	margin-top:2%;
	padding:2% 2% 0% 2%;
}
.compo_imgbox{
	background:#fefefe;
	width:99%;
	border:1px solid #004f6f;
	float:left;
	margin-bottom:6%;
}

/*components end*/


/*emc start*/

.compo_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	font-weight:bold;
}
.compo_text1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:44px;
	color:#fff;
	font-weight:bold;
	line-height:40px;
}

/*emc end*/



/*electrolube_products start*/
.electro_leftin{
	width:100%;
	float:left;
	padding-top:80%;
}


/*electrolube_products end*/


/*unique_cable start*/

.unique_text{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0da9e2;
	font-weight:bold;
	text-align:center;
}

.unique_mid{
	width:63%;
	margin:0 auto;
	border:0px solid red;
	margin-top:3%;
	display:table;
}
.unique_headbox{
	width:100%;
	float:left;
	padding-top:10%;
}

.unique_boldtext {
    color: #3E3D40;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.3;
	font-weight:bold;
}
.unique_boldtext a{
    color: #3E3D40;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.3;
	font-weight:bold;
}
/*unique_cable end*/
/*sitemap start*/

.site_text{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0da9e2;
	font-weight:bold;
}

.site_panel{
		width:93%;
		float:left;
		margin-left:6.2%;
		margin-top:3%;
}
.site_menumain{
	width:50%;
	float:left;
}
.site_menumainin{
	width:100%;
	float:left;
	padding-bottom:4%;
}
.site_menumainin1{
	width:90%;
	float:left;
	padding-bottom:2%;
	margin-left:10%;
}
.site_menuleft{
	width:2.5%;
	float:left;
	background:#004578;
	border-radius:10px;
	height:8px;
	margin-right:3%;
	margin-top:1.4%;
}
.site_menuleft1{
	width:2%;
	float:left;
	background:#0da9e2;
	height:6px;
	margin-right:3%;
	margin-top:1.6%;
}

.site_menuright{
	width:90%;
	float:left;
	
}

.site_text1{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
	color:#313132;
}

.site_text1 a{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
	color:#313132;
	text-decoration:none;
}

.site_text1 a:hover{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
	color:#0da9e2;
	text-decoration:underline;
}


.site_text2{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
	color:#004578;
}

.site_text2 a{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
	color:#004578;
	text-decoration:none;
}

.site_text2 a:hover{
	font-family: Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight: bold;
	color:#2b2b2b;
	text-decoration:underline;
}

/*sitemap end*/
}

@media only screen and (min-width: 310px) and (max-width: 767px) {

	.head_searchpanel{
	width:40% !important;
	}
	.headseach_input{
	width:77% !important;
	}
	
	#navigation ul.nav > li{
border-right:0px none;
font-weight:bold;
float:left;
clear:both;
}
	#sidebar{
	width: 65%;
	}
	footer{
	background:url(../images/footer_bg.png) repeat-x;
	width:100%;
	float:left;
	margin-top:1%;
	padding-bottom:1%;
}
#foot_main{
	width:90%;
}
.footseacrh_boxinput{
		width:69%;
		padding:5%;
		margin-left:0.5%;
		font-size:14px;
}

#foot_downin{
	width:90%;
}
.foot_downtext{
	font-size:12px;
}
.footseacrh_boxinput{
		width:69.3%;
		padding:4.9%;
		font-size:14px;
}
.seacrh_boxinput{
		width:67.6%;
		padding:4.9%;
		font-size:12px;
	}

.foot_part1{
	width:90%;
	float:left;
	margin-left:3%;
	margin-top:7%;
}

.foot_part2{
	width:90%;
	float:left;
	margin-left:3%;
	margin-top:2%;
}
.foot_part3{
	width:90%;
	float:left;
	margin-left:3%;
	margin-top:2%;
}
.foot_part4{
	width:90%;
	float:left;
	margin-left:5%;
	margin-top:6%;
}

.foot_text{
	font-family: 'bebas_neueregular';
	 font-size:30px;
	 color:#fff;
	 line-height:1.2;
}
.foot_nav{
	float:left;
	}
.foot_nav ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.foot_nav ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#002146;
	float:left;
	width:100%;
	font-weight:bold;
}

.foot_nav ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#002146;
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding:1px 0px;
}
.foot_nav ul li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding:1px 0px;
}
.foot_text1{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#002146;
	 line-height:1.3;
}
.foot_text1 a{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#002146;
	 line-height:1.3;
}
.footsearch_btn{
		background: url(../images/search_btn1.png) no-repeat;
		width:32px;
		height:32px;
		float:right;
		border:none;
		cursor:pointer;
		border-left:1px solid #FF0000;
	}
.footseacrh_boxinput{
		width:72.3%;
		float:left;
		background:#fff;
		border:none;
		
		padding:3.4%;
		margin-left:0.5%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#0f161a;
}
.new_user{
	max-width:100%;
	float:left;
	border-radius:6px;
	background:#004578;
	border:1px solid #0084cd;
	margin-top:3%;
	padding:5% 2%;

}
.new_userin{
	width:100%;
	text-align:center;
		clear:both;
}
.new_usertext{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#fff;
	 line-height:1.3;
	 text-transform:uppercase;
}
.new_usertext1{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#01eaff;
	 font-weight:bold;
	 line-height:1.3;
	 text-transform:uppercase;
}
.new_usertext1 a{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#01eaff;
	 font-weight:bold;
	 line-height:1.3;
	 text-transform:uppercase;
}
.new_usertext2{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:30px;
	 color:#fff;
	 font-weight:bold;
	 line-height:1.3;
	 text-transform:uppercase;
}

.new_userin1{
	background:#0084cd;
	border-radius:6px;
	padding:2%;
	width:70%;
	margin:0 auto;
}
.new_usertext3{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:18px;
	 color:#fff;
	 line-height:1.3;
}
.new_usertext3 a{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:18px;
	 color:#fff;
	 line-height:1.3;
	 text-decoration:none;
}
.new_usertext4{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#002146;
	 line-height:2;
}
.new_usertext4 a{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#002146;
	 line-height:2;
	 text-decoration:none;
}
.new_usertext5{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:22px;
	 color:#002146;
	 line-height:1;
	 font-weight:bold;
}
.new_usertext5 a{
	font-family: Arial, Helvetica, sans-serif;
	 font-size:22px;
	 color:#002146;
	 line-height:1;
	 font-weight:bold;
}
/**footer panel end**/



/**footerdown panel start**/
#foot_down{
	width:100%;
	float:left;
	background:#002146;
	padding:0.7% 0%;
}
#foot_downin{
	width:100%;
	margin:0 auto;
}
.foot_downtext{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#00a2ff;
	text-align:center;
}
/**footerdown panel start**/
	 #main_body{
	
	margin-top:2%;
}
#body_left{
		width:100%;
	float:left;
	
}
.maincus{
		width: 75%;
}
#body_mid{
	width:1%;
	float:left;
	background:url(../images/mid_bg.png) no-repeat;
	min-height:1350px;
	margin:10% 1.4%;
	display:none;
}
#body_right{
	width:25%;
	float:left;
}
.lefttop_line{
		width:100%;
		float:left;
		margin-top:3%;
	}
	.lefttop_lineleft{
		width:4%;
		float:left;
		margin-right:2%;
	}
	.lefttop_lineright{
		width:90%;
		float:left;
	}
	.lefttop_text{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:24px;
	 color:#15a8dc;
	 line-height:1.2;
	 font-weight:bold;
	 text-transform: lowercase;
	}
	.lefttop_text1{
	 font-family: Arial, Helvetica, sans-serif;
		 font-size:24px;
		 color:#3e3d40;
		 line-height:1.2;
		 font-weight:bold;
	}
	.global_panel{
		width:93%;
		float:left;
		margin-left:6.2%;
	}
	.global_panelin{
		width:100%;
		float:left;
		padding-top:1%;
	}
	.globe_text{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#3e3d40;
	 line-height:1.3;
	}
	
	.global_panelinleft{
		width:98%;
		float:left;
		margin-right:3%;
		padding-top:1.5%;
	}
	.global_panelinright{
		width:52%;
		float:left;
		padding-top:1.5%;
	}
	.why_buy{
		float:left;
	}
	.why_buy ul{
		padding:0px;
		margin:0px;
	}
	.why_buy ul li{
		padding:1% 0%;
	}
	.popular_topbox{
		width:96%;
		float:left;
		margin-top:1%;
		background:#ededed;
		border:1px solid #bebebe;
		padding:1%;
	}
	.popular_navi{
		width:20%;
		float:left;
		clear:both;
	}
	.popular_navi ul li{
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.popular_navi ul li{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#343434;
		line-height:14px;
	}
  /* main body */
/* sidebar */

.chat_nowbox{
		
		border-radius:6px;
		background:#e4e9ed;
		float:left;
		border:1px solid #b2b2b2;
		padding:5%;
		max-width:75%;
	}
	.chat_nowboxin{
		width:100%;
		float:left;
		padding-bottom:2%;
	}
	.chat_nowboxin1{
		width:100%;
		text-align:center;
		padding-bottom:2%;
	}
	.chat_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#064887;
		font-weight:bold;
		line-height:16px;
	}
	.chat_text a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#064887;
		font-weight:bold;
		text-decoration:underline;
	}
	#body_right{
	width:100%;
	float:left;
}
.search_nowbox{
	float:left;
	margin-top:5%;
	max-width:74%;
	border:2px solid #0091ff;
	border-radius:6px;
	background-image: linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -o-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -moz-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -ms-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.21, rgb(205,205,205)),
	color-stop(0.57, rgb(228,228,228)),
	color-stop(0.81, rgb(251,251,251))
);
padding:5% 5% 8% 5%;
}
.search_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#0065b4;
		font-weight:bold;
		line-height:16px;
	}
	.search_box{
		background:#fff;
		width:96%;
		border: 2px solid #FF0000;
		border-radius:6px;
    	float: left;
	}
	.seacrh_boxinput{
		width:67.6%;
		float:left;
		background:#fff;
		border:none;
		border-right:1px solid #FF0000;
		padding:4%;
		margin-left:0.5%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#74858e;
		
	}
	.search_btn{
		background: url(../images/search_btn.png) no-repeat;
		width:32px;
		height:32px;
		float:left;
		border:none;
		cursor:pointer;
	}
	.free_expert{
		background:#9cd4d9;
		max-height: 100%;
		border:1px solid #adbabb;
		border-radius:6px;
    	float: left;
		padding:5% 5% 8% 5%;
		margin-top:5%;
	}
	.free_expert_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#0065b4;
		line-height:16px;
	}
	.free_expertin{
		background:#fff;
		width:90%;
		border:1px solid #b2b2b2;
		border-radius:6px;
    	float: left;
		padding:5% 5% 8% 5%;
		margin-top:3%;
	}
	.free_expert_nav{
		float:left;
	}
	.free_expert_nav ul{
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.free_expert_nav ul li{
		background:url(../images/tick.png) no-repeat 0px 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#0024ff;
		padding-left:21px;
		padding-top:6px;
	}
	.warranty_box{
	float:left;
	margin-top:5%;
	max-height: 100%;
	border:1px solid #B2B2B2;
	border-radius:6px;
	background-image: linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -o-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -moz-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);
background-image: -ms-linear-gradient(bottom, rgb(205,205,205) 21%, rgb(228,228,228) 57%, rgb(251,251,251) 81%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.21, rgb(205,205,205)),
	color-stop(0.57, rgb(228,228,228)),
	color-stop(0.81, rgb(251,251,251))
);
padding:5% 5% 8% 8%;
width:76%;
}
.icon_box{
		width: 95%;
		border-radius:6px;
		background:#e4e9ed;
		float:left;
		border:1px solid #b2b2b2;
		padding:5% 0% 1% 4%;
		margin-top:5%;
	}
	.icon_boxin{
		float:left;
		padding-left:1.3%;
	}
	.icon_text{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#0065b4;
		font-weight:bold;
		line-height:26px;
	}

	
/*registration start*/

.regi_panel{
		width:93%;
		float:left;
		margin-left:6.2%;
		margin-top:3%;
}
.regi_main{
		width:100%;
		float:left;
}
.regi_left{
	width:99%;
	float:left;
	margin-right:5%;
}

.regi_right{
	width:99%;
	float:left;
}
.regi_leftin{
	width:99%;
	float:left;
	padding-bottom:3%;
}
.regi_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
}
.regi_star{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff0000;
}
.regi_input{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:96%;
	padding:1.4% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
}
.regi_select{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:100%;
	padding:1% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
}

.regi_captcha{
	background:#fff;
	border:1px solid #9d9d9d;
	width:90%;
	padding:0% 2%;
	float:left;
}
.regi_captchainput{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:90%;
	padding:1.8% 2%;
	margin-top:2%;
	float:left;
}

.regi_submitbtn{
	background-image: linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -o-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -moz-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -webkit-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -ms-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.29, rgb(204,121,4)),
	color-stop(0.55, rgb(222,142,30)),
	color-stop(0.83, rgb(243,170,61))
);
	border:1px solid #d6820a;
	border-radius:12px;
	margin:0 auto;
	cursor:pointer;
	width:100px;
	padding:0.7%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:40%
}

.regi_login{
	padding-left:35%;
	float:left;
}
.regi_logintext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#001eff;
}
.regi_logintext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#001eff;
}

.regi_login1{
	padding-left:15%;
	float:left;
}
/*registration end*/

/*login start*/
.forgot_input{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:90%;
	padding:1.4% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
	float:left;
}



.forgot_submitbtn{
	background-image: linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -o-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -moz-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -webkit-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -ms-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.29, rgb(204,121,4)),
	color-stop(0.55, rgb(222,142,30)),
	color-stop(0.83, rgb(243,170,61))
);
	border:1px solid #d6820a;
	border-radius:12px;
	margin:0 auto;
	cursor:pointer;
	width:100px;
	padding:0.7%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:10%
}


/*login end*/

/*contact start*/
.con_input{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:94.5%;
	padding:1% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
}

.con_area{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:94.5%;
	padding:1% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
	height:90%;
}
/*contact end*/

/*products services start*/

.product_panel{
	width:100%;
	float:left;
}
.product_navi{
		width:99%;
		float:left;
}

.product_navi ul{
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
.product_navi ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#343434;
	line-height:14px;
}


/*products services end*/

/*part search start*/

.part_panel{
	background-image: linear-gradient(bottom, rgb(168,168,168) 2%, rgb(252,252,252) 69%);
background-image: -o-linear-gradient(bottom, rgb(168,168,168) 2%, rgb(252,252,252) 69%);
background-image: -moz-linear-gradient(bottom, rgb(168,168,168) 2%, rgb(252,252,252) 69%);
background-image: -webkit-linear-gradient(bottom, rgb(168,168,168) 2%, rgb(252,252,252) 69%);
background-image: -ms-linear-gradient(bottom, rgb(168,168,168) 2%, rgb(252,252,252) 69%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.02, rgb(168,168,168)),
	color-stop(0.69, rgb(252,252,252))
);
border:2px solid #0091ff;
border-radius:8px;
width:90%;
float:left;
padding:2%;
margin-top:5%;
margin-bottom:5%;
}

.part_search_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #FF0000;
    border-radius: 6px 6px 6px 6px;
    float: left;
    width: 96%;
	padding:2%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#74858e;
}

.part_submitbtn{
	background-image: linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -o-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -moz-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -webkit-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -ms-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.29, rgb(204,121,4)),
	color-stop(0.55, rgb(222,142,30)),
	color-stop(0.83, rgb(243,170,61))
);
	border:1px solid #d6820a;
	border-radius:15px;
	cursor:pointer;
	width:50%;
	padding:0.7%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	margin-top:3%;
	float:right;
}


/*part searh end*/



/*sellyour_excessinventor start*/

.sell_navi{
	width:100%;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	
}
.sell_navi ul{
	padding:0px;
	margin:0px;

}

.sell_navi ul li{
	color:#4f4f4f;
	font-weight:normal;
	list-style-type:disc !important;
}
/*sellyour_excessinventor end*/


/*request_quotation start*/

.request_area{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:96%;
	padding:1% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
	height:90%;
}
/*request_quotation end*/

}


@media only screen and (min-width: 980px) {
	/*14-05-2013*/

/*terms & conditions*/

.term_left{
	float:left;
	width:3%;
}
.term_right{
	float:left;
	width:97%;
}
	.icon_boxintext{
		float:left;
		padding-left:0%;
		width:44%;
}
	.icon_boxin{
		float:left;
		padding-left:0%;
		width:14%;
		
}
#navigation ul.nav > li a {
	font-size:14px;
}
#navigation ul.nav > li a:hover {
	color:#15A8DC;

	font-size:14px;
  }
  #body_right{
width:99%;
float:left;
}
.foot_part4{
	width:21%;
}
.new_user{
	width:94%;
}
/*registration start*/

.regi_panel{
		width:93%;
		float:left;
		margin-left:6.2%;
		margin-top:3%;
}
.regi_main{
		width:100%;
		float:left;
}
.regi_left{
	width:45%;
	float:left;
	margin-right:5%;
}

.regi_right{
	width:45%;
	float:left;
}
.regi_leftin{
	width:99%;
	float:left;
	padding-bottom:3%;
}
.regi_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
}
.regi_star{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ff0000;
}
.regi_input{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:96%;
	padding:1.4% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
}
.regi_select{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:100%;
	padding:1% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#151515;
	margin-top:1%;
}

.regi_captcha{
	background:#fff;
	border:1px solid #9d9d9d;
	width:38%;
	padding:0% 2%;
	float:left;
}
.regi_captchabox{
	width:75%;
	float:left;
	padding-bottom:3%;
}
.regi_captchainput{
	background:#eaeaea;
	border:1px solid #9d9d9d;
	width:30%;
	padding:1.8% 2%;
	margin-left:5%;
	float:left;
}

.regi_submitbtn{
	background-image: linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -o-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -moz-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -webkit-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);
background-image: -ms-linear-gradient(bottom, rgb(204,121,4) 29%, rgb(222,142,30) 55%, rgb(243,170,61) 83%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.29, rgb(204,121,4)),
	color-stop(0.55, rgb(222,142,30)),
	color-stop(0.83, rgb(243,170,61))
);
	border:1px solid #d6820a;
	border-radius:12px;
	margin:0 auto;
	cursor:pointer;
	width:100px;
	padding:0.7%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:40%
}

.regi_login{
	padding-left:35%;
	float:left;
}
.regi_logintext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#001eff;
}
.regi_logintext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#001eff;
}

.regi_login1{
	padding-left:15%;
	float:left;
}
/*registration start*/
}

/*22-10-13*/

/*arc page start*/

.arc_buy{
		float:left;
}
.arc_buy ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.arc_buy ul li{
	background:url(../images/arrow_blue.png) no-repeat 0px 7px;
	padding:1% 10% 1% 25px;
	color: #427fe4;
    font-family: Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:0.6;
}

.arc_onlinetable{
	float:left;
	margin-top:3%;
	color:#3E3D40;
    font-family: Arial,Helvetica,sans-serif;
    font-size:13px;
}

.arc_qty{
	width:44px;
	background:#fff;
	border:1px solid #ccc;
	padding:2px 3px;
}

.arc_benebox{
	float:left;
	margin-top:5%;
}

.arc_bene_left{
	float:left;
	width:30%;
	padding-right:5%;
}

.arc_bene_right{
	float:left;
	width:65%;
}

.arc_extenbox{
	width:100%;
	float:left;
	border:2px solid #0070c0;
}

.arc_extenbox_left{
	width:30.5%;
	float:left;
	border-right:2px solid #0070c0;
	padding:1% 1%;
}
.arc_extenbox_right{
	width:65%;
	float:left;
	padding:1% 1%;
}

.arc_extenbox_left1{
	width:30.5%;
	float:left;
	padding:2% 1%;
	border-top:2px solid #0070c0;
}
.arc_extenbox_right1{
	width:63%;
	float:left;
	padding:2% 1% 2% 3%;
	border-top:2px solid #0070c0;
	border-left:2px solid #0070c0;
}


.arc_text {
    color: #0065B4;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
	text-transform:uppercase;
}
.arc_text1{
    color: #001c5f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.arc_extenline{
		float:left;
}
.arc_extenline ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.arc_extenline ul li{
	background:url(../images/ziczac.jpg) no-repeat 0px 2px;
	padding:1% 10% 1% 22px;
	color: #001c5f;
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:1;
}

.arcexten_imgbox{
	float:left;
	margin-top:5%;
}
.padd_arc{
	float:left;
	padding-top:3%;
}
/*arc page end*/



/*rf_mic page start*/


.rf_mic_buy ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.rf_mic_buy ul li{
	background:url(../images/arrow_blue.png) no-repeat 0px 7px;
	padding:1% 10% 1% 25px;
	color: #427fe4;
    font-family: Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:1.2;
}
.rf_mic_text{
    color:#001c5f;
    font-family: Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight: bold;
    line-height: 16px;
}
.rf_mic_text1{
    color:#000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size:13px;
    line-height: 16px;
}
.rf_mic_text1 a{
	text-decoration:none;
	color:#0a52a2;
}

.rf_mic_high{
		float:left;
}
.rf_mic_high ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.rf_mic_high ul li{
	background:url(../images/arrow_blue.png) no-repeat 0px 7px;
	padding:1% 10% 1% 25px;
	color: #427fe4;
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px;
    line-height:0.6;
}
.rf_mic_high ul li a{
	color: #427fe4;
    line-height:0.6;
}

.globaltxtcolor{
 color: #001C5F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    
}


