@charset "utf-8";
/* CSS Document */

body{	margin:0;
		padding:0;
}
/*container*/
#container{ width:955px;
			overflow:hidden;
			margin:0 auto;
			padding:0;
}
/*inner container*/
#inner-container{ width:935px;
			height:auto;
			overflow:hidden;
			margin:0 auto;
			padding:0;
			background-color:#d7d8d7;
			border:10px solid #acacac;
			border-top:none;
}
#inner-container-2{ width:935px;
			height:auto;
			overflow:hidden;
			margin:0 auto;
			padding:0;
			padding-top:25px;
			background-color:#fcfdfc;
}

/*left container*/
#left-container{	width:260px;
					height:auto;
					padding-left:30px;
					float:left;
}
.logo{ width:180px; height:130px; float:left;
}
#menu{ width:205px; float:left;}
#menu ul{ margin:0; padding:0; list-style:none;}
#menu ul li{ margin:0; padding:0; list-style:none;}

#menu ul li a{ display:block; background-color:#d7d8d7; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#000; text-decoration:none; margin:0 0 5px; padding:2px 0 2px 5px;}
#menu ul li a:hover, #menu ul li a.active{ background:#000; color:#FFF;}
#menu-black{ width:200px; height:23px; float:left; margin-bottom:5px; padding-left:5px; padding-top:2px; background-color:#000000;
}
.trebuchetMS-14{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#000;
}
.trebuchetMS-14-bold{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#000;
}

.trebuchetMS-14-white{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff;
}

.trebuchetMS-12{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#000;
}
.trebuchetMS-12B{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000;
}

#menu-address{ width:200px; height:200px; float:left; padding-left:5px; margin-top:20px;
}
/*right container*/
#right-container{	width:610px;
					overflow:hidden;
					float:left;
}
#toptxt{	width:600px;
			height:90px;
			margin-top:30px;
}
/*Service and Retail container*/
#serviceRetail-container{	width:600px;
							height:auto;
							overflow:hidden;
							float:left;
}
#left-ServiceRetail{	width:250px;
						height: auto;
						float:left;
}
#right-ServiceRetail{	width:250px;
						height:50px;
						margin-top:20px;
						float:left;
}
#serviceRetail-container-inner{	width:600px;
							height:auto;
							overflow:hidden;
							float:left;
							margin-bottom:15px;
}

#imgB{	width:600px;
		height:200px;
		float:left;
}
#bottomtxt{
	width:600px;
	height:300px;
	float:left;
}
.trebuchetMS-Italic-16{	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:16px; color:#a63e21; font-style:italic;
}

/*Footer*/
#footer{	width:955px;
			height:60px;
			float:left;
			padding-top:15px;
}
.trebuchetMS-12-center{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; text-align:center; color:#000;
}

/*
#page{
	width:942px;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 45px;
	font-size:1.2em;
}
*/
