@charset "UTF-8";
/* CSS Reset */


/* --------------------------------------------------------Font face */
@font-face {
    font-family: 'CenturySchoolbook';
    src: url('centuryschoolbooktot-regu-webfont.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'new_athena_unicode';
    src: url('new_athena_unicode.ttf');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------------------------Font face */
@font-face {
    font-family: 'PrataRegular';
    src: url('Prata-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}



/* --------------------------------------------------------Base Structure */
html,
	body {
	  margin:0;
	  padding:0;
	  height:100%;
	  font-family:'new_athena_unicode', Serif, Arial, Georgia, Helvetica ;
	  font-size:20px;
	  color:#b4975a;
	  background-color:#fef5e4;
	  background:url(img/bg2.jpg);
	}
#container {
  margin:0 auto;
  width:100%;
  height:100%;
 
 }
 
#container_BG{
  margin:0 auto;
  width:100%;
  height:auto;

}


#header_wrap{
  width:960px;
  margin:0 auto;
  padding:40px 10px 0px 10px;
  text-align:center;
}

#menu_wrap{
  width:640px;
  margin:0 auto;
  padding-left:280px;
  font-size: 17px;

}

ul li{
  float:left;

}

li{
  margin-left:30px;
}

.contents_wrap{
	padding-top:38px;
	width:96%;
	height:86%;
	margin:0 auto;
	font-size:46px;
 }
 
 

/* --------------------------------------------------------Typography */
h1, h2, h3, h4, h5, p, form {
	margin:10px 0;
}

h1 {font-size:28px; }
h2 {font-size:20px; }
h3 {font-size:18px; }
h4 {font-size:14px; }

p {font-size:14px;}

ul {
	margin: 0;
}


input, textarea, select, option, button {

	font-family:"Times New Roman", Georgia,  Arial;
	font-size:12px;
}


a,
a:link,
a:visited {
	color:#b4975a;
	text-decoration:underline;
}

a:hover, a:active{
    color:#b4975a;
	text-decoration:none;
}


a img {
	border:none;
}
a.selected:link,
a.selected:active,
a.selected:visited{
  color:#008600;
}
a.selected:hover{
  color:#373737;
  border:0px;
} 


a.whitee:link,
a.whitee:active,
a.whitee:visited{
  color:#fff;
}
a.whitee:hover{
  color:#d6caa8;
  border:0px;
} 

a.blackk:link,
a.blackk:active,
a.blackk:visited{
  color:#000;
}
a.blackk:hover{
  color:#608e0e;
  border:0px;
}

a.light_yellow:link,
a.light_yellow:active,
a.light_yellow:visited{
  color:#f9f1da;
}
a.light_yellow:hover{
  color:#a94f10;
} 

a.picOpacity:link img{
  cursor:hand;
}
a.picOpacity:visited img{
  cursor:hand;
}
a.picOpacity:hover img{
  opacity:0.6;
  filter:alpha(opacity=60); 
  cursor:hand;
}


a.green:link,
a.green:active,
a.green:visited{
  color:#008600;
}
a.green:hover{
  color:#000000;
  border:0px;
} 


.grey{color:#5f5f5f;}
.brown{color:#a94f10;}
.green{color:#008600;}
.blue{color:#659bcf;}
.yellow{color:#fed500;}
.dark_yellow{color:#dba73f;}
.light_yellow{color:#f9f1da;}
.black{color:#000;}
.white{color:#fff;}



/* --------------------------------------------------------Header */
#header_left_short{
 width:529px;
 float:left;
}

#header_right_short{
 width:391px;
 float:left;
 padding-top:68px;
 margin-left:20px;
}
.lures_header{
 width:351px;
 height:131px;
 display:block;

}
/*---LOGO-----*/
.logo{
 width:63px;
 height:32px;
 display:block;
 background:url(img/logo.png) no-repeat;
}

.error_left{
	color:#F00;
	clear:both;
	float:right;
}

.error_right{
	color:#F00;
	clear:both;
}








/*----------------------------Footer ---------------------------------------*/

footer { position: fixed; bottom: 30px; width:96%; left: 30px; }

.footer h2{
  width:161px;
  text-transform: uppercase;
  line-height: 80%;
}
.footer p{
  width:161px;
  text-align:left;
  line-height: 94%;
}
.gallery_f{
 width:201px;
 float:left; 
}
.gallery_f img{
 border-bottom: 8px solid #a94f10;
}

.product_f{
 width:201px;
 float:left; 
}
.product_f img{
 border-bottom: 8px solid #659bcf;
}

.productReview_f{
 width:201px;
 float:left; 
}
.productReview_f img{
 border-bottom: 8px solid #608e0e;
}

.tours_f{
 width:201px;
 float:left; 
}
.tours_f img{
 border-bottom: 8px solid #dba73f;
}

.copyright{
  width:960px;
  margin:0 auto;
}
.copyright p{ text-align:center;}

.thankyou{
 width:90%;
 margin:0 auto;
}

label{
	cursor: pointer;
	cursor: hand;
}





















