/* CSS Document */


body {
	text-align:left;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/backGroundRec.gif) #CDC978;
}
	#wrapper
	{
		width:650px;
		margin:auto;
	}
	#header
	{
		height:300px;
		overflow:hidden;
	}
		
	#content
	{
		background:url(../images/paper3_r5_c2.jpg) repeat-y;
		padding:10px 20px 20px 20px;
	}
		#title
		{
			background:url(../images/paper3_r4_c2.jpg) no-repeat;
			height:46px;
			padding-left:20px;
			
		}
		#title h1
		{
			display:block;
			margin:0px;
			padding:0px;
			font-family: Impact;
			font-size: 24px;
			font-weight: normal;
			color: #4D634C;
			
		}
	
	#nav
	{
		background:url(../images/paper3_r3_c2.jpg) no-repeat;
		height:42px;
		padding-top:10px;
		overflow:hidden;
	}
		#nav ul
		{
			list-style:none;
			margin:0px 0px 0px 35px;
			padding:0px;
		}
		#nav ul li
		{
			display:block;
			float:left;
			margin:0px 0px 0px 40px;
			padding:0px;
		}
		
		#nav ul li a:link, #nav ul li a:visited
		{
			font-family: Impact;
			font-size: 18px;
			font-weight: normal;
			color: #4D634C;
		}
		
		#nav ul li a:hover 
		{
			font-family: Impact;
			font-size: 18px;
			font-weight: normal;
			color: #000;
		
		}
	#footer
	{
		background:url(../images/bottom.png) no-repeat top center;
		height:35px;
	}
	
a:link,a:visited {
	font-weight: normal;
	color: #4D634C;
	text-decoration: none;
}

a:hover,a:active {
	font-weight: normal;
	color: #252F24;
	text-decoration: none;
}

.productSlideShows
{
	margin-left:15px;
}
	.productsSSP
	{
		width:203px;
		float:left;
		
	}


.serviceItem
{
	
}

	.serviceDescription
	{
		float:left;
		width:300px;
	}
		.serviceDescription h2
		{
			
		}
	.serviceSlides
	{
		float:left;
		width:300px;
	}
	
hr
{
	width:80%;
	border:none;
	border-bottom:1px solid #4D634C;
}

h3{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.errorBox {
	background-color: #F2A4A6;
	padding: 10px;
	width: 580px;
	border: thin solid #A3171A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A3171A;
}
.okBox {
	background-color: #C6FFC6;
	padding: 10px;
	width: 580px;
	border: thin solid #00CC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
}

.clear
{
	clear:both;
}