@import"reset.css";@import"grid.css";@import"forms.css";@import"ui.totop.css";@import url(http://fonts.googleapis.com/css?family=Erica+One);
body{
	background: url(../images/main-bg.gif) repeat 0 0;
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#695a4c;
	position:relative;
	min-width:980px;
}
html,body{height:100%;}
p{padding-bottom:20px;}
a{color:#35322e;outline:none;cursor:pointer;text-decoration:none;}
a:hover{text-decoration:underline}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#35322e;font-family: 'Arial', cursive; font-weight:normal; text-transform:uppercase; margin-bottom:26px;}
h1{font-size:40px;}
h2{font-size:35px;}
h3{font-size:30px;} 
h4{font-size:27px;}  
h5{font-size:24px;}
h6{font-size:22px;word-spacing: -2px;}
.p6 {
	line-height:23px;
}
/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{color:#ff2100;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
}

.wrapper {
	width:100%;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
}
 
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}

.logo {
	display:block; 
	width:300px; 
	height:29px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}

/*********************************header*************************************/
header {
	background:url(../images/head-bg.gif) repeat-x 0 0;
	width:100%;
	position:relative; 
	z-index:2;
}

header h1 {
	padding:37px 0 0 10px;
	margin:0;
	font-size:0;
	float:left;
	line-height:0;
}

.head-box1 {
	position:relative;
	z-index:999;
	min-height:118px;
}

.slider-line {
	height:5px;
	width:100%;
	position:absolute;
	left:0;
	bottom:9px;
	background:url(../images/slider-line.png) repeat 0 0;
}

.content-line2 {
	height:27px;
	width:100%;
	position:absolute;
	left:0;
	bottom:-13px;
	background:url(../images/content-line2.png) repeat-x 0 0;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

nav {
	float:right;
	margin-right:9px;
	padding-right:5px;
	background:url(../images/divider.gif) no-repeat right 0;
}

.sf-menu {
	line-height:	1.0;
}
.sf-menu li {
	float:			left;
	position:		relative;
	width:128px;
	text-align:center;
	min-height:118px;
	background:url(../images/divider.gif) no-repeat 0 0;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:#7f7c77;
	text-transform:uppercase;
	font-size:12px;
	line-height:15px;
	padding:44px 0 45px;
}

.sf-menu a:hover,
.sf-menu a.active,
.sf-menu  li.sfHover > a {
	background:url(../images/menu-bg-hov.gif) repeat-x 0 bottom #302d2a;
	color:#fff;
	padding:44px 0 59px;
	text-decoration:none;
}

.sf-menu ul > li a:hover,
.sf-menu ul > li.sfHover > a {
	color:#eab463;
	padding:13px 0;
	background:none;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	background:url(../images/menu-bg.gif) repeat-x 0 0 #312e2b;
	padding:5px 0 0;
	width:			130px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	min-height:0;
	background:url(../images/divider2.gif) repeat-x 0 0;
}
.sf-menu ul a {
	padding:13px 0;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -2px;
    top: 131px;/* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 131px;
    top: -7px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/********************** Content ************************/

#content {
	width:100%; 
	padding:70px 0 47px;
	background:url(../images/content-bg.gif) repeat 0 0;
	position:relative;
	z-index:1;
	top:-14px;
}

#page1 #content {
	padding:51px 0 47px;
}

#page3 #content {
    padding: 70px 0 12px;
}



																									/***** Page 1 *****/



.img-bot {
	background:#ffc875;
	float:left;
	box-shadow: 0 2px 2px 0 #C18D40;
	padding:3px;
}

.page1-img1 {
	margin-bottom:30px;
}

.link1 {
    background: url("../images/marker1.png") no-repeat scroll right 8px transparent;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Erica One',cursive;
    font-size: 18px;
    line-height: 22px;
    padding-right: 14px;
    text-transform: uppercase;
}

.link1:hover {
	color:#35322E;
	background-position:right -82px;
}

.content2 {
	width:100%;
	padding:38px 0 55px;
	border-top:1px solid #fcbc5c;
	border-bottom:1px solid #fcbc5c;
	background:url(../images/main-bg.gif) repeat 0 0;
	position:relative;
	margin-bottom:49px;
}

#page2 .content2 {
	padding: 38px 0 33px;
	margin-bottom: 38px;
}

.p7 {
	margin-bottom:56px;
}

.text1 {
	font-size:24px;
	text-transform:uppercase;
	color:#ffddab;
	text-shadow:0 1px 0 #eaab4d;
	line-height:29px;
	margin-bottom:16px;
	margin-top:-2px;
	display:block;
}

.p8 {
    margin-bottom: 0;
}

.inner1 {
	overflow:hidden;
}

.inner2 {
    background: url("../images/page1-bg1.gif") repeat-y scroll 0 0 #FFC875;
    float: right;
    font-size: 18px;
    line-height: 18px;
    margin-top: 7px;
    overflow: hidden;
    padding: 26px 0 31px 4px;
    text-align: center;
    text-transform: uppercase;
    width: 296px;
}

