
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%; 
	color:#646464;
	min-width:1080px;
	background:url(../images/bg-3.gif) repeat 0 0;
}

.bg-1 {background:url(../images/main-bg.gif) 0 0 repeat;}

.bg {background:url(../images/light.png) no-repeat center 0;}


.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:12px;
	line-height:20px;
}

a {color:#1799cf; text-decoration:none;}
a:hover {}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:20px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:33px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************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;
}

.qw {}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
	background:url(../images/header-bg.gif) repeat-x center top;
}

h1 {
	padding:33px 0 0 8px; 
	position:relative;
	float:left;
}
h1 a {
	display:block; 
	position: absolute;
	top: 45px;
	width:371px; 
	height:56px;
	left:10px;
	line-height:1.2em;
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:24px;
	line-height:24px;
	color:#302f30;
	margin-bottom: 26px;
	text-transform:uppercase;
	letter-spacing:-1px;
	text-shadow: 1px 0 rgba(48, 47, 48,.7);
}

h3 {
	overflow:hidden;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:25px;
	color:#302f30;
	text-transform:uppercase;
	display:inline-block;
	text-shadow: 1px 0 rgba(48, 47, 48,.7);
}

h4 {
	overflow:hidden;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:24px;
	line-height:25px;
	color:#e9e9e6;
	text-transform:uppercase;
	letter-spacing:-1px;
	display:inline-block;
	margin-bottom: 22px;
}

h5 {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height:25px;
	color:#74746f;
	text-transform:uppercase;
	margin-bottom: 8px;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	1.0;
	float:left;
	padding-top:30px;
	margin-left:402px;
}

.sf-menu > li {
	float:left;
	position:relative;
	background:url(../images/bg-15.png) repeat 0 0;
	border-radius:11px 11px 0 0;
     -moz-border-radius:11px 11px 0 0;
     -webkit-border-radius:11px 11px 0 0;
	 margin-right: 1px;
}

.sf-menu a {
	display:block;
	position:relative;
	color:#dadeda;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding: 26px 28px 46px 30px;
}

.sf-menu li.active,
.sf-menu > li:hover,
.sf-menu > li.sfHover {
	background:url(../images/menu-bg.gif) repeat center bottom;
	
}
.sf-menu li.active > a,
.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a {
	color:#596359;
}

.sf-menu ul {
	position:absolute;
	width:300px;
	background:none; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {	
	margin:0;
	float:left;
}

.sf-menu li li a {
	padding:8px 9px 9px 19px;
	color:#596359;
	background:url(../images/menu-marker1.png) no-repeat 10px 11px;
}


.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	
}

.sf-menu ul > li:hover > a,
.sf-menu ul > li.sfHover > a {
	color:#893a17; background:url(../images/menu-marker2.png) no-repeat 10px 11px #f6a736;
}

.sf-menu ul ul {
	position:absolute;
	width:107px;
	background:none; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li li {	
	margin: 0 0 1px;
	float:none;	
}

.sf-menu li li li a {
	padding:8px 9px 9px 19px;
	color:#f2f2ef;
	background:url(../images/menu-marker2.png) no-repeat 10px 11px #576157;
	display:inline-block;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 20px;
    top: 93px;
	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:			72px; /* match ul width */
	top:			29px;
}
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;
}

.head-box {
	margin:0 auto 18px;
	padding-top:42px;
	width: 1000px;
	position:relative;
}

.head-link {
	width:107px;
	height:35px;
	position:absolute;
	background:url(../images/head-link.png) no-repeat 0 0;
	top:307px;
	left:150px;
	cursor:pointer;
}

.head-link:hover { background-position:0 -52px;}

/*********************************content*************************************/
#content {
	width:100%; 
	padding: 38px 0 0;
	position:relative;
	z-index:1;
}

#page1 #content {
	padding: 29px 0 0;
}

																									/***** Page 1 *****/

.list1 a {
	color:#808f5d;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:13px;
}

.list1 {
	overflow:hidden;
}

.list1 li {
    line-height: 16px;
    margin-bottom: 24px;
    padding-left: 18px;
	background:url(../images/list1-marker.png) no-repeat 0px 4px;
}

