/* mira16 */
html, body, div, h1, h2, h3, h4, h5, h6, dl, li, dt, dd, p, blockquote,
pre, form, fieldset { margin: 0; padding: 0; }

html, body {
	background-color: #ebecec;
	background-image: url(/images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: sans-serif, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #5e5e5e;
}

a img {
	border: none;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 7px 0 0;
}

.ccc table {
	margin: 10px 0 5px;
}

.ccc table tr td {

	padding: 7px 0 0;

}

#textblock a {
	color: #CC0000;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}

#container {
	clear: both;
	margin: 25px auto 0 auto;
	padding: 0;
	width: 970px;
	overflow: hidden;
	background: #fff url('images/corners-top.gif') no-repeat top;
}

/* ===== header ===== */

#header {
	position: relative;
	overflow: hidden;
	width: 920px;;
	clear: both;
	margin: 0;
	padding: 0 0 0 50px;

}

#logo {
	margin-top: 25px;
	float: left;
	padding: 0;
	width: 137px;
	height: 100px;
}

#phone {
	position: relative;
	top: 40px;
	left: 200px;
	margin: 0;
/*	width: 300px;
	font-family: Arial;*/
	font-size: 26px;
	font-weight: bold;
	color: #ccc;
	display: inline;
	float:left;
}

#icons {
	float: right;
	display: inline;
	margin-right: 40px;
	margin-top: 45px;
	padding: 0;
	width: 190px
}

#icons img {
	padding: 2px 10px;
}

/* ===== top menu ===== */

#topmenu {
	clear: both;
	margin: auto 25px auto -25px;
	padding: 0;
	height: 40px;
	width: 920px;
	background-image: url(/images/bg_menu.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#topmenu a {
	color: #fff;
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu ul {
	margin: 0 0 0 25px;
	padding: 12px 0 0 0;
	list-style-type: none;
}

#topmenu ul li {
	display: inline;
	margin: 0;
	padding: 0 21px 0 25px;
	border-left: 1px dotted #000;
}

#topmenu ul li.first {
	border-left: none;
}

#topmenu ul li.active {
	color: #80afdc;
}

/*===== content =====*/

#content {
	overflow: hidden;
	clear: both;
	margin: 25px auto 50px auto;
	padding: 0;
	width: 920px;
}

#content table tr td {
	vertical-align: top;
}

#left_col {
	margin: 0 0 50px 0;
	padding: 0;
	width: 660px;
	background-color: #ffffff;
	float:left;
}

#left_col h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #cc0000;
}

#left_col h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #5e5e5e;
}

#left_col h3 a, #left_col h3 a:visited {
	color: #5e5e5e;
}

#left_col table.folder_list td {
	padding: 5px;
}

/*===== home page =====*/

#banners {
	float: left;
}

#banners table {
	margin: 0 0 25px 0;
	padding: 0;
	width: 655px;
}
#textblock table {
	width: 652px;
}
#banners table td {
	margin: 0;
	padding: 0;
}

#banners table td.rb {
	padding: 0 3px 3px 0;
}

#textblock {
	clear: both;
}

#textblock table td {
	margin: 0;
	padding: 0 25px 25px 25px;
	vertical-align: top;
	border-left: 1px dotted #5e5e5e;
}

#textblock table td.rline {
	border-right: 1px dotted #5e5e5e;
}

#textblock h3 {
	font-size: 18px;
	font-weight: normal;
	color: #246FAF;
}
/*===== right menu =====*/

#right-menu {
	float:right;
	margin: 0 0 50px 0;
	padding: 0;
	width: 240px;
/*	height: 486px;*/
/**/	background-color: #CC0000;
}

#right-menu h3 {
	margin: 0;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bolder;
	color: #fff;
}

#right-menu ul {
	margin: 5px 20px;
	padding: 0;
	list-style: none;
}

#right-menu ul li {
	padding: 5px 0;
	border-top: 1px dotted #fff;
	font-size: 12px;
	color: #fff;
}

#right-menu ul li a, #right-menu ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#right-menu ul li a:hover {
	text-decoration: underline;
}

#right-menu ul li a {
	display: block;
	width: 200px;
}

/*===== path =====*/

#navline {
	clear: both;
	margin: 0 0 20px 0;
	padding: 1px;
	height: 16px;
	font-size: 11px;
	vertical-align: middle;
	color: #5e5e5e;
}

#navline a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #5e5e5e;
}

#navline a:hover {
	text-decoration: underline;
}

/*===== footer =====*/

#footer {
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 20px 25px 20px 25px;
/*	height: 125px;*/
	height: 35px;
	background: #5E5E5E url('images/corners-btm.gif') no-repeat bottom;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer p {
	display: block;
	position: relative;
	color: #fff;
}

#footer .copyright {
	float: left;
	margin: 10px 0 0 25px;
	width: 330px;
}

#footer .contacts {
	float: left;
	margin: 10px 0  0 25px;
	width: 500px;
}

#footer table {
	width: 100%;
	height: 100%;
}

#footer table td {
	vertical-align: top;	
}

#ph_album img {
	margin-bottom: 3px;
	vertical-align: top;
}




#h-corners {
	margin: 25px auto 0 auto;
	padding: 0;
	width: 970px;
	height: 25px;
	background: red;
}



/****************** CORNERS */

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #9BD1FA}

b.r1{margin: 0 10px}
b.r2{margin: 0 8px}
b.r3{margin: 0 7px}
b.r4{margin: 0 6px}
b.r5{margin: 0 5px}
b.r6{margin: 0 2px}

b.rtop b.r7, b.rbottom b.r7{margin: 0 1px;height: 2px}



/************************* */


/*.ccc .listtable td {
	padding: 10px 0 10px 1px;
}*/

.listtable tr td.td1 {
	padding: 10px 10px 10px 1px;
}
.listtable tr td.td2 {
	padding: 10px 10px 10px 1px;
}







#language {
	float: right;
	display: inline;
	font-size: 10px;
	margin-top: 2px;
}
#language span {
	margin: 0 7px 0 0;
}
#language a {

	font-family: verdana;
	text-decoration: none;
	margin: 0 7px;
	color: #666;
}