html,body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: #fff;
	color: #000;
	font-size: 18px;
	font-family: Georgia, Verdana, sans-serif;
	min-width:1000px;
}

div,form,ul,li,dl,dt,dd,p
 {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {	padding: 3px; }

img
{
	border: 0;
	filter: url('js/filters.svg#grayscale'); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}

.clear
{
	clear: both;
	overflow: hidden;
	height: 0;
}

.relative { position: relative; }

a { color: #000; }
a:hover{ text-decoration: none; }

#panel_special-1
{
	background:#ccc;
	width:100%;
	padding:8px;	
	/*position:fixed;*/
}

#panel_special-2
{
	position: relative;	
	margin:auto;
	padding: auto;	
}

.medium { font-size: 20px; line-height: 24px; }
.large { font-size: 22px; line-height: 26px; }

#left{ width:250px; }
#right{ width:200px; }

a.img_off
{
	display:block;
	float:left;
	line-height:28px;
	padding-left:5px;
}

/*** HEADER ***/
#header
{
	position: relative;
	height: 100%;
}

#header .header2 .logo 
{    
    float: left;
    margin: 20px 20px 0;
    padding: 0 30px 0 10px;
}

#header .header2 .title 
{
    float: left;
    height: 66px;
    margin: 30px 0 0;
}

#header #osn
{
	padding-top:10px;
	left:5px;
	padding-left:10px;
	bottom:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
}

#header .header2 .title h1 {
    color: #393939;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
}

#header .header2 .title h3 {
    color: #393939;
    font-size: 18px;
    text-align: right;   
}

#header .find
{
	float:right;
	margin: 20px 20px 0 10px;
	position:relative;
}

#header .find form
{
	background: url("images/bg_form.png") no-repeat scroll left center transparent;
    height: 30px;
    overflow: hidden;
    width: 377px;
}

#header .find form .input
{
    float: left;
    font-family: Georgia, Verdana,sans-serif;
    font-size: 18px;
	border:none;
    height: 19px;
    padding: 2px 5px;
	margin: 3px 0 0 10px;
    width: 325px;
}	

#header .find form  .button
{
	background: url("images/loop.png") no-repeat scroll 20% 3px transparent;
    cursor: pointer;
    float: right;
	border:none;
    height: 22px;
	margin: 2px 10px 0 0;
    width: 20px;
}

#header .line
{
	height: 2px;
	width:100%;
	background: #000;
}

#header .header2
{
	height:130px;
}

#header ul.menu
{
	width: 100%;
	margin: 10px 0 0 0;
	float:left;
	border-bottom: 1px solid #000;
	border-top: 3px solid #000;
	padding: 10px 0 10px 0;
	background:#DEDEDE;
}

#header ul.menu li
{
	float:left;
	color:#000;
}

#header ul.menu li a
{
	text-decoration:none;
	padding: 0 6px 4px 6px;
	float:left;
	margin: 0 4px;
	
}

#header ul.menu li a
{
	padding: 7px 10px;
	float:left;
	float:left;
	margin:2px;
	/*border: 1px solid #fff;
	border-color:#fff;*/
}

#header ul.menu li a:hover, #header ul.menu li a.selected, #menu-2
{
	text-decoration:none;
	color:#fff;
	padding: 7px 10px;
	background: #000;
}

#header ul.menu li a:hover, #header ul.menu li a.selected
{
	float:left;
}

#menu-2
{
	margin-top:10px;
	border-radius:5px;
	text-align:left;
}

#menu-2 li
{
	padding:5px;
}

#header #menu-bottom
{
	border-radius:5px;
	background:#CCCCCC;
	padding: 10px 10px;
	margin-top:15px;
	width:50%;
	height:20px;
}

#menu-2 a {color:#fff;}

#header .line2
{
	height: 1px;
	width:100%;
	background: #000;
}
/*** AND HEADER ***/

/*** MENU ***/
/*** AND MENU ***/


/*** BANNER ***/
.banner a
{
	text-decoration:none;
	padding:30px 10px;
	margin-top:5px;
	border-radius:4px;
	background:#EAEAEA;
	text-align:center;
	font-size:18px;
	display:block;
	font-weight:bold;
	border:1px solid #A0A0A0;
	text-align:center;
}

.banner_img a
{
	text-decoration:none;
	display:block;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
}

.banner_img a:hover .banner_title
{
	color: #393939;
}

.banner a:hover
{
	background:#E2E2E2;
	color:#1A1A1A;
}
/*** AND BANNER ***/


#contacts
{position:relative;padding:10px 0 0 220px;}

.pplus_element_add_title input[type="submit"] 
{font-size:24px;cursor:pointer;font-family: Georgia, Verdana, sans-serif;padding:10px;}


