@charset "utf-8";
/* CSS Document */
body {
	padding-top: 5px;
	color: #666666;
}
h1 {
	color: #666666;
	width: 900px;
	height: 14px;
	text-align: center;
	position: absolute;
	bottom: 145px;
	font-size: 14px;
	font-weight: bold;
	z-index: 100;
}
#header h2 {
	color: #FFFFFF;
	-moz-text-shadow: 1px  1px 1px #666;
	-webkit-text-shadow: 1px 1px 1px #666;
	text-shadow: 1px 1px 1px #666;
	font-size: 18px;
	position: absolute;
	font-weight: normal;
	top: 125px;
	left: 325px;
}
#content h3 {
	font-size: 22px;
	color: #66ccff;
	padding: 15px 0px 5px 54px;
}
#content h4 {
	color: #CCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 5px 54px;
	clear: both;
}
#portfolioPage #content table {
	margin: 5px 0px 5px 54px;
}
#portfolioPage #content table td {
	padding: 5px;
	text-align: center;
}
#portfolioPage #content table td img {
	display: block;
	margin: auto;

}
p#theme {
	color: #666666;
	width: 800px;
	height: 14px;
	text-align: center;
	position: absolute;
	bottom: 95px;
	left: 50px;
	font-size: 14px;
	font-weight: normal;
	z-index: 100;
}
p#logo {
	width: 177px;
	height: 90px;
	position: absolute;
	left: 47px;
	top: 10px;
}
p#logo a {
	width: 177px;
	height: 100px;
	position: absolute;
	left: 2px;
	top: 5px;
	text-indent: -9999px;
	display: block;

}
p#latitude {
	font-size: 14px;
	color:#FFFFFF;
	position: absolute;
	width: 194px;
	height: 3px;
	left: 60px;
	top: 129px;
}
p#homeLink a {
	font-size: 14px;
	color:#FFFFFF;
	position: absolute;
	width: 194px;
	height: 3px;
	left: 114px;
	top: 129px;
	text-decoration: none;
}
p {
	color: #666666;
	font-size: 16px;
}
#content p {
	padding-left: 54px;
	line-height: 1.1;
}
p.center {
	text-align: center;
}
p.note {
	font-size: 10px;
}
a {
	color: navy;
}
a:hover {
	color: #666666;
}
a.important {
	color: navy;
}

a.important:hover {
	color: #666666;
}
strong {
	font-weight: bold;
}
#content blockquote {
	background-color: #666666;
	color: #FFFFFF;
	border: 2px solid #66ccff;
	font-size: 12px;
	line-height: 14px;
	padding: 10px;
	margin: 0px 0px 10px 54px;
	text-align: center;
}
#content blockquote cite {
	display: block;
	clear: both;
	font-size: 12px;
	width: 300px;
	padding-left: 300px;

}
/******************************************/
ul#nav {

}
ul#nav li {
	height: 130px;
	width: 130px;
	float: left;
	padding: 0px 3px 3px 0px;
}
ul#nav li a  {
	height: 124px;
	width: 130px;
	background-color: #666666;
	color:#FFFFFF;
	font-size: 12px;
	padding-top: 6px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
ul#nav li a:hover  {
	background-color: #66ccff;
	text-decoration: none;
	background-position: 0 34px;
}
ul#nav li a#theProblemButton {
	background-image:url(../images/bg-nav-theproblem.png);
}
ul#nav li a#theFactsButton {
	background-image:url(../images/bg-nav-thefacts.png);
}
ul#nav li a#productsAndSolutionsButton {
	background-image:url(../images/bg-nav-productsandsolutions.png);
}
ul#nav li a#professionalInstallationButton {
	background-image:url(../images/bg-nav-professionalinstallation.png);
	line-height: 1;
}
ul#nav li a#professionalInstallationButton span {
	font-size: 8px;
	display: block;
}
/******************************************/
ul#subNav {

}
ul#subNav li {
	height: 148px;
	width: 263px;
	float: left;
	padding: 0px 3px 3px 0px;
}
ul#subNav li#contactUsLi {
	height: 75px;
	width: 263px;
	float: left;
	padding: 0px 3px 3px 0px;
}
ul#subNav li a  {
	height: 142px;
	width: 263px;
	background-color: #666666;
	color:#FFFFFF;
	font-size: 12px;
	padding-top: 6px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
