/* CSS Document */

* {
	padding: 0;
	margin: 0;
	margin-left: 0;
	padding-left: 0;
}
body {
	background: #3A383D;
	color: #CCE47D;
	text-align: center;
	min-width: 680px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
}
p {
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 80%;
}
a, a:link, a:visited {
	color: #99BE1F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	text-decoration: none;
	color: #99BE1F;
}
span a {
	font-weight: bold;
	text-decoration: none;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 700px;
	text-align: left;
}
/* intro */

#pageHeader {
	background: url(../images/back.gif) center top no-repeat;
	border: dashed #ADDC00 1px;
	height: 300px;
	color: #352F2F;
}
#pageHeader h1 {
	color: #FFF;
	position: absolute;
	width: 294px;
	left: 57px;
	top: 113px;
}
#pageHeader h1 img {
	width: 334px;
	position: relative;
	right: 23px;
}
#pageHeader h2 {
	color: #FFF;
	position: absolute;
	width: 294px;
	left: 60px;
	top: 195px;
	font-size: 80%;
}
#quickSummary {
	position: absolute;
	left: 401px;
	top: 77px;
	width: 260px;
	font-size: 80%
}
#quickSummary a {
	color: #FFFFFF;
}
#about {
	clear: both;
	font-size: 80%;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	border: dashed #ADDC00 1px;
}
#about h3 {
	color: #FFF;
	margin-bottom: 10px;
}
/* text */

#supportingText {
	border: dashed #ADDC00 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#prodserv {
	float: left;
	width: 670px;
}
#supdev {
	float: right;
	width: 330px;
}
#supportingText h3 {
	background: url(../images/heads.gif) left top no-repeat;
	height: 41px;
	margin-bottom: 10px;
	color: #000;
	padding-top: 8px;
	padding-left: 40px;
}
#footer {
	clear: both;
	font-size: 70%;
	margin-top: 20px;
	border-top: solid #ADDC00 1px;
	padding-top: 20px;
	color: #FFF;
}
/* links */

#lmenu {
	clear: both;
	height: 65px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 10px;
}
#lmenu li a:hover {
	color: #fff;
	background-color: #75A714;
	border-bottom: solid #ADDC00 5px;
}
#lmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height: 35px;
}
#lmenu ul li {
	display: inline;
}
#lmenu li a {
	text-decoration: none;
	padding: .2em .8em;
	color: #000;
	background-color: #ADDC00;
	border-bottom: solid #75A714 5px;
}
#lmenu ul li {
	margin-bottom: 2px;
	margin-left: 0px;
}
#lmenu li a, #lmenu li {
}
#lmenu li {
	list-style: none;
	position: relative;
	background-color: #9F3B0A;
}
/* Submenu */

.hasChildren {
	position: absolute;
	width: 1px;
	height: 1px;
	background: black;
	right : 0;
	bottom: 0;
}
#lmenu li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	margin: 0;
	z-index: 100;
}
#lmenu li:hover > ul {
	display: block;
}
#lmenu li ul li, #nav li ul li a {
	float: none;
}
#lmenu li ul li {
	_display: inline; /* for IE6 */
}
#lmenu li ul li a {
	width: 150px;
	display: block;
}
/* SUBSUB Menu */

#lmenu li ul li ul {
	display: none;
}
#lmenu li ul li:hover ul {
	left: 100%;
	top: 0;
}
/*#lmenu li ul */




/*************************** Responsive Styling **************************************/
.pp {
	margin: 0 auto 10px;
	width: 96%;
}
.aa {
	margin: 0 auto 10px;
	width: 15%;
}
.call {
	margin: 0 auto;
	width: 60%;
}
.price {
	margin: 0px auto;
	width: 17px;
}
.blank {
	display: none;
	position: absolute;
	left: 440px;
	width: 191px;
	height: 53px;
	top: 181px;
}
.52_states_list {
	padding-bottom: 7px;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
body {
	min-width: 100%;
}
#container {
	margin: 0px;
	width: 100%;
}
#pageHeader h1 {
	left: 15px;
}
#lmenu {
	height: auto;
}
#quickSummary {
	left: 70px;
	top: 37px;
	width: 260px;
}
#prodserv {
	width: 100%;
}
#supdev {
	width: 100%;
}
#lmenu li ul li a {
	width: 100%;
}
p > img {
	width: 100% !important;
	height: auto !important;
}
div > object {
	width: 100% !important;
}
iframe {
	width: 100% !important;
	height: auto !important;
}
a > img {
	width: 100%;
	height: auto;
}
table {
	width: 100% !important;
}
.table1 td {
	width: 30% !important;
}
#pageHeader h1 {
	left: 35px;
	top: 75px;
	width: 50%;
	line-height: 17px;
}
#quickSummary {
	left: auto;
	right: 0;
	top: 37px;
	width: 146px;
}
#pageHeader {
	background-size: 100% 100%;
	height: 200px;
	position: relative;
}
#pageHeader h1 img {
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	right: 23px;
	width: auto;
}
#pageHeader a {
	top: 175px !important;
}
#pageHeader span {
	font-size: 15px;
	left: -17px;
	position: absolute;
}
.iframe-con{height:980px !important;}
.topdive{display:none;}
}

@media only screen and (min-width: 300px) and (max-width: 672px) {
.call {
	width: 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
#pageHeader h1 {
	left: 47px;
	width: 50%;
}
}



/*................................jquery.bxslider.css.......................................*/

.bx-wrapper{position:relative;margin:0 auto 60px;padding:0;*zoom:1;}
.bx-wrapper img{max-width:100%;display:block;}
.bx-wrapper .bx-viewport{-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:solid #fff 5px;left:-5px;background:#fff;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%;}
.bx-wrapper .bx-loading{min-height:50px;background:url(images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000;}
.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:bold;color:#666;padding-top:20px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;*zoom:1;*display:inline;}
.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{background:#000;}
.bx-wrapper .bx-prev{left:10px;background:url(images/controls.png) no-repeat 0 -32px;}
.bx-wrapper .bx-next{right:10px;background:url(images/controls.png) no-repeat -43px -32px;}
.bx-wrapper .bx-prev:hover{background-position:0 0;}
.bx-wrapper .bx-next:hover{background-position:-43px 0;}
.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999;}
.bx-wrapper .bx-controls-direction a.disabled{display:none;}
.bx-wrapper .bx-controls-auto{text-align:center;}
.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(images/controls.png) -86px -11px no-repeat;margin:0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(images/controls.png) -86px -44px no-repeat;margin:0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px;}
.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80, 80, 80, 0.75);width:100%;}
.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px;}