/* River Designs - Configuration */

	/* Background */
	.body_background
	{
		background: url(../images/AussieGrippers-1.6_04.gif); /* Gradient Strip */
		background-repeat: repeat-x; /* Continue repeating background horizontaly */
		/*background-color: #ffffff; *//* Background Image (Color Code for Bottom color) */
		background-color: #ffffff;
		margin-left: 0px;
		margin-top: 0px;
		margin: 0px;
	}
	
	
	
	
	
	
	/* Header Styles - h1 */
	.headerStyle 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 29px;
		color: #464646; 
	}
	
	/* Text Styles */
	p, ul, li 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #464646;
	}
	
	h2
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #464646;
	}
	
	h3
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #ff0000;
	}
	
	h4
	{
		font-family: "Comic Sans MS";
		font-size: 2.5em;
		color: #FFCC00;
	}
	
	h5
	{
		font-family:"Comic Sans MS";
		font-size: 1.5em;
		color: #FF0000;
	}
	
	/* Menu Style */
	
	
	/* River Designs Footer Style */
	.riverdesignsfooter
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		background-color: #000000;
	}
	
	/* *************************************************** */
	/* Text Style for Hyperlinks */
	a:visited {
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:link {
		border: none;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:hover	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #ff0000;
		font-weight: bold;
		text-decoration: none;
	}
	/* *************************************************** */
	
	
	
	/* Contact Form Style Sheets */	
	
	.contactmandatoryfieldsstyle
	{	
		font-size: 14px; 
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
	}
	.contactformborder
	{
		border-style:solid;
		border-color:#deaf0c;
		border-width: 1px;
	}
	
	.contactformheaderstyle
	{	
		font-size: 14px; 
		color: #000000; 
		font-family: Arial, Helvetica, sans-serif;
	}

	.contactformstyle
	{	
		font-size: 14px; 
		color: #000000;
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		border-style:solid;
		border-color:#deaf0c;
		border-width: 1px;
	}
	
	/* --------------------------------------------- */	
	
	.imagefloatleft_ie
	{ 
		float: left; 
		position: relative; 
		z-index: -1; 
	}
	
	.imagefloatleft_firefox
	{ 
		float: left; 
		position: relative; 
	}

