/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 24, 2017, 9:54:49 AM
    Author     : Lenovo
*/

body{
    margin: 0;
    padding: 0;
    background: url("images/background.jpg");   
 }
/**************** Header Code ****************/
.header{
    width: 100%;
    height: 100px;
    top: 0;
    position: fixed;
    z-index: 10;
}
.company-logo{
   width: 30%;
   height: 50%;
   background: url('images/companylogo1.jpg');
   background-size: contain;
   background-repeat: no-repeat;
    /*margin-top: -5px;*/
}
.logo-image{
   width: 100%;
   height: 60%;
  // background: url('images/header_home.jpg');
   //background-size: cover;
   //background-repeat: no-repeat;
   margin-left: 15%;
   margin-top: -60px;
   //background-origin: content-box;
   background-color: #b82e8a;
   text-spacing: ideograph-alpha;
   font-size: 18px;
   font-family:cursive; 
   text-align: center;
    /*margin-top: -5px;*/
}
/* Base Styles */
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#cssmenu {
  border: 1px solid #133e40;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
}
#cssmenu ul {
  zoom: 1;
  background: #cc3399;
  background: -moz-linear-gradient(top, #993399 0%, #732673 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #993399), color-stop(100%, #732673));
  background: -webkit-linear-gradient(top, #993399 0%, #732673 100%);
  background: -o-linear-gradient(top, #993399 0%, #732673 100%);
  background: -ms-linear-gradient(top, #993399 0%, #732673 100%);
  background: linear-gradient(top, #993399 0%, #732673 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu li {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid transparent;
}
#cssmenu li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 15px 9px 15px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 16px;
}
#cssmenu li.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #391326;
}
#cssmenu li.active a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #800040;
  border: 1px solid #391326;
  -moz-box-shadow: inset 0 5px 10px #73264d;
  -webkit-box-shadow: inset 0 5px 10px #73264d;
  box-shadow: inset 0 5px 10px #4d1933;
}
#cssmenu li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #391326;
}
#cssmenu li:hover a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #73264d;
  border: 1px solid #391326;
  -moz-box-shadow: inset 0 5px 10px #73264d;
  -webkit-box-shadow: inset 0 5px 10px #73264d;
  box-shadow: inset 0 5px 10px #4d1933;
}

/**************** Main Body ***********************/

#slider{
    position: relative;
    margin:auto;
    top: 120px;
    width: 972px;
}
.content{
    position: relative;
    margin:auto;
    top: 120px;
    width: 972px;
}
#content-left{
    width: 69.5%;
    margin: 0 !important;
    float: left;
    display: block;
    /*position: relative;*/
}
.box-left{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    border: solid 1px #993399;
    padding: 20px;
    position: relative;
    /*margin-top: 120px;*/
    background: #fff;
}
 h2 {
    ///background: url("images/h2backgroundleft.jpg") center center repeat-x;
    background: #cc3399;
    background: -moz-linear-gradient(top, #993399 0%, #732673 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #993399), color-stop(100%, #732673));
    background: -webkit-linear-gradient(top, #993399 0%, #732673 100%);
    background: -o-linear-gradient(top, #993399 0%, #732673 100%);
    background: -ms-linear-gradient(top, #993399 0%, #732673 100%);
    background: linear-gradient(top, #993399 0%, #732673 100%);
    position: relative;
    left: -20px;
    top: -20px;
    width: 100%;
    padding: 15px 20px 12px 20px;
    margin: 0 -40px 0 0;
    border-bottom: solid 1px #d7d7d7;
    box-shadow: inset 0px 0px 0px 1px #fff;
    //text-shadow: 1px 1px 0px #fff;
}

#content-right{
    width: 11%;
    /*margin: 0 !important;*/
    float: left;
    display: block;
    margin-left: 5%;
    border: solid 1px #993399; 
/*    margin-top: 10px;
    margin-bottom: 10px;*/

/*    border: solid 1px #d7d7d7;
    padding: 20px;*/
    /*position: relative;*/
    /*margin-top: 120px;*/
    /*background: #fff;*/
}
.box-right{
   width: 21%;
   position: relative;
   float: right;
   background: url("images/content-right.jpg");
   box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15), inset 0px 0px 0px 1px #fff;
   margin-top: 7px;
   margin-bottom: 10px;
   border: solid 1px #993399;
   padding: 17px;
}
.brand{
    padding: 5px;
}
.image{
    float:left;
    /*width:120px;
    margin:-10px 0 15px 10px;
    padding:5px;
    border:1px solid black;
    text-align:center;*/
    margin-right: 10px;
    padding: 5px 5px 10px 5px;
    /*border: 1px solid #BFBFBF;*/
    background-color: white;
}
.image1{
    float:right;
    /*width:120px;
    margin:-10px 0 15px 10px;
    padding:5px;
    border:1px solid black;
    text-align:center;*/
    margin-right: 10px;
    padding: 5px 5px 1px 5px;
    /*border: 1px solid #BFBFBF;*/
    background-color: white;
}
.image:after {
    content: '';
    display: block;
    clear: both;
}
.image1:before {
    content: '';
    display: block;
    clear: both;
}
.seperator-line{
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d9d9d9;
    padding: 1.2em 0 1.2em 0;
    margin-bottom: 10px;
    /*padding: 2.25em 0 2.25em 0;*/
}

.myTable { background-color:#FFFFE0;border-collapse:collapse; }
.myTable th { background-color:#993399;color:white; }
.myTable td, .myTable th { padding:10px;border:1px solid #000000; }

.name{
    border:solid 1px #ccc; 
    margin:0 0 20px;
    color: black;
    width:200px;
    height: 24px;
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1); 
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1); 
    box-shadow:inner 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
}

.address{
    border:solid 1px #ccc; 
    margin:0 0 20px;
    color: black;
    width:200px;
    height: 48px;
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1); 
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1); 
    box-shadow:inner 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
}
.button{
    display: inline-block;
    min-width: 46px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    padding: 0px 8px;
    line-height: 27px;
    border-radius: 2px 2px 2px 2px;
    transition: all 0.218s ease 0s;
    border: 1px solid #732673;
    //background-color: #993399;
    background: #cc3399;
    background: -moz-linear-gradient(top, #993399 0%, #732673 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #993399), color-stop(100%, #732673));
    background: -webkit-linear-gradient(top, #993399 0%, #732673 100%);
    background: -o-linear-gradient(top, #993399 0%, #732673 100%);
    background: -ms-linear-gradient(top, #993399 0%, #732673 100%);
    background: linear-gradient(top, #993399 0%, #732673 100%);
    text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    -moz-user-select: none;
    cursor: pointer;
}
/**************** Footer Code ****************/
.footer{
    width: 100%;
    position: relative;
    /*margin:120px auto;*/
    clear: both;
    top: 190px;
    //border-top: solid 1px #d7d7d7;
    /*border-top: solid 1px #fff;*/
    font-size: 15px;
    text-shadow: 0.2px 0.2px 0px #fff;
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.2);
    color: #cc3399;
    background-color: #993399;
    padding: 0.2em 0 0.2em 0;
}
#copyright {
   color: #000000;
   box-shadow: inset 0px 0.5px 0px 0px;
   text-align: left;
   padding: 2em 0 0 0;
}
#developed {
   color: #000000;
   text-align: right;
   padding-right: 2px;
   padding-top: -5px;
}