/*
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
 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{

	/*border: 0;*/
	font-family:Helvetica, "Myriad Pro", Arial, sans-serif;
	/* margin: 0 !important; */
	outline: 0;

	/*padding: 0;*/
	/*vertical-align: baseline;*/
}
html
{
	height:100%;
}
body {
    line-height: 1.2;
    width:100%;
    margin-left: auto;
	margin-right: auto;
    font-family:Helvetica, "Myriad Pro", Arial ;
    height:100%;
}

.menu_li_lv1, .in-active, .sf-menu, .sf-vertical, .active, .menu_lv1,
{
/*color: #EFEFF1;
background: #EFEFF1;*/
}
.sf-menu ul li {
/*color: #EFEFF1;
background: #EFEFF1;*/
}

/*
body {

	line-height: 1.2;
	margin:0 auto;
	width:1008px;
	font-family:Helvetica, "Myriad Pro", Arial, sans-serif;
	height:100%;
}
*/
ol, ul {
	margin-left: 25px;
	padding-left: 25px;
}



a:focus {
	outline: 1px #000 dotted;

}
img{

/*vertical-align: bottom;*/

}
