@charset "UTF-8";
/* CSS Document */


body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #FAEEBC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
    line-height:1.125em; 
	font-style: normal;
	font-weight: bold;
}
.twoColFixLtHdr #container {
	width: 996px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/newBackground-web.jpg);
	background-repeat: no-repeat;
	height: 900px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
} 
.twoColFixLtHdr #header {
	padding: 30px 40px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 115px;
	width: 935px;
	position: absolute;
	left: 0px;
	top: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	font-size:0.875em;
	font-variant: small-caps;
	color: #C33;
}
.h1_revised {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10pt; */
	font-size:0.875em;
	font-weight: bold;
	color: #933;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 0px;
	white-space: normal;
	text-transform: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 5px;
}.h2_revised {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 9pt;*/
	font-size:0.875em;
	font-weight: bold;
	color: #933;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 0px;
	white-space: normal;
	text-transform: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 16px;
}
.twoColFixLtHdr #sidebar1 {
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 480px;
	padding: 15px 10px 15px 20px;
	height: 436px;
	position: absolute;
	left: 0px;
	top: 115px;
	padding-top: 75px;
	padding-left: 12px;
}
.twoColFixLtHdr #mainContent {
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	left: 0px;
	top: 0px;
} 
.twoColFixLtHdr #mainContentLeft {
	text-align: left;
	padding-left: 0px;
	width:320px;
	position: absolute;
	left: 88px;
	top: 180px;
	height: 1px;
	padding-bottom: 0px;
	padding-top: 10px;
} 
.twoColFixLtHdr #mainContentRight {
	text-align: left;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	position: absolute;
	left: 400px;
	top: 180px;
	width: 352px;
	height: 292px;
} 
p {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: small;*/
	font-size:0.75em;
	font-style: normal;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: normal;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: normal;
	color: #323922;
	text-indent: 0px;
	top: 0px;
	right: 0px;
	padding: 0px;
	position: relative;
}
.twoColFixLtHdr #footer {
    font-size:0.875em;
	/*font-size: small;*/
	font-weight: bold;
	font-variant: normal;
	position: absolute;
	left: -10px;
	bottom: 194px;
	width: 966px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 19px;
	z-index: 10;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #323922;
} 
.twoColFixLtHdr #footer td {
	color: #323922;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Arial Black", Gadget, sans-serif;
	/*font-size: 9pt;*/
	font-size:0.875em;
	font-weight: bold;
	font-variant: normal;
        color: #323922;
}
.twoColFixLtHdr #footer a {
	color: #323922;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.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;
}
 a#homemenu {  
     width: 98px;  
     height: 36px; 
     background-position: 0 -12px;
     background-image: url(images/homebutton.png);
     display: block;  
     text-decoration: none;  
 } 
 a#homemenu:hover {  
 background-position: 0 -43px;  
 }  
 a#homemenu:active {  
 background-position: 0 -74px;  
 }
 #HomeNav {
        background-image: url(images/homebutton.png);  
	background-position: 0 -110px;
	height: 39px;
	width: 98px;
}
 a#portfoliomenu {  
     width: 105px;  
     height: 36px; 
     background-position: 0 -12px;
     background-image: url(images/portfoliobutton.png);
     display: block;  
     text-decoration: none;  
 } 
 a#portfoliomenu:hover {  
 background-position: 0 -43px;  
 }  
 a#portfoliomenu:active {  
 background-position: 0 -74px;  
 }
 #PortfolioNav {
        background-image: url(images/portfoliobutton.png);  
	background-position: 0 -110px;
	height: 39px;
	width: 98px;
}
 a#workingmenu {  
     width: 188px;  
     height: 36px; 
     background-position: 0 -12px;
     background-image: url(images/workingbutton.png);
     display: block;  
     text-decoration: none;  
 } 
 a#workingmenu:hover {  
 background-position: 0 -43px;  
 }  
 a#workingmenu:active {  
 background-position: 0 -74px;  
 }
 #WorkingNav {
        background-image: url(images/workingbutton.png);  
	background-position: 0 -110px;
	height: 39px;
	width: 188px;
}
/*
a#workingmenu {  
     width: 188px;   
     height: 45px;
     background-position:0 -5px;
     background-image: url(images/workingbutton.png);  
     display: block;  
     text-decoration: none;  
 } 
 a#workingmenu:hover {  
 background-position: 0 -41px;  
 }  
 a#workingmenu:active {  
 background-position: 0 -67px;  
 }  
 #WorkingNav {
        background-image: url(images/workingbutton.png);  
	background-position: 0 -102px;
	height: 40px;
	width: 188px;
}
 a#portfoliomenu {  
     width: 105px;  
     height: 40px;  
     background-position: 0 -15;
     background-image: url(images/portfoliobutton.png);  
     display: block;  
     text-decoration: none;  
 } 
 a#portfoliomenu:hover {  
 background-position: 0 -33px;  
 }  
 a#portfoliomenu:active {  
 background-position: 0 -66px;  
 }  
 #PortfolioNav {
        background-image: url(images/portfoliobutton.png);  
	background-position: 0 -108px;
	height: 40px;
	width: 105px;
}
*/
 a#designmenu {  
     width: 119px;  
     height: 55px;  
     background-image: url(images/designbutton.png);  
     display: block;  
     text-decoration: none;  
 } 
 a#designmenu:hover {  
 background-position: 0 -60px;  
 }  
 a#designmenu:active {  
 background-position: 0 -115px;  
 }
 #designNav {
        background-image: url(images/designbutton.png);  
	background-position: 0 -170px;
	height: 55px;
	width: 119px;
}
 
 a#maintenancemenu {  
     width: 160px;  
     height: 55px;  
     background-image: url(images/maintenancebutton.png);  
     display: block;  
     text-decoration: none;  
 } 
 a#maintenancemenu:hover {  
 background-position: 0 -60px;  
 }  
 a#maintenancemenu:active {  
 background-position: 0 -115px;  
 }
 #maintenanceNav {
        background-image: url(images/maintenancebutton.png);  
	background-position: 0 -170px;
	height: 55px;
	width: 160px;
}
 a#consultationnmenu {  
     width: 160px;  
     height: 55px;  
     background-image: url(images/consultationbutton.png);  
     display: block;  
     text-decoration: none;  
 } 
 a#consultationnmenu:hover {  
 background-position: 0 -60px;  
 }  
 a#consultationnmenu:active {  
 background-position: 0 -115px;  
 }
 #consultationNav {
        background-image: url(images/consultationbutton.png);  
	background-position: 0 -170px;
	height: 55px;
	width: 170px;
}
 a#installationmenu {
	width: 160px;
	height: 55px;
	background-image: url(images/installationbuton.png);
	display: block;
	text-decoration: none;
 } 

 a#installationmenu:hover {  
 background-position: 0 -60px;  
 }  
 a#installationmenu:active {  
 background-position: 0 -115px;  
 }
 #installationNav {
        background-image: url(images/installationbuton.png);  
	background-position: 0 -170px;
	height: 55px;
	width: 160px;
}

