@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	color:#4d4d4d;
	background-image:url(i/bg_top.png);
	background-repeat:repeat-x;
	background-color:#d9e8f1;
}

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d4d4d;
	line-height:18px;
}

img{
	border:0;
}

a{
	color:#0f77c5;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.date{
	color:#4f4f4f;
	background-image:url(i/ico_schedule.png);
	background-repeat:no-repeat;
	padding-left:22px;
	font-size:12px;
	margin:15px 0px 0px 30px;
}

.address{
	font-size:18px;
	color:white;
	text-shadow: 1px 1px 1px #1185b2;
	filter: dropshadow(color=#1185b2, offx=1, offy=1);
	top:167px;
	left:123px;
}

.name{
	width:400px;
	height:70px;
	left:45px;
	top:21px;
	color:white;
	text-transform:uppercase;
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:23px;
	line-height:25px;
}

.phone{
	width:400px;
	height:70px;
	left:123px;
	top:115px;
	color:#8ed4f0;
	text-transform:uppercase;
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
}

#menu{

	display:block;
	border-width: 3px 0px 3px 0px;
	border-color:#42bbea;
	border-style:solid;
	margin:29px 0px 30px 29px;
	width:220px;
	list-style:none;
	padding: 0px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{

	list-style:none;
	padding:0px;
	margin:0px;
}

#menu a{
	color:white;
	background-image:url(i/bg_menu.png);
	background-position:bottom;
	font-size:15px;
	padding: 9px 0px 8px 16px;
	display:block;
	margin: 0px;
}

#menu a:hover{
	background-position:top;
	text-decoration:none;
}

#menu span{
	color:white;
	background-image:url(i/bg_menu.png);
	background-position:top;
	width:204px;
	float:left;
	font-size:15px;
	padding: 9px 0px 8px 16px;
	display:block;
}

.ttl{
	color:#ff8a00;
	font-size:18px;
	padding:9px 0px 6px 40px;
	background-repeat:no-repeat;
	margin-bottom:14px;
}

ul{
	list-style-image:url(i/li.png);
	padding:0 0 0 14px;
	margin:0 0 0 0;
}

li{
	margin-bottom:10px;
}

.news {
	background-image:url(i/dots.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:1px;
	padding-top:10px;
	min-height: 175px;
}

.news .n_date{
	color:#383e43;
	font-size:12px;
}

h1{
	font-size:18px;
	margin-bottom:20px;
}

h3{
	font-size:14px;
	font-weight:bold;
	margin-top:4px;
}

.photob{
	/*
	background-color:#a0c5dc;
	padding:3px;
	*/
	border:3px solid #a0c5dc;
	display:block;
	float:left;
	margin:0px 10px 5px 0px;
}

.photob img{
	border:1px solid white;
	display:block;
}



#loginform{
	margin:15px 0px 0px 0px;
}

#loginform .field{
	width:200px;
	margin:4px 0px 0px 0px;
	background-color:white;
	border:1px solid #a6c5d7;
	padding:0 5px 0 5px;
	height:20px;
	font-size:14px;
	line-height:22px;
}

.smart_input { 
    position: relative; 
    vertical-align: top; 
  } 

.smart_input label { 
    position: absolute; 
    top: 7px; 
    left: 9px; 
    display: none; 
    cursor: text; 
    font-size: 12px; 
    font-family: Arial; 
    color: #767676; 
  } 
  
.but, #but{
	font-size:15px;
	color:white;
	background-image:url(i/bg_but.png);
	border:none;
	height:28px;
	padding:0px 14px;
}  

.home{
	background-image:url(i/nav.png);
	background-repeat:no-repeat;
	padding-left:20px;
}

.orange, .current{
	color:#ff8a00;
}

.copyright{
	color:#566167;
}

.wp-pagenavi a{
	float:left;
	display:block;
	padding:3px 6px;
	border:1px solid white;
}

.wp-pagenavi a:hover{
	border:1px solid #0f77c5;
}

.wp-pagenavi span{
	float:left;
	display:block;
	padding:3px 6px;
	border:1px solid white;
}

.docs{
	background-image:url(i/doc.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:40px;
	padding-top:4px;
	display:block;
	margin-bottom:17px;
	min-height:32px;
}

._norepeat{
	background-repeat:no-repeat;
}

._rel{
	position:relative;
}

._abs{
	position:absolute;
}

._b {
	border:1px solid red;
}

.rulers{
	background-image:url(i/rulers.gif);
}

.black{
	color:black;
}