/* CSS Document */

body
{
margin:0px;
padding:0px;
background-color:#eeeeee;
}


.copyright
{
font-family: "Tahoma",Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
}

.home_text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#8F0F04;
text-decoration:none;
margin:0px 0px 0px 10px;
padding:0px 0px 0px 15px;
}

.bg_box
{
background-image: url(../images/box_bg.jpg);
background-position:left top;
background-repeat:no-repeat;
width:678px;
height:450px;
}

.bg_box_top
{
background-image:url(../images/box_bg_top.jpg);
width:678px;
height:54px;
background-repeat:no-repeat;
background-position:left;
}

.bg_box1
{
background-image:url(../images/box_bg1.jpg);
width:678px;
background-repeat: repeat-y;
background-position:left;
}


.box_content
{
width:678px;
height:429px;
}

.bg_box_bot
{
background-image: url(../images/box_bg_bot.jpg);
width:678px;
height:132px;
background-repeat: no-repeat;
background-position:left top;
}

.page_titles{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
font-weight:bold;
}

.sitecontent
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.work_bg_but
{
background-image: url(../images/work_big_buts.jpg);
width:114px;
height:167px;
background-position:bottom;
background-repeat:no-repeat;
}

.center_line
{
border-right: solid 1px #666;
}

.high_text
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
font-weight:bold;
padding:0px 0px 0px 10px;
}

.work_menu_inactive
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #333;
padding:2px 0px 2px 10px;
font-weight: normal;
}

.work_menu
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #333;
padding:2px 0px 2px 10px;
font-weight: normal;
background-image:url(../images/work_menu_bullet.jpg);
background-position:0px;
background-repeat:no-repeat;
}
.work_menu a
{
color: #FFFFFF;
text-decoration:none;
}

.work_menu a:hover
{
color: #333;
text-decoration: none;
}


