@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url(images/main-bg.jpg) repeat-x;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	color: #444;
}
@font-face {
 font-family: 'BorisBlackBloxxRegular';
 src: url('js/borisblackbloxx-webfont.eot');
 src: local('☺'), url('js/borisblackbloxx-webfont.woff') format('woff'), url('js/borisblackbloxx-webfont.ttf') format('truetype'), url('js/borisblackbloxx-webfont.svg#webfont9AcNkNd6') format('svg');
 font-weight: normal;
 font-style: normal;
}
h1 {
	font-family: 'BorisBlackBloxxRegular';
	font-size:23px;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	font-weight: 100;
	color: #555;
}
h2 {
	color: #DD4A01;
	font-weight: 500;
	font-size:21px;
	padding: 0px;
	margin: 0px;
	line-height: 1.3 !important;
}
h3 {
	color: #DD4A01;
	font-weight: 500;
	font-size:16px;
	padding: 0px;
	margin: 0px;
	line-height: 1.3 !important;
}
a {
	color: #000;
	text-decoration: underline;
outline: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

h2 a {
outline: none;

	color: #DD4A01;
text-decoration: none;
}
h2 a:hover {
	color: #FF5600 !important;
        text-decoration: none;
}
#masterbox {
	margin: 0px auto;
	width: 960px;
}
#header {
	width: 960px;
	clear: both;
	background: url(images/top-bg.jpg) no-repeat;
}
#navigation {
	height: 40px;
	padding: 71px 0px 0px 250px;
	color: #FFF;
}
#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#navigation ul li {
	list-style: none;
	float: left;
	font-size: 14px;
}
#navigation ul li a {
	text-decoration: none;
	color: #FFF;
	padding: 5px 10px;
        margin: 0px 1px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FF6600;
	background-image:url(images/navigation-bg.jpg) repeat-x;
}
#navigation ul li .active {
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FF6600;
	background-image:url(images/navigation-bg.jpg) repeat-x;
}
#slideshow {
	width: 890px;
	height: 205px;
	padding: 13px 35px 0px 35px;
}
#slider-info {
	width: 890px;
	height: 51px;
	background: url(images/header-bottom.jpg) no-repeat;
	margin: 0px 35px 0px 35px;
	padding: 0px 15px 0px 15px;
	line-height: 45px;
}
#slider-info a {
	padding: 0px 10px 0px 10px;
	color: #333;
	text-decoration:none;
}
#slider-info a:hover {
	color: #666;
	text-decoration: underline;
}
#content {
	clear: both;
	margin: 0 auto;
	width: 905px;
	min-height: 400px;
	clear: both;
	padding: 10px 0px 30px 55px;
	line-height: 1.8;
}
#main {
	padding-bottom: 20px;
	float: left;
	width: 623px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) !important;

}
#side-sep {
	margin-top: 10px;
	margin-left: 25px;
	float: left;
	width: 8px;
}
#side {
	margin-top: 10px;
	float: left;
	width: 215px;
}
#side .top {
	height: 39px;
	background: url(images/side-top.png) repeat-x;
	padding: 0px 10px;
	color: #FFF;
	font-size: 15px;
	line-height: 39px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
}
#side .middle {
	background: #FFF;
	height: 310px;
	padding: 15px 5px;
}
#side .middle a {
	text-decoration: none;
	color: #FFF;
	padding: 8px 15px;
	text-align: center;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FF9A05;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
}
#side .middle a:hover {
	text-decoration: none;
	color: #FFF;
	padding: 8px 15px;
	text-align: center;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FF7F02;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
}
#side .social {
	background: #F5F5F5;
	padding-top: 5px;
	text-align: center;
}
#side .social img {
	padding: 5px;
}
#footer {
	clear: both;
	height: 155px;
	background: url(images/footer-bg.jpg) repeat-x;
}
#footer-content {
	margin: 0px auto;
	width: 850px;
	height: 130px;
	padding: 30px 40px;
	color: #666;
	line-height: 1.6;
}
.sep {
	padding-left: 15px;
	padding-right: 15px;
}
.gray {
	color: #999;
}
.separator {
	height: 10px;
	margin-top: 15px;
	background:url(images/separator.png) no-repeat;
}
.input {
	color: #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	width: 180px;
	margin-bottom: 5px;
	font-size: 14px;
}
.textarea {
	color: #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	width: 600px;
	height: 150px;
	margin-bottom: 5px;
	font-size: 14px;
}

.button a {
	text-decoration: none;
	color: #FFF;
	padding: 8px 15px;
	text-align: center;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FF9A05;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
}
.button a:hover {
	text-decoration: none;
	color: #FFF;
	padding: 8px 15px;
	text-align: center;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FF7F02;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
}
.button1 a {
	text-decoration: none;
	color: #FFF;
	padding: 4px 8px;
	text-align: center;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #999;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
}
.button1 a:hover {
	text-decoration: none;
	color: #FFF;
	padding: 4px 8px;
	text-align: center;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #666;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.55);
}
#vslider ul {
list-style: none;
padding: 0px;
margin: 0px;

}
#vslider ul li {
list-style: none;
padding: 0px;
margin: 0px;
}