/* Credit: http://www.imonthemes.com */

@import url('reset.css');


	

/* body */
.cf:after, .cf:before {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.wrapper {
  width: 1170px;
  background:#fff;
  margin:0 auto;
}
body {
	margin: 0;
	padding: 0;
	color: #151515;
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-size: 15px;
	line-height: 1.4em; 
	/*background-repeat: repeat;*/
	background: #0A77A5;
	 background-repeat: repeat-x;
	

}

a, a:link, a:visited { color: #0299aa; font-weight: normal; text-decoration: none }
a:hover { text-decoration: none; }

a.detail{ 
			display: inline-block; 
			width: 64px; 
			height: 20px; 
			line-height: 20px; 
			text-align: center; 
			font-size: 10px; 
			font-weight: bold; 
			color: #333; 
			/*background: url(../images/templatemo_detail.png)*/ 
			background: url(../images/rm.png);
			
			}

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
blockquote { border: 1px solid #039fb1; border-left: 5px solid #000; padding: 19px; margin: 20px 0 0 0}
cite a, cite a:link, cite a:visited  { font-size: 12px; text-decoration: none; font-style: normal }
cite span { font-weight: 400; color: #333; }

.tmo_list { margin: 10px 0 10px 15px; padding: 0; list-style: none }
.tmo_list li { color:#999; margin: 0 0 5px 0; padding: 0 0 0 15px; background: url(../images/templatemo_list.png) no-repeat scroll 0 5px  }
.tmo_list li a { color: #999; font-weight: normal }
.tmo_list li a:hover { color: #333 }


h1, h2, h3, h4, h5, h6 { color: #333; font-weight: normal; }
h1 { 
         font-size: 28px; 
		 margin: 2px 0px 10px 2px; 
		 padding: 3px; 
		 /*background:url(../images/wcbg.gif) repeat-x top;*/
		
		 }
h2 { font-size: 26px; margin: 0 0 25px; padding: 5px 0 }
h3 { font-size: 20px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 16px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 14px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }

.float_l { float: left; }
.float_r { float: right;}
.float_r2 { float: left;
padding-left:30px}


#templatemo_body_wrapper {
	width: 100%;
	background: url(../images/templatemo_body_top.jpg) repeat-x top;
	padding-bottom:4px;
}

#templatemo_wrapper {
	width: 980px;
	margin: 0 auto;
}

#templatemo_header {
	width: 100%;
	/*height: 78px;*/
	background-color: #333;
	position: absolute;	
	
}

	 


#templatemo_menubar {
	width: 1000px;
	height: 60px;
	background: url(../images/templatemo_menubar.png) no-repeat;
	position:relative;
}

#templatemo_main {
	width: 1150px;
	padding: 10px 10px;
	background-position:center;
	background-color:#FFF;
	
	
	
}



/*body end-----*/



/*title-----*/


#site_title { float: left; margin-top: 0px; }
#site_title h1 { margin: 0; padding: 0 }
#site_title h1 a { display: block; width: 300px; height: 20px; padding-top: 20px; font-size: 12px; letter-spacing: 4px; color: #2f2f2f; text-align: left;  position:absolute;  }

/*title end-----*/

/* COLUMNS LAYOUT----------------------------------------------------------*/
.one-half,
.one-third,
.one-fourth {
  float: left;
  margin-bottom: 40px;
  margin-right: 2.1276%;
  position: relative;
}
.one-half {
  width: 48.9361%;
}
.one-third {
  width: 31.9148%;
}
.one-fourth {
  width: 23.4042%;
}
.last {
  clear: right;
  margin-right: 0 !important;
}

/* PAGE ----------------------------------------------------*/

#page-content,
#page-content-sb {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
#page-content-sb {
  width: 640px;
  float: left;
  margin-right: 60px;
}
 
 /*----------side bar--------*/
 
 #content { width: 690px }
#sidebar { width: 220px }


.sidebar_box {
	position: relative;
	background: #f0f0f0;
	margin-bottom: 22px;
	border: 1px solid #dbdbdb
}
.sidebar_box h3 {
	font-size: 14px;
	font-weight: 700;
	padding: 0 10px 0 35px;
	margin: 0;
	width: 172px;
	height: 33px;
	line-height: 33px;
	margin-bottom: 0;
	/*background: url(../images/templatemo_sidebar_header.png)  no-repeat;*/
	background:#E67817 url(images/sb.gif) repeat-x top;
	color: #fff;
	border: 1px solid #E67817;
}

#sidebar .sidebar_box .content {
	padding: 10px 10px 0;
}

#sidebar .sidebar_list { margin: 0; padding: 0 0 10px; list-style: none; }
#sidebar .sidebar_list li { 
							display: block; 
							margin: 0; 
							padding: 5px 5px; 
							border-top: 1px solid #fff; 
							border-bottom: 1px solid #d3d3d3;
							background: #0C6DB9;
							 }
							 #sidebar .sidebar_list li  ul{
								     margin-left: 190px;
    position: absolute;
    padding: 5px;
    margin-top: -29px;
							 }
							  #sidebar .sidebar_list li  ul li{
								border-top:none;
								
								height:19px;
							 }
