html {
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.4px;
  word-spacing: 1px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  background-repeat: repeat-x;
}
li {
  list-style: none;
}
/* Clear default margin and padding */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
} /* to remove the default property of the HTML elements */
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
body {
  background-color: #eaeaea;
}
/* Heading css start here... */
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #2e1e60;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
} /* common H1 header for all respective pages */
h2 {
  font-size: 14px;
  color: #2e1e60;
  margin-bottom: 5px;
} /* common H2 header for all respective pages */
/* Heading css start here... */

/* HTML controls */
select,
textarea,
input[type="text"],
input[type="submit"] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  border: 1px solid #9d9b9b;
  padding: 3px;
}
textarea {
  min-width: 300px;
  max-width: 300px;
  min-height: 70px;
  max-height: 70px;
}
select {
  width: 148px;
}
.smalltextarea {
  min-width: 200px;
  max-width: 200px;
  min-height: 50px;
  max-height: 50px;
}
input[type="text"] {
  padding: 3px 5px;
  width: 135px;
}
input[type="submit"],
input[type="button"],
.action-button a,
.aboutbtn a {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border: 0 none;
  padding: 8px 16px;
  width: auto;
  background: #333;
  cursor: pointer;
  text-transform: uppercase;
}
input[type="checkbox"] {
  padding-left: -3px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

/* HTML controls on hover */
select.small {
  width: 65px;
} /* to small select box for respective pages */
input[type="submit"]:hover,
input[type="button"]:hover,
.action-button a:hover {
  opacity: 0.6;
}

.bg-black {
  background: #302d2e;
}

/* primary Navigation css start here...*/
#nav-bar li {
  list-style-type: none;
  float: left;
  letter-spacing: 0;
}
#nav-bar li.left-padding {
  /*margin-left:10px;*/
}
#nav-bar li a {
  text-decoration: none;
  padding: 36px 10px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

#nav-bar li.active a,
#nav-bar li a:hover {
  color: #cc2222;
  font-weight: bold;
}
#nav-bar li.seperator {
  background-image: url(../images/sep3.jpg);
  background-repeat: no-repeat;
  width: 1px;
  padding: 0;
  height: 35px;
  margin: 0px;
}
#nav-bar li img {
  position: relative;
  top: 13px;
}

/* primary Navigation css end here...*/

/* Footer css */
#footer {
  margin: 0;
  padding: 20px 0;
}
#footer ul li {
  text-align: center;
  list-style-type: none;
  color: #fff;
  display: inline;
  padding: 2px;
}
#footer ul li a {
  color: #fff;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer-copyright-text {
  color: #fff;
  margin-bottom: 8px;
}
#copy-right,
#copy-right a {
  color: #fff;
}
#copy-right {
  margin-top: 12px;
}

/* content representation css start here...*/
.left-float {
  float: left;
} /* to provide left float to respective area */
.right-float {
  float: right;
} /* to provide right float to respective area */
.text-right {
  text-align: right;
} /* to provide text align to right */
.text-center {
  text-align: center;
} /* to provide text align to center */
.vert-align {
  vertical-align: middle;
} /* to provide vertical align */
.required {
  color: #ff0000;
} /* for validation message and mark * mendatory */
.text_strike {
  text-decoration: line-through;
  color: #596573;
} /* to text strike through, used in NCD test drive request form */
.hide {
  display: none;
}

/* Content blocks */
.content-block {
  background-color: #666;
  outline: 0px solid #dddddd;
  overflow: hidden;
  color: #000;
} /* to provide block for content with respective bgcolor */
.content-block-white {
  background-color: #fff;
  border: 1px solid #afbbc7;
  overflow: hidden;
} /* to provide block for content with white bgcolor width border */
.content-block-welcome {
  background-color: #fff;
  border: 0;
  overflow: hidden;
} /* to provide block for content with respective bgcolor */
.content-block-white-noborder {
  background-color: #fff;
  overflow: hidden;
} /* to provide block for content with white bgcolor */
.content-block-call-us {
  background-image: url(../images/call-us-bg-2.jpg);
  background-repeat: repeat-x;
  background-position: center;
}
.content-box-inner {
  padding: 10px 10px;
} /* to provide inner spacing between content and block */

