@charset "utf-8";
/* CSS Document */

/********************************************************************
	GLOBALS
********************************************************************/
*
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	text-align:right;
}

body
{
	background:#f0efec;
}

ul
{
	list-style:none;
}

img
{
	border:none;
}

p
{
	padding:10px 0px;
}

h1
{
	/*font-size:16px;*/
}

.ltr
{
	direction:ltr;
	text-align:left;
}

.rtl
{
	direction:rtl;
	text-align:right;
}

.back_link
{
}

.to_top
{
	float:left;
	width:100%;
	text-align:center;
	padding-top:20px;
}

.left
{
	width:100%;
	float:left;
}

/********************************************************************
	STRUCTURE
********************************************************************/
#site_wrap
{
	width:732px;
	min-height:100%;
	position:absolute;
	left:50%;
	margin-left:-366px;/*centering the block*/
}

#header,#middle,#footer
{
	float:right;
	width:732px;
	min-height:10px;
	direction:rtl;
}

#header
{
}

#middle
{
	margin:30px 0px 100px;
}

#footer
{
	position:absolute;
	right:0px;
	bottom:0px;
	height:60px;
	padding-top:10px;
}

/********************************************************************
	HEADER - LOGO
********************************************************************/
#logo
{
	float:right;
	width:100%;
	padding:25px 0px;
}

#logo a
{
	float:right;
}

/********************************************************************
	HEADER - TOP MENU
********************************************************************/
#top_menu,#top_menu ul
{
	float:right;
	width:100%;
}

#top_menu ul
{
	list-style:none;
}

#top_menu ul li
{
	float:right;
	margin-right:27px;
}

#top_menu ul li:first-child
{
	margin-right:0px;
}

#top_menu ul li a
{
	display:block;
	padding-bottom:4px;
	border-bottom:6px solid #ccc;
}

#top_menu ul li a:hover,#top_menu ul li a.active
{
	border-bottom:6px solid #fff100;
}

/********************************************************************
	FOOTER - FOOTER MENU
********************************************************************/
#footer_menu
{
	float:right;
	width:100%;
}

#footer_menu ul
{
	width:705px;
	margin:0px auto;
	list-style:none;
	overflow:auto;
}

#footer_menu ul li
{
	float:right;
	margin-right:25px;
}

#footer_menu ul li:first-child
{
	margin-right:0px;
}

#footer_menu ul li a
{
	font-size:14px;
}

#footer_menu ul li a:hover,#footer_menu ul li a.active
{
	text-decoration:none;
}

/********************************************************************
	FOOTER - CREDITS
********************************************************************/
#credits
{
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0px;
	font-size:13px;
}

#credits a
{
	font-size:13px;
}

/********************************************************************
	MIDDLE - DESC TEXT
********************************************************************/
#desc_text
{
	float:right;
	width:100%;
	margin-bottom:20px;
}

/********************************************************************
	MIDDLE - WORKS LIST
********************************************************************/
#works_list,#works_list ul
{
	float:right;
	width:100%;
}

#works_list ul
{
	list-style:none;
}

#works_list ul li
{
	margin-bottom:35px;
}

#works_list ul p
{
	padding:5px 0px;
}

/********************************************************************
	MIDDLE - ARTICLES LIST
********************************************************************/
.articles_list,.articles_list ul
{
	float:right;
	width:100%;
}

.articles_list
{
	float:right;
	width:100%;
	margin-bottom:20px;
}

.articles_list h1
{
	/*font-size:16px;*/
}

.articles_list ul
{
	list-style:none;
}

.articles_list ul li
{
}

/********************************************************************
	MIDDLE - CONTACTS / FORM
********************************************************************/
#contacts_content
{
	float:right;
	width:100%;
	margin-bottom:20px;
}

#contacts_form
{
	float:right;
	width:574px;
	margin-bottom:20px;
}

#contacts_form label,#contacts_form input
{
	height:20px;
	line-height:20px;
	margin-bottom:10px;
}

#contacts_form label
{
	float:right;
	width:100px;
	clear:right;
}

#contacts_form input,#contacts_form textarea
{
	float:right;
	border:none;
	background:#fff;
	direction:rtl;
}

#contacts_form textarea
{
	width:474px;
	max-width:474px;
	height:100px;
	max-height:100px;
	overflow:auto;
}

#contacts_form .input1
{
	width:238px;
}

#contacts_form .input2
{
	width:474px;
}

#contacts_form .submit
{
	float:left;
	height:20px;
	padding:0px 10px;
	margin-top:10px;
	cursor:pointer;
	text-align:center;
	margin-right:100px;
}

/********************************************************************
	MIDDLE - SITEMAP LIST
********************************************************************/
.sitemap_list
{
	float:right;
	width:100%;
	margin-bottom:20px;
}

.sitemap_list h1
{
}

.sitemap_list ul
{
	list-style:inside;
}

.sitemap_list ul li
{
	width:100%;
}

/*===[Level 2]====================*/
.sitemap_list ul ul
{
	list-style:circle;
	padding-right:30px;
}
