
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
	list-style-image: none;
	text-decoration: none;
}
body{
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
input, textarea, select {
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	outline:none;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #7d7d7d;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	text-decoration: none;
}
h1 {
	font: 32px/46px 'TitilliumText22LRegular', Arial, sans-serif;
}
h2 {
	font: 24px/32px 'TitilliumText22LRegular', Arial, sans-serif;
}
h3 {
	font: 18px/27px 'TitilliumText22LRegular', Arial, sans-serif;
}
h4 {
	font: 16px/24px 'TitilliumText22LRegular', Arial, sans-serif;
}
h5 {
	font: 14px/21px 'TitilliumText22LRegular', Arial, sans-serif;
}
h6 {
	font: 12px/18px 'TitilliumText22LRegular', Arial, sans-serif;
}
h7 {
	font: 10px/15px 'TitilliumText22LRegular', Arial, sans-serif;
}
.fl{
	float: left;
}
img.fl{
	float: left;
	padding: 0 10px 5px 0;
}
.fr{
	float: right;
}
img.fr{
	float: right;
	padding: 0 10px 0 5px;
}
.clear{
	height:0px;
	overflow:hidden;
	margin:0px;
	clear:both;
}
.clear20 {
	clear:both;
	height: 20px !important;
}
.clear30{
	clear:both;
	height: 30px;
}
.clear40 {
	clear:both;
	height: 40px !important;
}
.text{
	font-size: 12px;
	color: #909090;
	line-height: 1.5em;
}
table {
    border-collapse:			collapse;
    border-spacing:				0;
}
p{
	line-height: 1.5em;
	font-size: 13px;
	color: #909090;
}
.wrap{
	margin: 0 auto;
	padding: 0;
	background: #f5f5f5;
}
.main-menu-wrap, .main-wrap, .search-wrap{
	margin: 0 auto;
	width: 900px;
}
.main-menu-wrap {
	padding-bottom: 20px;
}