* { margin:0; padding:0; }

 body  {
	background:#000 url(img/platinum_back.jpg) 0 0 repeat-x; color:#DDD; font:13px "Trebuchet MS", Helvetica, sans-serif;
	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;
}
ul, li { list-style: none; }
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}

#wrapper	{
	width:1000px;
	text-align:center;
	margin: 0 auto;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.toprt { /* 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;
	margin-top: 20px;
	width: 520px;
}
.toprt h3	{
	margin-top: 16px;
}
.topfltrt { /* 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;
	margin-top: 4px;
	width: 200px;
	margin-right: -50px;
	
}
/*header*/
#top { 
	background: #DDDDDD url(img/new-logo.jpg) no-repeat 0 0; 
	min-height: 120px;
	
} 
#topheader { 
	background: #DDDDDD url(img/new-logo.jpg) no-repeat 0 0; 
	min-height: 120px;
	
} 
#top h1 {
	margin: 0; /* zeroing the margin of the last element in the #top 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 */
}
#menu	{
	width: 1000px;
	background: url(img/bkg_nav.png) 0 0;
	 border-top: 4px solid #660000;	
	min-height: 24px;
}
nav { }
#nav { margin-top: 2px;  padding: 7px 10px 7px 10px; font-size: 115%;}
#nav li { display: inline; padding: 10px 7px 10px 14px; background: url(img/square_nav.png) no-repeat 0 50%; }
#nav li.first { background: none; padding-left: 8px; }
#nav a { color: #FFF; font-weight: bold; text-decoration: none; }
#nav a:hover, .home #nav a.index, .about #nav a.about-aaa, .services #nav a.restoration-services, .residential #nav a.apartment-restoration, .commercial #nav a.commercial-renovation, .contact #nav a.ncontact { 
color: #000; }



#header	{
 background: url(img/header.png) no-repeat 0 0; 
 border-top: 4px solid #660000;
  border-bottom: 4px solid #660000;
}
/*-------------------------------------------------------------------------------*/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 370px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	min-height:490px;
}
#sidebarty {
	float: left; /* since this element is floated, a width must be given */
	width: 370px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	
}
.sideboxtop {
	background: #000;
	padding:4px 4px 2px 10px;
	margin: 0px 0px 0px 6px;
	width:330px; 
	min-height:20px;
	color: #fff;
}

.sidebox	{
	background: url(img/drkgry.png);
	padding:4px 4px 2px 18px;
	margin: 0px 0px 0px 6px;
	width:320px; 
	min-height: 100px;
	border: 1px solid #666666;
}
/* ----------------------------------------- */
#mainContent { 
	margin: 0 0 0 400px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 4px 6px 4px 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent p{ 
	padding: 4px 10px;
	text-align: justify;
}
.gry td	{
	background: #999999;
}
.rtgrybox { 
	background: #999999; 
	padding:6px 6px 4px 6px;
	float:right; 
	
}
.whtbox {
	padding:6px 6px 6px 6px;
	float:right; 
	
}
.rtgrybox  img{
	border: 1px solid #fff;
}
.whtbox img	{
	border: 1px solid #fff;
}

.grybox	{
	background: #999999;
	margin:4px 2px 4px 2px; 
	text-align:justify;
	border:1px solid #fff;
	
}
.whtborder	{
	background: #999999;
	padding:4px 4px 2px 4px;
	margin: 6px;
	width:232px; 
	min-height:120px;
}
/* #footer
----------------------------------------- */
#footer { border-top: 1px solid #000000; text-align: center; padding: 4px 20px; color: #666; font-size: 85%;}
#int #footer { border-top: 0; padding-top: 0; }
#footer .footer_15 { display: none; }
#int #footer .footer_15 { display: block; padding-bottom: 15px; }
#footer ul {  }
#footer li { display: inline; padding: 0 12px 0 20px; }
#footer li.first { background: none; padding-left: 10px; }
#footer a { color: #666; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#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 */
}
.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;
	padding-right: 6px;
	
}
.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;
}
.green { 

 background: url(img/green.png) no-repeat ; 
 width: 500px;
 min-height:82px;
 }

