@charset "utf-8";

/* CSS Document */

*{ margin:0; padding:0}

@font-face {

    font-family: 'square721_btroman';

    src: url('../fonts/tt0246m_-webfont.eot');

    src: url('../fonts/tt0246m_-webfont.eot?#iefix') format('embedded-opentype'),

url('../fonts/tt0246m_-webfont.woff') format('woff'),

url('../fonts/tt0246m_-webfont.ttf') format('truetype'),

url('../fonts/tt0246m_-webfont.svg#square721_btroman') format('svg');

    font-weight: normal;

    font-style: normal;



}





img{ border:none;}

.main{

	margin:0 auto;

	width:1000px;

	

	

	

	}

	.header{

		height:50px;

		background:#e03703;

		box-shadow:0px 1px 1px 0px #000;

		z-index:9999999;

		}

	.header span{ 

		font-size:34px;

		font-family:square721_btroman;

		color:#fff;

		margin-left:18px;

		position:relative;

		top:3px;

		float:left;

		font-weight:normal;

		}

	.logo{

		float:left;

		

		height:145px;

		width:128px;

		margin-top:5px;

		margin-left: 102px;

		z-index:9999999;

		

		

		

		}

		.logo img{

			position:relative;

			bottom:5px;

			z-index:4000;

			

			}

	.social{

		float:right;

		

		margin:7px 7px;

		}

	.banner{

		

		height:450px;

		

		margin-top:2px;

		position:absolute;

		

		

	

		}

	.welcome{

		height:450px;

		width:650px;

		background:url(../welcome.png) no-repeat;

		margin-top:0px;

		margin-left:-1px;

		

		position:absolute;

		z-index:999;

		

		}

	.welcome_txt{ 

		margin-top:140px;

		margin-left:50px;

	}

	.welcome_txt h1{

		font-size:18px;

		font-family:square721_btroman;

		color:#fff;

		font-weight:normal;

		margin-top:20px;

		}

	.welcome_txt p{

		text-align:center;

		width:250px;

		font-size:16px;

		font-family:square721_btroman;

		color:#fff;

		font-weight:normal;

		margin-top:50px;

		margin-left:25px;

		}

		.welcome_txt a{

		text-align:center;

		text-decoration:none;

		background:background:#E48162; /* Old browsers */

background: -moz-linear-gradient(top,#E48162 22%, #e04718 94%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#e1c1b7), color-stop(94%,#e04718)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,#E48162 22%,#e04718 94%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,#E48162 22%,#e04718 94%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,#E48162 22%,#e04718 94%); /* IE10+ */

background: linear-gradient(to bottom,  #E48162 22%,#e04718 94%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c1b7', endColorstr='#e04718',GradientType=0 ); /* IE6-9 */



		border-radius:5px;

		padding:9px 66px;		

		font-size:14px;

		font-family:square721_btroman;

		color:#fff;

		font-weight:normal;

		position:relative;

		top: 79px;

		margin-left: 77px;

		}



	.navigation{

		height:50px;

		

		

		float: right;

		margin-top:0px;

		z-index:9999;

		

		}

	.slider{

		height:450px;

		width:1000px;

		}

		

	nav{

		

			z-index:9999;

		}

			

	nav ul{

			

		}

	

	nav ul li{

		list-style-type:none;

		display:inline;

		float:left;

			}

	nav ul li a{

		text-decoration:none;

		color:#e03703;

		font-family:Arial, Helvetica, sans-serif;

		font-size:14px;

		border:0.1em solid #CCC;

		padding:1.8em 1.55em;

		float:left;

		background: #cccccc; /* Old browsers */

background: -moz-linear-gradient(top,  #cccccc 7%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#cccccc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #cccccc 7%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #cccccc 7%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #cccccc 7%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to bottom,  #cccccc 7%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



		

		

		}

		nav a:hover{

			color:#000;

			 background:background: #fbdcd3; /* Old browsers */

background: -moz-linear-gradient(top,  #fbdcd3 36%, #c69383 94%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#fbdcd3), color-stop(94%,#c69383)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fbdcd3 36%,#c69383 94%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fbdcd3 36%,#c69383 94%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fbdcd3 36%,#c69383 94%); /* IE10+ */

background: linear-gradient(to bottom,  #fbdcd3 36%,#c69383 94%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdcd3', endColorstr='#c69383',GradientType=0 ); /* IE6-9 */

}

	.bottom_bar{

		

		height:42px;

		float:none;

		

		margin-top:40px;

		background:#e03703;

		

		

		}

	.clr{ clear:both}



	.menu{

		

		

		background:#e03703; 

		margin: auto;

		width: 850px;



		}

		

	.menu ul li{ 

		display:inline;

		list-style-type:none;

		background:#background: #cccccc; /* Old browsers */

background: -moz-linear-gradient(top,  #cccccc 7%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#cccccc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #cccccc 7%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #cccccc 7%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #cccccc 7%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to bottom,  #cccccc 7%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); 

		}

	.menu ul li a{ 

		color:#fff;

		font-family:Arial, Helvetica, sans-serif;

		text-decoration:none;

		font-size:14px;

		padding:0.9em 1.1em;

		float:left;

		}

	.menu ul li a:hover{

		background:#000;

		}

	

	.footer{

		margin-left:89px;

	

	

	

	

	

	}	

	.footer span{ 

		color:#25272a;

		position:relative;

		top:5px;

		font-size:12px;

		

		font-family:Arial, Helvetica, sans-serif;

		}

	.powered a{ 

		color:#25272a;

		float:right;

		position:relative;

		

		left:5px;

		font-size:12px;

		

		font-family:Arial, Helvetica, sans-serif;

		}

	.powered{

		color:#25272a;

		position:relative;

		top:10px;

		font-size:12px;

		float:right;

		

		font-family:Arial, Helvetica, sans-serif;

		}

.box1 {

  margin: 10px;

  width: 97.5%;

  

}

.box1 p {

  font-family: Century Gothic;

  font-size: 16px;

  line-height: 30px;

  text-align: center;

}

.box1 h1 {

  color: #f30;

  font-family: Century Gothic;

  text-align: center;

}

#popup, .bMulti {

  min-height: 190px;

}

#popup, #popup2, .bMulti {

  background-color: #fff;

  border-radius: 10px;



  color: #111;

  display: none;

  min-width: 450px;

  padding: 25px;

  border:1px solid #ccc;

}

.button.b-close, .button.bClose {

  border-radius: 7px;

  box-shadow: none;

  font: bold 131% sans-serif;

  padding: 0 6px 2px;

  position: absolute;

  right: -7px;

  top: -7px;

}

.button > span {

  font-size: 84%;

}	

.button {

  background-color: #2b91af;

  border-radius: 10px;

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);

  color: #fff;

  cursor: pointer;

  display: inline-block;

  padding: 10px 20px;

  text-align: center;

  text-decoration: none;

}



.banner2 {

  margin: auto;

}