body, li, ul, div {
	padding:0;
	margin:0;
}

body {
	background-color: #fff;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

#body {
	width: 100%;
	background-color: #FFF;
	background-position: center center;
	margin-bottom: 60px;
	
}

/*HEADER*/

#header-logo{
	padding:10px 0 0 0;
	float:left;
	color:#FFF
}

#header-tel{
	padding:10px 0 0 0;
	float:right;
	color:#FFF
}

#logo-header {
	height: 70px;
	width: 100%;
	background-color: #666666;
}

#logo-line {
	width: 100%;
	height:110px;
	background-color: #FFF;
}

#header{
	width:850px;
	margin:0 auto;
}

#header-menu{
	width:100%;
	background-color:#898989;
	height:30px;
}

#menu{
	padding:6px 0 0 0;
	margin:0px auto 4px;
	width:870px;
	color:#FFF;
	font-weight:bold;
}

#menu a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}


#menu ul li{
	display:inline;
	margin:0 0px;
	padding:0 10px;
	border-right:2px solid #fff;
}



/*MAIN AREA*/

.content a img{
	border:0px;
}

.content img{
	border:0px;
}

.main-area-strip{
	width:100%;
	margin:10px 0;
	background:#e8e8e8;
	height:20px;
	text-align:center;
	padding:4px 0 0 0;
}

.main-area-o{
	width:850px;
	margin:10px auto;
	background:#fff;
	overflow:hidden;
	
}

.about-1 img{
	float:right;
	margin:0 0 0px 20px;
}

.main-area-o li {
	margin:0 0 0 15px;
}

.content{
	float:right;
	width:600px;
}

.content-contact{
	float:right;
	width:290px;
}


.side {
	background-color: #FFFFFF;
	width: 226px;
	float: left;
}

.about1{
}

#contentpart-1{
	width:560px;
	height:344px;
	background:#e8e8e8;
	overflow:hidden;
	float: right;
}

#img-main{
	width:540px;
	height:210px;
	margin:10px 10px 0;
	background:url(../images/home-image.jpg) no-repeat;
}

#img-1{
	float:left;
	width:167px;
	height:83px;
	padding:0 8px 0 0px;
	margin:0 0 0 10px;
	border-right:1px solid #fff;
}

#img-2{
	float:left;
	width:167px;
	height:83px;
	padding:0 8px 0 0px;
	margin:0 0 0 8px;
	border-right:1px solid #fff;
}

#img-3{
	float:left;
	width:167px;
	height:83px;
	padding:0 8px 0 0px;
	margin:0 0 0 8px;
}

.side a{
	color:#acacac;
	text-decoration:none;
}


/* FOOTER */

#base-line {
	background-color: #D5D5D5;
	height: 5px;
	width: 100%;
	font-size: 2px;
}
#copyright {
	font-size: 10px;
	color: #FBFBFB;
	height: 20px;
	margin-top: 10px;
}

#footer a:link {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:active {
	text-decoration:none;
	color:#FFFFFF;
}
#footer {
	float:left;
	width:100%;
	padding-bottom: 30px;
	background-color: #797979;

}


