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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #827e6c;
}
a {
	color: #888888;	
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;	
}

#container {
	width: 650px;
	margin: 0 auto;
	background: url(images/main_bg.gif) repeat-y top left;	
	text-align: center;
}
#header {
	position: relative;
	width: 600px;
	height: 81px;
	margin: 0 auto;
	background: url(images/header_bg.gif) no-repeat top left;	
}
#header #logo {
	position: absolute;
	top: 10px;
	left: 43px;
	width: 80px;
	height: 62px;
}
#header #logo span {
	display: none;	
}
#header #nav {
	position: absolute;
	top: 58px;
	right: 30px;
}
#header #nav #menu {
	list-style: none;	
	margin: 0;
	padding: 0;
}
#header #nav #menu li {
	float: left;
	width: 75px;
	padding: 0;
}
#header #nav #menu li a {
	color: #5d574a;
	font-size: 12px;	
	text-decoration: none;
}
#header #nav #menu li a:hover {
	color: #5d574a;
	text-decoration: underline;
}
#header #nav #menu li a.active {
	color: #5d574a;
	font-weight: bold;
}

#main {
	position: relative;
	width: 600px;
	margin: 0 auto;
}
#main .ban {
	padding: 0 0 0 0;	
}



#footer {
	position: relative;
	width: 650px;
	height: 160px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	font-size: 11px;
	background: #ffffff url(images/footer_bg.gif) no-repeat top left;	
}
#footer #info {
	float: left;
	width: 40%;
	padding: 0 0 0 26px;
	text-align: left;
}
#footer #links {
	float: right;
	width: 40%;
	padding: 0 26px 0 0;
	text-align: right;
}



.clear {  
	clear: both;    
	display: block;    
	font-size: 1px;    
	height: 1px;    
	line-height: 1px;    
	margin: 0;    
	overflow: hidden;    
	position: relative;     
 }   





/* home */
.home #main #sidebar {
	position: relative;
	float: right;
	width: 175px;
	padding: 15px 15px 0 0;
}
.home #main #content {
	position: relative;
	float: left;
	width: 380px;
	padding: 15px 0 0 15px;
	text-align: left;
	text-align: justify;
}

/* services */
.services #main #content,
.contactus #main #content,
.feedback #main #content,
.aboutus #main #content {
	position: relative;
	width: 570px;
	padding: 10px 15px;
	text-align: left;
	text-align: justify;
}

#slogan {
	position: absolute; 
	left: 140px; 
	top: 25px; 
	font-size: 14px; 
	font-style: italic;
}

.left_contact {
	float: left;
	width: 350px;
}
.right_contact {
	float: right;
	width: 200px;
}
.contact_list dt {
	float: left;
	width: 100px;
	height: 150px;
	margin: 0;
	padding: 0;
}
.contact_list dd {
	float: left;
	width: 250px;
	height: 150px;
	margin: 5px 0;
	padding: 0;
}