
/*--------------------------------------general-text------------------------------*/
	*:focus {
		outline: none;
	}
	
	::selection {
		background: #919CA7; 
	}
	::-moz-selection {
		background: #919CA7; 
	}

	
	img {
		max-width: 100%;
		vertical-align: top;
		-ms-interpolation-mode: bicubic;
	}

	nav ul {
		list-style: none;
	}
	
	ul {
		list-style-image: url("/images/template/list.png");
	}
	
	a {
		color: #394551;
	}
	
	a:hover, a:focus {
		
	}
	
	p {
		color: #394551;
	}

	h1{
		font-size: 24px;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 16px;
	}
	h5{
		font-size: 14px;
	}
	h6{
		font-size: 14px;
	}

	h1, h2, h3, h4, h5, h6{
		margin: 10px 0;
		color: #28313a;
	}
	
	address {
		font-style: normal;
		font-family: Myriad Pro;
	}
	
/*-----------------------------------general-form-----------------------------------*/
	
	button, input[type="text"], input[type="password"], select, textarea {
		border: 1px solid #394551;
		padding: 4px 6px;
		background-color: #fff;
		border-radius:2px;
	}
	
	button, input[type="button"], input[type="reset"], input[type="submit"], .button {
		cursor: pointer;
		background-color: #28313A;
		border-radius: 2px;
		display: inline-block;
		color: #828282;
		font-family: arial;
		font-size: 13px;
		padding: 5px 12px;
		text-decoration: none;
		border: none;
	}
	
	button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
		background-color: #4A535C;
		color: #DCDCDC;
	}
	
	}button:active, input[type="button"]:active, input[type="reset"]:active,input[type="submit"]:active {
		
	}
	
	input[type="radio"]:hover, input[type="radio"]:focus{
		
	}
	
	button::-moz-focus-inner, input::-moz-focus-inner {
		border: none;
	}
	
	textarea {
		overflow: auto;
		vertical-align: top;
		resize: none;
	}

