@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
.topfull
{
	overflow:hidden;
	margin:0 auto;
	width:100%;
	background:#000;
}
.top
{
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	padding:10px;	
}
.top a{
	color:#ccc;
	text-decoration:none;
	}
.top a:hover{
	color:#ccc;
	text-decoration:none;
	}
.top1
{
	overflow:hidden;
	float:left;
	text-align:left;
	font-size:12px;
	color:#ccc;font-family: 'Maven Pro', sans-serif;
}
.top2
{
	overflow:hidden;
	float:right;
	font-size:12px;
	color:#ccc;
	font-family: 'Maven Pro', sans-serif;
}
.row1full
{
	overflow:hidden;
	margin:0 auto;
	width:100%;
	background:#313131;
}
.row1
{
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	background:url(bg.jpg) bottom right no-repeat #fff;
}
.menu
{
	overflow:hidden;
	margin:0 auto;
	width:1000px;
}
.menu ul li
{
	overflow:hidden;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	list-style:none;
	float:left;
	margin-top:2px;
	margin-right:2px;
}
.menu ul li>ul.sub{
	display:none;
	position: absolute;
	}
.menu ul li:hover>ul.sub{
	display:block;
	}
.menu li a
{
	overflow:hidden;
	display:block;
	text-decoration:none;
	color:#fff;
	background:#161616;
	padding:15px 30px;
	font-size:16px;
	font-family: 'Righteous', cursive;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu li a:hover
{
	overflow:hidden;
	background:#9D9D9D;
}
.r1Left1
{
	overflow:hidden;
	float:left;
	width:600px;
}
.r1Left2
{
	overflow:hidden;
	float:left;
	width:500px;
	text-align:right;
}
.row2full
{
	overflow:hidden;
	margin:0 auto;
	width:100%;
	background:#212121;
}
.row2
{
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	background:#AFAFAF;
}
.img1
{
	overflow:hidden;
	margin-top:150px;
	float:left;
	margin-left:5px;
}
.row3
{
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	padding-top:30px;
	padding-bottom:30px;
}
.row3 h1
{
	overflow:hidden;
	border-bottom:2px #000 solid;
	font-size:25px;
	text-align:left;
	padding-bottom:5px;
	margin-bottom:20px;
	font-family: 'Kaushan Script', cursive;
}
.row3Left1
{
	overflow:hidden;
	float:left;
	width:272px;
	margin-left:60px;
}
.row3 a{
	color:#FFF;
	padding:5px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	background:#000;
	}
.row3 p{
	font-family: 'Maven Pro', sans-serif;
	}
.row3Left2
{
	overflow:hidden;
	float:left;
	width:272px;
	margin-left:30px;
}
.row3Left3
{
	overflow:hidden;
	float:left;
	width:272px;
	margin-left:30px;
}
.row3 a
{
	overflow:hidden;
	float:left;
}

.rowfull
{
	overflow:hidden;
	margin:0 auto;
	width:880px;
	padding-top:30px;
	padding-bottom:30px;
}
.rowfull p{
	text-align:justify;
	}
.rowfull .rfleft{
	float:left;
	overflow:hidden;
	width:400px;
	text-align:left;
	font-size:18px;
	line-height:1.5em;
	font-family: 'Lato', sans-serif;
	}
.rowfull .rfright{
	float:right;
	overflow:hidden;
	width:450px;	
	}



.footerfull
{
	overflow:hidden;
	margin:0 auto;
	width:100%;
	background:#212121;
}
.footer1
{
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	padding-top:30px;
	padding-bottom:30px;
}
.footer2
{
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	color:#FFF;
	padding-bottom:30px;
	font-family: 'Kaushan Script', cursive;
	
}
.footer2 a {
	color:#FFF;
	text-decoration:none;
	}
.footer1Left1
{
	overflow:hidden;
	float:left;
	color:#fff;
	width:200px;
	text-align:left;
}
.footer1Left1 h1
{
	padding:2px;
	overflow:hidden;
	font-family: 'Kaushan Script', cursive;
	padding-bottom:5px;
}
.footer1Left1 ul
{
	overflow:hidden;
}
.footer1Left1 ul li
{
	list-style:none;
	margin-top:10px;
}
.footer1Left1 ul li a
{
	color:#FFF;
	text-decoration:none;
}

.footer1Left2
{
	overflow:hidden;
	width:400px;
	padding-top:0px;
	padding-right:10px;
	line-height:1.2em;
	padding-bottom:30px;
	float:right;
	text-align:right;
	font-size:35px;
	font-family: 'Kaushan Script', cursive;
	color:#FFF;
}
.footer1Left2 h1
{
	padding:2px;
	overflow:hidden;
	font-family: 'Kaushan Script', cursive;
	padding-bottom:5px;
	font-size:30px;
}
