@CHARSET "UTF-8";

html {

}
body {

	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	  padding-top: 70px;
	min-height: 1000px;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
   background-color: white;
}
.center-title {
	display: inline-block;
	text-align: center;
	 font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.navbar-deepa {
    min-height: 70px;
}
.navbar-logo {
	text-align: left;
	height: 70px;
	position: absolute;
  top: 5px;
  left: 15px;
}
.logo-img {
	height: 45px;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}
.tab-content {
	min-height: 150px;
}
.modal-dialog {}
.thumbnail {margin-bottom:6px;}

.carousel-caption h3 {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.carousel-control.left,.carousel-control.right{
  background-image:none;
}
div.techcontent {
	text-align: left;
}
div.techspec {
	margin-top: 30px;
}
table.modelTable {
	border: 1px black;
	margin-top: 30px;
	margin-bottom: 30px;
}
table.modelTable td {
	text-align: left;
}

/* .navbar-logo {
  width: 290px;
  height: 90px;
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 1051;
}
*/

.pageContainer {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 955px;
}

.productContainer {
	background: url("../images/vertical-rule.gif") no-repeat scroll left 15px
		transparent;
	float: left;
	font-size: 11px;
	line-height: 13px;
	margin: 0 10px 0 0;
	padding: 10px;
	text-align: left;
	/*    width: 300px; */
}

.productContainer ul {
	list-style: square outside none;
	margin: 0 0 0 8px;
}

.footerText {
	bottom: 10px;
	display: table-cell;
	left: 75px;
	position: absolute;
	width: 480px;
}

.footer {
    margin-top: 30px;
	bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
 /* height: 160px; */
  background-color: white;
  padding-top:20px;
  padding-bottom:20px;
}


.subNav { //
	background-color: #6F7174;
	background-color: white;
	color: #E0E1E2;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 36px;
	text-align: right;
}

.mainNav { //
	background-color: #A48D50;
	background-color: white;
}
/* override top-bar-section */
.top-bar-section ul li>a {
	background: none repeat scroll 0 0 #A48D50;
	color: white;
	display: block;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 12px 0 12px 15px;
	width: 100%;
}

.pdfLink {
	background: url("../images/icons/pdficon-small.png") no-repeat scroll
		right center transparent;
	padding: 2px 22px 2px 0;
	white-space: nowrap;
}

.specLink {
	padding: 2px 0 2px 22px;
}

.salesLink {
	padding: 2px 0 2px 22px;
}

.legendContainer {
	color: #666666;
	float: right;
}

.legendContainer li {
	display: inline;
	margin-right: 10px;
}

.specTableList {
	list-style: square outside none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.descrText p {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}

h3 {
	color: #4F7A40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 2px 0;
}

#productTable td {
	font-size: 12px;
}

#map-canvas {
	margin: 0;
	padding: 0;
	height: 100%;
}
.top-bar-section
li a
:not
(
.button
)
{
background:blue;
}

.confirm_selection {
    -webkit-transition: text-shadow 1s linear;
    -moz-transition: text-shadow 1s linear;
    -ms-transition: text-shadow 1s linear;
    -o-transition: text-shadow 1s linear;
    transition: text-shadow 1s linear;
}
.confirm_selection:hover,
.confirm_selection.glow {
    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
    font-weight: bold;
}