/*------------------------------------------------------------------
[Master Stylesheet]

Project:		The Right Stuff
Version:		1.2
Last change:	03/12/08 [Testimonial text]
Primary use:	Web site
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

Body:		#000000 (black)
Header h1:	#FF9933 (black) (not specified)
Header h2:	#FF9933 (black) (not specified)
Header h3:	#000000 (black) (not specified)
Footer:		#fff (white)
Navigation: #fff (white)


a (standard):	#A0161D; 

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy:			12px Tahoma, Verdana, Arial, sans-serif;
Unordered lists: 	12px;
Header (h1):		22px;
Header (h2):		14px;
Header (h3):		11px;
Header (h4):		10px;
Navigation:			10px;
Footer:				10px;
Copyright:			8px;


-------------------------------------------------------------------*/
/*Main styles*/

BODY {
	font-size: 12px;
	font-family : Tahmoa, Verdana, Arial, sans-serif;
	color: #000000;
	

}

TD
{
	
	
}

P
{
	
	
	

}



H1
{
	font-size: 22px;
	color: #FF9933;
	font-weight:bold;
		
}
H2
{
	font-size: 14px;
	color: #FF9933;
		
}
H3
{
	font-size: 11px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	
	
		
}
H4
{
	font-size: 10px;
	color: #A0161D;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
		
}

/* Links */
A {
	
	color: #A0161D;
	TEXT-DECORATION: underline;
	
}

A:hover {
	
	
	TEXT-DECORATION: underline;
	
}

.navigation a{
padding: 0 10px 0 10px;

}

.footer a{
padding: 0 7px 0 7px;

}



/*--------------------------------------------------------*/
/*Classes*/

.navigation 
{
	font-size: 10px;
	color:#fff;
	
}

.footer{
	font-size: 10px;
	color: #fff;
	
}

.copyright{
	font-size: 10px;
	
}


.testimonialtext{
	color:#FFFFFF;
}


/*--------------------------------------------------------*/
/*IDs*/

#left{
	font-size: 10px;


}

#right{
	color:#ffffff;
	font-size: 10px;
}

#footerbar{
	background-image:url(../media/footer.jpg);
}

/*-----------Just Search added CSS-----------*/

#content h1 {
	font-size:16px;
}

#content h2 {
	font-size:16px;
}

#content span {
	color:#FF9933;
	font-size:16px;
	font-weight:bold;
	display:block;
}

#content span.bottom {
	display:inline;

}

#nav {
		background-color:#a4a4a4;
		padding:9px 0px 9px 0px;
		margin:0px;
		color:#ffffff;
}

#nav li {
	display:inline;
	
	
}

#nav li a {
	text-decoration:none;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	padding:0px 10px;
}

#footer a {
		color:#ffffff;
		font-family:Tahmoa,Verdana,Arial,sans-serif;
		font-size:10px;
}

#footer {
	color:#ffffff;
		font-family:Tahmoa,Verdana,Arial,sans-serif;
		font-size:9px;}
		
.style2 {
	color: #FF9900;
	font-weight: bold;
}

.style1 {
	color: #000000
}

#content ul li {
		text-decoration:none;
		list-style-type:circle;
		padding:3px 0px 3px 0px;
}




/*----------End of Just Search added CSS-----------*/