.inner2:hover {
	background:url(../images/page1-bg1-hov.gif) repeat-y 0 0 #35322e;
}
.inner2:hover strong {
	color:#f6b655;
}
.inner2 span {
	display:block;
	color:#35322e;
	letter-spacing:-1px;
	font-size:36px;
	line-height:44px;
	color:#fff;
}

.inner2 strong {
	display:block;
	font-weight:normal;
	color:#35322e;
	margin-top:-7px;	
}

.page1-img2 {
	margin-right:20px;
	margin-top:11px;
}

.page1-img3 {
	margin-right:20px;
}

.p9 {padding-bottom:17px;
}

.list1 a {
	color:#493d32;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}

.list1 a:hover{
	color:#fff;
	text-decoration:none;
}

.list1 li {
    background: url("../images/marker2.png") no-repeat scroll 0 4px transparent;
    display: block;
    line-height: 15px;
    padding-bottom: 15px;
    padding-left: 14px;
}

.list1 {
	padding-top:1px;
	margin-bottom:9px;
}

.p10 {
	margin-bottom:23px;
}

																									/***** Page 2 *****/

.text2 {
    color: #FFEDD1;
    display: block;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 23px;
    margin-top: -3px;
    text-shadow: 0 1px 0 #EAAB4D;
    text-transform: uppercase;
}

.page2-img1 {
	margin-right:17px;
}

.page2-box2 {
	overflow:hidden;
	background:url(../images/marker3.png) no-repeat 0 0;
	padding-left:42px;
}



.page2-box2 a:hover {
	color:#fff;
	text-decoration:none;
}

.page2-box2 a {
	color:#493d32;
	font-weight:bold;
	display:inline-block;
	margin-bottom:1px;
}

.page2-box2:hover {
	background-position:0 -189px;
}

.page2-box1 {
	margin-bottom:10px;
}

.page2-box3 {
	overflow:hidden;
	margin-top:62px;
	padding:25px 0 24px 24px;
	border:none;
	background:none repeat 0 0;
}

.text3 {
    color: #695A4C;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 15px;
    width:61px;
    padding-top: 8px;
}

.p11 {
	margin-bottom:27px;
}

.p12 {
	margin-bottom:22px;
}

.link2 {
	display:inline-block;
	font-weight:bold;
	color:#493d32;
	font-size:12px;
}

.page2-img2 {
	margin-bottom:16px;
}

.inner3 {
	font-size:60px;
	line-height:72px;
	color:#35322e;
	font-family: 'Erica One', cursive;
	float:left;
	width:58px;
}

.p13 {
	margin-bottom:5px;
}

.text4 {
    color: #FFFFFE;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-bottom:16px;
    margin-top: -3px;
    padding-right: 29px;
    padding-top: 18px;
    text-transform: uppercase;
}

.text5 {
    background: url("../images/marker4.png") no-repeat scroll 0 0 transparent;
    color: #35322E;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    padding-left: 22px;
    padding-top: 2px;
}
.p14 {
	margin-top:8px;
}

																									/***** Page 3 *****/

.page3-img1 {
	margin-right:20px;
	margin-top:3px;
}

.p15 {
	margin-bottom:17px;
}

.page3-box1 {
	margin-bottom:37px;
}

																									/***** Page 4 *****/


.page5-box1 strong {
	display:block;
	color:#35322e;
}

.page5-box1 a {
	display:inline-block;
	color:#fff;
	font-weight:bold;
	margin-top:8px;
}

.page5-box1 a:hover {
	color:#35322e;
	text-decoration:none;
}
																									/***** Page 5 *****/



	.page4-img1 {
		margin-bottom:21px;
	}
	
																									

.dl1 dt {margin-bottom: 20px; color:#493d32; font-weight:bold; padding-top:1px;}

.dl1 span {float:left; width:68px;}

.dl1 dd { line-height:20px;}

.dl1 dd a {color:#fff; font-weight:bold; display:inline-block; margin-left:9px;}

.dl1 dd a:hover {color:#35322e; text-decoration:none;}
	
/******************** Footer ******************/
footer {
	width:100%; 
    padding: 13px 0 19px;
	position:relative;
	border-top:1px solid #fcbc5c;
}

.soc-links a {
	color:#35322e;
	font-family: 'Erica One', cursive;
	font-size:14px;
	line-height:17px;
	text-transform:uppercase;
}

.soc-links a:hover {
	color:#fff;
}

.soc-links li {
    background: url("../images/divider3.gif") no-repeat scroll 0 3px transparent;
    display: block;
    float: left;
    margin-left: 12px;
    padding-left: 17px;
}

.soc-links {
	float:right;
	margin-right:10px;
}

.last1 {
	background:none !important;
}


.foot-page1 {
	float:left;
	color:#35322e;
	text-transform:uppercase;
	font-size:14px;
	line-height:17px;
	margin-left:10px;
	overflow:hidden;
	font-family: 'Erica One', cursive;
}

.foot-page1 a {
	color:#35322e;
	display:inline-block;
	margin-left:4px;
}

.foot-page1 a:hover {
	color:#fff;
	text-decoration:none;
}
