/* CSS Style Sheet for SRS Engine */
/* Colors:	#ff6600		Orange	#9e9e9e		Grey*/
/* Font Declarations */
body,p,div,td
{
	font-family:	Verdana, Arial, sans-serif;
	font-size:		13px;
}
/* Tags */
body
{
	background-color:	#ffffff;
	margin:			0;
	margin-left:		0;
	margin-top:		0;
}

ul li
{
	list-style-image: url("/images/icon_gear.gif");
}

fieldset
{
	border:			1px solid #ff6600;
	font-weight:		bold;
	padding:		1em;
}

label
{
	float:			left;
	width:			35%;
	margin-right:		0.5em;
	padding-top:		0.2em;
	text-align:		right;
	font-weight:	normal;
}
/* Classes */
.baseColor
{
	background-color: #ff6600;
}

.blackOnOrange
{
	color:			#000000;
	font-size:		13px;
	font-weight:		bold;
}

.breadcrumb		
{
	font-size:	10px; 
}

.copyright
{	font-family:	Verdana, sans-serif;
	font-size:	 	9px;
}

.features li
{
	border-bottom:	1px dashed #9e9e9e;
	margin-bottom:	10px;
}

/* navbar styles */
.navbar			
{
	background-image: url("/images/top_nav/_background.jpg"); 
}	

/* testimonial styles */
.frontpage_testimonials
{
	border-top:		1px dashed #9e9e9e;
	color:			#000000;
	float:			right;
	font-style:		italic;
	padding-top:		20px;
	padding-right:		5px;
	text-align		left;
	width:			100%;
}

.fpt_identity
{
	border-bottom:		1px dashed #9e9e9e;
	float:			right;
	font-weight:		bold;
	padding-bottom:		20px;
	padding-right:		5px;
	text-align:		right;
	width:			100%;
}
/* IDs */
