/* Font Definition */

@font-face {
	font-family: 'CartoGothicStdBook';
	src: url('fonts/CartoGothicStd-Book-webfont.eot');
	src: local('☺'), url('fonts/CartoGothicStd-Book-webfont.woff') format('woff'), url('fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'), url('fonts/CartoGothicStd-Book-webfont.svg') format('svg');
}

@font-face {
	font-family: 'CartoGothicStdItalic';
	src: url('fonts/CartoGothicStd-Italic-webfont.eot');
	src: local('☺'), url('fonts/CartoGothicStd-Italic-webfont.woff') format('woff'), url('fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'), url('fonts/CartoGothicStd-Italic-webfont.svg') format('svg');
}

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('fonts/CartoGothicStd-Bold-webfont.eot');
	src: local('☺'), url('fonts/CartoGothicStd-Bold-webfont.woff') format('woff'), url('fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'), url('fonts/CartoGothicStd-Bold-webfont.svg') format('svg');
}

@font-face {
	font-family: 'CartoGothicStdBoldItalic';
	src: url('fonts/CartoGothicStd-BoldItalic-webfont.eot');
	src: local('☺'), url('fonts/CartoGothicStd-BoldItalic-webfont.woff') format('woff'), url('fonts/CartoGothicStd-BoldItalic-webfont.ttf') format('truetype'), url('fonts/CartoGothicStd-BoldItalic-webfont.svg') format('svg');
}



* {
	margin:0;
	padding:0;
}

body {
	font-family: 'Lato','CartoGothicStdBook', Helvetica, sans-serif;
	background:#fae4c3 url(../img/mainbg.png) top center repeat;
	font-size:14px;
	line-height: 21px;
	color:#73614c;
	margin: 0;
	padding: 0;
}

/*h1 { font-family: 'Lato', arial, serif; }*/

h1 {
	font-family: 'Lato','CartoGothicStdBold', Helvetica, sans-serif;
	font-size: 32px;
	margin: 5px 0 15px 0;
	text-transform: uppercase;
	border: 0px solid red;
	color: #594c3c;
	font-weight: bold;
	text-shadow: 1px 2px 4px #8c775e;
}

h1 span{
	font-family: 'Lato','CartoGothicStdBook', Helvetica, sans-serif;
	color:#979700;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: none;
}

h2 {
	font-family: 'Lato','CartoGothicStdBold', Helvetica, sans-serif;
	color:#979700;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
	border: 0px solid red;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 2px #a68d6f;*/
}

/*hr {
	background: url(../img/hr.png) top center no-repeat;
	margin: 0;
	width: 980px;
	height: 40px;
	clear: left;
	border: none;
}*/

div.hr { 
	padding: 0; 
	margin:  0; 
	height: 40px; 
	width: 980; 
	clear: both; 
	background: url(../img/hr.png) top center no-repeat;
	border: 0px solid red;
}

div.hr hr { 
display: none; 
}



a {
	color:#c9592b;
	text-decoration:none;
	outline:0;
	border:0;
}

a:hover,a:visited {
	color:#e37346;
}

img {
	outline:0;
	border:none;
}

b {
	font-weight: bold;
}


p {
	margin: 0 0 10px 0;
	border: 0px solid red;
}

ul {
	list-style: none;
	border: 0px solid red;
}

li {
	list-style: none;
	padding: 0px 25px 6px;
	margin: 0 0 6px 0;
	height: 14px;
	border: 0px solid red;
}

#mbp {
	background: url(../img/tools.png) 0 -6px no-repeat;
}

#wcm {
	background: url(../img/tools.png) 0 -36px no-repeat;
}

#cs5 {
	background: url(../img/tools.png) 0 -66px no-repeat;
}

#pcd {
	background: url(../img/tools.png) 0 -96px no-repeat;
}

#pnt {
	background: url(../img/tools.png) 0 -126px no-repeat;
}

#pcl {
	background: url(../img/tools.png) 0 -156px no-repeat;
}

#itn {
	background: url(../img/tools.png) 0 -186px no-repeat;
}


/*------------------ SKELETON ------------------*/

/* Header */
.wrprTp {
	float: left;
	background: #73614d;
	margin:0;
	width:100%;
	border: 0px solid red;
	background: url(../img/woodbg.jpg) top center repeat-x;
}

.cntTp {
	position: relative;
	width:980px;
	height: 200px;
	margin:0 auto;
	padding:0;
	border: 0px solid red;
	background: url(../img/logo.png) center 50px no-repeat;
}

/* Middle */
.wrprMid{
	float: left;
	margin: 0;
	width:100%;
	border: 0px solid red;
	background: url(../img/topbg.png) top left repeat-x;
}

.cntMid {
	width:980px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0 20px;
	border: 0px solid #b0ab31;
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Safari and Chrome */
	border-radius: 20px; /* Browsers that Support it like Opera */
	background: url(../img/topgrphc.png) top center no-repeat;
}

.cntMid #clearBx {
	clear: left;
	border: 0px solid red;
}

.cntBx {
	width: 930px;
	position: relative;
	margin: 20px 25px;
	border: 0px solid red;
	float: left;
}

.bxLft {
	width: 680px;
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	border: 0px solid red;
}

.bxRgt {
	width: 220px;
	position: relative;
	float: right;
	border: 0px solid red;
}

.bxHlvsL {
	width: 540px;
	position: relative;
	float: left;
	border: 0px solid red;
}

