@charset "utf-8";@import url("webfonts/DejaVuSansCondensed/stylesheet.css");
.ok {
}
.aboutinn {
	height: 400px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
.solutions {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
}
.boxxi {
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 6px;
	box-shadow: 0px 0px #CCC;
}
.above {
	background-color: #999;
	height: 40px;
	width: 100%;
	background-image: url(images/abovve.jpg);
	background-repeat: repeat-x;
}
.flashbox {
	height: 60px;
	width: 100%;
}

.toppings {
	background-color: #FFF;
	height: 20px;
	width: 100%;
}
.menuhead {
	/* [disabled]background-color: #73B972; */
	height: 70px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	background-repeat: no-repeat;
	height: 70px;
	width: 17%;
	float: left;
	background-image: url(images/logoos.png);
	background-size: 100% 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	/* [disabled]background-color: #73B972; */
	background-position: 100% 100%;
}
.menur {
	width: 71%;
	float: left;
	height: auto;
	text-align: center;
}
.quick {
	float: left;
	height: 57px;
	width: 11%;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #99CC99;
	/* [disabled]background-color: #006633; */
}
.timer {
	float: left;
	height: auto;
	width: 5%;
}
.timer2 {
	height: 80px;
	width: 5%;
	float: right;
}
.f1 {
	margin: auto;
	height: 60px;
	width: 100%;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
.fb {
	width: 65%;
	float: left;
	padding-top: 25px;
	padding-left: 15px;
}
.tw {
	height: auto;
	width: 70%;
	float: right;
	padding-top: 25px;
	padding-right: 15px;
}
.main {
	background-color: #FFF;
	height: auto;
	width: 100%;
}
.mainpage {
	background-color: #FFF;
	height: 500px;
	width: 100%;
	float: left;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-left: 6%;
	float: left;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	padding-top: 22px;
	float: left;
	padding-right: 9px;
	padding-left: 8px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 420px;
	position: absolute;
	left: -1000em;
	height: auto;
	background-color: #E6E6E6;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #E6E6E6;
	height: 35px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 0px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	background-color: #FFFFFF;
	width: auto;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	width: auto;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	top: 70px;
	width: 350px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	/* [disabled]text-shadow: -1px 0px 1px #666; */
	letter-spacing: 0.3px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #000000;
	font-weight: normal;
	-webkit-transition: all 150ms ease 5ms;
	-moz-transition: all 150ms ease 5ms;
	-ms-transition: all 150ms ease 5ms;
	-o-transition: all 150ms ease 5ms;
	transition: all 150ms ease 5ms;
	padding-bottom: 8px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #000000;
	height: auto;
	font-weight: normal;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
.basic {
}

		body,td,th {
	font-family: Raleway, Arial, sans-serif;
}
        
.contacthead {
	background-color: #CCC;
	background-image: url(img/1920/contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 420px;
	width: 100%;
}
.footer1 {
	background-color: #272727;
	height: auto;
	width: 100%;
	float: left;
}
.footer2 {
	background-color: #333;
	float: left;
	height: 30px;
	width: 100%;
}
.contcont1 {
	background-color: #C21900;
	float: left;
	height: auto;
	width: 100%;
}
.footinner {
	height: auto;
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footabout {
	float: left;
	height: auto;
	width: 25%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footquick {
	float: left;
	height: auto;
	width: 25%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footres {
	float: left;
	height: auto;
	width: 25%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footcont {
	float: right;
	height: auto;
	width: 25%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footlogo {
	float: left;
	height: auto;
	width: 100%;
}
.phonenum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #272727;
	background-color: #FFF;
	padding: 6px;
	border-radius: 15px;
}
.contmain {
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contbox1 {
	float: left;
	height: auto;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 10px;
}
.contbox2 {
	width: 50%;
	float: right;
	height: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
.menudrop {
	background-color: #333;
	height: 50px;
	width: 100px;
	display: none;
}
.menuboxx {
	float: left;
	height: auto;
	width: 100%;
	display: block;
}
.innerhead {
	width: 100%;
	height: auto;
	background-color: #11112b;
	margin: auto;
	background-repeat: no-repeat;
}
.submenu {
	float: left;
	height: 80px;
	width: 100%;
	display: none;
}
.reslogo {
	height: auto;
	width: 50%;
	float: left;
	display: none;
	background-color: #73B972;
}
.resmenu {
	background-color: #73B972;
	float: left;
	height: auto;
	width: 100%;
	display: none;
}
.pagebox {
	height: 380px;
	width: 100%;
}
.pageboxleft {
	float: left;
	height: 390px;
	width: 50%;
	background-color: #9C9;
	background-image: url(images/pixxs.JPG);
	background-size:100% 100% ;
}
.pageboxright {
	float: right;
	height: 390px;
	width: 50%;
	background-color: #F0F0F0;
	/* [disabled]background-image: url(images/ley.jpg); */
	background-repeat: repeat;
}
.innpagebox {
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 320px;
}
.flashmenus {
	height: auto;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.flashmenus2 {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: none;
}
.solar {
	height: auto;
	width: 100%;
	margin: 0px;
}
.solar2 {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: none;
}
.servicer {
	height: auto;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.servicer2 {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: none;
}
.down1 {
	float: left;
	height: auto;
	width: 25%;
}
.down2 {
	float: left;
	height: auto;
	width: 25%;
}
.down3 {
	float: left;
	height: 300px;
	width: 25%;
}
.down4 {
	float: right;
	height: 300px;
	width: 25%;
}
.down1a {
	height: 130px;
	width: 100%;
	background-image: url(img/1920/man.jpg);
	background-position: 100% 100%;
	background-size: 100% 100%;
}
.down1b {
	background-color: #FFF;
	height: 130px;
	width: 92%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding-right: 4%;
	padding-left: 4%;
	padding-top: 4%;
}
.down2a {
	height: 130px;
	width: 100%;
	background-image: url(img/equi.jpg);
	background-position: 100% 100%;
	background-size: 100% 100%;
}
.down2b {
	background-color: #FFF;
	height: 130px;
	width: 92%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding-top: 4%;
	padding-right: 4%;
	padding-left: 4%;
}
.down3a {
	height: 130px;
	width: 100%;
	background-image: url(img/immi.jpg);
	background-position: 100% 100%;
	background-size: 100% 100%;
}
.down3b {
	background-color: #FFF;
	height: 130px;
	width: 92%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding-top: 4%;
	padding-right: 4%;
	padding-left: 4%;
}
.down4a {
	height: 130px;
	width: 100%;
	background-image: url(img/prot.jpg);
	background-position: 100% 100%;
	background-size: 100% 100%;
}
.down4b {
	background-color: #FFF;
	height: 130px;
	width: 92%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	padding-top: 4%;
	padding-right: 4%;
	padding-left: 4%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.downmain {
	height: 300px;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.aboutsplit1 {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
.aboutsplit2 {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: none;
}
.serv1 {
	height: auto;
	width: 100%;
	display: block;
}
.serv2 {
	height: auto;
	width: 100%;
	display: none;
}
.solu1 {
	height: auto;
	width: 100%;
	display: block;
}
.solu2 {
	height: auto;
	width: 100%;
	display: block;
}
.pro1 {
	height: auto;
	width: 100%;
	display: block;
}
.pro2 {
	height: auto;
	width: 100%;
	display: none;
}
