*{
	margin:0;
	padding:0;
}
html, body{
	width:100%;
	height:100%;
}
body{
	color:#343434;
	font:62.5%/1.4 Arial, sans-serif;
	background:#6A9BCA url(/images/bg.png) repeat-x fixed;
}
/*---------
	COMMON STYLES
-----------*/
a{
	color:#1a57b1;
	outline:none;
}
a:hover{
	text-decoration:none;
}
a img{
	border:none;
}
img{
	font-style:italic;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}
.line{
	width:100%;
	overflow:hidden;
}
table{
	font-size:100%;
	border-collapse:collapse;
}
ul,
ol{
	list-style:none;
}
#content p{
	margin:0 0 12px;
}
/*-------------*/
#frame{
	width:960px;
	height:700px;
	margin:0 auto;
	font-size:1.2em;
	position:relative;
}

#header{
	padding:35px 11px 25px;
}
#header a,
#header img{
	color:#fff;
}

#main{
	background:url(/images/c_bg.png) no-repeat 0 100%;
	padding-bottom:30px;
}

#menu{
	background:#396FA4 url(/images/m/bg.png) no-repeat;
	height:27px;
	font-size:105%;
	overflow:hidden;
	padding:3px 11px 0;
}
#menu li{
	float:left;
}
#menu a,
#menu span{
	color:#fff;
	float:left;
	padding:5px 13px 7px;
	text-decoration:none;
	background:url(/images/m/li.png) no-repeat 100% 100%;
}
#menu a:hover{
	text-decoration:underline;
}
#menu li.last a{
	background:none;
}
#menu li.here{
	padding-left:13px;
	font-weight:bold;
	background:#fff url(/images/m/here.png) no-repeat;
}
#menu li.here a,
#menu li.here span{
	color:#333;
	padding:5px 13px 7px 0;
	background:url(/images/m/here.png) no-repeat 100% -73px;
}
#menu li.here a:hover{
	text-decoration:none;
}

#wrapper{
	padding:11px 11px 0;
	background:#fff;
	overflow:hidden;
}
*html #wrapper{
	zoom:1;
}
#info_box{
	height:233px;
	background:#5592CE url(/images/i_bg.png) no-repeat;
	position:relative;
	margin:0 0 35px;
}
#info_box img{
	position:absolute;
	color:#fff;
	top:36px;
	left:25px;
}
#as{
	position:absolute;
	top:131px;
	right:11px;
	color:#fff;
}
*html #as{
	top:134px;
}

h1{
	font:22px Arial, sans-serif;
	color:#f93d00;
	margin:0 0 8px;
}
h2{
	font:18px Arial, sans-serif;
	color:#f93d00;
	margin:0 0 4px;
}
#content{
	float:left;
	width:621px;
	padding:0 25px 0 12px;
	border-right:solid 1px #ccc;
}
.pluses{
	padding:10px 0 0;
}
.pluses h2{
	margin:0 0 8px;
}
.pluses li{
	background:url(/images/li.png) no-repeat 0 4px;
	padding:0 0 0 18px;
	margin:0 0 9px;
}
.bullit{
	margin:5px 0 15px 20px;
}
.bullit li{
	background:url(/images/li.png) no-repeat 0 4px;
	padding:0 0 0 18px;
	margin:0 0 5px;
}
.bullit ul,
.pluses ul{
	margin:5px 0 10px 15px;
}
#content .bullit h3,
#content .pluses h3{
	font:bold 13px Arial, sans-serif;
}

#sidebar{
	float:left;
	width:235px;
	margin-left:-1px;
	padding:0 16px 0 28px;
	border-left:solid 1px #ccc;
}
#sidebar h2{
	margin:0 0 4px;
}
#sidebar h2 a{
	color:#f93d00;
	text-decoration:none;
}
#sidebar h2 a:hover{
	text-decoration:underline;
}
#sidebar ul{
	margin:0 0 24px;
}
#sidebar ul h3{
	font:bold 15px/1 Arial, sans-serif;
	color:#1a57b1;
}
#sidebar ul a{
	color:#666;
}
#sidebar li{
	padding:10px 11px 0 49px;
	margin:0 0 18px;
	color:#666;
	height:40px;
	font-size:11px;
}
#sidebar #d_l{
	background:url(/images/d_l.png) no-repeat;
	padding:12px 11px 0 49px;
}
#sidebar #d_l:hover{
	background:#eaeaea url(/images/d_l.png) no-repeat;
}
#sidebar #docs{
	background:url(/images/docs.png) no-repeat;
}
#sidebar #docs:hover{
	background:#eaeaea url(/images/docs.png) no-repeat;
}
#sidebar #pres{
	background:url(/images/pres.png) no-repeat;
}
#sidebar #pres:hover{
	background:#eaeaea url(/images/pres.png) no-repeat;
}
.opinions{
	margin:0 0 24px;
}
.opinions_one{
	margin:0 0 20px;
}
.opinions p,
#content .opinions_one p{
	margin:0;
}
.opinions .author,
.opinions_one .author{
	color:#999;
	text-align:right;
	display:block;
	line-height:1;
}
#sb_news dl{
	width:100%;
	overflow:hidden;
}
#sb_news dt{
	background:#888;
	color:#fff;
	padding:1px 3px;
	font-size:10px;
	line-height:1;
	float:left;
	clear:left;
	margin:4px 5px 10px 0;
}
#sb_news dd{
	float:left;
	width:170px;
	margin:0 0 10px;
}
#sb_news dd a{
	color:#333;
}
.news_one{
	margin:0 0 20px;
}
.news_one h2{
	font:bold 14px Arial, sans-serif;
}
.news_one h2 span{
	color:#888;
	font-size:11px;
	font-weight:normal;
}

#search{
	position:absolute;
	top:34px;
	right:11px;
	width:251px;
}
#search div{
	background:url(/images/input.png) no-repeat;
	height:19px;
	position:relative;
}
#search .textinputs{
	border:0;
	margin:1px 0 0 10px;
	width:218px;
	color:#999;
}
#search .btn{
	position:absolute;
	top:2px;
	right:8px;
}

#footer{
	font-size:95%;
	line-height:1.3;
	color:#ecf4fb;
	padding:10px 0 10px 25px;
	position:relative;
}
#footer a{
	/*color:#0b3c6c;*/
	color:#ecf4fb;
}

#sitemap li{
	background:url(/images/li.gif) no-repeat 0 8px;
	padding-left:20px;
	margin:0 0 3px;
}
#sitemap ul{
	margin:0 0 0 20px;
}

#footer .dev{
	position:absolute;
	top:10px;
	right:20px;
}
#footer .dev .made{
	text-decoration:none;
}

#content ol{
	list-style:decimal;
        margin:0 0 0 20px;
}
#content ol ul{
	margin:0 0 10px;
}
#content ol ul li{
	background:url(/images/li.gif) no-repeat 0 8px;
	padding-left:20px;
	margin:0 0 3px;
}
