html, body{
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	background: #eeeeee url('img/bg.gif') repeat fixed;
}

img{border: 0;}

a:focus{outline: none;}
	
#navigation{
	position: fixed;
	top: 0;
	left: 0;
}	
	
#logo{
	width: 289px;
	height: 102px;
	background: url('img/logo.png') no-repeat top left;
	cursor: pointer;
}

#logo img{
	width: 289px;
	height: 102px;	
}

#menu{
	margin-left: 32px;
}

#menu a{
	display: inline-block;
	color: #595959;
	padding: 4px 5px 6px 5px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover,
#menu a.active{
	background: url('img/active.gif') no-repeat top right; 
	padding-right: 16px; 
	color: #fff;
}

#toolbox{
	width: 37px;
	padding-top: 23px;
	position: fixed;
	top: 16px;
	right: 16px;
	background: #d5d5d5 url('img/panel_top.gif') no-repeat top left;
}

/*******************************************/

#toolbox a.be{
	width: 37px;
	height: 26px;
	display: block;
	background: url(img/be.gif) no-repeat 0 -26px;
}

#toolbox a.be:hover{
	height: 26px;
	background: url(img/be.gif) no-repeat 0 0;
}

#toolbox a.gl{
	width: 37px;
	height: 26px;
	display: block;
	background: url(img/gl.gif) no-repeat 0 -26px;
}

#toolbox a.gl:hover{
	height: 26px;
	background: url(img/gl.gif) no-repeat 0 0;
}

#toolbox a.da{
	width: 37px;
	height: 26px;
	display: block;
	background: url(img/da.gif) no-repeat 0 -26px;
}

#toolbox a.da:hover{
	height: 26px;
	background: url(img/da.gif) no-repeat 0 0;
}

#toolbox a.dg{
	width: 37px;
	height: 26px;
	display: block;
	background: url(img/dg.gif) no-repeat 0 -26px;
}

#toolbox a.dg:hover{
	height: 26px;
	background: url(img/dg.gif) no-repeat 0 0;
}

#toolbox a.fb{
	width: 37px;
	height: 26px;
	display: block;
	background: url(img/fb.gif) no-repeat 0 -26px;
}

#toolbox a.fb:hover{
	height: 26px;
	background: url(img/fb.gif) no-repeat 0 0;
}

#toolbox a.tw{
	width: 37px;
	height: 26px;
	display: block;
	background: url(img/tw.gif) no-repeat 0 -26px;
}

#toolbox a.tw:hover{
	height: 26px;
	background: url(img/tw.gif) no-repeat 0 0;
}

#toolbox a.yt{
	width: 37px;
	height: 26px;
	display: block;
	background: url(img/yt.gif) no-repeat 0 -26px;
}

#toolbox a.yt:hover{
	height: 26px;
	background: url(img/yt.gif) no-repeat 0 0;
}

/*******************************************/

#content{
	overflow:hidden;
	width:816px;
	position:relative;
	margin: 48px 0 0 296px;
}

#content .footer{
	text-align: center;
	padding: 15px;
	background: #eeeeee;
}

.pro{
	width: 800px;
	min-height: 200px;
	padding: 8px 8px 6px 8px;
	background: url('img/img.gif') repeat fixed;
	margin-bottom: 24px;
	display: block;
	position: relative;
}	

.title{
	z-index: 80;
	position: absolute;
	bottom: 24px;
	right: 24px;
}

.pro .title b{
	background: #595959; 
	height: 32px;
	padding: 8px 10px 0 10px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	display: block;
}

.pro .title a{
	background: #595959 url('img/arrow.gif') no-repeat right;
	padding-right: 23px;
	display: block;
}

.pro .title span{
	margin-top: 5px;
	background: #595959;
	display: block-inline;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px 6px 10px;
}

.pro h1{
	background: #595959; 
	padding: 7px 5px 7px 5px; 
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}


.atop{
	position: fixed;
	bottom: 16px;
	right: 16px;
	background: url('img/img.gif') repeat fixed;
	padding: 8px;
}
