/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

css document{
	author: brett lightfoot;
	for: rentarig
	}

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


body {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 0;
	margin: 0;
	}

p{
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 0;
	}
	
h1{
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 20px;
	text-align:middle;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	}	
	
h2{
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 18px;
	text-align:middle;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	}

h3{
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 16px;
	text-align:middle;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	}
	
font.subHead{
 font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-align:right;
	font-weight: normal;
	color: #ffffff;
	padding: 0 10px;  

	}

.linkHeading {
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;

}


	
a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	}
a:visited
{

color: #666666;
}
a:link {
	color: #666666;
	}

a:hover {
	color: #FF66CC;
	text-decoration: none;
	}

li {
	float: left;
	position: relative;
	cursor: default;
	}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	text-align: left;
	background: #ccc;
	padding: 0;
	}

li>ul {
	top: auto;
	left: auto;

	}

li li {
	
	display: block;
	float: none;
	width: 140px;
	border: 0;
	}

li:hover ul, li.over ul {
	display: block;
	}

p a {
	text-decoration: none;
	color: #666;
	}
	
p a:hover {
	color: #0069aa;
	text-decoration: underline;
	}
	
p.prodheading
	{
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	color: #000000;
	}
	
p.prodheading2
	{
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	color: #ffffff;
	}
a img {
border: none;
}

#footer
{
 font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 20px;
	text-align:right;
	font-weight: normal;
	color: #ffffff;
	padding: 0 10px;   
    
}

	
/*+++++++++++++++++++++ Nav ++++++++++++++++++++++++++++*/	
	
#first {
	background: url(images/pixel_g.gif) no-repeat;
	padding: 0 0 0 10px;
	}
		
#nav {
	list-style: none;
	margin: 0;
	background: #ccc url(images/pixel_g.gif) top right no-repeat;
	padding: 0 10px 0 0;
	height: 30px;
	
}

#nav a {
	
	color: #444;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
	background: #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}

#nav a:hover {

	color: #0069aa;
	background: white;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}


#nav li li a {
	
	display: block;
	font-weight: normal;
	background: #ccc;


}
