@charset "utf-8";

html
{
overflow-x: hidden;
overflow-y: auto;
}

body
{
margin:0px;
margin-left:-15px;
font-family:Arial, Helvetica, sans-serif;
font-size:7px;
color:#CCCCCC;
}


/* BG */

.black_bg
{
background-color:#000000;
}
.green_bg
{
background-color:#bab9a8;
}
.green_gradient
{
background-image:url(images/green_gradient.gif);
background-repeat:repeat-x;
}
.green_gradient_light
{
background-image:url(images/gree_gradient_light.gif);
background-repeat:repeat-y;
}
.green_gradient_small
{
background-image:url(images/green_gradient_small.gif);
background-repeat:repeat-x;
}


/* Border */

.green_bottom_brdr
{
border-bottom:1px solid #9c9053;
}
.green_bottom_brdr1
{
border-bottom:1px solid #9c9053;
border-top:1px solid #9c9053;
border-left:1px solid #9c9053;
}
.meroon_right_brdr
{
border-right:1px dotted #876634;
}
.grey_border
{
border:1px solid #b2b197;
}
.grey_border_bottom
{
border-bottom:1px solid #b2b197;
}
.green_border
{
border:1px solid #b0ab82;
}
.grey_right_brdr
{
border-right:1px solid #b2b197;
}

/* Font */

.nav_txt
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#1e1508;
}
.white_big_txt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#FFFFFF;
}
.white_head_txt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#ffffff;
}
.grey_small_txt
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#464745;
line-height:13px;
}
.content_txt
{
font-family:Tahoma;
font-size:11px;
color:#2e2e2d;
line-height:13px;
}
.footer_txt
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#825f2a;
}
.green_head_txt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#767342;
}
.black_head_txt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#2d2d2d;
}
.black_txt
{
font-family:Tahoma;
font-size:16px;
color:#010101;
}
.black_thin_txt
{
font-family:Tahoma;
font-size:13px;
color:#010101;
}
.green_txt
{
font-family:Tahoma;
font-size:16px;
color:#825f2a;
}
.green_normal_txt
{
font-family:Tahoma;
font-size:15px;
color:#825f2a;
}



/* Link */


.nav_txt a
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#1e1508;
text-decoration:none;
}
.nav_txt a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#ffffff;
width:100px;
height:40px;
line-height:40px;
background-color:#825f2a;
display:block;
text-decoration:none;
}
.footer_txt a
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#825f2a;
text-decoration:none;
}
.footer_txt a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#825f2a;
text-decoration:underline;
}
.grey_small_txt a
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#b35c15;
line-height:13px;
text-decoration:underline;
}
.grey_small_txt a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#464745;
line-height:13px;
text-decoration:none;
}
.gallery_txt_link a
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2f8401;
text-decoration:underline;
}
.gallery_txt_link a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2f8401;
text-decoration:none;
}
