* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Cutive', serif;
	font-size:100%;
	background: url(../images/pegeBackground.jpg);
	margin: 0;
	padding: 0;
	color: #000000;
}
h1 {
	padding:15px 0 0 0;
	font-weight:inherit;
}
h1 a {
	font-size:1.2em; 
	color:#1c1d15;
	font-family: 'Vast Shadow', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	line-height:10px;
}
h2 {
	font-size:1.842857142857143em;
	font-weight:inherit;
}
h2 a {
	text-decoration:none;
	color:#ffffff;
}
h3 {
	font-size:1.685714285714286em;
	color:#ffffff;
	font-weight:inherit;
	text-shadow:0 0px, 1px 1px #000000;
}
h3 a {
	text-decoration:none;
	color:#ffffff;
	font-size:0.885714285714286em;
}
h4 {
	color:#000000;
	text-transform:uppercase;
	text-decoration: none;
	line-height:10px;
	padding:0 0 20px 0;
	font-size:1.0Em;
}
a img { 
	border: none;
}
a {
	color: #914400;
	text-decoration: underline; 
}
a:hover { 
	color: #b15300;
	text-decoration: none;
}
p {
	line-height:140%;
}
.logo {
	height:160px;
}
.wrapper {
	/*width:93.75%;*/ /* 960px/1024px  */
	width:1000px;
	margin:0 auto;
}
header {
	text-align:center;
}
section {
	padding:3% 01.3541666666666666666666666666667%; /* 13px/960px */
}
.left {
	width:50.166666666666666666666666666667%; /* 616px/960px */
	float:left;
}
.right {
	width:40.166666666666666666666666666667%; /* 616px/960px */
	float:left;
}
.content_n {
	padding-top:1%; 
	padding-bottom:1%; 
	width:96.166666666666666666666666666667%; /* 616px/960px */
	background: url(../images/test3.png);
	float:left;
}
.left_n {
	width:33.166666666666666666666666666667%; /* 616px/960px */
	float:left;
}
.center_n {
	width:33.166666666666666666666666666667%; /* 616px/960px */
	float:left;
}
.right_n {
	width:33.166666666666666666666666666667%; /* 616px/960px */
	float:left;
}
.right_ctt {
	width:66.166666666666666666666666666667%; /* 616px/960px */
	float:left;
}
.line {
  padding-top:1%;
	background: url(../images/pegeBackground1.jpg);
	float:left;
	width:1000px;
}
.welcome {
	width:64.166666666666666666666666666667%; /* 616px/960px */
	float:left;
}
.welcome img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.sidebar {
	width:32.041666666666666666666666666667%; /* 298px/960px */
	float:right;
}
.sidebar li {
	border-bottom: 1px solid ;
	box-shadow: 0 1px #deed95;
	list-style: none;
	padding: 10px 0 10px 7px;
}
.sidebar li a {
	text-decoration:none;
}
.contact {
	float:left;
	background: url(../images/test3.png);
    width:1000px;
}
.contact_a table {
	list-style:none;
	width:21.041666666666666666666666666667%; /* 298px/960px */
    height:300px;
	display:block;
    float:left;
	padding-right:3.4%;
    overflow-y:hidden;
}
.photo_a {
	float:left;
	padding-left:10%;  
	padding-top:1%;  
	padding-bottom:1%;  
	background: url(../images/test3.png);
  width:110%;
}
.photo_a table {
	list-style:none;
	width:21.041666666666666666666666666667%; /* 298px/960px */
	display:block;
    float:left;
	padding-right:3.4%;
    overflow-y:hidden;
}
.box {
	float:left;
	padding-left:5%; 
	background: url(../images/test3.png);
  width:95.1%;
}
.boxes li {
	list-style:none;
	width:21.041666666666666666666666666667%; /* 298px/960px */
    height:300px;
	display:block;
    float:left;
	padding-top:3.4%; 
	padding-right:3.4%; 
    padding-bottom:10.4%;
    overflow-y:hidden;
}
.boxes li img {
	width:800px;
	box-shadow:0 5px 4px 0 #45463d;
	max-width: 100%;
	height: auto;
	width: auto;
}
footer {
	text-align: center;
	padding:30px 10px;
}
footer p {
	font-size:0.8571428571428571em; /* 12px/14px */
}
.clearfloat { 
	clear:both;
	height:0;
	line-height: 0px;
}
.clearfloat p a {
	color: #ff0000;
	text-shadow:0 0px, 1px 1px #000000;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
nav {
	background:#1c1d15;
	text-align:center;
	padding:5px 0;
}
nav li {
	list-style:none;
	display:inline;
	padding:3px 10px;
}
nav li a {
	color:#ffffff;
	text-shadow:0 0px, 1px 1px #393939;
	text-transform:uppercase;
	text-decoration: none;
}
nav li a:hover {
	color:#b15300;
	text-shadow:0 0px, 1px 1px #393939;
}
nav .active a {
	color:#b2c74e;
	text-shadow:0 0px, 1px 1px #393939;
}
nav select {
      display: none;
    }
select {
	width:200px;
}

/**************************/
/******************************End main menu******************************/
/**************************/

@media screen and (max-width: 960px) {
	.wrapper {
		width:93.75%; /* 960px/1024px  */
		margin:0 auto;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	.welcome {
		float:none;
		width:auto;
	}
	.sidebar {
		float:none;
		width:auto;
		padding-top:20px;
	}
	nav ul { display: none; }
	nav select { display: inline-block; }
	
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	.boxes li {
		float:none;
		width:auto;
		padding:20px 0;
	}

}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/
.focus { width:1000px;height:auto; float:left; }
.banner { width:1000px;height:auto;margin:20px auto; position:relative; overflow:hidden;}
.banner_tab { height:43px; position:absolute; right: 5px; bottom: 5px; }
.banner_tab ul { cursor:pointer; }
.banner_tab li { float: left; list-style-type: none; text-align: center; }
.banner_tab a { width:80px; height:43px; display:block; margin-right:2px; }
.banner_tab img { border:1px solid #659ab6; }
.hidecontent { display:none; }
.focus_img { width:1000px; height:600px; }
.tab_img { width:72px; height:35px; margin-top:3px; border:1px solid #fff; }
.tab_img1 { width:200px; margin-top:3px; border:1px solid #fff; }

/**********/