ul#subNav li a span {
	font-size: 12px;
}
ul#subNav li a:hover  {
	background-color: #66ccff;
	text-decoration: none;
	background-position: 0 34px;
}
ul#subNav li a#peaceOfMindButton{
	background-image:url(../images/bg-subnav-peaceofmind.png);
}
ul#subNav li a#portfolioButton{
	background-image:url(../images/bg-subnav-portfolio.png);
}
ul#subNav li a#contactUsButton {
	background-image:url(../images/bg-subnav-contact.png);
	background-position: left bottom;
	height: 69px;
	position: relative;
}
ul#subNav li a#contactUsButton:hover {
	background-image:url(../images/bg-subnav-contact.png);
	background-position: left top;
}
ul#subNav li a#contactUsButton span {
	position: absolute;
	top: 18px;
	left: 89px;
	width: 176px;
	line-height: 1;
	text-align: center;
}
/******************************************/
#container {
	width: 940px;
	margin: auto;
	position: relative;
	padding-bottom: 100px;
}
#header {
	position: relative;
	height: 154px;
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
}
#theProblemPage #header {
	background-image:url(../images/bg-header-theproblem.jpg);
}
#theFactsPage #header, #peaceOfMindPage #header {
	background-image:url(../images/bg-header-thefacts.jpg);
}
#sidebar {
	float: left;
	width: 266px;
	padding-top: 3px;
}
#content {
	float: left;
	padding: 3px 0px 3px 0px;
	width: 674px;
	position: relative;
}
#content ul {
	margin: 10px 0px 20px 56px;
}
#content ul ul {
	margin: 10px 0px 20px 56px;
}
#footer {
	float: left;
	clear: both;
	position: relative;
	width: 940px;
	font-size: 10px;
	height: 120px;
	padding-top: 30px;
}
#footer #copyright {
	position: absolute;
	background-color: #666666;
	width: 258px;
	color:#FFFFFF;
	top: 0px;
	left: 0px;
	padding: 6px 0px 0px 5px;
	height: 24px;
	font-size: 12px;
}
#footer #licensed {
	position: absolute;
	background-color: #66ccff;
	width: 674px;
	padding: 6px 0px 0px 3px;
	color:#FFFFFF;
	top: 0px;
	left: 263px;
	text-align: center;
	height: 24px;
	font-size: 12px;
}
#footer #offices {
	position: absolute;
	top: 180px;
	left: 50px;
	width: 800px;
	text-align: center;
	font-size: 12px;
}
#footer ul  {
	width: 900px;
	height: 40px;
	margin: 0px auto 0px auto;
	text-align: center;

}
#footer ul li {
	padding: 0px 10px 0px 10px;
	margin-top: 10px;
	border-right: 1px solid #CCCCCC;
	float: left;
}
#footer ul li a {
	font-size: 14px;
}
#footer ul li.last {
	border: none;
}

#footer us li a:active {
        color: navy;
}
/******************************************/
#homePhotos {
	padding-left: 56px;
}
/******************************************/
#contactUsPage .logos {
	width: 400px;
	margin: auto;
	clear: both;
	display: block;
	padding: 30px 0px 30px 174px;
}
/******************************************/
#professionalInstallationPage #content h3 {
	padding-top: 140px;
}
#professionalInstallationPage #content img {
	padding-top: 0px;
}
/******************************************/
#theProblemPage {

}
#theProblemPage #bq1 {

}
#theProblemPage #bq2 {
	position: absolute;
	width: 300px;
	top: 160px;
	left: 280px;
	border: none;
	background-color:#FFFFFF;
	color: #666666;
	text-align: left;
}
#theProblemPage #bq2 cite {
	width: 200px;
	padding-left: 100px;
}
#theProblemPage #bq3 {
	margin-top: 380px;
}
#theProblemPage #imgTheProblem1 {
	position: absolute;
	top: 140px;
	left: 56px
}
#theProblemPage #imgTheProblem2 {
	position: absolute;
	top: 340px;
	left: 230px;
	z-index: 999;
}
/******************************************/
#theFactsPage #content p {
	width: 300px;
}
#theFactsPage #content ul li {
	list-style-type:disc;
	margin-left: 20px;
}
#theFactsPage #content img#imgTheFacts1 {
	position: absolute;
	top: 210px;
	left: 380px;
}
#theFactsPage #content img#imgTheFacts2 {
	position: absolute;
	top: 280px;
	left: 300px;
}
#theFactsPage #content #bq2  {
	position: absolute;
	text-align: left;
	width: 200px;
	top: 430px;
	left:  340px;
}
/******************************************/
#productsAndSolutionsPage {

}
/******************************************/
input, textarea {
	padding: 3px;
}
/******************************************/
img.left {
	float: left;
	margin-right: 20px;
}
img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}
img.center {
	display: block;
	clear: both;
	margin: 5px 0px 5px 54px;
	text-align: center;
}
.ihpa {
	padding: 0px 0px 40px 0px;
}
.clear {
	display: block;
	clear: both;
}
p.right {
	float: right;
}
p.left {
	float: left;
}
table.center {
	margin: auto;
}
img {
   	-moz-box-shadow: 5px 5px 7px #888;
  	-moz-border-radius-bottomright: 15px;
  	-webkit-box-shadow: 5px 5px 7px #888;
}
img.noShadow {
   	-moz-box-shadow: none;
  	-moz-border-radius-bottomright: none;
  	-webkit-box-shadow: none;
}
/******************************************/
