*{
	border:0;
	margin:0;
	padding:0;
	list-style:none
}

.none { display:none }

.cb{
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	cursor:default;
	background:url('../i/tile_background.jpg') repeat-x;
	background-color:#e0e0e0;
	color:#424141;
}

a{
	text-decoration:underline;
	color:#0068d4;
	outline:0;
	position: relative;
}

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

#site_floater{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#main_container{
	width:950px;
	background:url('../i/site_background.png');
	float:left;
	display:block;
	padding:0 25px 0 25px;
}

#header{
	width:950px;
	margin:0 0 10px 0;
	float:left;
	display:block;
	padding:0 25px 0 0;
}

#header hr{
	width:950px;
	color:#000;
	border:2px solid #a8a8a8;
	margin:4px 0 0 0;
}

#header hr.blue{
	width:950px;
	color:#000;
	border:2px solid #4ca4fd;
	margin:5px 0 0 0;
}

#header .path{
	display:block;
	margin-top:7px;
	font-size:10px;
	float: left;
}

#header .path ul{
	margin:0;
	padding:0;
}

#header .path ul li{
	margin:0;
	padding:0 5px 0 10px;
	background:url('../i/path_back.jpg') no-repeat;
	float:left;
}

#header .path ul li.first{
	padding:0 5px 0 0;
}

#header .path ul li.active{
	font-weight:bold;
	text-decoration:underline;
}

#header .path a{
	color:#000;
	text-decoration:none;
	font-weight:100;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}

#header img{
	float:right;
	margin-right:3px;
	display:block;
	margin:27px 0 0 0;
}

#header ul#main_menu{
	margin-left:auto;
	margin-right:auto;
	width:950px;
	display:block;
	position: relative;
}

#header ul#main_menu li{
	float:left;
	display:block;
}

#header ul#main_menu li.unactive,
#header ul#main_menu li.unactiveWide{
	float:left;
	/* padding:0 18px 5px 18px; */
	width:91px;
	margin:4px 1px 0 0;
	text-align:center;
	padding:4px 0 5px 0;
	background:url('../i/menu_li_back_un.jpg') left top no-repeat;
	color:#fff;
	font-weight:bold;
}

#header ul#main_menu li.unactiveWide{
	width:152px;
}

#header ul#main_menu li a{
	float:left;
	width:91px;
	margin:4px 1px 0 0;
	text-align:center;
	padding:4px 0 5px 0;
	background:url('../i/menu_li_back.jpg') left top no-repeat;
	color:#4c4c4c;
	text-decoration:none;
}

#header ul#main_menu li.unactive a,
#header ul#main_menu li.unactiveWide a
{
	float:left;
	width:91px;
	margin:0px 0px 0 0;
	text-align:center;
	padding:0px 0 0px 0;
	background:none;
	color:#fff;
	text-decoration:none;
}

#header ul#main_menu li a.wide{
	width:152px;
}

#header ul#main_menu li a:hover{ color:#fff ; background:url('../i/menu_li_back_a.jpg') left top no-repeat;}

#header ul#main_menu li.unactive a:hover,
#header ul#main_menu li.unactiveWide a:hover
{ color:#fff ; background:none;}

#header ul#second{
	background:url('../i/second_menu.jpg') no-repeat;
	width:940px;
	height:24px;
	display:block;
	padding-left:10px;
	color:#fff;
	position: relative;
}

#header ul#second li{
	margin:4px 0 0 0;
	padding:0 10px 0 0;
	font-weight:bold;
	background:none;
	float:left;
}

#header ul#second a{
	color:#fff;
	font-size:13px;
	font-weight:100;
	text-decoration:none;
}


#header ul#second a:hover{
	color:#a2ceff;
}

#search{
	float:right;
	display:block;
	margin:5px 0 0 0;
	padding:0;
}

#search input.field{
	height:19px;
	background:url('../i/search_box.jpg') no-repeat;
	border:0;
	width:176px;
	height:19px;
	margin:0;
	padding:0 39px 0 5px;
}

#search input.butt{
	background:url('../i/search_butt.jpg') no-repeat;
	border:0;
	width:19px;
	height:19px;
	padding:0 0 3px 0;
	margin:0;
	cursor:pointer;
}



a.logo{
	background:url('../i/logo_top.jpg') no-repeat;
	width:438px;
	height:100px;
	display:block;
	float:left;
	margin:5px 0 3px 0;
}

#top_menu{
	width:1000px;
	height:38px;
	background:url('../i/top_menu.jpg') left top no-repeat;
	float:left;
	display:block;
	padding:0 0 0 0;
}

#top_menu p{
	color:#fff;
	margin:4px auto auto auto;
	padding-left:18px;
	background:url('../i/cross.jpg') 0 2px no-repeat;
}

#top_menu a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#top_menu a:hover{
	color:#82c2ff;
}

#footer{
	width:950px;
	height:137px;
	background:url('../i/footer.png') left top no-repeat;
	float:left;
	display:block;
	padding:0 25px 0 25px;
}

#footer ul{
	margin-top:18px;
}

#footer ul li{
	display:inline;
}

#footer p{
	float:left;
	display:block;
	margin:20px auto auto 100px;
	text-align:center;
}

#footer hr{
	width:950px;
	color:#000;
	border:1px solid #7b7b7b;
	margin:5px 0 0 0;
}

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

a.logo_bottom {
	background:url('../i/logo_bottom.jpg') no-repeat;
	width:172px;
	height:56px;
	display:block;
	float:left;
	margin-top:10px;
}

a.pixel{
	background:url('../i/pixel.jpg') no-repeat;
	width:113px;
	height:56px;
	display:block;
	float:right;
	margin-top:10px;
}

#mas_container{
	float:left;
	display:block;
	width:950px;
	margin:auto;
	padding:0;
}

#slideshowContainer{
	margin:0 10px 10px 0; width:300px; height:180px;
}
 
#addcommentlink { text-decoration:underline; cursor:pointer; }
