/* River Designs - Configuration */

	/* Background */
	.body_background
	{
		background: url(../images/Bike_Perth_02.gif); /* Gradient Strip */
		background-repeat: repeat-x; /* Continue repeating background horizontaly */
		background-color: #2f7037; /* Background Image (Color Code for Bottom color) */
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	.topbanner_background
	{
		position: relative;
		top: 0px;
	}
	
	/* Menu Background */
	.menu_background
	{
		background-image: url(images/Bike_Perth_menu_bg.gif); /* Gradient Strip */
		/*width: 954px;*/ /* Width of the menu */
		width: 1015px;
		height: 48px; /* Height of the menu */
	}
	
	.menu_text_position /* Position of the text on the menu */
	{
		position: relative; 
		top: 0px;
	}
	
	
	/* Header Styles - h1 */
	.headerStyle 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #ffc556; 
	}
	
	/* Header Styles - h2 */
	.headerStyle2
	{
		padding: 10px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #ffc556; 
	}
	
	h2
	{
		padding: 10px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #ffc556; 
	}
	
	h3
	{
		padding: 10px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #ffc556; 
	}
	
	
	/* Text Styles */
	p, ul, li 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #ffffff;
	}
	
	/* River Designs Footer Style */
	.riverdesignsfooter
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		background-color: #274028;
	}
	
	/* *************************************************** */
	/* Text Style for Hyperlinks */
	a:visited {
		color: #ffc556;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:link {
		border: none;
		color: #ffc556;
		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: #ffc556;
		font-weight: bold;
		text-decoration: underline;
	}
	
	/* Text Style for Menu Hyperlinks */
	#menu a:visited {
		color: #1D4A23;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#menu a:link {
		border: none;
		color: #1D4A23;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#menu a:hover	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #1D4A23;
		font-weight: bold;
		text-decoration: underline;
	}
	/* *************************************************** */