#sidebar .sidebar_list li.first { border-top: none }
#sidebar .sidebar_list li.last { border-bottom: none }
#sidebar .sidebar_list li a { color: #fff;   }
#sidebar .sidebar_list li:hover { color: #000; background:#1D9BCF; text-decoration: none }

.bs_box { clear: both; margin-bottom: 20px }
.bs_box img { float: left; margin-right: 10px; border: 4px solid #fff }
.bs_box h4 { margin-bottom: 0 }
.bs_box h4 a { font-size: 11px; color: #000; font-weight: 700}
.bs_box .price { font-size: 12px; font-weight: 700; color: #11bdd1}

.product_box {
	float: left;
    width: 199px;
    text-align: center;
    /* margin: 20px; */
    margin-right: 20px;
    padding-bottom: 20px;
    height: 220px;
    /* border-bottom: 1px dotted #ccc; */
    margin-top: 20px;
    margin-bottom: 20px;
margin-left: 15px;
}
.product_box:hover { opacity:0.5; background:#eee; box-shadow:2px 2px 2px 2px;}
.product_box img {
	margin-bottom: 2px;
	    width: 180px;
    height: 168px;
}
.product_box h3 {
	font-size: 11px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
}
.product_box .product_price {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}

.product_box .detail {
	float: right;
	display: block;
}

/* CONTACT  ----------------------------------------------------*/


#map-holder {
  margin-bottom: 80px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
#map-holder #map_canvas {
  width: 100%;
  height: 300px;
}
#map-holder #map-content {
  padding: 20px;
  border-top: 1px solid #ccc;
}


/*============================*/
/*=== Custom Slider Styles ===*/

/*============================*/

.slider {
position: relative;



}
.slider2 {
position: relative;
left:10px;


}
.space30 {margin-bottom:30px;}

/*............................... midrow start............... */

#midrow {
	width: 310px;
	margin: 0 auto;
	padding-left:25px;
	float:left;
	
}
#container {
	float: left;
	
}
.box {
	margin-top: 20px;
	padding-top: 10px;
	
	width: 310px;
	height: 395px;
	float: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #900;	
}
.box h1 {
	padding-left: 10px;
}
.box p {
	margin: 0px;
	width: 200px;
	padding: 15px 5px 10px 5px;
	float: left;
	padding-left:20px;
	
	
}
.last {
	background: none;
}
a.plan {
	margin-top: 10px;
	float: none;
	display: block;
	width: 83px;
	height: 101px;
	text-indent: -1000px;
	background-image: url(../images/plan.jpg);
	background-repeat: no-repeat;
	background-position: 0px -101px;
	margin-left:40px;
	 
}
a.plan:hover {
	background-position: 0px 1px;
}
a.whyus {
	margin-top: 10px;
	float: none;
	display: block;
	width: 83px;
	height: 87px;
	text-indent: -1000px;
	background-image: url(../images/whyus.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left:50px;
	margin-bottom: 8px;
}
a.whyus:hover {
	background-position: 0px -88px;
}
a.support {
	margin-top: 10px;
	float: none;
	display: block;
	width: 83px;
	height: 72px;
	text-indent: -1000px;
	background-image: url(../images/support.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 50px;
	margin-bottom: 20px;
}
a.support:hover {
	background-position: 0px -70px;
}
a.button {
	padding: 3px 0px;
	margin-left: 2px;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/buttonr.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.button span {
	padding: 3px 5px;
	background-image: url(../images/buttonl.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* FOOTER */
#gotop {
	display:table;
	float:right;
	margin-top:80px;
}


#footer{
	margin: 2px;
	float: left;
		
}
#templatemo_footer100 {
	width: 100%;
	height: 30px;
	text-align: center;
	background-color: #0390C9;
	padding-top: 2px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #900;
	
}
.footer_menu{
	position: absolute;
	padding-left: 10px;
}
.space15 {
	margin-bottom:20px;}
#gotop {
	display:table;
	float:right;
	margin-top:2px;
}

/* Social - footer
========================== */
#social{
	margin: 1px;
	float: right;
	
}
ul.social-networks {
	overflow: hidden;
	float: right;
}

