@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

#---------------------------Mobile {}	
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
text-align: center;
}
#stretch-top-bar {
	background-color: #FFFFFF;
	padding-bottom: 0em;
}
#stretch-banner {
	background-color: #535353;
}
#stretch-slogan {
	background-color: #2EB20A;
	padding-bottom: 2em;
	background-image: url(../media/images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
}
#stretch-slide {
}
#main-body {
	background-color: #FFFFFF;
	background-image: url(../media/images/main-body-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#stretch-testimonials {
	background-color: #2EB20A;
	background-image: url(../media/images/testimonial-bg.png);
	background-repeat: repeat-y;
	background-position: center 0%;
	padding-top: 5em;
	padding-bottom: 4em;
}
#stretch-footer {
	background-image: url(../media/images/foot-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	background-color: #4D4D4D;
	padding-bottom: 2em;
}
#banner-phone {
	text-align: center;
	padding-bottom: 0.5em;
	width: 100%;
}
#banner-button {
	text-align: center;
	padding-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-top: 1px dotted #9A9A9A;
	border-bottom: 1px dotted #9A9A9A;
	width: 100%;
	margin-left: 0;
	clear: both;
}
#banner-icon {
	text-align: center;
	padding-bottom: 1em;
	width: 100%;
	margin-left: 0;
	clear: both;
}
#banner-logo {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #BCBCBC;
	width: 100%;
}
#nav-hold {
	margin-bottom: 1em;
	width: 100%;
	margin-left: 0;
	clear: both;
}
#slogan-left {
	color: #FFFFFF;
	font-family: openbold;
	font-weight: normal;
	font-size: 30px;
	font-style: italic;
	text-align: center;
	padding-top: 1.3em;
	width: 100%;
	margin-left: 0;
}
#slogan-icon {
	text-align: center;
	width: 100%;
	margin-left: 0;
	clear: both;
}
#slogan-button {
	text-align: center;
	width: 100%;
	margin-left: 0;
	clear: both;
}
#button-1 {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
}
#button-2 {
	margin-top: 2em;
	width: 100%;
	margin-left: 0;
	clear: both;
}
#button-3 {
	margin-top: 4em;
	margin-bottom: 2em;
	width: 100%;
	margin-left: 0;
	clear: both;
}
#main-content {
	margin-top: 2em;
	margin-bottom: 0px;
}
#testiomonials {
	color: #ffffff;
	font-family: open;
	font-weight: normal;
	font-size: 26px;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
#testimonials-button {
	text-align: center;
}
#foot-links {
	text-align: center;
	line-height: 2em;
	margin-top: 1em;
	width: 100%;
}
#foot-center {
	text-align: center;
	width: 100%;
	margin-left: 0;
	clear: both;
}
#foot-right {
	text-align: center;
	width: 100%;
	margin-left: 0;
	clear: both;
}
.button-title {
	text-align: center;
	margin-bottom: 0.5em;
	width: 100%;
	margin-left: 0;
}
.button-content {
	color: #000000;
	font-family: open;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	margin-left: 0;
}
.icon-button {
width: 47.3684%;
margin-left: 26.3157%;
}
#main-body-sub {
	background-repeat: no-repeat;
	background-position: center 0%;
}
#main-content-sub {
	padding-top: 3em;
	padding-bottom: 3em;
}
.who-box-left {
	width: 100%;
	min-height: 80px;
	background-color: #ECECEC;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	color: #363636;
	font-weight: normal;
	font-family: open;
	font-size: 16px;
	margin-bottom: 1em;
	margin-top: 1em;
}
.who-box-right {
	width: 100%;
	margin-left: 0;
	clear: both;
	min-height: 80px;
	background-color: #ECECEC;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	color: #363636;
	font-weight: normal;
	font-size: 16px;
	font-family: open;
	margin-top: 1em;
	margin-bottom: 1em;
}
#who-bottom {
}
#contact-left {
	width: 100%;
	position: relative;
	z-index: 10;
}
#contact-right {
width: 100%;
margin-left: 0;
clear: both;
}
.package-left {
	width: 100%;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
.package-right {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
.home-auto-video {
}
#bot-features {
}
.monitor-left {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: center;
	margin-bottom: 2em;
}
.monitor-center {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: center;
	margin-bottom: 2em;
}
.monitor-right {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: center;
	margin-bottom: 2em;
}
#monitoring-bot {
}
#bottom-upgrade {
}
#bot-home-auto {
}
#features-left {
	width: 100%;
	text-align: left;
	padding-top: 2em;
	padding-bottom: 2em;
}
#features-right {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: left;
	padding-top: 2em;
	padding-bottom: 2em;
}
#feat-clear {
}
#stretch-guarantee {
	display: none;
}
#feat-bullet-title {
}
#medical-checks {
}
#mon-buttons {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

#---------------------------Tablet {}	

