@charset "utf-8";
/* CSS Document */
hr {
  	border: 0;
  	width: 100%;
	background-color: #989797;
	height: 1px;
	color: #989797;
}
body{
	margin:0px;
	text-align:center;
}
DIV, TR, TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0d0c0c;
	font-size:11px;
}
a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0d0c0c;
	font-size:11px;
	text-decoration:none;
}
a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ff0000;
	font-size:11px;
	text-decoration:underline;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#009f6d;
	font-size:17px;
	margin:0px;
}
.top-title {
	font-size:10px;
	color:#999999;
	font-weight:normal;
	margin-bottom:5px;
}
.sep{
	height:20px;
}
bodyContainer{
	width:825px;
}
#headContainer{
	width:825px;
	height:226px;
	background:url(../images/head.jpg) no-repeat;
}
	#headContainer div{
		display:inline;
		float:left;
	}
	
	#logo{
		width:226px;
		margin:10px 0px 0px 0px;
	}
	#menu{
		width:180px;
		text-align:right;
		padding:25px 10px 10px 10px;
	}
		#menu .item{
			width:90%;
			background:#CCCCCC;
			margin:0px 0px 12px 10px;
			padding:0px 0px 2px 0px;
			background:url(../images/dott1.gif) repeat-x bottom;
		}
	#space{
		width:207px;
	}
	
	#phone h1{
		margin-top:6px;
	}
	
#mainContainer{
	width:825px;
	background:url(../images/mbg.jpg) repeat-y;
}
	#mainContainer .top{
		background:url(../images/mtop.jpg) no-repeat top;	
	}
	#mainContainer .bottom{
		background:url(../images/mbot.jpg) no-repeat bottom;
	}
	#mainContainer .content{
		padding:20px 30px 20px 30px;
		margin:0px;
		text-align:left;
	}
	#mainContainer .offerBox{
		width:234px;
		height:95px;
		background:url(../images/box.jpg) no-repeat;
	}
	 .offerBox p{
	 	padding:0px 5px 0px 5px;
		margin:5px 0px 0px 0px;
		font-size:10px;
	 }
	.offerBox h1{
		margin:5px 0px 0px 0px;
		padding:0px;
	}

#bottomContainer{
	background:url(../images/botbg.jpg) repeat-x;
	height:64px;
	width:825px;
}
	#bottomContainer .left{
		background:url(../images/botleft.jpg) no-repeat left;
		height:64px;
	}
	#bottomContainer .right{
		background:url(../images/botright.jpg) no-repeat right;
		height:64px;
	}	
	#bottomContainer .bottomMenu{
		color:#3a3939;
		padding:5px;
		width:80%;
	}
		.bottomMenu a{
		 	color:#3a3939;
		}
		.bottomMenu a:hover{
		 	color:#FF0000;
		}
	#bottomContainer .copyright{
		color:#3a3939;
		padding:5px;
		width:80%;
		font-size:12px;
	}
.rightLinks .rightLink{
	display:block;
	width:100%;
	line-height:16px;
	background:url(../images/dott1.gif) repeat-x bottom;
}
