html {background: #fff url(../images/bkgd.gif) repeat-x;}

body 
{
	background:#fff url(../images/main_black_bkgd.gif) no-repeat;
	padding:0;
	margin:30px 0 0 0;  /*margin:30px 0 0 0;*/
	font-family:arial, sans-serif; 
	line-height:1.125em;
	font-size: 100%;
	width:1133px;
}

#container 
{
	padding:0;
	text-align:left;
	position:relative;
	width:990px;
}

#containerEstimate 
{
	background: url(../images/estimate_header2.jpg) no-repeat;
	padding:0;
	text-align:left;
	position:relative;
	width:1133px;
}
		
#containerWrapper 
{
	height:718px;
}	
/* --------------------(Nav) --------------- */	
#nav 
{
	width:130px;
	padding:57px 0 0 10px;
	font-size:90%;
    line-height:140%;
	float:left;	
	text-transform:uppercase
}

#nav ul
{
      margin:0;
      padding:0;
      list-style:none;
}

#nav ul li
{
      margin:0 0 8px 0;
      padding:0;
	  height:34px;
	  width:125px;
	  white-space:nowrap; 
}
#nav ul.home  li 
{
 	background:#ce462b url("../images/button_sm.png") no-repeat left top;
}

#nav ul.about li
{
 	background:#66aa7c url("../images/button_sm.png") no-repeat left top;
}
  
#nav ul.contact li
{
 	background:#1475a3 url("../images/button_sm.png") no-repeat left top;
}  

#nav ul.estimate li
{
 	background:#969284 url("../images/button_sm.png") no-repeat left top;
}

#nav ul.services li
{
 	background:#ef8c01 url("../images/button_sm.png") no-repeat left top;
}

#nav a 
{
      display:block;
      padding:8px 8px 6px 9px;
      text-decoration:none;
      font-weight:bold;
      color:#fff;
}

#nav ul li a:hover
{
	color:#ffd800;
	text-decoration:none;
} 

#home #nav-home a, 
#services #nav-services a,
#estimate #nav-estimate a, 
#about #nav-about a,
#contact #nav-contact a,
#portfolio #nav-portfolio a  
{
	color:#ffd800;
}
/* --------------------(Main Columns) --------------- */		
#leftCol {
	float:left; 
	width:193px;
	}
	
#mainCol {
	float:left; 
	width:611px;
	}

#mainCol h1 {
	margin:12px 0 0 0;
	font-size:110%;
	}	
/* --------------------(Home Page) --------------- */			
#address 
{
	float:right;
	padding:60px 55px 0 0;
	font-weight:bold;
	font-size: 1.0em; /* 16x0.875=14px */
    line-height: 1.5em;/* 16x1.636=36px */
	color:#fff;
}	

#addressEst 
{
	float:right;
	padding:60px 198px 0 0;
	font-weight:bold;
	font-size: 1.0em; /* 16x0.875=14px */
    line-height: 1.5em;/* 16x1.636=36px */
	color:#fff;
}	
		
#address span,
#addressEst span 
{
	font-size: 1.25em; /* 16x1.125=18px */
	color:#fff;
}	

#title
{
	margin-top:20px;
	margin-left:125px;
}	
	
#globe 
{
	position:absolute;
	top:493px;
	left:625px;
}
	
#slideshow 
{
	position:absolute;
	top:251px;
	left:287px;
}

#eyedropper 
{
	position:absolute;
	top:289px;
	left:585px;
}

.pic 
{
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0;
	width:430px;
}
/* --------------------(About Page) --------------- */		
#mainColAbout 
{
	float:left; 
	width:603px;
	height:546px;
	margin: 20px 0 0 60px;
	background: url(../images/bkgd_about.png) no-repeat;
}

#mainColAbout div.textWrapper
{
	margin:15px 25px 25px 115px;
	height:269px;
	width:453px;
	overflow:auto;
	overflow-x:hidden;
}

#mainColAbout div.textWrapper p
{
	
	font-size: .9em; /* 16x0.875=14px */
    line-height: 1.3em;/* 16x1.636=36px */
}