.content-block-home {
  background-color: #010640;
  color: #ffffff;
}
.content-block-home h1 {
  color: #b4cffa;
}
.content-block-home p {
  color: #ffffff;
}

/* Margin and spacing  */
.margin-left {
  margin-left: 10px;
} /* To provide margin from left */
.margin-right5 {
  margin-right: 5px;
}
.margin-right {
  margin-right: 10px;
} /* To provide margin from right */
.margin-top10 {
  margin-top: 10px;
} /* To provide margin from top */
.margin-top5 {
  margin-top: 5px;
} /* To provide margin from top */
.margin-top3 {
  margin-top: 3px;
}
.margin-bottom10 {
  margin-bottom: 10px;
} /* To provide margin from bottom */
.block-spacing {
  padding: 10px 0;
} /* To provide padding from top and bottom for content*/
.margin-top20 {
  margin-top: 20px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top15 {
  padding-top: 15px;
}
/* to design form in table format */
.tbl-forms {
  border: 0px;
  width: 100%;
  color: #000;
}
.tbl-forms td {
  padding: 5px 0;
}
.tbl-forms td.td-width,
.tbl-forms div.td-width {
  width: 150px;
}
.tbl-forms th {
  font-weight: bold;
  text-align: left;
}
.disclaimer {
  color: white;
  font-size: 9px;
  font-style: italic;
}
/* to show data in tabular format */
.tabular {
  border: 0px;
  width: 100%;
}
.tabular th,
.tabular td {
  padding: 7px;
}
.tabular th {
  background-color: #dcedfd;
}
.separator {
  border-bottom: 1px solid #e1e1e1;
} /* dashed separator between two item rows*/
.tabular .sub_head {
  border-bottom: 1px solid #afbbc7;
}
.tabular .item_dark {
  background-color: #f1f1f1;
}

/* Table EMI */
.tbl-emi {
  border-collapse: collapse;
}
.tbl-emi td,
.tbl-emi th {
  padding: 5px;
  border: 1px solid #9d9b9b;
}
.tbl-emi th {
  font-weight: bold;
  text-align: left;
}

/* content representation css end here...*/

/* CSS-3.0 property style start here... */

.box-shadow {
  box-shadow: 0px 3px 5px #333;
  -moz-box-shadow: 0px 3px 5px #333; /* For FF */
  -webkit-box-shadow: 0px 3px 5px #333; /* For Safari and Chrome */
  -o-box-shadow: 0px 3px 5px #333; /* For Opera */
  -ms-box-shadow: 0px 3px 5px #333; /* For IE */
}
.rounded-corner {
  border-radius: 5px;
  -moz-border-radius: 5px; /* For FF */
  -webkit-border-radius: 5px; /* For Safari and Chrome */
  -o-border-radius: 5px; /* For Opera */
  -ms-border-radius: 5px; /* For IE */
}

/* Imaging  */
.img-border {
  border: 1px solid #c0c0be;
} /* to provide common border to respective images */
.process-inline {
  background: #fff url(http://img.aeplcdn.com/loader.gif) no-repeat;
  display: none;
  width: 20px;
  height: 20px;
  margin: 3px 0 0 5px;
} /* to show Ajax processing image inline to the element */

/* standard ordered list class */
.ul-std {
  padding-left: 10px;
}
.ul-std li {
  padding: 3px;
  margin-left: 10px;
}

.ul-no-list {
  list-style-type: none;
}
#used-car .ul-no-list {
  padding: 15px;
  border-radius: 5px;
}
#used-car .ul-no-list select {
  width: 250px !important;
  margin-bottom: 5px;
}
.ul-no-list li {
  padding: 5px 0;
}

/* Carousel shadow  */
.carousel-shadow {
  background-image: url(../images/carousel-shadow-img-2.png);
  background-repeat: no-repeat;
  width: 940px;
  height: 2px;
  margin-top: -5px;
}

/* For Latest Cars widget */

#latest-cars li a {
  color: #ff6600;
  text-decoration: none;
  font-weight: bold;
}
#latest-cars li a:hover {
  text-decoration: underline;
}

/* for Our cars in stock css */
#thumbslider a span {
  color: #ce7456;
  font-weight: bold;
  font-size: 12px !important;
}
#thumbslider a span:hover {
  text-decoration: underline;
}
#thumbslider p {
  font-weight: normal;
  font-size: 12px !important;
  word-wrap: break-word;
  color: #7f6b64;
  margin-top: 5px;
}

