@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/img_05.png);
	background-repeat: repeat-x;
	background-position: left top;
	
	font-family: tahoma, arial, verdana;
	
	margin:0px;
	padding:0px;
	
}
#menu-col {
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#body-col {
	background-color: #FFFFFF;
}

#menu {
	font-size: 13px;
	text-align: center;
	list-style: none;
	margin:0;
	padding:0;
}

#menu ul{
	margin:0 0 1px 0;
	padding:0;
}

#menu li {
	display:inline;
	padding:0 25px;
	margin:0;
} 


#menu a:link, #menu a:visited {
	color: #FFFFFF;
}

#menu a:hover {
	color: #0495fd;
}

#template {
	font-size:11px;
}
#left-side {
	background-image: url(images/img_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 25px;
	margin:0px;
	padding:0px;
}
#right-side {
	background-image: url(images/img_04.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 24px;
	margin:0px;
	padding:0px;
}

#footer {
	border-top: 1px solid #999;
	text-align:center;
	color:#0495fd;
	margin-bottom: 50px;
}

#content {
	margin: 15px;
	line-height: 18px;
	
}

#footer-tab {
	width: 90%;
	font-size: 10px;
	color: #999999;
}

#footer-tab .footer-company {
	color: #0099FF
}

.info {
	color: #666666;
	font-size: 9px;
	text-align:right;
}

.adminbar {
	background: #FEFEFE;
	border: 1px solid #EFEFEF;
	padding: 5px;
	margin: 3px;
}

#contactus-title {
	padding-left: 50px;
	width: 50px;
	font-size: 16px;
	line-height:15px;
	display:block;
}

#contactus-table {
	background-image: url(images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #EFEFEF;
	width: 500px;
	font-size: 12px;
}
#contactus-table th {
	color: #0099FF;
	font-size: 16px;
}
#contactus-table td {
	padding: 5px;
}
