* {
	margin: 0;
	padding: 0;
	}

/* render html5 elements as block */
#header, #footer,#nav {
	display: block;
	}
.chaimanpic {
	text-align: center;
	width: 200px;
	float: left;
	color: #19731C;
	font-family: Calibri;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.video {
	position: absolute;
	top: 130px;
	z-index:10;
	height: 290px;
	width: 220px;
	right: 0px;
	background-image: url(../images/qcpopup.png);
	background-repeat: repeat;
	color: #FFFFFF;
}



/* standard body */
body {
	margin: 0 auto;
	font-family: Calibri;
	font-size:16px;
	background-color:#ffffff;
	color:#333333;
	
}
.clear{
	clear:both;
}
h1 {
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #479614;
	width: 220px;
	padding-bottom: 3px;
}
h3 {
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 13px;
	padding-bottom: 5px;
	color: #EB792D;
	font-family: Tahoma;
	margin-top: 10px;
}
.address {
	font-family: Calibri;
	font-size: 14px;
	line-height: 20px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-weight: bold;
	color: #696969;
	width: 250px;
}
.details {
	color: #000000;
	float: left;
	margin-top: 5px;
	line-height: 25px;
}
#left-contact {
	float: left;
	width: auto;
	height: auto;
}
#rightcontent {
	float: left;
	width: 300px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #696969;
	height: 260px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
}


p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	font-family: Calibri;
	color: #333333;
}
.black {
	color: #000000;
	
}
.green
{
	color:#006600;
	line-height: 20px;
}
.borderbottom {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #368917;
}


.logo{
	width:190px;
	background-repeat: no-repeat;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	height: 78px;
	float: left;
}


#header{
	width:1000px;
	position:relative;
	z-index:999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#short_icons {
	float: right;
	width: auto;
	margin-top: 10px;
	margin-right: 5px;
	
}
.support {
	border-radius: 3px 3px 3px 3px;
	font-family: Calibri;
	font-size: 13px;
	color: #333333;
	float: left;
	height: 25px;
	margin-top: 0px;
	width: auto;
	line-height: 20px;
}
.sms {
	float: right;
	width: 155px;
	margin-left: 10px;
}

.follow {
	float: left;
	height: auto;
	width: auto;
	margin-top: 4px;
	font-size: 13px;
	margin-right: 3px;
	font-family: "Times New Roman", Times, serif;
}
.ftl {
	font-size: 12px;
	margin-top: 2px;
}
.ftl ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.ftl li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin-left: 2px;
}

