@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
}
img {
	border:0 solid; 
}
a, p { 
	behavior: none !important;
	behavior: url(style/iepngfix.htc); 
}

#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f1f1f1;
	color:#505050;
	height:auto;
	overflow:hidden !important;
	overflow:visible;
}

		#container #header {
			background-image: url(../img/tel.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			float: left;
			height: 150px;
			width: 955px;
			background-color: #FFFFFF;
		}

		#container #footer {
			background-color: #d4d4d4;
			color: #5d5d5d;
			font-size: 12px;
			float: left;
			width: 955px;
			padding-top:10px;
		}
		
				#container #footer p {
					padding-left: 10px;
					padding-top: 5px;
					margin: 0px;
					padding-bottom: 5px;
				}
				
				#container #footer #testimonials {
					width:532px;
					float:right;
				}
				#container #footer #copyright {
					background-color:#5d5d5d;
					width: 955px;
					float: left;
					clear:left;
					text-align:right;
					height:38px;
					margin-top:10px;
				}
						#container #footer #copyright p,#container #footer #copyright a {
							color:#D4D4D4;
							text-decoration:none;
						}
		#container #body {
			float: left;
			width: 955px;
			margin-top: 15px;
			z-index:100;
		}

				#container #body #mpanel {
					float: right;
					width: 532px;
				}
				
						#container #body #mpanel h1 {
							font-size: 18px;
							color: #FF0000;
							padding-left: 10px;
							margin-top:10px;
							font-weight:normal;
							}
						
						#container #body #mpanel p {
							margin: 0px;
							padding-top: 0px;
							padding-right: 5px;
							padding-bottom: 10px;
							padding-left: 10px;
						}
				
				#container #body #lpanel {
					float: left;
					width: 423px;
					margin-top: 10px;
					padding-bottom:20px;	
				}
				
						#container #body #lpanel .imgpanel {
							background-image: url(../img/homeimg.jpg);
							background-repeat: no-repeat;
							height: 302px;
							width: 403px;
							margin-left: 10px;
						}
						
						
						#container #body #lpanel .imgpanel .caption {
							margin-top: 260px;
							background-image: url(../img/greybg.png);
							background-repeat: repeat;
							color: #999999;
							padding-top: 5px;
							padding-bottom: 5px;
							padding-left: 10px;
							display:block;
							float:left;
							width:393px;
						}

		#container #menu {
			background-color: #FFFFFF;
			float: left;
			width: 955px;
			padding-top:10px;
		}
		
				#container #menu li {
					float: left;
					list-style-type: none;
				}

				#container #menu a {
					background-image: url(../img/button.png);
					background-repeat: no-repeat;
					height: 42px;
					width: 116px;
					display: block;
					margin-right: 5px;
					margin-bottom:-12px;
					color:#FFFFFF;
					font-size:16px;
					font-weight:normal;
					text-decoration:none;
					line-height:42px;
					text-align:center;
					position:relative;
				}
				#mpanel li {
margin-left:20px;
}

				#container #menu a.current {
					background-image: url(../img/buttonhover.png);
					background-repeat: no-repeat;
					height: 42px;
					width: 116px;
					display: block;
					margin-right: 5px;
					margin-bottom:-12px;
					color:#FFFFFF;
					font-size:16px;
					font-weight:normal;
					text-decoration:none;
					line-height:42px;
					text-align:center;
				}
				#container #menu a:hover {
					background-image: url(../img/buttonhover.png);
					cursor:pointer;
				}
				#container #menu a.current:hover {
					background-image: url(../img/button.png);
				}
				#container #menu a:visited,#container #menu a:active {
					color:#FFFFFF;
				}
