@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
}
@font-face{font-family:"Amr";src: url("OpenSans-CondLight.ttf");}
@font-face{font-family:"joja";src: url("OpenSans-CondBold.ttf");}
body{
	float: none;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(../images/bg.png);
	background-color: #F6F7F7;
	}


#base {
	width:1000px;
	height:auto;
	margin:auto;
	float:none;
}
#top {
	margin: auto;
	float: none;
	height: 136px;
	width: 1000px;
}
#logo {
	float: left;
	height: 161px;
	width: 166px;
}


	
#wrap {
	width:100%;
	height:100%;
}
	
#face-btn {
	padding: 0;
	display: block;
	float:right;
	width: 30px;
	height: 31px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 0;
	background-image: url(../images/fb.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#face-btn a {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 30px;
	height: 31px;
	margin: 0;
}
#face-btn a span {
	width: 30px;
	height: 31px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	-moz-transition:    opacity 0.7s;
	-o-transition:      opacity 0.7s;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/fb-hov.png);
}
#face-btn a:hover span {
	opacity: 1;
}

#face-btn h1 a span {
	display: none;
}



#tw-btn {
	padding: 0;
	display: block;
	float:right;
	width: 30px;
	height: 31px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 0;
	background-image: url(../images/tw.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#tw-btn a {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 30px;
	height: 31px;
	margin: 0;
}
#tw-btn a span {
	width: 30px;
	height: 31px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	-moz-transition:    opacity 0.7s;
	-o-transition:      opacity 0.7s;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/tw-hov.png);
}
#tw-btn a:hover span {
	opacity: 1;
}
#tw-btn h1 a span {
	display: none;
}
#yt-btn {
	padding: 0;
	display: block;
	float:right;
	width: 30px;
	height: 31px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 0;
	background-image: url(../images/yt.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#yt-btn a {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 30px;
	height: 31px;
	margin: 0;
}
#yt-btn a span {
	width: 30px;
	height: 31px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	-moz-transition:    opacity 0.7s;
	-o-transition:      opacity 0.7s;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/yt-hov.png);
}
#yt-btn a:hover span {
	opacity: 1;
}
#yt-btn h1 a span {
	display: none;
}

a.fade, a.fade:visited {
	-webkit-transition: color 1s ease-out; /* Saf3.2+, Chrome */
	-moz-transition: color 1s ease-out; /* Firefox 4+ */
	-ms-transition: color 1s ease-out; /* IE10+ */
	-o-transition: color 1s ease-out; /* Opera 10.5+ */
	transition: color 1s ease-out;
	font-family: amr;
	text-decoration: none;
	font-size: 12pt;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #000000;

}

a.fade:hover {
	color: #CC0000;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding-right: 3px;
}

/*menu*/
#my-menu {
	margin-top: 60px;
	float: right;
}

#nav{
	position:relative;
	padding:0;
	font-family:'Lobster', Arial, Helvetica, sans-serif;
	font-size:21px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#nav .clear{clear:both;}
#nav ul{padding:0 0 0 5px; margin:0; list-style:none;}
#nav li{
	float:left;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#nav li a{
	text-decoration:none;
	color:#6f6d6d;
	display:block;
	padding:10px 15px;
	font-size: 14pt;
	font-family: amr;
	border-top-width: 3px;
	border-top-style: none;
	border-top-color: #CF1800;
	text-transform: uppercase;
		-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-family: amr;
	font-size: 12pt;
	display: block;

}
#nav li a:hover{
	text-decoration:none;
	color:#CC0000;
	display:block;
	font-size: 12pt;
	font-family: amr;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CF1800;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding-left: 15px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center -2px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	background-color: #eee;
}

#my-slide {
	float: left;
	height: 380px;
	width: 1000px;
	margin-top: 20px;
}

.selected{
	text-decoration:none;
	color:#CC0000;
	display:block;
	font-size: 12pt;
	font-family: amr;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CF1800;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left: 15px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center -2px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	background-color: #eee;
}

/*end menu*/
#brief {
	float: left;
	height: auto;
	width: 688px;
}
.title {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	font-family: amr;
	color: #cf1800;
	font-size: 18pt;
	padding-bottom: 10px;
	width: 100%;
	margin-bottom: 20px;
	display: block;
	clear: both;
}
.about {
	float: left;
	font-family: amr;
	font-size: 12pt;
	color: #3b3f45;
	text-align: justify;
}
.about-inner {
	float: left;
	height: auto;
	width: 960px;
	font-family: amr;
	line-height: 2;
	text-align: justify;
	display: block;
}
.contacts {
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: center 60px;
	float: right;
	width: 265px;
	height: 200px;
	font-family: amr;
}
#footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	float: left;
	height: 129px;
	width: 100%;
	margin-top: 20px;
}
#footer-c {
	float: none;
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #889cc4;
	font-family: amr;
	font-size: 12pt;
}
.social {
	float: right;
	width: 200px;
}


.contact-c {
	float: left;
	margin-top: 30px;
}

.img1 {
	float: left;
	display: block;
	margin-right: 20px;
}
.copy {
	float: left;
	display: block;
}

#my-content {
	float: left;
	height: auto;
	width: 1000px;
	margin-top: 70px;
}
#my-content-inner {
	float: left;
	height: auto;
	width: 960px;
	margin-top: 70px;
	background-color: #F6F7F7;
	padding: 20px;
}