/*--------------------------------------body--------------------------------*/
	
	
	body, html, .bgr {
		margin: 0;
		height: 100%;
		width: 100%;
	}
	
	html {
		font-size: 100%;
	}

	body {
		font-size: 13px;
		color: #394551;
		font-family: Tahoma;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
	
	.bgr {
		background-image: url("/images/template/bgr.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		-webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
		position: fixed;
	}
	
	.head-bgr {
		background-image: url("/images/template/head-bgr.png");
		background-position: 50% 0;
		background-repeat: no-repeat;
		-webkit-background-size: 101% auto;
        -moz-background-size: 101% auto;
        -o-background-size: 101% auto;
        background-size: 101% auto;
		display: block;
		height: 100%;
		position: absolute;
		width: 100%;
		top: 0;
	}
	
	.foot-bgr {
		background-image: url("/images/template/foot-bgr.png");
		background-position: 50% 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 101% auto;
        -moz-background-size: 101% auto;
        -o-background-size: 101% auto;
        background-size: 101% auto;
		display: block;
		height: 50%;
		position: absolute;
		width: 100%;
		bottom: 0;
	}
	
/*--------------------------------------page--------------------------------*/	

	.page {
		/*display: inline-block;*/
		margin: 0 auto -140px;
		min-height: 100%;
		position: relative;
		width: 90%;
		background-color: #fff;
		-moz-box-shadow: 0px 0px 30px #000000;
		-webkit-box-shadow: 0px 0px 30px #000000;
		box-shadow: 0px 0px 30px #000000;
	}
	
/*--------------------------------------header--------------------------------*/
	
	.header {
		height: 360px;
		position: relative;
	}
	
	.logo {
		background-image: url("/images/template/logo.png");
		display: inline-block;
		height: 73px;
		left: 45px;
		position: relative;
		top: 30px;
		vertical-align: top;
		width: 302px;
	}
	
	.header address {
		display: inline-block;
		background-image: url("/images/template/phone.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		padding-left: 88px;
		min-height: 72px;
		font-size: 24px;
		position: absolute;
		right: 20px;
		bottom: 40px;
	}
	
	.header address div {
		color: #ede7dd;
		text-align: right;
		font-size: 18px;
	}
	
	.header nav {
		display: block;
		/*background-color: rgba(255, 255, 255, 0.8);*/
		/*background: rgba(255, 255, 255, 0.8);*/
		background-color: #fff;
		border-top: 1px solid #b5b0ad;
		border-bottom: 1px solid #eae8e6;
		border-left: 1px solid #e4e2e1;
		border-right: 1px solid #e4e2e1;
		overflow: hidden;
		bottom: 40px;
		position: absolute;
		/*border-radius: 8px;*/
		left: 45px;
		height: 28px;
		opacity: 0.6;
		z-index: 999;
	}
	
	.header nav ul {
		margin: 0;
		padding: 0;
	}
	
	.header nav li {
		display: inline-block;
		vertical-align: top;
	}
	
	.header nav a, .header nav span  {
		display: inline-block;
		color: #06121Fa;
		text-decoration: none;
		font-family: Tahoma;
		font-size: 12px;
		padding: 6px 16px 8px;
		background-color: transparent;
	}
	
	.header nav a:hover, .header nav a:focus, .header nav span {
		color: #fff;
		background-color: #06121F;
	}
	

/*--------------------------------------content------------------------------*/	
	.content {
		display: inline-block;
		padding: 20px 1%;
		position: relative;
		width: 98%;
		z-index: 999;
	}
	
	.content article{
		padding: 0 50px;
	}
	
	.content img {
		margin: 2px 10px 2px 0;
	}
	
/*--------------------------------------gallery------------------------------*/	
	.gallery-block {
		display: block;
		margin: 0 auto;
		position: relative;
		width: 960px;
	}
	
	.gallery-block ul {
		list-style: none;
	}
	
	.gallery-block a {
		text-decoration: none;
	}
	
	.b-nav {
		border-bottom: 1px solid #28313A;
		margin: 0 auto;
		padding-bottom: 4px;
		position: relative;
		text-align: center;
		width: 80%;
		z-index: 999;
	}
	
	.b-nav ul {
		margin: 0;
		padding: 0;
	}
	
	.b-nav li {
		display: inline-block;
		vertical-align: top;
		margin: 0 4%;
	}
	
	.b-nav a, .b-nav span {
		color: #28313a;
		text-decoration: none;
		font-family: Tahoma;
		font-size: 12px;
		padding-bottom: 11px;
	}
	
	.b-nav a:hover, .b-nav a:focus, .b-nav span {
		background-image: url("../images/template/nav-hover.png");
		background-position: 50% 100%;
		background-repeat: no-repeat;
	}
	
	.img-view {
		margin: 20px 0 0;
		text-align: center;
	}
	
	#container img {
		margin: 0!important;
	}
	
	#container {
		
	}
	
	.slideshow-container {
		
	}
	
	.advance-link {
		text-decoration: none;
	}
	
	
/*--------------------------------------help-block----------------------------*/	
	.push {
		width: 100%;
		height: 140px;
	}
	
/*--------------------------------------footer--------------------------------*/

	footer {
		height: 140px;
		margin: 0 auto;
		position: relative;
		width: 90%;
	}
	
	footer address:first-child {
		background-image: url("/images/template/photo.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		margin: 30px 0 0 10px;
		color: #b0b0b0;
		min-height: 100px;
		padding-left: 100px;
		padding-top: 10px;
		position: absolute;
		bottom: 6px;
		left: 100px;
		color: #28313a;
	}
	
	.counter {
		bottom: 40px;
		position: absolute;
		right: 20px;
		width: auto;
	}
	.counter a {
		outline: none;
		display: inline-block;
		width: 88px;
	}
	
	.counter img{
		width: 88px;
		height: 31px;
		border: none;
	}

	.copy {
		bottom: 0;
		right: 0;
		color: #28313a;
		font-size: 12px;
		margin: 16px 20px;
		position: absolute;
	}

	.copy a {
		color: #ff0000;
	}

