/* River Designs - Configuration */

	/* Background */
	.body_background
	{
		background: url(../images/cremebrulee-bg.jpg); /* 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;
	}
	
	#div_leftpanel
	{
		background-color: #fff6e8;
		border-width: 1px;
		border-color: #f4dcba;
		border-style: solid;
		float: left; 
		width: 290px;
		padding: 10px 10px 10px 10px;
		margin: 25px 0px 20px 20px;
	}
	
	#div_mainsection_content
	{
		position: relative;
		margin-left: 340px;
		margin-top: 0px;
		min-width: 600px;
		padding: 10px 10px 10px 10px;
		/*margin: 20px 0px 20px 20px;*/
	}
	
	
	
	
	/* Header Styles - h1 */
	.headerStyle 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 29px;
		color: #464646; 
	}
	
	/* Text Styles */
	p
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #464646;
	}
	
	ul, li
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #464646;
		list-style-image: url(../images/img-cremebrulee-tick.jpg);
	}
	
	.left-testimonial
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #d2ad76;
	}
	
	
	h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #cca975;
	}
	
	h2
	{
		font-family: Arial, Helvetica, sans-serif;
		/*font-size: 14px;*/
		font-size: 16px;
		color: #cca975;
	}
	
	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: #000000;
		background-color: #fff6e8;
	}
	
	/* *************************************************** */
	/* Text Style for Hyperlinks */
	a:visited {
		color: #d2ad76;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
	}
	
	a:link {
		border: none;
		color: #d2ad76;
		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: #CC9900;
		font-weight: bold;
		text-decoration: underline;
	}
	/* *************************************************** */
	
	
	
	/* 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;
	}
	
	/* --------------------------------------------- */	
	
	


