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

body { 	width:800px;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #c5c5c5;
	}
	
a:link {color: #dfdfdf; text-decoration:underline;}
a:visited {color: #c9c9c9;}
a:hover {color: #80a1bb; text-decoration:none;}
a:focus {color: #80a1bb; text-decoration:none;}
a:active {color: #80a1bb; text-shadow:#000000;}

#container	{	background-color:#6b6b6b;
				background-image:url(../images/equipment-rental-main-bg-BottomRight.jpg);
				background-position: right bottom;
				background-repeat:no-repeat;
				min-height:600px;
				border-bottom:#FFFFFF thin solid;
				padding-bottom:20px;
				}

/* Navigation */

#nav { 	padding:0px;
		margin:0px;
		}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
	padding:0px;
	margin:0px;
}


#homebtn	{
	height: 29px;
	width: 81px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../images/equipment-rental-nav-home.jpg) top left no-repeat;
	display: block;
}

#homebtn:hover	{
	background-position: bottom left;
}

#aboutbtn	{
	height: 29px;
	width: 99px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../images/equipment-rental-nav-about.jpg) top left no-repeat;
	display: block;
}

#aboutbtn:hover	{
	background-position: bottom left;
}

#equipmentbtn	{
	height: 29px;
	width: 138px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../images/equipment-rental-nav-list.jpg) top left no-repeat;
	display: block;
}

#equipmentbtn:hover	{
	background-position: bottom left;
}

#locationsbtn	{
	height: 29px;
	width: 103px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../images/equipment-rental-nav-locations.jpg) top left no-repeat;
	display: block;
}

#locationsbtn:hover	{
	background-position: bottom left;
}

#legalbtn	{
	height: 29px;
	width: 71px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../images/equipment-rental-nav-legal.jpg) top left no-repeat;
	display: block;
}

#legalbtn:hover	{
	background-position: bottom left;
}


#contactbtn	{
	height: 29px;
	width: 91px;
	text-indent: 10000px;
	overflow: hidden;
	background:url(../images/equipment-rental-nav-contact.jpg) top left no-repeat;
	display: block;
}

#contactbtn:hover	{
	background-position: bottom left;
}









/* Header & Breadcrumbs */

#headline { background-image:url(../images/equipment-rental-header-bg.jpg);
			background-repeat:no-repeat;
			height:50px;
			padding-left:25px;
			padding-top:14px;
			font-size:20px;
			font-weight:bold;
			color:#FFFFFF;
			clear:both;
}		

#breadcrumb { 	padding-left:5px; 
				font-size:10px; 
				color: #9a9a9a;
						}

#breadcrumb a:link {color: #9a9a9a; text-decoration:none;}
#breadcrumb a:visited {color: #9a9a9a; text-decoration:none;}
#breadcrumb a:hover {color: #80a1bb; text-decoration:underline;}
#breadcrumb a:focus {color: #80a1bb;}
#breadcrumb a:active {color: #80a1bb;}

#sitesearch {	text-align:right;
				font-size:12px;
				font-weight:bold;
				padding-right:20px;
				color:#fff;
				margin-bottom:20px;
				float:right;
					}



/* Main Stuff */

#main	{	width:560px;
			padding-left:20px;
			padding-right:20px;
			}
			
#main img	{	border:#FFFFFF thin solid;
				margin:10px;
					}
					
#mainequip	{	width:585px;
				padding-left:20px;
				padding-right:20px;
				margin:0px;
				float:right;
				background-image:none;
			}
			
#mainequip img	{	border:#FFFFFF thin solid;
				margin:0px;
					}


h1 { 	font-size:20px;
		font-weight:bolder;
		text-align:center;
		margin-top:0px;
		color:#FFFFFF;
		}

h2	{	font-size:16px;
		font-weight:bold;
		color:#FFFFFF;
		}
		

#largertxt	{	font-size:14px;	}
		
#rightcol	{	float:right;
				width:165px;
				padding-right:10px;
				padding-left:10px;
				padding-top:10px;
				padding-bottom:30px;
				text-align:center;
				border-left: #FFFFFF solid;
				border-width:1px;
				}		


/*	Accordian */

#acc {width:150px; list-style:none; color:#6b6b6b; margin:0px; float:left; border-right:#FFFFFF solid 1px;}
#acc h3 {width:150px; padding-left:0px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; cursor:pointer; margin:0px;}
#acc h3:hover {background-color:#9a9a9a;}
#acc .acc-section {overflow:hidden;}
#acc li 	{margin:0px; padding:0px; }

#nested {width:150px; list-style:none; color:#6b6b6b; padding-left:5px; padding-right:5px; margin:0px; display:block;}
#nested h3 {width:150px; font-weight:normal; margin:0px;}
#nested h3:hover {background-color:#9a9a9a; color:#000;}
#nested .acc-section {overflow:hidden;}
#nested li 	{ margin:0px; padding:0px;	}

#nested a:link {color: #FFFFFF; text-decoration:none;}
#nested a:visited {color: #FFFFFF; text-decoration:none;}
#nested a:hover {color: #000000; text-decoration:none;}
#nested a:focus {color: #FFFFFF;}
#nested a:active {color: #FFFFFF;}

/*  Footer  */

#footer { 	font-size:10px;
			padding-top:10px;
			padding-bottom:12px;
			background-image:url(../images/equipment-rental-footer-bg.jpg);
			background-repeat:no-repeat;
			height:63px;
			color:#000000;
			text-align:center;
			clear:both;
		}
#footer a:link {color: #000000; text-decoration:underline;}
#footer a:visited {color: #000000; text-decoration:underline;}
#footer a:hover {color: #000000; text-decoration:none;}
#footer a:focus {color: #000;}
#footer a:active {color: #000;}
				
				