body
{
	background-color:#81bde1;
}

footer .footercontainer {

    padding: 10px 15px;
    background-color: #bebebe;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;

    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    color:#fff;
    width:100%;
}
footer .footercontainer a{
    text-decoration:none;
    color:#FFFFFF;
}
footer .footercontainer a:hover{
    text-decoration:underline;
    color:#004A95;
}
#maincontent-inner
{
	width:920px;
	float:left;
	background-color:#FFFFFF;
	padding-bottom:10px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
}
#topdiv{
	position:relative;
	left:860px;
	top:5px;
	margin:10px 10px 0 0;
	padding:0px 0px 0 0;
	/*border:thin #FFF solid;*/
}
.tab-pane{
 width:600px;
 height:400px; 
}


//************************ video style*/

#vidDiv {
	position:relative;
	width:425px;
	height:344px;
	z-index:1;
	background-color: #82B4FF;
	background-image: url(images/videobg.png);
}
#vidDivInstr {
	position:relative;
	width:303px;
	height:87px;
	z-index:2;

	color: #F90;
	text-align: center;
}
.Vdodiv{
	position:relative;
	width:400px;
	height:30px;
	z-index:3;
	color: #1D3971;
	text-align: left;
	font-size: 0.875em;
	margin-left:10px;
	cursor:pointer;

}
/***************************************/

/*********************** payment page style ************/
.Paymentformdiv{
	position:relative;
	width:400px;
	height:400px;
	z-index:3;
	color: #1D3971;
	text-align: left;
	font-size: 1em;
	margin-left:10px;
	cursor:default;

}

.PaymentmyButton {
	-moz-box-shadow: 3px 4px 0px 0px #1564ad;
	-webkit-box-shadow: 3px 4px 0px 0px #1564ad;
	box-shadow: 3px 4px 0px 0px #1564ad;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
	margin-left:170px;
	margin-top:10px;
}


.PaymentmyButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}


.PaymentmyButton:active {
	position:relative;
	top:1px;
}
/****************************/

/****************thumbnail***********/
.thumbnail {
    text-align:center;	
	cursor:pointer;
	border:3px solid blue;
	border-radius:10px;
}

.thumbnail > li {
  float: right;
  margin-bottom: 18px;
  margin-left: 20px;
}
/****************thumbnail***********/

.btn{
	margin-left: 10px;
}
.pull-right{
	margin-right: 10px;

}
@keyframes sub1 {
	100% { background-position: -1408px; }
}
@keyframes sub2 {
	100% { background-position: -704px; }
}
@keyframes sub3 {
	100% { background-position: -1408px; }
}
@keyframes sub4 {
	100% { background-position: -704px; }
}
@keyframes sub5 {
	100% { background-position: -704px; }
}
@keyframes sub6 {
	100% { background-position: -704px; }
}
@keyframes sub7 {
	100% { background-position: -704px; }
}
.wrapper{
	width:150px;
	height:150px;
	background: #1a96a1;
}
.clipwrapper        { position: relative; height: 200px; width: 200px;}

.clip               { position: absolute; top: 30px; left: 30px; }

.pos-1              { clip:rect(0 175px 144px 0); }
.pos-2              { clip:rect(0 96px 48px 48px); left: -48px; }
.pos-3              { clip:rect(48px 48px 96px 0); top: -48px; }
.pos-4              { clip:rect(48px 96px 96px 48px); top: -48px; left: -48px; }

.slider-item { width: 150px !important; height: 150px; margin:25px;}