#mainColAbout div.textWrapper2
{
	margin:0 25px 25px 20px;
	height:221px;
	width:380px;
	overflow:auto;
	overflow-x:hidden;
}

#mainColAbout div.textWrapper2 p
{
	margin-top:0;
	font-size: .9em; /* 16x0.875=14px */
    line-height: 1.3em;/* 16x1.636=36px */
}

#globeAbout 
{
	position:absolute;
	top:485px;
	left:655px;
}	
/* --------------------(Contact Page) --------------- */		
#mainColContact
{
	float:left; 
	width:618px;
	height:441px;
	margin:20px 0 0 133px;
	background: url(../images/bkgd_contact.png) no-repeat;
}

#mainColContact div.textWrapper
{
	float:left;
	margin:20px 25px 25px 20px;
	height:415px;
	width:240px;
	overflow:auto;
	overflow-x:hidden;
}

#mainColContact div.textWrapper2
{
	float:left;
	margin:20px 25px 25px 63px;
	height:205px;
	width:244px;
	overflow:auto;
	overflow-x:hidden;
}

#mainColContact div.textWrapper ul,
#mainColContact div.textWrapper2 ul
{
	padding:6px 0 0 10px;
	margin:6px 0 0 10px;
}

#mainColContact div.textWrapper li,
#mainColContact div.textWrapper2 li
{
	padding-bottom:10px;
	font-size: .9em; /* 16x0.875=14px */
    line-height: 1.3em;/* 16x1.636=36px */
}

#mainColContact div.textWrapper2 li
{
	padding-bottom:1px;
}

#mainColContact div.textWrapper2 a
{
	color:#d15333;
	text-decoration:none;
}	

#mainColContact div.textWrapper2 a:hover
{
	text-decoration:underline;
}	
/* --------------------(Estimate Page) --------------- */		
#mainColEstimate
{
	float:left; 
	width:923px;   /* 862px*/	
	margin-left:68px;  /* 129px;*/	
	background: url(../images/bkgd_estimate_repeat2.gif) repeat-y;
	color:#fff;
	overflow:hidden;
}

#estFooter
{
	background: url(../images/bkgd_estimate_footer2.gif) no-repeat;
	width:923px;/* 862px*/	
	height:36px;
	margin-left:208px;  /* 269px;*/	
	overflow:hidden;
}

#estimateTable
{
	width:750px;
	padding:0;
	border:0;
	margin: 35px 0 0 90px;
}

#estimateTable td
{
	font-size: .9em; /* 16x0.875=14px */
    line-height: 1.3em;/* 16x1.636=36px */
}
/* --------------------(Services Page) --------------- */		
#mainColServices
{
	float:left; 
	width:386px;
	height:492px;
	margin:20px 0 0 163px;
	background: url(../images/bkgd_services.png) no-repeat;
}
#mainColServices div.textWrapper
{
	margin:20px 25px 25px 20px;
	height:442px;
	width:341px;
	overflow:auto;
	overflow-x:hidden;
}

#mainColServices div.textWrapper span
{
	color:#d15333;
	font-weight:bold;
	font-size: .9em; /* 16x0.875=14px */
    line-height: 1.3em;/* 16x1.636=36px */
}

#mainColServices div.textWrapper table
{
	padding:0;
	border:0;
	margin:12px 0;
	width:341px;
	border-collapse:collapse;
}

#mainColServices div.textWrapper td
{
	width:50%;
	font-size: .8em; /* 16x0.875=14px */
    line-height: 1.4em;/* 16x1.636=36px */
	padding:0 0 2px 0;
}
/* --------------------(common/nav)--------------- */ 		
a 
{
	-moz-outline-style:none;
}

 /* --------------------(footer)--------------- */	 
#copyrightText {
	margin-top:50px;
	color:#666;
	padding-bottom:20px;
	font-size: .70em; 
    text-align:center;
}

#copyrightTextEst {
	margin-top:10px;
	color:#666;
	padding-bottom:20px;
	font-size: .70em; 
    text-align:center;
}

/* --------------------(Clear)--------------- */	
.clear
{
	width:0;
	overflow:hidden;
	height:0;
	clear:both;
	visibility:hidden;
}