/*  Font Face css */

.icon-font {
  font-family: "FoundationIconsGeneral";
  cursor: default;
  font-size: 16px;
  color: #000;
  margin-right: 5px;
}

/***Targeted ids***/
a#reg_code {
  cursor: pointer;
}
.header {
  background: #0e405b;
  padding: 10px 0 12px;
  letter-spacing: 0;
  word-spacing: 0;
}
.header .container_12 {
  width: 100%;
}
.header .container_12 .grid_12 {
  float: none;
}
#call-us {
  color: #fff;
}
#cars-stock a {
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
}
#thumbslider h1,
#featured-cars h2,
#welcome-note h1,
.service h3,
#emi-calc h1,
#used-car h1,
.used-testimonial h2 {
  border-bottom: 0 none;
  color: #2e1e60;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
}
#featured-cars {
  background-color: #fff;
}
#emi-calc h1,
#used-car h1 {
  text-align: left;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
#featured-cars h2 {
  color: #2e1e60;
  padding-bottom: 15px;
}
.service h3 {
  color: #2e1e60;
}

#featured-cars #divCarSlider-3col .mycarouselStock {
  display: block;
}
#welcome-note h1 {
  color: #2e1e60;
  text-transform: none;
}
.used-testimonial h2 {
  color: #fff;
}
.welcome-sec {
  padding: 30px 0 0;
}
#welcome-note p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.rm-position a {
  display: inline-block;
  margin-top: 5px;
}
.service {
  margin-bottom: 30px;
  margin-top: 40px;
}
.service .grid_4 {
  margin-top: 20px;
}
.welcomr-img {
  margin-top: 30px;
}

#used-car .ul-no-list {
  padding: 0;
}
#testimonial h1 {
  display: none;
}
.used-testimonial {
  background: url(../images/test-bg.jpg) no-repeat;
  color: #fff;
  padding-top: 30px;
  background-color: #4e3d20;
  margin-bottom: 30px;
}

.right-float.margin-top10.margin-right {
  float: none;
  text-align: center;
  color: #999;
  font-weight: bold;
  font-size: 14px;
}
#btnWriteTestimonial {
  color: #fff;
  padding: 5px 15px;
  margin: 0 auto;
  display: none;
  background: #ed3237;
  border: 0 none;
  cursor: pointer;
}
#testi_main .jcarousel-item div p:first-child {
  padding-top: 20px;
  text-align: center;
  color: #999;
  font-weight: bold;
}

#welcome-note .rm-position {
  display: none;
}

.fullwidth {
  margin: 0 auto;
  width: 100%;
}
.footerbgfull {
  background: #20273b;
}
.navigationfull {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  background: #20273b;
  border-top: 5px solid #ef3f30;
}
#welcome-note .aboutbtn {
  margin: 3% auto;
}
#btnEMICalc,
#btnFindUsedCar {
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  background: transparent;
}
#welcome-note .aboutbtn a {
  background: #cc2222;
  border: 0 none;
  color: #fff;
  border-radius: 3px;
}
#welcome-note .aboutbtn a:hover {
  opacity: 0.6;
}
.mailto a {
  color: #fff;
  text-decoration: none;
}
.headborder {
  text-align: center;
}
.banner-top {
  width: 940px;
  height: 300px;
}
.servicesbg {
  background: #000;
}

#featured-cars {
  padding: 45px 0 15px;
}

#featured-cars .text-div a:hover {
  text-decoration: underline !important;
}
.financeH div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 40px;
  margin-left: 145px;
}
.financeH div:first-child {
  margin-left: 0;
}
.financeH h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#copy-right span {
  position: relative;
  top: -5px;
}
.pg {
  cursor: pointer;
}
.logo-pos-left {
  padding: 17px 0;
  text-align: center;
}
.logo-pos-left img {
  width: 75%;
}

.omega h1 {
  text-align: left;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.alpha .tbl-forms {
  color: #fff;
}
#welcome-note h1 + div {
  font-size: 14px;
}

.welcomebg img {
  display: none;
}

.welcomebg .content-box-inner {
  padding-left: 80px;
  padding-right: 80px;
}

#copy-right span {
  top: -1px;
}

#copy-right img {
  height: 16px;
}
