body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(../images/page_bg1.jpg) repeat-x left top;
}

html, body, #wrapper, h1, {
	margin: 0;
	padding: 0;
	list-style: none;
}

body#home a#homeLink,
body#about a#aboutLink,
body#pricing a#pricingLink,
body#services a#serviceLink,
body#alarm a#alarmLink,
body#selffit a#selffitLink,
body#contact a#contactLink,
body#gallery a#galleryLink,
body#links a#linksLink {
	background: url(../images/nav_line_static.jpg) no-repeat bottom center;
/*	background: #FFFFFF url(images/bg_here.png) no-repeat 95% 50%;*/
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:visited { color: #900; }
a:hover {
	color: #F33;
	background-color: #FFCC99;
	text-decoration: none;
}
a:active {color: #B2F511; }

#container {
	width: 780px;
	margin: 0 auto; 
	padding: 0;
	margin-top: 1px;
	margin-bottom: 2px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF url(../images/wrapper_bg1.gif) center top no-repeat;
} 

#header {
	background: url(../images/tlogo_cycle2.gif) no-repeat right center;
	background-position: 660px;
	padding: 5px 10px 0 10px;  
	margin: 0;
	margin-top: 5px;
} 
#header  h2  {
	margin: 15px 0 5px 0;
	padding: 60px 0 0px 0;
	font-family:"Century Gothic", "Gill Sans MT", Arial, sans-serif;
	font-size: 1.9em;
	background: url(../images/tlogo_name.gif) no-repeat left top;
	background-position: -5px -10px;
}
.#header h1 {
	margin: 0; 
	padding: 10px 0;
}
#mainContent {
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 600px;
} 
#mainContent h1 {
	font-family: "Century Gothic", "Gill Sans MT", Arial, sans-serif;
	font-size: 2.2em;
	margin: 0;
	padding: 5px 0 5px 0;
}
#mainContent h2 {
	font-family: "Century Gothic", "Gill Sans MT", Arial, sans-serif;
	font-size: 1.8em;
}
#mainContent h3 {
	font-family: "Century Gothic", "Gill Sans MT", Arial, sans-serif;
	font-size: 1.5em;
	padding:0 0 5px 0;
	margin: 0;
	color: #14556B;
}
#alarms #container #mainContent .alarmpic .alarmdesc p {
	line-height: 150%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#mainContent h4 {
	font-family: "Century Gothic", "Gill Sans MT", Arial, sans-serif;
	font-size: 1.3em;
	padding:0 0 5px 0;
	margin: 0;
}

#mainContent li {
	list-style: none;
	background: url(../images/squaredot.gif) no-repeat;
	background-position: 2px 5px;
	padding-left: 18px;
	margin-bottom: 6px;
	line-height: 140%;
}


#mainContent .top {
	text-align: right;
	border-top: 1px dotted #CCCCCC;
	font-size: 11px;
	padding: 5px 0 5px 0;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#mainContent .lpic {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 5px 15px 0 0;
	float: left;
	width: 230px;
	margin-top: 5px;
	margin: 0;
}
#mainContent .htext {
	font-size: 1.4em;
	padding: 25px 10px 5px 265px;
	text-align: center;
	line-height: 120%;
}

#mainContent .moving {
	width: 450px;
	margin-left: 15%;
	padding: 5px;
	color: #FF0000;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	font-size: 1.7em;
	font-weight: bold;
}
#container  #rghtH  {
	float: right;
	vertical-align: top;
	margin-right: 5px;
}
#home #container #mainContent .mtext {
	line-height: 140%;
	padding-top: 19px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.photo {
	border-bottom: 5px solid #999999;
	margin: 0 5px 0 5px;
	padding-bottom: 5px;	
}
.photo ul {
/*	border-top: 5px solid #999999;  */
	margin-bottom: 5px;
	padding-top: 5px;
}
.topBar .photo li {
	margin: 0;
	display: inline;
}
.topBar .photo a {
	border-bottom: none;
	padding: 5px;
	text-decoration: none;
}
.topBar .photo a:hover {
	background: url(../images/nav_line_active.jpg) no-repeat bottom center;
 }
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* PAGE FOOTER HERE */
#footer {
	margin-left: 10px;
	margin-right: 10px;
	margin: 0;
	/*	padding-top: 6px; */
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #999999;
	font-size: 0.80em;
	margin-top: 5px;
}
#footer p {
	margin: 5px 0px 0px;
	padding: 0px;
}

#footer a {
	color: #666666;
	background: url(../images/email.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 10px;
}
/*CSS Hacks for Internet Explorer */

/* fix the over extended h2 borders */
* html h2 {
	zoom: 1;
}

