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

/*
  
 * Filename		 		style.css
 * Website				
 * Author				InMotion Hosting - http://inmotionhosting.com 

 */

html, body {
	margin:0;
	padding:0;
}
body {
	line-height:1.3;
	background:url(../_img/background.jpg) repeat;
	font-family: "myriad-pro";
	font-size:14px;
}
@font-face {
    font-family: 'CataneoBTRegular';
    src: url('cataneo-webfont.eot');
    src: url('cataneo-webfont.eot?#iefix') format('embedded-opentype'),
         url('cataneo-webfont.woff') format('woff'),
         url('cataneo-webfont.ttf') format('truetype'),
         url('cataneo-webfont.svg#CataneoBTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 ,h2 {
	font-family: 'CataneoBTRegular';
	margin-bottom:8px;	
	min-height:31px;
	padding-top:20px;
	color:#711A2A;
}
h1 {
	font-size:24px;
	padding-left:50px;
	background:url(../_img/fishing-hook.png) left top no-repeat;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
	margin-bottom:8px;
}
h4 {
	font-size:14px;
}
h5 {
}
h6 {
}
p {
	font-family: "myriad-pro";
	font-size:14px;
}
#content p {
	margin-bottom:20px;	
}
#content ul li {
	margin-left:30px;
	list-style:disc;	
}
a:link, a:visited {
	text-decoration:none;
	outline:none;
	color:#063;
}
a:hover, a:focus {
	text-decoration:underline;
	outline:none;
}
/* want rounded corners?  Add this class to your containers for instant gratification -- adjust the curve as needed */

.rounded-corners {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
/* insert this class where you need to clear inline items */
.clearall {
	clear:both;
}
/* float images left or right - adjust margins as needed */
.left-img {
	float:left;
	margin:0 10px 0 0;
}
.right-img {
	float:right;
	margin:0 0 0 10px;
}
#content-left .left-img {
	float:left;
	margin:5px 10px 10px 10px;
	border:1px solid #4B3B24;
}
#content-left .right-img {
	float:right;
	margin:5px 10px 10px 10px;
	border:1px solid #4B3B24;
}

#content-left .center-img {
	border: 1px solid #4B3B24;
    display: block;
    margin: auto;
}

/*** LAYOUT STYLES ***/

#container {
	width:980px;
	margin:0px auto 10px;
	background:url(../_img/outer-border.jpg) repeat;
	padding:12px 0px;	
}
#wrapper {
	width:968px;
	margin:0px auto;
	background:url(../_img/wrapper-bg.png) repeat-y;	
	padding:10px 0px;	
}
#wrapper-top {
	width:968px;
	margin:0px auto;
	background:url(../_img/wrapper-top.png) no-repeat;
	height:10px;	
}
#wrapper-bottom {
	width:968px;
	margin:0px auto;
	background:url(../_img/wrapper-bottom.png) no-repeat;
	height:10px;		
}

#header, #nav, #rotator, #content, #footer {
	margin:0 auto;
	width:920px;
}
/* HEADER */
#header {
}
#logo {
	float:left;
}
#contact-info {
	float:right;
}
/* NAVIGATION */

#nav {
	background:url(../_img/nav-bg.png) no-repeat;
	height:49px;
	margin:10px auto;
	width:926px;
}
#nav ul {
	display:block;
}
#nav li {
	display:inline;
	margin:14px 11px;
}
#nav li a, #nav li a:visited {
	color:#dbd0ad;
	font-size:16px;
	text-shadow:1px 1px 1px #000;
	line-height:49px;
}
#nav li a:hover, #nav li a:focus {
	text-decoration:none;
	color:#C90;
}
#nav li.active a, #nav li.active a:visited {
	color:	#C90;
}
/* CONTENT */

#content {
	overflow:hidden;
	min-height:400px;
}
#content-left {
	float:left;
	width:610px;
	background:url(../_img/paper.png) repeat-y;
	min-height:400px;
	padding:10px;
}
#content-right {
	float:right;
	width:275px;
}
.right1 {
	width:235px;
	height:159px;
	background:url(../_img/top-right-paper.png) no-repeat;
	margin-bottom:10px;
	padding:20px;
}
.right2 {
	padding:20px;
	width:230px;
	height:186px;
	background:url(../_img/right-paper2.png) no-repeat;
}
#content-right h2 {
	font-size:24px;
	font-family: 'Neucha', cursive;
	color:#711a2a;
	padding-top:0px;
	font-weight:normal;
}
#content-right h3 {
	font-size:20px;
	font-family: 'Neucha', cursive;
	color:#711a2a;
	padding-top:0px;
	font-weight:normal;
}
#content-right p {
	text-align:center;
	margin-bottom:6px;
}
#content-right a {
	color:#711a2a;
}
#rotator {
	margin-bottom:10px;	
}
/* FOOTER */

#footer-wrap {
}
#footer {
	width:980px;
	padding-bottom:10px;
}
#footer ul {
	float:right;	
}
#footer ul li {
	float:left;
	margin-left:15px;	
}
#footer ul li a {
	font-weight:bold;
}
#footer p {
	color:#bf9b6e;
	float:left;;
	font-weight:bold;
}
#footer a, #footer a:visited {
	color:#bf9b6e;
}
#footer a:hover, #footer a:focus {

}
#contact {
}
#contact p {
}
#social {
}
#copyright {
}
#copyright p {
	font-weight:normal;
	float:right;
	clear:right;
	font-size:12px;
	text-align:right;
}
#copyright a, #copyright a:visited {
}
#copyright a:hover, #copyright a:focus {
}
/* Errors */

#404wrap {
	margin:20px auto;
	width:800px;
	height:400px;
	background:#f2f2f2;
	border:1px solid #e3e3e3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#404wrap h1 {
	font-size:18px;
	margin:20px;
	text-align:center;
}
#404wrap p {
	margin:20px;
	text-align:center;
}
#404wrap ol {
	margin:40px;
}
#404wrap ul {
	margin:40px;
}
#404wrap li {
	padding-bottom:8px;
}
#404wrap a:link, #404wrap a:visited {
	color:#01759d;
	text-decoration:none;
	outline:none;
}
#404wrap a:hover, #404wrap a:focus {
	color:#e26c1d;
	text-decoration:underline;
	outline:none;
}
hr {
	width:50%;
	color:	#A0754E;
	margin-bottom:10px;
}
#photo-gallery {
	text-align:center;	
}
#photo-gallery img {
	border:1px solid #4B3B24;
	margin:5px;	
}
#phone {
	width:960px;
	margin:10px auto 5px;
	color:#dbd0ad;
	text-align:right;

	font-family: "myriad-pro";
	font-size:16px;
}