nav {
	position: absolute;
	width: 598px;
	right:102px;
	top:101px;
}
nav ul {
	width: 760px;
	list-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
nav li {	float: left; position:relative;}		
nav a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #6e6e6e;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 9px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
nav ul li.last a{margin:0 0 0 10px;}

nav a:hover {
	background-color:#FF0000;
	text-decoration:none;
	-moz-border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
	filter:alpha(opacity=70);
	-moz-opacity:0.8;
	opacity:0.8;
	color: #FFFFFF;
}			
nav .active a {
	background-color:#06840a;
	text-decoration:none;
	-moz-border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
	filter:alpha(opacity=70);
	-moz-opacity:0.8;
	opacity:0.8;
	color: #FFFFFF;
}	


nav ul li ul{display:none;}
nav ul li:hover ul{display:block;}
nav ul li ul{
	position:absolute;
	top:20px;
	left:0px;
	width:200px;
	z-index:999;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background:#f4f4f4;
			background:-moz-linear-gradient(top,#FFFFFF,#dadada);
			background:-webkit-gradient(linear,0% 0%,0% 100%,from(#FFFFFF),to(#dadada));filter:alpha(opacity=80);-moz-opacity:0.9;opacity:0.9;-moz-border-radius:0px 3px 3px 3px;-webkit-border-radius:0px 3px 3px 3px;border-radius:0px 3px 3px 3px;

	height: auto;
}
nav ul li.last:hover ul{
	position:absolute;
	top:18px;
	left:-100px;
	width:200px;
	z-index:999;
		background-color:#f4f4f4;
			height:auto;
			
			padding-top:4px;
			padding-bottom:4px;
			text-align:left;
			margin-top:2px;
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
}
nav ul li ul li{
	float:none;
	
	
	position:relative;
	
	padding-bottom: 3px;
    padding-top: 3px;
}
nav ul li ul li a{
	text-align:left;
	font-size:16px;
}
nav ul li ul li a:hover{
	text-align:left;
	border:none;
	background-color:#01B0F3;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
nav ul li ul li .active a{
}


nav li:hover li ul, nav li li ul{display:none;}
nav ul li li ul{position:absolute; left:180px; width:230px; top:-8px;}
nav ul li li:hover ul{display:block;}


#full_banner {
	height: 400px;
	width: 100%;
	clear: both;
}
.bannerwrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 325px;
}
.carousel,
.carousel div {
				width: 1000px;
				height: 325px;
				overflow: hidden;
			}
#mainbody {
	width: 100%;
	height: auto;
	padding-bottom: 0px;
}
.mb_wrapper {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 -2px 8px #dadad9;
	background-color: #FFFFFF;
	height: 250px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 10;
	top: -20px;
}
.mb_left {
	float: left;
	height: 196px;
	width: 235px;
	color: #949393;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
}
.img {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #479614;
	float: left;
	height: 125px;
	width: 235px;
	margin-top: 5px;
	background-color: #e7e6e5;
}

.mb_left p {
	font-family: Calibri;
	font-size: 12px;
	width: 235px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 16px;
}
.mb_left:hover{box-shadow: 0 0 10px #8C8C8C;
    cursor:pointer;}
	
#highlights{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:990px;
	display:block;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
	background-color: #f6f3f3;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.title{
	float:left;
	width:150px;
	color: #B14807;
	height: 25px;
	margin-left: 4px;
}

.m_div{
	float:left;
	display:inline;
	color: #333333;
	font-size: 13px;
	width: 600px;
}


#footer {
	background-color: #efefef;
	width: 100%;
	height: 62px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#hive_fw {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.copyright {
	background-image: url(../images/footerlogo.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 125px;
	float: left;
	padding-left: 130px;
	color: #949393;
	font-size: 13px;
	line-height: 15px;
	font-family: Calibri;
	padding-top: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.rightfooter {
	color: #828080;
	float: right;
	margin-top: 10px;
	font-family: Arial;
	width: 650px;
	margin-right: 10px;
}
.nav_footer {
	text-transform: none;
	float: right;
	margin-top: 5px;
	width: 650px;
}
.nav_footer ul {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-image: none;
	list-style-type: none;
}
.nav_footer li {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}
.nav_footer a {
	color: #949393;
	font-size: 13px;
	text-decoration: none;
	font-family: Calibri;
}
.ws {
	float: right;
	width: 350px;
	margin-top: 10px;
}
.ws a {
	color: #949393;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
.ws a:hover {
	text-decoration: underline;
}

#holder {
	margin-left : auto;
	margin-right : auto;
	width : 1000px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(../images/innerbg.gif);
	background-repeat: repeat-y;
}
#panel_left_holder {
	width : 210px;
	height : auto;
	float: left;
	padding-left: 10px;
}
#panel_left_holder, left_menu {
	width : 200px;
	height : auto;
	padding-top: 2px;
	padding-bottom: 0;
	float: left;
	padding-right: 10px;
}

#left_menu ul
{
	margin: 0;
	padding: 0 0 0 26px;
	background-image: url(../images/list_back.jpg);
}
#left_menu h1
{
background-image: url("../images/bg_green.png");
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-family: Verdana,Arial,Tahoma;
    font-size: 11px;
    height: 20px;
    margin: 0;
    padding: 5px 0 0 12px;
}

#left_menu li
{
background-color: #F6F6EC;
    background-image: url("../images/list_back.jpg");
    color: #677C97;
    height: 21px;
    list-style-image: url("../images/bullet.png");
    padding: 5px 0 0;
}
#left_menu li a
{
	color: #677C97;
	text-decoration: none;
}
#left_menu li a:hover
{
color: #677c97;
text-decoration: underline;
}
div#panel_right {
	width : 780px;
	height : auto;
	float: left;
}
div#innerbanner {
	width : 776px;
	text-align:center;
	height : auto;
	border : 1px none #eceac4;
	padding-top: 2px;
	padding-bottom: 2px;
}
#breadCrumb
{
	width:auto;
	height:18px;
	color: #333333;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin-top: 5px;
}
#content {
	text-align: justify;
	float: left;
	padding-right: 10px;
	width: 770px;
	margin-top: 5px;
}


