/** public */
body {
	font-family: Verdata, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	background:#fff url(../images/top-line.gif) repeat-x;
}
a, table, img {
	border:0px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

p, ul {
	margin:0;
	padding:0.4em 0;
	text-indent:0em;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:9px;
}

h1, h2, h3, h4, h5 ,h6 {
	margin:0;
	padding:0.3em 0;
	font-weight:bold;
}

form {
	display:inline;
}
#wrapper {
	width:856px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:url(../images/bg-shadow.gif) repeat-y;
}
#itop {
	height:76px;
	background:url(../images/itop-line.gif) repeat-x;
}
#logo {
	padding-left:20px;
}
#logo a {
	display:block;
	float:left;
	width:200px;
	height:74px;
	background:url(../images/logo.gif) no-repeat;
}
#logo a span {
	display:none;
}
#mainMenu {
	float:right;
	padding-right:10px;
}
#mainMenu ul, #subMenu ul {
	list-style:none;
	margin:0;
	padding:0;
	border:0;
}
#mainMenu ul li, #subMenu ul li {
	float:left;
	margin:0;
	padding:0;
	border:0;
	font-size:14px;
}
#mainMenu ul li a {
	display:block;
	width:92px;
	padding-top:20px;
	height:54px;
	line-height:54px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:url(../images/septate-line.gif) no-repeat;
}
#mainMenu ul li a:hover, #mainMenu ul li a.current {
	color:#fde489;
	background:url(../images/topmenu-bg-over.gif) no-repeat;
	text-decoration:none;
}
#mainMenu ul li.last {
	width:93px;
	background:url(../images/septate-line.gif) no-repeat top right;
}
#subMenu {
	height:34px;
	line-height:34px;
	color:#fff;
	background:#bd372e url(../images/submenu-bg.gif) repeat-x;
}
#subMenu ul {
	padding-left:26px;
}
#subMenu ul li {
	font-size:12px;
}
#subMenu ul li a {
	float:left;
	display:block;
	padding:0 5px;
	margin:0 0 0 1px;
	height:34px;
	line-height:34px;
	color:#fff;
	text-decoration:none;
}
#subMenu ul li a.current, #subMenu ul li a:hover {
	color:#fde489;
	background:#bd372e url(../images/submenu-bg-current.gif) repeat-x;
}
#bg-corner {
	background:url(../images/bg-corner.gif) no-repeat top center;
}
#bg-bottom {
	padding-bottom:25px;
	background:url(../images/bg-bottom.gif) no-repeat bottom center;
}
#mainContent {
	margin:0 auto;
	text-align:left;
	width:835px;
}
#feature.home-feature {
	width:835px;
	height:277px;
	background:url(../images/home-feature.jpg) no-repeat;
}
#contentArea.addition {
	position:relative;
	padding-top:30px;
}

/** float */
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/** clearfix */
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}