ul.social-networks li {
	float:right;
	margin:2px 1px 0;
	border:none;
}

.icon-twitter a,
.icon-facebook a,
.icon-skype a,
.icon-linkedin a,
.icon-flickr a,
.icon-dribbble a {
	float: left;
	text-indent: 8000px;
	width: 29px;
	height: 29px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image: url(../images/social-sprite.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.icon-twitter a:hover,
.icon-facebook a:hover,
.icon-skype a:hover,
.icon-linkedin a:hover,
.icon-flickr a:hover,
.icon-dribbble a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image: url(../images/social-sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.icon-facebook, .icon-facebook a {background-position:-0px top;}
.icon-facebook a:hover {background-position:-0px bottom;}

.icon-twitter, .icon-twitter a {background-position:-29px top;}
.icon-twitter a:hover {background-position:-29px bottom;}


.icon-dribbble, .icon-dribbble a {background-position:-58px top;}
.icon-dribbble a:hover {background-position:-58px bottom;}

.icon-linkedin, .icon-linkedin a {background-position:-87px top;}
.icon-linkedin a:hover {background-position:-87px bottom;}

.icon-flickr, .icon-flickr a {background-position:-116px top;}
.icon-flickr a:hover {background-position:-116px bottom;}

.icon-skype, .icon-skype a {background-position:-145px top;}
.icon-skype a:hover {background-position:-145px bottom;}



/*============================*/
/*=== Index2 ===*/

/*============================*/


#templatemo_header2 {
	width: 100%;
	height: 70px;
	background-color: #900;
	position: absolute;
}
	
	#templatemo_main2 {
	width: 100%;
	padding: 10px 10px;
	background-position: center;
	background-color: #0FF;
	margin-top:8px;
}

.product_box2 {
	float: left;
	width: 220px;
	text-align: center;
	margin: 0 10px 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc
}

.product_box2 img {
	margin-bottom: 5px;
}
.product_box2 h3 {
	font-size: 11px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
}
.product_box2 .product_price {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}

.product_box2 .detail {
	float: right;
	display: block;
}
.product_box2 p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #900;
}
/*============================*/
/*=== Index2 END ===*/

/*============================*/
	
	
	.first ul 
	
	{
		display:none;
	}
	
	.first:hover > ul
	{
		display: block;
		width: 177px;
		margin-left:-218px;
		z-index: 999999;
		position: absolute;
		background: #eee;
		margin-top: -22px;
	}	
	
	
	
	.mens-toolbar {
	margin: 0 0 12px;
	overflow: hidden;
	/*background: url(../images/bj.png) repeat-x;*/
	height:30px;
	background:#eee;
	padding: 5px;
	border: 1px solid #E6E6E6;
	width: 98.4%;
}

.mens-toolbar a {
	font-size:0.7em;
	vertical-align:middle;
	color:Blue;
}

.mens-toolbar a:hover {
	color:red;
	text-decoration:underline;
}



<!-- other related product css --!>

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	/*--width:80%;--*/
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	/*--padding-right:50px;--*/
}
.nbs-flexisel-item > img {
	/*--width:60%;--*/
	cursor: pointer;
	positon: relative;
	margin-top:10px;
	margin-bottom: 10px;
	width:150px;
	height:150px;
}
.grid-flex{
	margin:10px 0 20px 0;
}
.nbs-flexisel-item a {
	color: #999;
	font-size:0.8125em;
}
.nbs-flexisel-item a:hover{
	color:#555;
}
.nbs-flexisel-item p {
	color: #000;
	font-size: 0.85em;
	padding-top: 25px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:30px;
	height:30px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite.png) no-repeat -166px -315px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -193px -315px;
}



