@charset "utf-8";
/* CSS Document */

*{
		margin:0; 
		padding:0;
		
}

body {
		background:url(imgs/left-better.gif) #a8bcca no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		

	
}
#bgextenderRES {
		float:left;
		margin-left:-300px;
		margin-top:852px;
		width:300px;
		height:2084px;
		background: url(imgs/left-fill.gif) repeat-y;
			

}

#bgextenderCOM {
		position:absolute;
		top:852px;
		left:0px;
		width:300px;
		height:146px;
		background: url(imgs/left-fill.gif) repeat-y;
			

}

#bgextenderIND {
	position:absolute;
	top:852px;
	left:0px;
	width:300px;
	height:203px;
	background: url(imgs/left-fill.gif) repeat-y;
			

}

#main {
		margin-left:300px;
	   	width:700px;

}

#header { 
		margin-top:0px;
		border:0px; 
		padding:0px; 
		line-height:0px;
		background:url(imgs/top-logo.gif) #fff no-repeat; 
	    height: 130px;
		width:700px;

}
#navcontainer {
		background: url(imgs/nav-fill.gif) repeat-x;
		padding: 0px;
		background-color: #FFF;
		width:700px;
        height:20px;
}

#navcontainer  ul
{
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align: left;
		background-color:#FFFFFF;
		width:700px;
}

#navcontainer ul li { float: left; }

#navcontainer ul li#res a 
{
		text-decoration: none;
		background: url(imgs/nav/res.gif) no-repeat top left;
		float: left;
		margin: 0px;
		height: 20px;
		width: 150px;

}

#navcontainer ul li#com a 
{
		text-decoration: none;
		background: url(imgs/nav/com.gif) no-repeat top left;
		float: left;
		margin: 0px;
		height: 20px;
		width: 150px;

}

#navcontainer ul li#ind a   
{
		text-decoration: none;
		background: url(imgs/nav/ind.gif) no-repeat top left;
		float: left;
		margin: 0px;
		height: 20px;
		width: 150px;

}

#navcontainer li#res a:hover
{
		background: url(imgs/nav/res-m.gif) no-repeat left top;
		color: #000000;
}
#navcontainer li#com a:hover
{
		background: url(imgs/nav/com-m.gif) no-repeat left top;
		color: #000000;
}
#navcontainer li#ind a:hover
{ 
		background: url(imgs/nav/ind-m.gif) no-repeat left top;
		color: #000000;
}

/* Selected States */
#navcontainer li#res a#selected
{
		background: url(imgs/nav/res-s.gif) no-repeat left top;
		color: #000000;
}
#navcontainer li#com a#selected
{
		background: url(imgs/nav/com-s.gif) no-repeat left top;
		color: #000000;
}
#navcontainer li#ind a#selected
{
		background: url(imgs/nav/ind-s.gif) no-repeat left top;
		color: #000000;
}

#content { 
		background:#fff;
		text-align:left;
		width:650px;
		min-height:700px;
		padding-left:50px;
		padding-top:25px;
			
}

#content h1 {
               font-size:26px;
               color: #3b5bb1;
               margin-left:-20px;

}

#content h2 {
               font-size:20px;
               color: #3b5bb1;
               margin-left:-20px;
			   padding-top:20px;

}

#content h3 {
               font-size:17px;
               color: #3b5bb1;
               margin-left:-20px;
			   padding-top:20px;

}

#content ul {
              padding-left:20px;

}		
#content img{
			 padding-right:140px;
             padding-top:20px;

		
}

#content table td{ 
			background: url(imgs/content-divide.gif) repeat-x;
			font-size:12px;
			font-style:normal;

}

.pricelist td{
			background:#FFFFFF;

}

#content table a:link img { 

}

#content #imgleft {
		  
		  
}
#footer { 
  		clear:both;
		background: url(imgs/left-footer-fill.gif) repeat-x;
		height:50px;
		width:695px;
		padding-top:34px;
		padding-left:305px;
		font-size:small;
		color:#4f6baf;
         

}
.footerspacing {
		padding-left:10px;
}
.footerspacing50 {
		padding-left:50px;
}
