@charset "utf-8";
body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffda69 url(images/smart/images/header-bgr.jpg) no-repeat 4px 133px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 10px 8px 13px;
}
#header {
	margin: 0;
	padding: 0;
	height: 128px;
	width: 100%;
}
#header #logo {
	float: right;
	margin: 0;
	padding: 0;
}
#header #mainHeader {
	width: 490px;
	float: left;
	height: 126px;
}
#header #bxLangSearch {
	width: 470px;
	margin: 15px 0 0;
	padding: 0;	
}
#header #bxLangSearch #sLang {
	float: left;
	margin: 4px 0 4px 4px;
	padding: 0;
}
#header #bxLangSearch #sLang a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#f18f17;
	font-weight:bold;
}
#header #bxLangSearch #sForm {
	margin: 0 auto;
	float: right;
	padding: 2px 0;
	vertical-align: middle;
}
#header #bxLangSearch #sForm input {
	margin: 0;
	padding: 4px;
	color: #4c4c4c;
	font-size: 11px;
	border: 0px solid #ffd24f;
}
#header #bxLangSearch #sForm  .btnSearch{
	margin: 1px 0 1px 7px;
	padding: 1px;
	color: #46474b;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	border: none;
	background: none;
	cursor: pointer;
}
#header #mainNav {
	margin: 10px 0px 8px -5px;
	height: 43px;
	background: url(images/smart/images/menu_lline.gif) no-repeat 0 0;
}
#header #mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header #mainNav ul li {
	float: left;
	margin: 2px 0 0 4px;
	padding: 0;
}
#header #mainNav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #4b4b4b;
	text-decoration: none;
	display: block;
	margin: 10px 0; 
	padding: 0 6px;
	border-right: 1px solid #4b4b4b;
}
#pageHeader {
	margin: 0px 0px 0 0;
	padding: 0px 0px 0px 0;
	width: 100%;
	height: 53px;
	display: inline;
}
#pageHeader h2 {
	margin: 36px 0 0 46px;
	color: #565a5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
}
#mainContent {
	margin: 0 0 0 0;
	padding: 18px 35px 28px 42px;
	background: url(images/smart/images/content-bgr.jpg) repeat-y 6px 0;
	min-height: 100px;
	font-size: 12px;
	color: #565a5c;
	text-align: justify;
	line-height: 20px;
}
#mainContent img {
	padding: 0 12px 4px 0;	
}
#pageBottom {
	margin: 0px 0px 4px 0px;
	padding: 0;
	width: 100%;
	height: 200px;
	background: url(images/smart/images/content-bt-bgr.jpg) no-repeat 6px 0;
}
#pageBottom h2 {
	margin: 0px 0 0 42px;
	color: #f3a539;
	font-size: 13px;
}
#pageBottom ul {
	margin: 12px 0 0 42px;
	padding: 0;
	list-style-image: url(images/smart/images/icons-news.jpg);
}
#pageBottom ul li {
	margin: 2px 0 0 14px;
}
#pageBottom ul li a {
	color: #555b59;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
dl.list {
	margin: 10px 6px 15px 12px;
	padding: 0;
}
dl.list dd {
	margin: 10px 28px 10px 28px;
	padding: 0px;
}
dl.list dd img {
	margin: 2px 0 0 0;
}

dl.list dd p{
	margin: 0 0 0 110px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	color: #565a5c;
}
#footer {
	margin: 2px -8px 3px;
	width: 100%;
	height: 60px;	
	background: url(images/smart/images/footer-bgr-full1.jpg) no-repeat;
}
#footer .txtAddr {
	margin: 4px 0 0 4px;
	font-size: 12px;
	color: #44484b;
}
#footer .txtCpr {
	margin: 24px 20px 4px 4px;
	font-size: 12px;
	color: #44484b;
	font-weight: bold;
	display: block;
}
a.detail {
	font-family: Arial, Helvetica, sans-serif;
	color: #f18f17;
	text-decoration: none;
	font-size: 12px;
}
a.linkTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #565a5d;
	text-decoration: none;
	font-weight: normal;
}
.clearfloat {
	clear: both;
	height: 0;
}
.fltlt {
	float: left;
}
.fltrt {
	float: right;
}