.gridContainer {
	width: 90.9333%;
	padding-left: 1.0333%;
	padding-right: 1.0333%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#stretch-top-bar {
}
#stretch-banner {
}
#stretch-slogan {
}
#stretch-slide {
}
#main-body {
}
#stretch-testimonials {
}
#stretch-footer {
}
#banner-phone {
width: 100%;
}
#banner-button {
width: 100%;
clear: both;
margin-left: 0;
}
#banner-icon {
width: 100%;
clear: both;
margin-left: 0;
}
#banner-logo {
	width: 100%;
	border-style: none;
}
#nav-hold {
width: 100%;
clear: both;
margin-left: 0;
}
#slogan-left {
	font-size: 34px;
	width: 100%;
	margin-left: 0;
	text-align: center;
}
#slogan-icon {
	width: 43.1818%;
	text-align: right;
	clear: both;
	margin-left: 0;
}
#slogan-button {
	width: 54.5454%;
	clear: none;
	margin-left: 2.2727%;
	text-align: left;
	padding-top: 0.6em;
}
#button-1 {
width: 100%;
}
#button-2 {
width: 100%;
clear: both;
margin-left: 0;
}
#button-3 {
width: 100%;
clear: both;
margin-left: 0;
}
#main-content {
}
#testiomonials {
}
#testimonials-button {
}
#foot-links {
	width: 100%;
	padding-top: 5em;
}
#foot-center {
	width: 100%;
	clear: both;
	margin-left: 0;
	padding-top: 3em;
}
#foot-right {
	padding-top: 2.5em;
	margin-top: 1em;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.button-title {
width: 100%;
margin-left: 0;
}
.button-content {
	width: 54.5454%;
	margin-left: 22.7272%;
	min-height: 165px;
}
.icon-button {
	width: 100%;
	margin-left: 20.8333%;
	text-align: center;
}
#main-body-sub {
}
#main-content-sub {
}
.who-box-left {
width: 100%;
}
.who-box-right {
width: 100%;
clear: both;
margin-left: 0;
}
#who-bottom {
}
#contact-left {
width: 100%;
}
#contact-right {
width: 100%;
clear: both;
margin-left: 0;
}
.package-left {
width: 100%;
}
.package-right {
width: 100%;
clear: both;
margin-left: 0;
}
.home-auto-video {
}
#bot-features {
}
.monitor-left {
width: 31.8181%;
clear: both;
margin-left: 0;
}
.monitor-center {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
.monitor-right {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
#monitoring-bot {
}
#bottom-upgrade {
}
#bot-home-auto {
}
#features-left {
width: 100%;
}
#features-right {
width: 100%;
clear: both;
margin-left: 0;
}
#feat-clear {
}
#stretch-guarantee {
	display: inline;
	text-align: center;
	position: relative;
	z-index: 10;
}
#feat-bullet-title {
}
#medical-checks {
}
#mon-buttons {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1180px) {
	
	
#---------------------------Desktop {}	

.gridContainer {
	width: 88.5%;
	max-width: 1180px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#stretch-top-bar {
}
#stretch-banner {
}
#stretch-slogan {
	padding-bottom: 3px;
	padding-top: 0px;
}
#stretch-slide {
}
#main-body {
}
#stretch-testimonials {
	margin-top: -10.5em;
	padding-top: 10em;
}
#stretch-footer {
}
#banner-phone {
	width: 23.7288%;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0em;
	margin-bottom: 0em;
}
#banner-button {
	border-style: none;
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	text-align: left;
	padding-bottom: 0em;
}
#banner-icon {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	text-align: right;
	padding-top: 1em;
}
#banner-logo {
	width: 23.7288%;
	text-align: left;
}
#nav-hold {
	width: 66.1016%;
	clear: none;
	margin-left: 10.1694%;
	padding-top: 2.3em;
}
#slogan-left {
	width: 57.6271%;
	margin-left: 0;
	text-align: right;
	padding-top: 1em;
	margin-top: 0px;
}
#slogan-icon {
	width: 15.2542%;
	clear: none;
	margin-left: 1.6949%;
	text-align: center;
	padding-top: 1em;
}
#slogan-button {
	width: 23.7288%;
	clear: none;
	margin-left: 1.6949%;
	padding-top: 1.5em;
}
#button-1 {
	width: 32.2033%;
	margin-top: -8.8em;
	position: relative;
	z-index: 10;
	text-align: center;
}
#button-2 {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	margin-top: -8.8em;
	position: relative;
	z-index: 10;
	text-align: center;
}
#button-3 {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	margin-top: -8.8em;
	position: relative;
	z-index: 10;
	text-align: center;
}
#main-content {
	padding-top: 2em;
}
#testiomonials {
	padding-top: 3.8em;
}
#testimonials-button {
}
#foot-links {
	width: 32.2033%;
	padding-top: 9em;
}
#foot-center {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
#foot-right {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
.button-title {
	width: 100%;
	margin-left: 0;
	margin-bottom: 1.5em;
}
.button-content {
	background-color: #F2F2F2;
	width: 96%;
	margin-left: 0;
	padding-top: 2.2em;
	padding-bottom: 3em;
	padding-left: 2%;
	padding-right: 2%;
}
.icon-button {
width: 100%;
margin-left: 0;
}
#main-body-sub {
}
#main-content-sub {
	min-height: 650px;
}
.who-box-left {
	width: 45.1525%;
	padding-left: 2%;
	padding-right: 2%;
}
.who-box-right {
	width: 45.1525%;
	clear: none;
	margin-left: 1.6949%;
	padding-left: 2%;
	padding-right: 2%;
}
#who-bottom {
}
#contact-left {
width: 49.1525%;
}
#contact-right {
width: 40.6779%;
clear: none;
margin-left: 10.1694%;
}
.package-left {
width: 49.1525%;
}
.package-right {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.home-auto-video {
	position: relative;
	overflow-x: hidden;
}
#bot-features {
}
.monitor-left {
width: 32.2033%;
clear: both;
margin-left: 0;
}
.monitor-center {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
.monitor-right {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
#monitoring-bot {
}
#bottom-upgrade {
}
#bot-home-auto {
}
#features-left {
width: 49.1525%;
}
#features-right {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
#feat-clear {
}
#stretch-guarantee {
	margin-bottom: -6em;
}
#feat-bullet-title {
	padding-top: 2em;
}
#medical-checks {
}
#mon-buttons {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
