@CHARSET "UTF-8";

body
{
    background-color: #696969;
    margin: 0px;
    background-image: url(img/left_back_tile.jpg);
    background-repeat: repeat-y;
}

.right_lines
{
    width: 100%;
    background: url(img/right_back_tile.jpg) repeat-y;
    background-position: right top;
    height: 100%;
}

.mosaic_links a {
	color: white;
	text-decoration:none;	
}
.mosaic_links a:visited {
	color: white;
	text-decoration:none;	
}

.mosaic_links a:hover {
	color: white;
	text-decoration:none;	
}

.top
{
    background-image: url(img/head_grd.jpg);
    height: 67px;
}

.top .menu
{
    height: 62px;
    width: 475px;
	background-image: url(img/scroller_back.jpg);


}

.top .menu a.s_left
{
    display: block;
    width: 26px;
    height: 62px;
    background-image: url('img/btn/s_left.jpg');
    float: left;
}

.top .menu a.s_left:hover
{
    background-image: url('img/btn/s_left_on.jpg');
}

.s_center_mask
{
	height: 62px;
	width: 418px;
	overflow: hidden;
	position:relative;

}

.s_center
{
	height:62px;
	position:absolute;
	width: 10000000px;
	float: left;
}

.top .menu a.s_right
{
    display: block;
    width: 25px;
    height: 62px;
    background-image: url(img/btn/s_right.jpg);
    float: right;
}

.top .menu a.s_right:hover
{
    background-image: url(img/btn/s_right_on.jpg);
}

.s_center .sep
{
    width: 23px;
    height: 58px;
    margin-top: 2px;
    margin-left: 3px;
    float: left;
}

.s_center .btn
{
    width: 59px;
    height: 59px;
    margin-top: 2px;
    margin-left: 3px;
    display: block;
    float: left;
}

.s_center #btn_frame
{
    width: 64px;
    height: 61px;
    position: absolute;
    background: url(img/btn/frame.png);
    display: none;
    cursor: pointer;
}

.s_center .pframe
{
    background-image: url(img/btn/selected.png);
    width: 64px;
    height: 61px;
    position: absolute;
}

.content
{
    width: 475px;
    margin-top: 4px;
    padding-bottom: 5px;
    background: url(img/content_botom_border.png) no-repeat bottom;
}

.content .title
{
    height: 28px;
    background-image: url(img/content_title.png);
    font-family: verdana;
    font-size: 15px;
    font-weight: bold;
    color: #4E4E4E;
}

.content .title div
{
    padding-top: 3px;
}

.content .body
{
    background: url(img/content_body.png);
    font-family: verdana;
    font-weight: normal;
    font-size: 12px;
    text-align: justify;
    padding: 30px;
    color: white;
}

.bottom
{
    background-image: url(img/footer_tile.png);
    background-position: center;
    background-repeat: repeat-x;
    height: 50px;
}

.bottom .info
{
    background: url(img/footer.png) no-repeat center;
    width: 475px;
    height: 50px;
}

.bottom .info .link
{
    display: block;
    margin-left: 4px;
    margin-top: 4px;
    width: 46px;
    height: 42px;
}

#hint
{
    position: absolute;
    display: none;
}

#hint .htop
{
    background: url(img/hint/hint_top_left.png) no-repeat left top;
}

#hint .htop .right
{
    background: url(img/hint/hint_top_right.png) no-repeat right top;
}

#hint .htop .middle
{
    height: 24px;
    background: url(img/hint/hint_top.png) repeat-x;
    margin-left: 24px;
    margin-right: 24px;
}

#hint .hbottom
{
    background: url(img/hint/hint_bottom_left.png) no-repeat left top;
}

#hint .hbottom .right
{
    background: url(img/hint/hint_bottom_right.png) no-repeat right top;
}

#hint .hbottom .middle
{
    height: 24px;
    background: url(img/hint/hint_bottom.png) repeat-x;
    margin-left: 24px;
    margin-right: 24px;
}

#hint .middle
{
    background: url(img/hint/hint_left.png) repeat-y left top;
}

#hint .middle .right
{
    background: url(img/hint/hint_right.png) repeat-y right top;
}

#hint .middle .middle
{
    background: url(img/hint/hint_back.png);
    margin-left: 24px;
    margin-right: 24px;

    font-family: verdana;
    font-weight: normal;
    font-size: 12px;
    color: white;
}

.to_prod
{
	padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 20px;
}