#footer table tr td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:0.875em;
	font-weight: bold;
	text-align: center;
}

img
{
	border-style: none;
	padding-top: 0px;
	padding-left: 5px;
}
.twoColFixLtHdr {
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
}
ul {
     margin:  0 0 0 0px;
     padding: 0 0 0 0px;
	 }
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight: normal;
	list-style-position: outside;
	 margin: 0 0 0 0px;
     padding: 0 0 0 0px;
	/*padding-bottom: 6px;*/
}
ol {
	 margin: 0 0 0 0px;
     padding: 0 0 0 0px;
}
.h3_revised {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.875em;
	font-style: italic;
	color: #933;
	padding-left: 12px;
	font-weight: lighter;
	margin-top: -10px;
	font-size: .75em;
}
#sidebar1 table tr td {
	padding: 3px;
}
.style1 {
	font-size: 1px;
	color: #FAEEBC;
}
.twoColFixLtHdr #container #sidebar1 #portnav {
	position: absolute;
	left: 16px;
	height: 228px;
	width: 1px;
	top: 262px;
}
.twoColFixLtHdr #portfolioQuote {
	font-style: italic;
}

.portfolioPageLink a{
   }
.portfolioPageLink a:hover {
font-weight:bold;
}
portfolioPageLink a:active {
font-weight:bolder
}
.portfolioLink a {
  font-size:12px;
  color:#323922;
   text-decoration:none;
}
.portfolioLink a:hover {
   font-weight:bold;
   text-decoration:underline;}
}
.portfolioLink a:active {
   text-decoration:underline;
   font-weight:bolder;
}
.portfolioLink .style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #933;
}
#portnav img {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #903;
	border-right-color: #903;
	border-bottom-color: #903;
	border-left-color: #903;
	padding: 2px;
}
.portfolioNavMain {
border-color: #903;
border:inset;
}
.twoColFixLtHdr #container #mainContent #mainContentLeft #portfolioQuote .norm {
	font-style: normal;
}
