* {margin: 0; padding: 0;}
a {outline: none; text-decoration: none;}
a img {border: none;}
ol, ul, li {list-style: none;}

/* ie6 */
*html #content {height: 795px;}

/* layout */
.style1 {
	font-size: 36em;
	font-weight: bold;
}
html {background: #fff url(../images/bg/html.png) left top repeat;}
body {font: 62.5%/1.4 Arial, sans-serif; color: #000; background: url(../images/bg/body.png) left top repeat-x;}
#page {width: 850px; margin: 0 auto;}
#header {position: relative; background: url(../images/bg/header.jpg) left top no-repeat; padding-top: 154px;}
#wrapper {background: url(../images/bg/top.png) left top no-repeat; padding-top: 5px;}
#content {background: #fff url(../images/bg/bottom.png) left bottom no-repeat; padding: 5px 197px 5px; position: relative; min-height: 795px;}
#content a {color:#333333;}
#footer {width: 831px; overflow: hidden; padding: 26px 8px 30px 11px;}

/* header and footer menu*/
#logo {position: absolute; top: 50px; left: 26px;}
	#logo a {display: block; text-indent: -200em; overflow: hidden; background: url(../images/all/logo.png) left top no-repeat; width: 199px; height: 28px;}
#slogan {
	text-indent: -200em;
	overflow: hidden;
	background: url(../images/all/slogan.png) left top no-repeat;
	width: 245px;
	height: 31px;
	position: absolute;
	top: 22px;
	left: 458px;
}	
#menu {background: url(../images/bg/menu.png) left top no-repeat; margin-left: 20px; padding: 5px 20px 5px 0;}
#menu_bottom {float: right;}
#menu li, #menu_bottom li {color: #bfbfbf; display: inline; font-size: 1.1em; background: url(../images/bg/limiter.png) left center no-repeat; padding: 0 20px 0 24px;}
#menu_bottom li {background: url(../images/bg/menu_bottom_limiter.png) left center no-repeat; padding: 0 15px 0 17px;}
#menu li.first, #menu_bottom li.first {background: none; margin-left: -3px;}
#menu a {color: #bfbfbf;}
#menu a:hover, #menu .active {color: #646464;}
#menu_bottom a {color: #686868;}
#menu_bottom a:hover, #menu_bottom .active {color: #c3c3c3;}

/* content */
#content p {font-size: 13px; line-height: 18px; margin-bottom: 14px;}
.left_decor, .right_decor {position: absolute; top: 0; width: 180px; height: 650px;}
.left_decor {background:#FFFFFF ; left: 5px;}
.right_decor {background:#FFFFFF ; left: 665px;}

/* footer */
.copyrights {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em;}
.copy {color: #464646;}
.designed {color: #a3a3a3; margin-top: -2px;}
.copy a {color: #464646;}
.designed a {color: #a3a3a3;}
.copy a, .designed a {text-decoration: underline;}
.copy a:hover, .designed a:hover {text-decoration: none;}

