@charset "utf-8";
body {
	font:  Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 210mm;
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 210mm;
	max-width: 210mm;
	padding-top: 7px;
	/*min-height: 768px;*/
}

td {
	font: 12px Arial, Helvetica, sans-serif;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#print_page_content{
	padding-left: 15px;
	padding-right: 15px;
}


/*-------------- news page -------------------*/
.news_page
{

}

.news_page img
{
	float: right;
	margin: 10px;
}

.news_page h1
{
	font-size:24px;
	color: #666666;
}

.news_page h6
{
	font-size:10px;
	color: #807e7e;
}

.news_page #description
{
	font-style:italic;
	font-weight:bold;
}

/*---------------------------------------------*/

/*--------------- Service page ----------------*/
.service
{

}

.service h1
{
	font-size:24px;
	font-weight:normal;
	color: #9f5f04;
}

.service #service_tetx
{
	
}

.service #right_block
{
	display: block;
	float: right;
	border: 1px solid #888888;
	background: #efeeee;
	width: 230px;
	height: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
	
}

/*----------------------------------------------*/

/*----------- Services employees ---------------*/
.srvices_employees
{
}


.srvices_employees table
{
	margin-top: 15px;
	border-top: 1px solid #4d4d4d;
}

.srvices_employees #services_list li
{
	color: #934805;
	padding-bottom: 5px;
	padding-top: 5px;
}


.srvices_employees #services_list li a
{
	color: #934805;
	font-weight: bold;
	text-decoration: none;
}

.srvices_employees #services_list li a:hover
{
	text-decoration: underline;
}


.srvices_employees #employee
{
	color: #5b5959;
}

.srvices_employees #employee p
{
	margin: 2px;
	padding: 2px;
	padding-left: 10px;
}

.srvices_employees #name
{
	font-weight: bold;
	font-size: 14px;
}

.srvices_employees #employee a
{
	color: #5b5959;
	text-decoration: none;
	font-weight:bold;
}
.srvices_employees #employee a:hover
{
	color: #934805;
	text-decoration: underline;
}


/*----------------------------------------------*/

/*--------------- Page ----------------*/


.page
{
	font: 12px Arial, Helvetica, sans-serif;
}

.page h1
{
	font-size:18px;
	color: #4d4d4d;
	margin:0px;
	padding: 10px;
	border-bottom: 1px solid #b0afaf;
}

.page img
{
	display:block;
	float:right;
	border: 0px;
	margin: 10px;
}

.page p
{
	padding-left: 10px;
	padding-right:10px;
}

.page a
{
	text-decoration:none;
	color: #934805;
}

.page a:hover
{
	color: #4d4d4d;
}

.page li
{
    padding-top: 3px;
    padding-bottom: 3px;
    list-style:url(../../img/elements/list_style_img_grey.png);
}

.page #certificate
{
	border: 1px solid #cccccc; 
	padding: 10px; 
	font-size:12px;
	font-weight: bold; 
	background-color:#FFFFCC; 
	margin-top:10px;
}

/*----------------------------------------------*/



/*
 * ----------- Price ---------------
 */

.price_pages
{
    border: 1px solid #b0afaf;
    background: #edeceb;
    margin-right: 20px;
    margin-bottom: 10px;
}

.price_pages li
{
    list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.price_pages a
{
    text-decoration: none;
	color: #4d4d4d;
}


.price_table
{
    color: #4d4d4d;
    margin-right: 20px;
}

.price_table h1
{
	font-weight:normal;
	color: #9f5f04;
	font-size:18px;
	margin:5px;
	padding: 10px;
	border-bottom: 1px solid #b0afaf;
}

.price_table table
{
    border: 1px solid #b0afaf;
}

.price_table table thead
{
    background: #edeceb;
}

.price_table table thead th
{
    border-right: 1px solid #b0afaf;
    border-bottom: 1px solid #b0afaf;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.price_table table tbody td
{
    border-right: 1px solid #b0afaf;
}

.price_table table tbody tr:hover
{
    background: #fdeddc;
    color: #934805;
}

.price_table #data_row
{
    padding: 10px 5px 10px 5px;
}

.price_table #even_row
{
    background: #f7f7f7;
}

.price_table #selected_row
{
    background: #fdeddc;
    text-align: center;
   
}

.price_table #selected_row td
{
     font-weight: bold;
    border-top:1px solid #934805;
    border-bottom:1px solid #934805;
}