.bxHlvsR {
	width: 360px;
	position: relative;
	float: right;
	border: 0px solid red;
}

#btnsBx {
	margin: 0 auto;
	position: relative;
}

/*
#outer{
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	width: 298px;
	height: 48px;
	padding: 1px;
	background: #999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7b59b', endColorstr='#fff3e0');
	background: -webkit-gradient(linear, left top, left bottom, from(#c7b59b), to(#fff3e0));
	background: -moz-linear-gradient(top,  #c7b59b,  #fff3e0);		
}

#inner {
	width: 296px;
	height: 46px;
	padding: 1px;
	background: #999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3e0', endColorstr='#c7b59b');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff3e0), to(#c7b59b));
	background: -moz-linear-gradient(top,  #fff3e0,  #c7b59b);	
}
			
#bttn {
	width: 294px;
	height: 44px;
	padding: 1px;
	background: #fbe5c3 url(../img/bttnbg.png) -3px -3px no-repeat;
}
			
#bttn:hover {
	background: #fbe5c3 url(../img/bttnbg.png) -3px -50px no-repeat;
}

#bttn a {
	padding: 0 0 30px 300px;
	border: 0px solid red;
}
#wbsts {
	background: url(../img/bttns.png) 0 0 no-repeat;
}
#illst {
	background: url(../img/bttns.png) 0 -50px no-repeat;
}
#lgs {
	background: url(../img/bttns.png) 0 -100px no-repeat;
}
#wllppr {
	background: url(../img/bttns.png) 0 -150px no-repeat;
}
#pddngn {
	background: url(../img/bttns.png) 0 -200px no-repeat;
}
*/

#outerL{
	position: relative;
	float: left;
	margin: 0;
	width: 178px;
	height: 98px;
	padding: 1px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #999; /* for non-css3 browsers */
}

#outer{
	position: relative;
	float: left;
	margin: 0;
	width: 177px;
	height: 98px;
	padding: 1px 1px 1px 0;
	background: #999; /* for non-css3 browsers */
}

#outerR{
	position: relative;
	float: left;
	margin: 0;
	width: 178px;
	height: 98px;
	padding: 1px 1px 1px 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #999; /* for non-css3 browsers */
}

#bttnL {
	width: 177px;
	height: 96px;
	padding: 1px 0 1px 1px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #fbe5c3 url(../img/bttnbg.png) 0 0 no-repeat;
}

#bttn {
	width: 176px;
	height: 96px;
	padding: 1px 0 1px 1px;
	background: #fbe5c3 url(../img/bttnbg.png) 0 0 no-repeat;
}

#bttnR {
	width: 177px;
	height: 96px;
	padding: 1px 1px 1px 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #fbe5c3 url(../img/bttnbg.png) 0 0 no-repeat;
}
			
#bttnL:hover, #bttn:hover, #bttnR:hover {
	background: #fbe5c3 url(../img/bttnbg.png) 0 -100px no-repeat;
}

#bttnL a, #bttn a, #bttnR a {
	padding: 0px;
	width: 150px;
	border: 0px solid red;
	text-transform: uppercase;
	font-family: 'Lato','CartoGothicStdBold', "Century Gothic", Helvetica, sans-serif;
}

#bttnL a, #bttn a, #bttnR a {
	border: 0px solid red;
	color: #73614d;
	font-size: 10px;
	line-height: 10px;
	width: 150px;
	float: left;
	padding: 35px 10px 0 10px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Lato','CartoGothicStdBold', "Century Gothic", Helvetica, sans-serif;
}

#bttnL a span, #bttn a span, #bttnR a span {
	border: 0px solid red;
	color: #979700;
	width: 150px;
	font-size: 18px;
	line-height: 18px;
	padding: 0 10px 30px 0;
	margin: 0;
	float: left;
	clear: left;
	text-transform: uppercase;
	font-family: 'Lato','CartoGothicStdBold', "Century Gothic", Helvetica, sans-serif;
}
			
#bttnL a:hover span, #bttn a:hover span, #bttnR a:hover span {
	color: #FFF;
}




/* Footer */
.wrprFt {
	float: left;
	background: #73614d	url(../img/woodbg.jpg) top center repeat-x;
	margin: 0;
	padding: 30px 0 25px;
	width:100%;
	height: 100%;
	border: 0px solid red;
}

.cntFt {
	background: url(../img/logosm.png) center top no-repeat;
	position: relative;
	width:980px;
	color: #cfb498;
	font-size: 10px;
	margin: 0 auto;
	padding: 55px 0 0 0;
	text-align: center;
	border: 0px solid red;
}


.cntFt ul {
	list-style: none;
	margin: 10px auto 0;
	border: 0px solid red;
	width: 117px;
	height: 29px;
}

.cntFt li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 5px;
	float: left;
	width: 29px;
	height: 29px;
	border: 0px solid green;
}

.cntFt a {
	background: url(../img/socmed.png) no-repeat;
	float: left;
	margin: 0;
	border: 0px solid red;
	padding: 14px 15px 15px 14px;
}

.cntFt li:hover, .cntFt a:hover {
	margin-top: 1px;
}

.cntFt li a#twttr {
	background-position: 0 0;
}

.cntFt li a#pstrs {
	background-position: -29px 0;
}

.cntFt li a#frrst {
	background-position: -58px 0;
}

.cntFt li a#drbbl {
	background-position: -87px 0;
}



