
body
{
	color: #8D6206;
	font-family: times, serif;
}

.banner
{
	/*border: 1px solid #eae1da;*/
}

.banner_strip
{
	height: 14px;
	color:black;
	font-size: 10pt;
	font-weight: bold;
	background: #cab483;
	text-align: center;
}

.banner_logo
{
	height: 100px;
	padding-left: 20px;
	border: 1px solid #cbc1a6;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.banner_logo img
{
	border: 0px;
}

.testimonial
{
	width: 400px;
	height: 50px;
	border: 1px solid black;
}


/* Menu */
.menu_panel
{
	width: 164px;
	background: url(images/left_bg.gif) left top repeat-y;
}

.menu
{
	width: 100%;
	padding: 0px 4px 0px 4px;
	font-size: 12pt;
}

.menu a
{
	color: #8d6206;
	text-decoration: none;
}

.menu a:hover
{
	color: #8d6206;
	text-decoration: underline;
}


.menu_title
{
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-weight: bold
}

.menu_item
{
	white-space: nowrap;
	padding-left: 20px;
}

.menu_contact
{
	width: 120px;
	font-size: 14pt;
	border: 1px solid #cbc1a6;
}

/* Unit template */

.unit
{
	font-size: 11pt;
}

.unit_label
{
	width: 100px;
	color: gray;
}


/* List */

.list_item
{

}

.list_item:hover
{
}

.list_item table
{
	width: 100%;
	font-size: 10pt;
	/*border: 1px solid #cbc1a6;*/
}

.list_item_gb
{
	background: url(images/item_bg.gif) left top repeat-y;
}

.list_item img
{
	/*border: 1px solid #cbc1a6;*/
}


/* Vacancies */

.vacancy_panel
{
	width: 130px;
	/*border: 1px solid #cbc1a6;*/
	background: url(images/left_bg.gif) left top repeat-y;

}

.vacancy_title
{
	font-size: 16pt;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

.vacancy
{
	font-size: 9pt;
	text-align: center;
	/*border: 1px solid #eae1da;*/
	/*margin-bottom: 8px;*/
}

.vacancy img
{
	width: 120px;
	border: 1px solid #cbc1a6;
}

.vacancy a
{
	text-align: center;
}


/* Gallary */

.gallary
{
	width: 450px;
	height: 350px;
	border: 1px solid #cbc1a6;
}

.gallary_scroll
{
	width:450px;
	overflow-x: auto;
}

.gallary img
{
	border: 0px;
}