#content .gray {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#content p {
	color: #414141;
	line-height: 23px;
	text-align: justify;
}
.textbanner {
	background-image: url(../images/textbanner.html);
	background-repeat: no-repeat;
	float: left;
	height: 70px;
	width: 1000px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #287E19;
	border-right-color: #287E19;
	border-bottom-color: #287E19;
	border-left-color: #287E19;
	margin-bottom: 10px;
}
.tex2 {
	font-size:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #EB792D;
	padding:0px 0 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB792D;
}
.style {font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color: #403f3f; padding:0px 0 0px 5px;}



.media {
	float: left;
	height: auto;
	width: 1000px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 10px;
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#container {
	
	height: auto;
	width: 1000px;
	margin: 0 auto 25px;
              padding-bottom: 30px;
            position: relative;
   
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.careerbox{
	padding: 15px;
	width: 800px;
	float: left;
	margin-top: 40px;
	margin-left: 100px;
	box-shadow: 0 0 10px #8C8C8C;
	cursor:pointer;
}
.career-img {
	background-repeat: no-repeat;
	float: right;
	height: 420px;
	width: 350px;
	background-image: url(../images/career.html);
}

.career-head {
	color: #126D1D;
	font-size: 16px;
	font-weight: bold;
	font-family: Corbel;
	padding-left: 8px;
}


.fpbox {
	box-shadow: 0 0 10px #8C8C8C;
	cursor:pointer;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.fp-img {
	background-repeat: no-repeat;
	height: 135px;
	width: 195px;
}
#content ul {
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#content li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	text-transform: capitalize;
}
.introduction {
	width: 1400px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-position: center center;
	margin: 0px;
	height: 700px;
	position: fixed;
}
.intro-container {
	height: auto;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.intro-logo {
	background-repeat: no-repeat;
	float: left;
	height: 145px;
	width: 300px;
	margin-top: 225px;
}
#tab {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}


.loader {
	background-image: url(../images/loader1.gif);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 32px;
	margin-top: 30px;
	margin-left: 180px;
}
.ProjectTblRowL {
	border-bottom: 1px dotted #C5C5C5;
	border-left: 1px dotted #C5C5C5;
	color: #454545;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	text-align: center;
	vertical-align: top;
	line-height: 25px;
}
.ProjectTblRowC {
	border-bottom: 1px dotted #C5C5C5;
	border-left: 1px dotted #C5C5C5;
	color: #454545;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	line-height: 25px;
}.pdf {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	float: left;
	margin-top: 10px;
	margin-left: 12px;
}

.careerinfo {
	margin: 15px;
	float: left;
	text-align: justify;
	line-height: 20px;
	color: #000000;
}
.nri {
	float: left;
	width: 770px;
}
.nrilft {
	float: left;
	width: 25px;
	height: 15px;
	background-image: url(../images/tikicon.png);
	background-repeat: no-repeat;
	margin-top: 10px;
}
.nririt {
	float: right;
	width: 745px;
}
.nrigreen {
	color:#006600;
	line-height: 20px;
	text-transform: uppercase;
	float: left;
	margin-top: 10px;
	width: 745px;
	font-weight: bold;
}
.formbox {
	color: #656565;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.inpt_txt {
	font-family: Calibri;
	line-height: 17px;
	color: #000000;
	float: left;
	width: 100px;	
}
.cont_inpt {
	background-image: url(../images/tf1.html);
	float: left;
	height: 33px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	margin: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
}

.title1 {
	text-shadow: 0 1px 0 #fff;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url(../images/widget-title-bg.html);
	background-origin: padding-box;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto auto;
	color: #333333;
	font-size: 18px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0;
	padding-top: 0;
	text-transform: uppercase;
	font-weight: normal;
	width: 245px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.target {
	background-color: #000;
	position: relative;
	width: 100%;
	height: 400px;
	z-index: 10;
	margin: 0px;
}
.caption {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-top: 0;
}
.sscap {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
	background-color: #FFFFFF;
	height: auto;
	position: absolute;
	top: 360px;
	z-index:10;
	font-family: Cambria;
	font-size: 28px;
	color: #FFFFFF;
	float: left;
	margin-left: 10px;
	padding: 20px;
}
 
.feedback{
	position:fixed;
	bottom:0;
	right: 0px;
	z-index: 10;
}
.feedback a {	

-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	display:block;
	float:right;
	cursor:pointer;
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #18a31f;
	background-image: url(../images/feedback.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 35px;
	width: 185px;
	border: 2px none #0d8519;
}


.feedback .form{
	height:170px;
	width:auto;
	border:2px solid #459414;
	padding:15px;
	display: none;
	background-color: tranparent;
	clear: both;
}

.feedback .status{
	font-size:16px;
}

.form label {
	color: #11A51D;
	margin-right: 20px;
	}
input, textarea {
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('../images/form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

textarea {
	max-width: 400px;
	height: 50px;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px lightgreen;
	-webkit-box-shadow:0 0 8px lightgreen;
	box-shadow:0 0 8px lightgreen;
}


.frm_btn{
	background: #048711;
	font-size: 13px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
	width: auto;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #048711;
	border-right-color: #048711;
	border-bottom-color: #048711;
	border-left-color: #048711;
	margin-right: 5px;
	margin-top: 10px;
	}

.fileform{	
	padding: 0px;
box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	background-color: transparent;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.videotext {
	font-family: Calibri;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}

.countdown_section{
	width:60px;
	height:auto;
	float:left;
	text-align:center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.countdown_amount{
	color:#fff;
	font-size:12px;
	line-height:20px;
	text-align:center;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	font-family: Calibri;
}
.countdown_day{
	text-align:center;
	font-size:12px;
	line-height:14px;
	color:#fff;
	text-transform:lowercase;
	font-family: Calibri;
}
#sideimage {
	-webkit-box-shadow: 0 0 10px #8C8C8C;
	-moz-box-shadow: 0 0 10px #8C8C8C;
	box-shadow: 0 0 10px #8C8C8C;
	float: right;
	height: auto;
	width: auto;
	margin-top: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-right: 20px;
	padding: 1px;
}
