@charset "utf-8";
/* CSS Document */

@import url('global.css');
@import url('menu.css');
@import url('font-awesome.min.css');
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
body{
	font-family:Arial;
	font-size:12px;
	line-height:17px;
	color:#5f5f5f;
}
.wrapper{
	width:1000px;
	margin:0 auto;
}
.top_header{
	color:#fff;
	background: rgb(138,24,16);
	background: -moz-linear-gradient(top,  rgba(138,24,16,1) 0%, rgba(154,28,18,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,24,16,1)), color-stop(100%,rgba(154,28,18,1)));
	background: -webkit-linear-gradient(top,  rgba(138,24,16,1) 0%,rgba(154,28,18,1) 100%);
	background: -o-linear-gradient(top,  rgba(138,24,16,1) 0%,rgba(154,28,18,1) 100%);
	background: -ms-linear-gradient(top,  rgba(138,24,16,1) 0%,rgba(154,28,18,1) 100%);
	background: linear-gradient(to bottom,  rgba(138,24,16,1) 0%,rgba(154,28,18,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a1810', endColorstr='#9a1c12',GradientType=0 );
}
.top_header a{
	display:inline-block;
	padding:8px 9px;
	color:#fff;
	text-decoration:none;
}
.top_header a:hover{
	color:#FC0;
}
.top_header span{
	border-left:solid 1px #571704;
	box-shadow:0 0 1px #d13708;
	height:10px;
}
.logo_txt{
	color:#a7a7a7;
	padding-top:25px;
	font-weight:bold;
}
.menu_panel
{
	background: #fff;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DEDEDE',GradientType=0 );
}
.news_panel{
	border:solid 1px #d5d5d5;
	border-radius:4px;
	color:#2f2f2f;
}
.news_div{
	border-right:solid 1px #d5d5d5;
}
.news_txt_div{
	border-right:solid 1px #d5d5d5;
	width:740px;
}
.inner_left{
	width:196px;
}
.inner_right{
	width:747px;
}
h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}
h2{
	color:#3f3f3f;
	font-weight:normal;
	font-family: 'Arimo', sans-serif;
}
h3, .inner_right h2{
	color:#a72016!important;
	border-bottom:solid 1px #eaeaea;
	font-size:20px;
	margin-bottom:10px;
	font-family: 'Oswald', sans-serif;
}
.inner_right h2 span{
	border-bottom:solid 2px #b8433a;
	display: inline-block;
	padding-bottom: 10px;
}
.inner_left li{
	background:url(../images/ar_bullet.jpg) no-repeat 5px 13px;
	border-bottom:solid 1px #d5d5d5;
}
.inner_left li:hover{
	background:#ececec url(../images/ar_bullet.jpg) no-repeat 5px 13px;
}
.inner_left li a{
	text-decoration:none;
	padding:7px 15px;
	display:block;
	color:#5f5f5f;
}
.inner_left li a:hover{
	color:#921a10;
}
.inner_left_bot{
	background:#3f3f3f;
}
.container_left{
	width:437px;
	height: 284px;
}
.container_right{
	width:275px;
}
.press_content strong{
	color:#e95151;
}
.press_content a{
	color:#0c3580;
	text-decoration:none;
}
.press_content a:hover{
	color:#333;
}
.container_right p{
	border-bottom:dashed 1px #c2c1c1;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	display: block;
	padding: 8px 0 8px 0!important;
	background: #3f3f3f;
	margin-bottom: -1px!important;
	position: relative;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 166px;
	border-right: solid 1px #2f2f2f;
	transition: 0.4s ease;
}
#container ul.menu li:last-child{
	border-right: 0;
}
#container ul.menu li:hover{
	background:#575757;
}
#container ul.menu li.active{
	background: #ececec;
	top: 1px;
	color: #a31919;
}
.content{
	margin:0 auto;
	background: #ececec;
	text-align: left;
	padding: 10px;
	min-height:197px;
}
.content.news{
	display: block;
}
.content.tutorials{
	display: none;
}
.content.links{
	display: none;
}
.content.eoi{
	display: none;
}
.news h4{
	color:#727171;
}
.news li{
	background:url(../images/sm_bullet.jpg) no-repeat 0 10px!important;
	padding:5px 0 5px 15px;
	border-bottom: solid 1px #d6d6d6;
	width:145px;
}
.news li a{
	color:#5f5e5e;
	text-decoration:none;
}
.news li a:hover{
	color:#900!important;
}
.footer{
	color:#cfcfcf;
	/*background: rgb(40,40,40);
	background: -moz-linear-gradient(top,  rgba(40,40,40,1) 0%, rgba(72,72,72,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,1)), color-stop(100%,rgba(72,72,72,1)));
	background: -webkit-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(72,72,72,1) 100%);
	background: -o-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(72,72,72,1) 100%);
	background: -ms-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(72,72,72,1) 100%);
	background: linear-gradient(to bottom,  rgba(40,40,40,1) 0%,rgba(72,72,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#484848',GradientType=0 );*/
	background:#000 url(../images/footerBg.jpg) repeat-x;
}
.top_footer .gap{
	margin-left:63px;
}
.top_footer h4{
	color:#f08f55;
	border-bottom: solid 1px #3e3e3e;
}
.top_footer h4 span{
	border-bottom: solid 2px #f08f55;
	display: inline-block;
	padding-bottom: 5px;
}
.top_footer li{
	margin-bottom: 5px;
}
.top_footer li a
{
	background:url(../images/fotAr.png) no-repeat 0 5px;
	text-decoration:none;
	color:#e7e7e7;
	padding:0 0 0 10px;
	display:block;
}
.top_footer li a:hover{
	color:#ff9d68;
}
.top_footer hr{
	border-top: solid 1px #505050;
	border-bottom: 0;
}
.footer_bx{
	background:#525252;
	border:solid 1px #6c6c6c;
}
.footer_bx a{
	text-decoration:none;
	color:#cfcfcf;
}
.footer_bx a:hover{
	color:#fff;
}
.ulStyle
{
	margin-top:10px;
}
.inner_right ul li{
	background:url(../images/linkIcon.jpg) no-repeat 0 3px;
	padding-left:20px!important;
	list-style-type:none!important;
	margin-left:0!important;
	margin-bottom:6px!important;
}
.inner_right ul li a{
	color:#333;
	text-decoration:none;
}
.inner_right ul li a:hover
{
	color:#990000;
}
.inner_right ul li ul{
	margin-top: 6px;
	margin-bottom: 6px;
}
.inner_right ul li ul li{
	background:url(../images/bullet_list_icon.jpg) no-repeat 0 2px;
}
.inner_right h2
{
	margin:0 0 6px 0;
}
.table{
	width: 100%;
}
.table tr th{
	/* background: #911910; */
	color: #ffffff;
	padding: 5px 10px;
	text-align: left;
}
.table tr td{
	padding: 5px 10px;
	text-align: left;
}
.table tr{
	background: #eaeaea;
}
.regOffTable tr td{
	width: 25%;
	padding-bottom: 10px;
}
.regOffTable tr td a{
	color: #e1663d;
}
.regOffTable tr td a:hover{
	color: #333;
}
.businessOffBx, .productBx{
	background: #fff;
	border: solid 1px #ddd;
	width: 46%;
	padding: 10px;
	margin-bottom: 15px;
	min-height: 160px;
	position: relative;
}
.productBx{
	width: 90%;
	min-height: 220px;
}
.businessOffBx:before, .businessOffBx:after, .productBx:before, .productBx:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.businessOffBx:after, .productBx:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.prodTable tr td{
	width: 50%;
}
.isNoticeBx{
	background:#990000; padding:5px; text-align:center; color:#fff;
}
.isNoticeBxInner{
	background: #f2f2f2;
	border:solid 1px #d6d6d6;
	padding: 10px;
	min-height: 150px;
}
.redcol{
	color: #ff0000;
}
.regInput{
	border: solid 1px #ddd;
	padding: 8px 5px;
	width: 210px;
}
.regSelect{
	border: solid 1px #ddd;
	padding: 8px 5px;
	width: 220px;
}
.regInput:focus, .regSelect:focus{
	border: solid 1px #2bb3e5;
}
.submitBtn{
	background: #219cd7;
	padding: 7px 10px;
	border: 0;
	color: #fff;
	cursor: pointer;
}
.submitBtn:hover{
	background: #2bb3e5;
}
.resetBtn{
	background: #e2643c;
	padding: 7px 10px;
	border: 0;
	color: #fff;
	cursor: pointer;
}
.resetBtn:hover{
	background: #e58e59;
}
.faqUl li h4{
	color: #ff0000;
	font-size: 13px;
}
.faqUl li p{
	line-height: 20px;
}
.grivBtnPanel{
	width: 45%;
	border: solid 1px #ddd;
	padding: 10px;
	height: 100px;
	position: relative;
}
.grivBtnPanel input{
	position: absolute;
	top: 10px;
	left: 10px;
	background: #eac05e;
	border: solid 1px #d6ac4b;
	padding: 10px 15px;
	font-weight: bold;
	cursor: pointer;
	width: 335px;
	height: 100px;
}
.grivBtnPanel input:hover{
	background: #d6ac4b;
}

.print.table.table-bordered.table-hover tbody tr:first-child {background: #44aaed;color: #fff;font-weight: 600;}