/* CSS Document */

body
{
margin:0px;
padding:0px;
}

/* CSS image */


.base
{
background-image:url(../image/background.jpg);
background-repeat:repeat-x;
background-color:#F0D4B8;
}
.company_background
{
background-image: url(../image/back-ground_company-news.jpg);
background-repeat:repeat-x;
}
.menu_background
{
height:28px;
background-image:url(../image/menu_background.jpg);
background-repeat:repeat-x;
}
.logo
{
height:100px;
background-position:left bottom;
background-image: url(../image/logo.gif);
background-repeat: no-repeat;
}
.logo_text
{
height:100px;
background-position:left bottom;
background-image: url(../image/logo_-text.gif);
background-repeat: no-repeat;
}
.our_dream_our_house
{
height:265px;
width:255px;
background-image: url(../image/photo_our-dream.jpg);
background-repeat: no-repeat;
}

/* CSS text */

.font1
{
font-family:verdana;
font-size:11px;
font-style:normal;
font-weight: normal;
text-decoration:none;
color:#000000;
}
.font1:hover
{
font-family:verdana;
font-size:11px;
font-style:normal;
font-weight: normal;
text-decoration: underline;
color:#000000;
}
.font2
{
font-family:verdana;
font-size:11px;
font-style:normal;
font-weight: bold;
text-decoration:none;
color:#000000;
}
.font2:hover 
{
font-family:verdana;
font-size:11px;
font-style:normal;
font-weight: bold;
text-decoration:underline;
color:#000000;
}
.font3
{
font-family:verdana;
font-size:11px;
font-style:normal;
font-weight: normal;
text-decoration:none;
text-align:justify;
line-height:normal;
color:#000000;

}
.text_footer
{
font-family:verdana;
font-size:11px;
font-style:normal;
font-weight: normal;
text-decoration:none;
line-height:normal;
color:#000000;
}
.text_company_news_bold
{
font-family:verdana;
font-size:11px;
font-style:normal;
font-weight: bold;
text-decoration:none;
text-align:justify;
line-height:normal;
color:#000000;

}
.text_company_news_bold_brown
{
font-family:verdana;
font-size:11px;
font-style:normal;
font-weight: bold;
text-decoration:none;
color:#7E6845;
}
.text_company_news_bold_brown:hover
{
font-family:verdana;
font-size:11px;
font-style:normal;
font-weight: bold;
text-decoration: underline;
color:#7E6845;
}
.font_4
{
font-family:verdana;
font-size:11px;
font-style:normal;
font-weight: bold;
text-decoration:none;
color:#7E6845;
}

.font_4:hover
{
font-family:verdana;
font-size:11px;
font-style:normal;
font-weight: bold;
text-decoration: underline;
color:#7E6845;
}
.headerlabel
{
font-family:verdana;
font-size:14px;
font-style:normal;
font-weight: bold;
text-decoration:none;
color:#7E6845;
}


/* CSS input text box */

.input_text_1
{
width:170px;
height:16px;
background-color:#FFFFFF;
line-height:22px;
padding-left:4px;
font-family:tahoma;
font-size:11px;
font-style:normal;
color:#000000;
}
.input_text_2
{
width:115px;
height:16px;
background-color:#FFFFFF;
line-height:22px;
padding-left:4px;
font-family:tahoma;
font-size:11px;
font-style:normal;
color:#000000;
}
.footer_text
{
font-family:tahoma;
font-size:11px;
font-style:normal;
font-weight:normal;
color:#000000;
text-decoration:none;
}



