@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
	width: 190px;
	border-bottom: 4px solid #656659;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a {
  padding: 15px 10px;
  background: url(images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
#cssmenu > ul > li {
  background: #e94f31;
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);
}
#cssmenu > ul > li:hover {
  background: #e84323;
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);
}
#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  background: url(images/pattern.png) top left repeat;
  color: #ffffff;
  border: 1px solid #ba2f14;
  border-top: none;
  text-shadow: 0 -1px 1px #751d0c;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}
body{
	background: url(images/bodybg.png) repeat;
}

#ContentWrapper {
	background: none!important;
}
.LeftColumn {
	float:left;
}
.rightContent {
	width: 800px;
	display:inline-block;
	padding-left: 10px;
}
.row.prdct {
	display: inline-block;
}
.title-bg {
	max-width: 100%;
	height: 6px;
	background: url(images/shizzle.png) repeat-x;
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
}
.title-bg > div {
	display: inline-block;
	position: absolute;
	background: url(images/bodybg.png);
}

.title {
	font-size: 22px;
	color: #363d47;
	text-shadow: 1px 1px 1px #FFF;
	font-weight: normal;
	top: -17px;
	padding-right: 10px;
}

.productwrap {
	background-color: #DCE0E5;
	width: 100%;
	height: 100%;
	padding: 7px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0, 0.4);
}

.pr-img {
	position: relative;
	width: 170px;
	height: 180px;
	background-color: white;
	padding: 5px;
}

.pr-img img {
	max-width : 100%;
}

.col-product-box {
	width: 185px;
	margin: 5px;
	float: left;
	height: 245px;
}

.smalltitle {
	color: #303740;
	text-decoration: none;
	font-size: 14px;
	display: block;
	width: 150px;
	margin-left: 6px;
	margin-top: 5px;
}
.smalltitle a {
	color: #303740;
	text-decoration: none;
}

.smalldesc {
	font-size: 12px;
	color: #707780;
	margin-left: 6px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.productimgwrap {
	float: left;
	width: 320px;
	display: inline-block;
}

.productimgwrap img {
	width:100%;
	border: 5px solid #f1f5f8;
	border-radius: 5px;
}

.thumb-img {
	float: left;
	width: 100px;
	height: 60px;
	margin: 3px;
	border: 3px solid rgba(189, 186, 186, 0.61);
}
.product-content-detail {
	background: #ffffff;
	box-shadow: 1px 1px 0px rgba(0,0,0, .1);
	padding: 20px;
	border-radius: 0 5px 5px 5px;
	display: inline-block;
  line-height : 20px;
  margin-top: 10px;
}

.productdata {
  position: relative;
	display: inline-block;
	width: 440px;
	padding-left: 10px;
}

.infospan {
	color: #707780;
	font-size: 13px;
	height: 30px;
	width: 100%;
	border-bottom: 1px dashed #c2cbd3;
	line-height: 27px;
  display: inline-table;
}
.corplogo {
  position: absolute;
  right: 3px;
  top: -10px;
}
.feature {
  padding: 10px;
  line-height: 23px;
  font-size: 18px;
  font-family: serif
}
.video-section {
  padding: 10px;
}

.video-section a {
  margin: 5px;
}

.videothumbnail {
  position: relative;
  float: left;
  margin: 5px;
}

.play_border {
    position: absolute;
    top: 69px;
    left: 116px;
    margin:5px;
    border: 2px solid rgba(252, 249, 249, 0.7);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.play_border:hover{
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.play_border:hover .play_button{
    border-left: 10px solid rgba(0,0,0,0.5);
}
.play_border:active,.play_border:focus{
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5.play_button:hoverpx 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.play_button {
    position:relative;
    top: 10px;
    left: 40%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(250, 245, 245, 0.8);
} 


