body {
    background:url('../images/bg.jpg') no-repeat center center fixed;;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    color: #0E0E0E;
    padding-bottom: 30px;
    padding-top: 30px;
    font-family:'Ubuntu', sans-serif;
}

#bugpage{

}

[class*="span"] {
    margin-left: 5px;
}

.row {
    margin-left: -10px;
    width: 960px;
}

.zero-margin {
    margin-left: -20px;
}

h4 {
    font-size: 16px;
}
/*
238, 73, 159
*/

.footer {
    background-color: #DFDFE2;
    border-radius: 0 0 10px 10px;
    font-family: Arial;
    height: 30px;
    padding-top: 10px;
    behavior: url('js/PIE.htc');
}

.footer ul {
    font-size: 10px;
    font-weight: bold;
    list-style: none outside none;
}

.footer li {
    float: right;
}

.footer a {
    color: #0E0E0E;
    text-decoration: none;
}

.footer span {
    margin-left: 15px;
    margin-right: 15px;
}

.banner {
    border-radius: 10px 10px 10px 10px;
    margin-top: -20px;
    behavior: url('js/PIE.htc');
}

.contact {
    border-left: #DFDFE2 ridge thin;
    border-radius: 3px 3px 3px 3px;
    color: #090909;
    padding: 10px;
    behavior: url('js/PIE.htc');
}

.height200 {
    height: 400px;
}

.height400 {
    height: 400px;
}

.height500 {
    height: 500px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.right justify {
    text-align: right;
}

.nav-pills > li i {
    padding-left: 10px;
}

.menu {
    margin-left:  129px;
    margin-top: 129px;
}

.menu div {
    border-bottom: 4px solid transparent;
    height: 25px;
    padding-top: 10px;
    text-align: center;
    background-color: #EE2889;
    border-radius: 10px 10px 0px 0px;
    behavior: url('js/PIE.htc');
}

.menu div:hover {
    background-color: #EE2889;
    border-bottom: 4px solid #FFE600;
}

#bugs{
background-color: #0E7E0F;

}

.menu div a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.menu div a i {
    padding-right: 10px;
    text-decoration: none;
}

.menu div.active-item {
    background-color: #EE2889;
    border-bottom: 4px solid #FFE600;
}

.align-center {
    vertical-align: middle;
}

#contactus .spmhidip {
    display: none;
    height: 3px;
    width: 10px;
}

.span8 {
    text-align: justify;
}

.hero-unit{
    background-color: #F0F0F0;
    padding: 20px;
    margin-bottom: 0px;
    margin-top: -98px;
    border-radius: 6px 6px 0 0;
}

.padding20{
    padding: 20px;
}

hr{
    margin: 10px;
    border-color: #FFE600;
    border-width: thin;
}

.img-polaroid{
    background-color: #090909
}
/*

*/
.team{
    height:200px;
    margin-bottom: 15px;
    margin-left:20px;
    border-radius: 10px 10px 10px 10px;
}

.team-twoline{
    height:200px;
    background-color: pink;
    margin-bottom: 15px;
    margin-left:20px;
    border-radius: 10px 10px 10px 10px;
}

.team,.team-twoline{
    background-color: #EE2889;
    color: #F0F0F0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.team:hover,.team-twoline:hover{
    background-color: #DFDFE2;
    color: #0E0E0E
}

.team img{
    margin : 10px;
    border-radius: 10px 10px 10px 10px;
}

.team .member{
    margin-left: 25px;
    margin-right: 20px;
}

.team .title, .team .desc{
    margin: 10px;
}

.team .title{
    font-size: 15px;
    text-align: center;
    font-family: 'Gloria Hallelujah', cursive;
	height: 135px;
}

.quote{
    font-size: 40px;
}

.quoter{
    font-size: 10px;
    font-style: italic;
}

.team small{
    margin-left: 30px;
}

.span12{
    width:  920px;
}
.span5{
    width:  440px;
}

.offset20px{
    margin-left: 20px
}

.input-prepend .uneditable-input{
    text-align: right;
}

.bold{
    font-weight: bold;
    color: #E98E33;
}

.width700{
	position: absolute;
    left: 30%;
    width: 700px;
}

.span2-cust{
    width: 100px;
}

.span3-cust{
    width: 200px;
}

.block {
    display: block;
    height: 266px;
    margin-left: -50px;
    position: relative;
    width: 293px;
    z-index: 10;
}

.inline{
    display: inline;
}

.container{
    border-radius: 10px 10px 10px 10px;
	width: 960px;
	margin-top: -20px;
    behavior: url('js/PIE.htc');
}

.align-orbit{
    margin-left:-10px;
}

.slider{
    width:960px;
    margin-left:-20px;    
}

.contact-info div{
    padding-bottom: 10px;
}
.contact-info div img {
    padding-right: 15px;
    vertical-align: top;
}

.contact-info div span{
    display: inline-block;
}

.span4-cust{
	width: 230px;
}

.span7-cust{
	width: 650px;
}

.justify{
	text-align: justify;
}

#contactus{
    margin-left: 20px;
}

#name, #email, #message{
    width: 70%;
}

#contactus textarea{
    width: 70%;
}

.form-button{
    float: right;
    margin-right: 27%;
}

.btn-rainbo{
  color:  #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #EE2889;
  *background-color: #EE2889;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE2889), to(#EE2889));
  background-image: -webkit-linear-gradient(top, #EE2889, #EE2889);
  background-image: -o-linear-gradient(top, #EE2889, #EE2889);
  background-image: linear-gradient(to bottom, #EE2889, #EE2889);
  background-image: -moz-linear-gradient(top, #EE2889, #EE2889);
  background-repeat: repeat-x;
  border-color: #EE2889 #EE2889 #EE2889;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#EE2889', endColorstr='#EE2889', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-rainbo:hover,
.btn-rainbo:active,
.btn-rainbo.active,
.btn-rainbo.disabled,
.btn-rainbo[disabled] {
  color: #ffffff;
  background-color: #EE2889;
  *background-color: #EE2889;
}

.btn-rainbo:active,
.btn-rainbo.active {
  background-color: #EE2889 \9;
}

.text-right{
    text-align: right;
}

.thumbnail:hover,
.thumbnail:hover .caption,
.thumbnail:hover img{
    background-color: #EE2889;
    color: #F0F0F0;
}

.auto:hover,
.auto:hover .caption,
.auto:hover img{
    background-color: #003399;
    color: #F0F0F0;
}

.zoomWindow img {max-width:none}

.thumbnail >img{
    transition: all 0.5s ease 0s;
}

.thumbnail > img:hover {
  -moz-transform:    scale(1.3,1.1);
     -o-transform:      scale(1.3,1.1);
     -webkit-transform: scale(1.3,1.1);
     transform:         scale(1.3,1.1);
}

.reset-margin-left{
margin-left:0px;
}

.legend-cust {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