.list1 a:hover { color:#dc9633; text-decoration:underline;}

.list5 a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.list5 a {
	color:#808f5d;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:13px;
}

.list5 {
	overflow:hidden;
}

.list5 li {
    line-height: 16px;
    margin-bottom: 24px;
    padding-left: 20px;
	background:url(../images/list1-marker.png) no-repeat 2px 4px;
}

.list5 a:hover { color:#dc9633; text-decoration:underline;}

.list5 a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.p29 {
	margin-bottom:29px;
}

.marker1 {
	width:14px;
	height:20px;
	background:url(../images/marker1.png) no-repeat center 0;
	font-family: 'Kristi', cursive;
	color:#f5f5f4;
	margin-right: 9px;
    margin-top: 3px;
	font-size:18px;
	float:left;
	line-height:19px;
	padding-left:6px;
}

.page1-box1 {
	padding:1px 14px 18px 12px;
	background:url(../images/line-bg2.gif) no-repeat right bottom;
	overflow:hidden;
	width:200px;
	float:left;
	margin-right:11px;
}

.last6 {margin-right:0;}

.page1-img1  {
	margin-left:55px;
	margin-bottom:7px;	
}

.p30 {
	margin-bottom:9px;
	padding-right:10px;
}

.p38 {
	margin-bottom:34px;
}

.page1-box4 {
	width:220px;
	margin: 0 20px 0 8px;
	float:left;
}

.p31 {
	padding-left:15px;
}

.p32 {
	overflow:hidden;
	background:url(../images/page1-bg.png) no-repeat 231px bottom;
	margin-bottom: 5px;
}

.p33 {
	overflow:hidden;
	background:url(../images/page1-bg.png) no-repeat 231px bottom;
}

.p33 .page1-box1 {
	padding-top:20px;
	padding-bottom: 14px;
	background:none !important;
}

.page1-img2 {
    padding-top: 5px;
	margin-bottom:10px;
}

.p34 {
	margin-bottom:13px;
	word-spacing: 6px;
}

.page1-box6 a {
    color: #D4E3B1;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}


.page1-box6 a:hover {color:#f6a736;}

.page1-box6 a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.page1-box6 {
	color:#FFFFFF;
}

.p36 {
	margin-bottom:0px;
}

.page1-box6 {
	padding-right:20px;
}

.button2 {
	background:url(../images/button-bg2.png) no-repeat right top;
    color: #ECECE6;
    cursor: pointer;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-right: 26px;
    position: relative;
	border-radius:0px 23px 39px 0px;
     -moz-border-radius:0px 23px 39px 0px;
     -webkit-border-radius:0px 23px 39px 0px;
}


.button2 strong {
    background: url("../images/button-bg.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding:8px 4px 12px 20px;
    position: relative;
}



.button2:hover strong {
	background-position: left -93px;
	text-decoration:none;
	color:#F6A736;
}

.button2:hover {
	background-position: right -93px;
	text-decoration:none;
}

	



																									/***** Page 2 *****/
.page2-img1 {
	margin-bottom: 24px;
}

.page2-box1 {
	overflow:hidden;
	padding-right: 30px;
}

.button1 {
	display:inline-block;
	color:#808f5d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	padding-right:20px;
	background:url(../images/marker2.png) no-repeat right 4px;
	line-height:12px;
	font-weight:bold;
	float:right;
	padding-right: 9px;
}

.button1:hover { color:#f6a736; background-position: right -49px;}
.button1 {
-webkit-transition: all 0.6s ;
-moz-transition: all 0.6s ;
-o-transition: all 0.6s ;
transition: all 0.6s ;
}

.page1-box2 {padding-top: 10px;padding-right: 30px; overflow:hidden;}

.p6 {margin-bottom:17px;}
.p7 {margin-bottom:5px;}
.p8 {margin-left:29px;}
.p9 {    margin-bottom: 9px;}
.last {margin-bottom:20px !important;}

.p10 {margin-bottom:22px;}

.page1-box3 {padding-top: 10px;overflow:hidden;padding-right:3px;}

.page1-box3 strong {
	display:block;	
}



.p11 {
	border-bottom:1px solid #dbdbda;padding-bottom:12px; margin-bottom:29px;
}

.page2-box2 a {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:25px;
	color:#302f30;
	text-transform:uppercase;
	display:inline-block;
	margin-bottom: 5px;
	margin-top:14px;
	text-shadow: 1px 0 rgba(48, 47, 48,.7);
}
.page2-box2 a:hover {color:#808f5d; text-shadow: 1px 0 rgba(128, 143, 93,.7);}
.page2-box2 a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}


.page2-box2 strong {
	display:block;
}
.page2-box2 {overflow:hidden;}

.carousel {position:relative;margin-bottom: 31px;}

.carousel li {height:394px; float:left; width:240px;}


.next,
.prev{
	display:block;
	width:48px;
	height:54px;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
	float:left;
	cursor:pointer;
	z-index:5;
}

.prev {
	background:url(../images/prev.png) no-repeat center top;
	left: -59px;
    top: 113px;
}

.next {
	background:url(../images/next.png) no-repeat center top;
	right: -59px;
    top: 113px;
}

.page2-box2 img {
	height:280px;
	width:220px;
}

.next:hover, 
.prev:hover {background-position:0px -124px;}

.p12 {
	margin-left:10px;
	margin-bottom:35px;
}

.p13 {
	background:url(../images/bg-2.gif) no-repeat center top;
	padding-bottom: 24px;
    padding-top: 35px;
}

.page2-box3 {
	color:#9c9c96;
	padding-right:10px;
	overflow:hidden;
	margin-bottom:15px;
}

.p14 {
	margin:0;
}

.page2-box3 a {
	color:#d4e3b1;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
}

.page2-img3 {
	margin-right:20px;
	float:left;
	margin-top:5px;
}
.bg-bot {
	background:url(../images/bg-1.gif) repeat center top; 
	width:100%;
}

.page2-img4 {
	margin-top:5px;
	float:left;
	margin-right:12px;
}

.page2-box4 {
	color:#9c9c96;
	overflow:hidden;
	padding-right: 28px;
}

.page2-box4 a {
	color:#d4e3b1;
	font-size:12px;
	font-weight:bold;
}
.page4-box1 a:hover,
.page2-box3 a:hover,
.page2-box4 a:hover {color:#f6a736;}
.page4-box1 a:hover,
.page2-box3 a,
.page2-box4 a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.list2 a {
	color:#d4e3b1;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}
.list2 a:hover {color:#f6a736;}
.list2 a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
	


.list2 li {
	line-height: 21px;
    padding: 8px 0 10px 18px;
	border-bottom:1px solid #474647;
	background:url(../images/marker3.png) no-repeat 0 16px;
}

.last1 {border:none !important;}

.p15 {margin-bottom: 12px;}


																									/***** Page 3 *****/

.page3-box1 a {
	font-weight:bold;
	color:#646464;
	display:inline-block;
}

.page3-box1 a:hover {color:#f6a736;}
.page3-box1 a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.p16 {
    margin-bottom: 6px;
}	

.page3-box1 {padding-right:32px; overflow:hidden;margin-bottom: 10px;}

.marker2 {
	width:14px;
	height:20px;
	background:url(../images/marker1.png) no-repeat center 0;
	font-family: 'Kristi', cursive;
	color:#f5f5f4;
	margin-right: 10px;
    margin-top: 3px;
	font-size:18px;
	float:left;
	line-height:19px;
	padding-left:6px;
}

.page3-box2 {
    padding-top: 4px;
	padding-right: 33px;
	overflow:hidden;
	margin-bottom: 21px;
}

.p17 {
	margin-bottom: 5px;	
}

.p18 {
	margin-bottom:14px;
}

.p37 {
	margin-bottom:17px;
}

.p19 {
    border-bottom: 1px solid #DBDBDA;
    margin-bottom: 31px;
    padding-bottom: 17px;
}

.page3-box3 {
	padding-top:4px;
	width:200px;
	background:url(../images/line-bg2.gif) no-repeat right bottom;
	overflow:hidden;
	float:left;
	padding: 4px 14px 23px 15px;
	margin-right:11px;
}

.page3-img1 {
    margin-left: 67px;
	margin-bottom:1px;
}

.p20 {
	margin-bottom:11px;
	padding-right: 25px;
}

.p21 {
	background:url(../images/line-bg.png) no-repeat 219px bottom;
	margin-bottom:11px;
}

.last2 {
	padding-left:0;
}
.p22 {
	background:url(../images/line-bg.png) no-repeat 219px bottom;
	margin-bottom:18px;
}

.p22 .page3-box3  {
	margin-bottom: 5px;
    padding-bottom: 11px;
    padding-top: 9px;
	background:none !important;
}

.last3 {
	margin-right:0;
}
	


																									/***** Page 4 *****/

.page4-img1 {
	margin-bottom: 27px;	
}

.p23 {
    margin-bottom: 33px;
    margin-left: 10px;
}

.page4-box1 a {
	color:#d4e3b1;
	font-size:12px;
	font-weight:bold;
}
.page4-box1 {
	overflow:hidden;
	background:url(../images/page4-bg.gif) no-repeat center 0;
	padding:20px 20px 9px;
	margin-bottom:20px;
}

.page4-text1 {
	padding: 0 10px;
	color:#9c9c96;
}

.p24 {
	margin-bottom:15px;
}
	


																									/***** Page 5 *****/


.p25 {
	margin-bottom:34px;
}
.p26 {
	margin-bottom:33px;
}

																									
	
																									/***** Contact form *****/
#form1 {
	position:relative;
	vertical-align:top;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
}

#form1 fieldset {
border:none;
padding:0;
}


#form1 label {display:block; height:45px; position:relative;width: 382px;}
#form1 label.message { height:280px; width:460px; margin-top:1px;}

#form1 input {
	outline: none;
	border:1px solid #cccccc;
	color: #646464;
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin: 0;
	padding: 8px 10px 10px;
	line-height:14px;
    width: 334px;
	display:inline-block;
}
#form1 .area .error { float:none;}
#form1 textarea {	
	height:244px;
	margin:0;
	width:438px;	
	resize:none;
	outline: none;
	border:1px solid #cccccc;
	padding: 9px 10px;
	line-height:14px;
	overflow:auto;
	color:#646464;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	display:block;
}
#form1 a {cursor:pointer;}
#form1 .success {
	display:none;
	position: absolute;
	left: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	top: -21px;
	color:#646464;
	font-size:12px;
}
#form1 .error,
#form1 .empty {
	color:#f00;
	font-size:11px;
	line-height:1.25em;
	display:none;
	font-family:Tahoma, Geneva, sans-serif;
	overflow:hidden;
	position:absolute;
	right:27px;
	top:18px;
}
#form1 .message .error,
#form1 .message .empty  {
	right: 4px;
    top: 248px;
}

.link-form {
	float: right;
}

.page5-img1 {margin-bottom:23px;}

dt {width:150px;margin-bottom: 20px;}

dl span {float:left; width:91px;}

dd { line-height:20px;}

dd a {color:#646464;}

dd a:hover {color:#808F5D; text-decoration:underline;}

dd a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.p27 { margin-left:22px;}

.link1 {
	color:#646464;
}

.link1:hover {
	color:#808F5D;
	text-decoration:underline;
}
.p28 { margin-bottom:28px;}

.page6-text {
	padding-right:23px;
	overflow: hidden;
    padding-bottom: 52px;
}

		
/****************************footer************************/
footer {
	width:100%; 
	padding:22px 0 30px;
	background:url(../images/bg-3.gif) repeat 0 0;
}

.foot-link {
	display:inline-block;
	width:214px;
	margin-top: 6px;
	height:46px;
	background:url(../images/foot-logo.png) no-repeat 0 0;
}

.foot-link:hover {background-position:0 -85px;}

.list3 a, .list4 a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#5d5b5d;
}

.list3 a:hover, .list4 a:hover {color:#f6a736;}
.list3 a, .list4 a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.list3 li {
	margin-bottom:10px;
}

.list4 li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#5d5b5d;	
}
