/*




Theme Name: Fehr-Way Tours
Theme URI: http://www.fehrwaytours.com
Description: Initial Website design by McClay Design. Updated and revised by SWD.
Author: SWD
Author URI: http://swd.ca
Version: 1.1





*/


html, div, map, dt, isindex, form, header, nav, article, footer, address {  
	display: block;  
}  

html, body {
	height:100%;
	margin:0; 
	padding:0;
}
	  	
body {
  	display: table;
	width:100%;
	margin:0; 
	padding:0;
	font:normal 400 62.5%/1 'myriad-pro', Helvetica, Arial, sans-serif;
	color:#474646;
	background:#fff url('images/bg-top.png') repeat-x ;
	} 
	  	
body.home { background:#fff url('images/bg-top-home.png') repeat-x ; } 
		
					
/*--------------------------------------
			containers
----------------------------------------*/
	
	
header#header {	
	z-index:9;
	position:relative;
	width:960px; 
	height:96px;
	margin:0 auto; 
	padding:0;
}

.content {
	display:table;
	position:relative;
	width:960px;
	margin:17px auto 0;
	padding:0;
	background:#fff;
}

section.main {
	position:relative;
	margin:0 0 0 10px;
	padding:0;
	width:620px;
	font-size:1.8em;
	line-height:1.3;
}

aside.sidebar {
	display:table-cell;
	vertical-align:top;
	position:relative;
	margin:0;
	padding:0;
	width:300px;
	font-size:1.8em;
	line-height:1.3;
	background:#ffffff;
}
	
	
/*--------------------------------------
			masthead
----------------------------------------*/
	
	
#logo { 
	position:absolute;
	top:0;
	left:0;
	width:310px; 
	height:128px;
	margin:0;
	padding:0;
	text-decoration:none;
	background:none;
	border:none;
	}
 
#contact-header {
	position:absolute;
	left:324px;
	top:15px;
	margin:0;
	padding:0;
	font-size:1.5em;
	line-height:1.1;
	color:#e2e1e1;
}
 
#contact-header span { font-size:1.2em; }
#contact-header strong,
#contact-header em { font-style:normal; font-weight:600; color:#00a58e; }
 
#wrap-tools {
	display:table;
	position:relative;
	float:right;
	top:12px;
	right:7px;
	margin:0;
	padding:0;
}
 
#header #search {
	position:relative;
	float:right;
	width:199px;
	height:33px;
	margin:0;
	padding:0;
	font-size:1.4em;
	text-align:right;
}

#header #search span {
	display:inline-block;
	position:relative;
	float:right;
	padding:9px 9px 0 0;
	color:#ff9900; 
}
	
#header #search input.submit { display:none; }
#header #searchform input.field {
	display:inline-block;
	position:relative;
	float:right;
	padding:0 14px;
	width:171px;
	height:33px;
	color:#8e8e8e;
	background:url('images/bg-search.png') right top no-repeat;
	border:none;
	border:0;
}


					
/*--------------------------------------
			content
----------------------------------------*/
	
h1, h2, h3, h4, h5, h6 {
	margin:1.5em 0 .5em;
	font-weight:normal;
	font-family: 'geared_slabthin', Georgia, "Times New Roman", Times, serif;
	line-height:1em;
	color:#00a58e;
}

h1.page-title, section.main h1 { margin-top:1em; font-size:2em; text-transform:capitalize; }
h2 { font-size:1.44em;  }
h3, h4, h5, h6 { font-size:1.2em;  }

/*h1 + p { 
	font-size:1.54em;
	line-height:1.2;
	color:#333333; 
	}*/
	
sup {
	height:0;
	line-height:1;
	vertical-align: baseline;
	position: relative;
	bottom:1px;
	}

pre { line-height:1.5em; }

.main ul,
.main ol { padding-left:1.5em; }
.main ul li { padding-left:2px; list-style:disc url('images/bullet.png') }
	
strong, b { font-weight:700; font-family: 'myriad-pro'; }
i, em { font-style:normal; font-weight:700; font-family: 'myriad-pro'; }

.main img { max-width: 620px !important; }

.content img.wp-post-image,
.col-3 img {
	margin:0;
	padding:0;
	border:8px solid #ccc;
	}

.main table th { 
	padding:6px;
	font-size:1em;
	text-transform:lowercase;
	line-height:normal;
	border:1px solid #cfcdcd;
	}

.main table td { 
	padding:6px;
	font-size:.8em;
	line-height:normal;
	border:1px solid #cfcdcd;
	}
	
.wp-caption { margin-bottom: 1em; }
.wp-caption img { margin: 0 auto; }
	
.wp-caption p.wp-caption-text {
	margin:0;
	padding:8px;
	font-size:.8em;
	text-transform:lowercase;
	line-height:1.2;
	color:#8a8989;
	text-align:center;
	}

.gallery { margin: 0 auto; }

.gallery .gallery-item {
	float: left;
	margin: 0 8px 0 0;
	text-align: center;
	width:25%;
	}

.gallery .gallery-caption {
	color: #888;
	font-size:.8em;
	line-height:1.3;
	padding:2px 5px 8px;
	margin:0;
	}

.gallery dl { margin: 0; }
.gallery br+br { display: none; }

.attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
	}

.alignright { 
	margin:20px 0 20px 20px!important;
	position:relative; 
	float:right;
	}
	
.alignleft { 
	margin:20px 20px 20px 0!important;
	position:relative; 
	float:left; 
	}
	
.aligncenter {
	margin:20px auto!important;
	display:block!important;
	clear:both!important;
	}

.clear,
.edit-page { clear:both; font-size:.8em; }
body.home .edit-page { display:none; }

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	.clearfix { display: inline-block; }
	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* End hide from IE-mac */
	
 
					
/*--------------------------------------
			buttons/links
----------------------------------------*/
	
	
.content a { color:#ff9900; text-decoration:none; }
.content a:hover { color:inherit; }

.content a.more,
input[type="submit"] {
	padding:8px 10px 8px 14px;
	font-weight:700;
	font-size:.875em;
	color:#fff;
	text-transform:uppercase;
	background:#ff9900;
}

.content a.more:after { content: " >"; }
.content a.more:hover,
input[type="submit"]:hover { background:#00a58e; }
	
p.more { text-align:right; }
	
input[type="submit"] {
	display:block;
	cursor:pointer;
	border:none!important; 
	border:0!important;
}
			
					
/*--------------------------------------
			columns
----------------------------------------*/


ul.col-3  { 
	list-style:none;
	margin:0;
	padding:0;
	font-size:1.8em;
	line-height:1.3;
	color:#707070;
	}

.col-3 li {
	display:inline-block;
	position:relative;
	float:left;
	width:300px;
	height:386px;
	padding:0 10px;
}

.col-3 h3 { margin:.5em 0 .25em; font-size:2.1em; }
.col-3 p { margin:1.5em 0; }
.col-3 h3 + p { margin-top:0; }
.col-3 a.more { position:absolute; bottom:0; }
		
		
					
/*--------------------------------------
			archives/team/etc
----------------------------------------*/


.archive article,
.search-results article { 
	clear:left;
	margin:40px 0 0;
	padding:45px 0 0;
	border-top:1px solid #e0e0e0;
	}

.archive article.tours { 
	margin:30px 0 0;
	padding:17px 0 0;
	}
	
.team h3 { margin:0 0 .05em; font-size:2em; }
.team h3 a { font-family:'geared_slabbold'; color:#ff9900; }
.team h3 + p { margin-top:0; }
	
body.archive .tours h2,
body.search-results .tours h2  {
	margin:0 0 .5em;
	font-style:normal;
	font-weight:700; 
	font-family:'myriad-pro-condensed','myriad-pro', Helvetica, Arial, sans-serif; 
	text-transform:uppercase;
}

.team h3 + p { margin-top:0; }

.tours img.wp-post-image {
	float:left;
	margin:0 20px 35px 0;
}



/*---------------------------------------
			   tours (single)
---------------------------------------*/


body.single-fw_tours h1 { 
	position:relative;
	float:left;
	margin-bottom:.2em;
	max-width:350px;
	}

body.single-fw_tours ul.tour-price { 
	position:relative;
	float:right;
	margin:1.5em 0 0;
	width:225px;
	font-size:1em;
	color:#00a58e;
	}

body.single-fw_tours .tour-price li { list-style:none; line-height:normal; border-top:1px solid #404040; }
body.single-fw_tours .tour-price li:first-child { border-top:none; }

body.single-fw_tours .tour-price strong { 
	position:relative;
	float:right;
	width:135px;
	}

body.single-fw_tours .tour-date { clear:both; font-size:1.25em; }

body.single-fw_tours .tour-package-includes { margin:1.5em 0; font-size:1.2em; }
body.single-fw_tours .tour-package-includes strong { color:#00a58e; }

body.single-fw_tours ul.tour-includes { margin:1.5em 0 0; padding:0;  }

body.single-fw_tours ul.tour-includes li {
	list-style:none; 
	display:inline-block;
	margin:0 4px 0 0;
	padding:0;
	font-size:.8em;
	}
	
body.single-fw_tours ul.tour-includes li:before {
	content: "";
	display:inline-block;
	position:relative;
	top:5px;
	width:21px;
	height:21px;
	margin-right:4px;
	vertical-align:sub;
}

body.single-fw_tours li.airfare:before { background:url('images/icon-airfare.png') no-repeat; }
body.single-fw_tours li.transportation:before { background:url('images/icon-transportation.png') no-repeat; }
body.single-fw_tours li.accommodations:before { background:url('images/icon-accommodations.png') no-repeat; }
body.single-fw_tours li.cruise:before { background:url('images/icon-cruise.png') no-repeat; }
body.single-fw_tours li.passport:before { background:url('images/icon-passport.png') no-repeat; }	
body.single-fw_tours li.transfer:before { background:url('images/icon-transfer.png') no-repeat; }	
	
	
/*--------------------------------------
			   sidebar
----------------------------------------*/
	
	
.sidebar .contact {
	width:250px;
	margin:0;
	padding:25px;
	color:#fff;
	background:#00a58e;
	border-bottom:17px solid #fff;	
}
	
.sidebar .contact h3,
.sidebar .contact h4 {
	margin:.8em 0 0;
	padding:0;
	font:normal 700 1.22em/1.1 'myriad-pro', Helvetica, Arial, sans-serif;
	color:#fff;
	text-transform:none;
}
	
.sidebar .contact h4 { font-size:1.1em; }
.sidebar .contact h4 em { font-weight:normal; }
	
.sidebar .contact h3.widget-title { margin:0; padding:0; }
.sidebar .contact h3 + p { margin-top:0; }


	

/*---------------------------------------
			pagination
---------------------------------------*/

.pagination {
	clear:both;
	margin:0;
	padding:1em 0;
	position:relative;
	font-size:.8em;
	line-height:normal;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin:0;
	padding:4px;
	text-decoration:none;
	width:auto;
}
 
.pagination a:hover { color:inherit; }
 
.pagination .current{ font-weight:700; font-family: 'myriad-pro'; }
	
.prev-next {
	clear:both;
	position:relative;
	width:100%;
	margin:2em 0;
	font-size:.9em;
}

.prev { position:relative; float:left; }
.next { position:relative; float:right; }
	
	
					
/*--------------------------------------
		   slider
----------------------------------------*/
	
		
#slider { z-index:0!important; }
	
.uds-bb-description {
	margin:0!important; 
	padding:0!important; 
	text-align:center!important;
	text-shadow: 3px -3px 10px rgb(0, 0, 0)!important;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3)!important;
	border-radius:0!important;
	}
	
.uds-bb-description-inside { 
	margin:0!important;
	padding:1em!important;
	font-size:1.5em!important;
	line-height:1.5!important;
	color:#fff!important;
	}
	
.uds-bb-description-inside h1 {
	margin:0 0 .2em!important;
	padding:0!important;
	font: normal 400 3.07em/1 'myriad-pro', Helvetica, Arial, sans-serif!important;
	text-shadow: 3px -3px 10px rgba(0, 0, 0, .45)!important;
	color:#fff;
	}
	
.uds-bb-description-inside p { font-size:1em!important; color:#fff!important; }

	
					
/*--------------------------------------
			featured image
----------------------------------------*/


#wrap-featured-image {
	position:relative;
	width:960px;
	height:300px;
	margin:0 auto;
	padding:0;
}

body.home #wrap-featured-image { height:474px; }

.attachment-full-size {
	width:960px;
	height:300px;
}

#shadow-top { z-index:8; position:absolute; top:0; left:0; }

#featured-image {
	position:relative;
	margin:0 0 17px;
	padding:0;
	width:960px;
	height:300px;
}

#featured-image .caption {
	position:absolute;
	bottom:0;
	left:0;
	width:960px;
	font-weight:400;
	font-size:4.6em;
	font-family:'myriad-pro', Helvetica, Arial, sans-serif;
	line-height:normal;
	color:#fff;
	text-align:center;
    text-shadow: 3px -3px 10px rgba(0, 0, 0, .45);
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
}

#featured-image .caption p { margin:0; padding:.35em 0 .55em; }
	
	
	
/*--------------------------------------
			   footer
----------------------------------------*/
	
	
#wrap-footer {
	clear:both;
	position:relative;
	width:100%;
	height: 66px;
	margin:0;
	padding:0;
	background:url('images/bg-footer.png') repeat-x;
}
	
footer#footer {
    position: relative;
	width:960px;
	height:26px;
	margin:0 auto;
	padding:40px 0 0;
	font-weight:400;
	font-size:1.3em;
	font-family: "myriad-pro", "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
}
	
footer .copyright,
footer .contact {
    position: relative;
	margin:0;
	padding:0;
	color:#00a58e;
}
	
footer .copyright { float:left; }
footer .contact { float:right; }
	
#footer p { margin:0; padding:0; }
#footer a { color:#898761; text-decoration:none; }
#footer a:hover { text-decoration:underline; }



/*---------------------------------------
			   forms
---------------------------------------*/


.gform_wrapper ul,
.gform_wrapper ul li { 
	padding-left:0!important;
	list-style:none!important; 
	font-style:normal;
	}
	
.gform_wrapper ul li { font-size:.9em; }

form input,
form textarea {
	width:auto;
	padding:8px;
	margin:2px 6px 2px 0;
	font-size:.8em;
	font-weight:normal;
	color:#414141;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #fff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#fff)); /* webkit */
	border:1px solid #dbdbdb;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
}

form textarea { 
	width:500px; 
	height:150px;
	font-size:.9em;
	}

.gform_wrapper select { padding:10px; }

.gfield_required { 
	margin-left:3px;
	font-size:1em; 
	color:#ff9900;
}
	
ul.gform_fields,
ul.gform_fields li {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

ul.gform_fields li { margin-bottom:.75em; }

.validation_error,
#gforms_confirmation_message {
	width:75%;
	padding:10px;
	font-size:.8em;
	line-height:normal;
	color:#fff;
	text-align:center;
	background:#ff9900;
	overflow:hidden;
}

div.gfield_description { margin-bottom:.2em; color:#909090; }
div + div.validation_message { margin-top:0!important; }
.validation_message { color:#ff9900!important; font-weight:bold; }
.validation_error { display:block; }


#gforms_confirmation_message { color:#fff; background:#00a58e; }

.gform_wrapper .ginput_complex { overflow: hidden; }
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right  { width: 35%; float: left; }
.gform_wrapper .ginput_complex .ginput_right { margin-left:20px; }
.gform_wrapper .ginput_complex input,
.gform_wrapper .ginput_complex select,
.gform_wrapper .ginput_complex .ginput_right input,
.gform_wrapper .ginput_complex .ginput_right select { width: 95% !important }

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction,
.gfield_description {
	display: block;
	margin:3px 2px 0;
	font-size: .7em;
	text-transform:uppercase;
	color:#333;
}

.gfield_checkbox {
	margin:.5em 0 1.75em;
	padding-left:1em!important;
}

.gfield_checkbox li { margin-bottom:.15em!important; }
ul.gfield_radio li { margin-bottom:.25em!important; }

ul.gfield_radio,
.horizontal ul.gfield_radio { margin:.75em 0 1.75em; padding-left:0;  }
.horizontal ul.gfield_radio li {  display:inline; margin-right:.5em; }

.clear-multi div,
.clear-multi input { display: inline-block; margin-right:10px; }
.clear-multi input { width:25px; }
.clear-multi .gfield_time_ampm { vertical-align:top; display: inline-block; margin-right:10px; }

.gfield_checkbox { padding-left:1em!important; }
.gfield_checkbox li { margin-bottom:.15em!important; }	
	
textarea.textarea {
	font-family:inherit;
	font-size:.9em;
}

img.ui-datepicker-trigger {
	margin:0;
	padding:0!important;
	border:none!important;
	background:none;
	}	


/* date picker */

.gform_wrapper .datepicker { width:100px!important }

.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div { 
	/*resets*/
	position:relative;
	width:15.5em; 
	margin:0; 
	padding:2.5em .5em .5em .5em; 
	list-style:none; 
	font-size:1em; 
	line-height:1.3; 
	text-decoration:none; 
	background:#fff; 
	border:4px solid #C1C1C1; 
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
}
	
.ui-datepicker-div,
#ui-datepicker-div {
	z-index:9999; 
	display:none
}
	
.ui-datepicker-inline {
	float:left; 
	display:block
}

.ui-datepicker-control { display:none }
.ui-datepicker-current { display:none }

.ui-datepicker-next,
.ui-datepicker-prev {
	position:absolute; 
	left:.5em; 
	top:.5em; 
	background:#eee;
}

.ui-datepicker-next { left:14.6em }
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover { background:#dadada }
.ui-datepicker-next a,
.ui-datepicker-prev a {
	text-indent:-999999px; 
	width:1.3em; 
	height:1.4em; 
	display:block; 
	font-size:1em; 
	background:url(../../plugins/gravityforms/images/datepicker_arrow_left.gif) 50% 50% no-repeat; 
	border:1px solid #d3d3d3; 
	cursor:pointer
}

.ui-datepicker-next a {
	background:url(../../plugins/gravityforms/images/datepicker_arrow_right.gif) 50% 50% no-repeat
}

.ui-datepicker-header select {
	position:absolute;
	top:.5em; 
	margin:0!important;
	font-size:1em; 
	line-height:1.4em; 
	color:#555; 
	background:#eee; 
	border:1px solid #d3d3d3; 
}

.ui-datepicker-header option:focus,
.ui-datepicker-header option:hover { background:#dadada }

.ui-datepicker-header select.ui-datepicker-new-month { width:7em; left:2.2em }
.ui-datepicker-header select.ui-datepicker-new-year { width:5em; left:9.4em }

table.ui-datepicker { 
	width:15.5em; 
	text-align:right
}
table.ui-datepicker td a { 
	padding:.1em; 
	display:block; 
	color:#555; 
	background:#e6e6e6; 
	cursor:pointer; 
	border:1px solid #fff; 
	text-align:center
}

table.ui-datepicker td a:hover {
	border:1px solid #fff; 
	color:#212121; 
	background:#dadada; 
	text-decoration: none
}

table.ui-datepicker td a:active {
	border:1px solid #aaa; 
	color:#212121; 
	background:#fff; 
	text-decoration: none
}

table.ui-datepicker .ui-datepicker-title-row td {
	padding:.2em 0; 
	text-align:center; 
	font-size:.9em; 
	color:#222; 
	text-transform:uppercase
}

table.ui-datepicker .ui-datepicker-title-row td a {color:#222; padding:.3em 0}

.ui-datepicker-cover {
	display:none; 
	display/**/:block; 
	position:absolute; 
	z-index:-1; 
	filter:mask(); 
	top:-4px; 
	left:-4px; 
	width:193px;
	height:200px
}

img.ui-datepicker-trigger {
	display: -moz-inline-stack; 
	display: inline-block; 
	zoom: 1; 
	*display: inline; 
	cursor: pointer; 
	vertical-align: middle; 
	width:17px
}

.gform_wrapper input.datepicker.datepicker_with_icon {
	display: -moz-inline-stack; 
	display: inline-block; 
	zoom: 1; 
	*display: inline; 
	margin-right:4px!important
}

.ui-datepicker-links { margin: 0px auto; }
	
	
	
/*--------------------------------------
			nav
----------------------------------------*/
	
	
#access {
	z-index:999;
	display: block;
	position:absolute;
	right:0;
	bottom:2px;
	height:29px;
	margin:0; 
	padding:0;
	text-align:right;
}

ul.menu { display:inline-block; }

#access .menu-header ul {
	list-style: none;
	margin: 0 auto;
	padding:0;
}

#access .menu-header ul li {
	position: relative;
	float: left;
	padding:0; 
	margin:0;
}	

#access .menu-header li {
	padding:0; 
	margin:0;
	vertical-align:top;
}

#access a {
	display:block;
	height:29px;
	margin:0;
	padding:0 20px;
	font-size:1.4em;
	font-weight:400;
	font-family: "myriad-pro", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#e0dfdf;
	text-decoration:none; 
	background:url('images/bg-nav.png') right top no-repeat;
}

#access li:last-child { border-right:0; }
#access li:last-child a { padding-right:0; background:none; }

#access a:hover,
#access li:hover > a { color:#00a58e; }
	
	#access ul ul {
	display: none;
	position: absolute;
	float: left;
	top:29px;
	left: 10px;
	-moz-box-shadow: 4px 0 10px rgba(17,17,17,.3);
	-webkit-box-shadow: 4px 0 10px rgba(17,17,17,.3);
	box-shadow: 4px 0 10px rgba(17,17,17,.3);
	}
	
	#access ul ul li { 
		margin:0; 
		padding:0; 
		background: rgb(248,248,248);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmNjY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  rgba(248,248,248,.9) 0%, rgba(198,204,203,.9) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,248,248,.9)), color-stop(100%,rgba(198,204,203,.9)));
		background: -webkit-linear-gradient(left,  rgba(248,248,248,.9) 0%,rgba(198,204,203,.9) 100%);
		background: -o-linear-gradient(left,  rgba(248,248,248,.9) 0%,rgba(198,204,203,.9) 100%);
		background: -ms-linear-gradient(left,  rgba(248,248,248,.9) 0%,rgba(198,204,203,.9) 100%);
		background: linear-gradient(to right,  rgba(248,248,248,.9) 0%,rgba(198,204,203,.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#c6cccb',GradientType=1 );
		}
	
		#access ul ul ul {
		left: 170px;
		top:0;
		margin:0;
		}

	#access ul ul a {
		width: 150px;
		height:auto!important;
		margin:0;
		padding:9px 10px!important;
		text-align:left;
		font-size:1.3em;
		line-height:1;
		color:#515151; 
		text-shadow: 1px 1px 1px #f6f6f7;
		background:none;
		border-bottom:1px solid #eef0ef;
		}

		#access ul ul li:last-child a { border-bottom:none; }

		#access ul ul li:last-child {
			-webkit-border-radius: 0 0 10px 10px;
			-khtml-border-radius: 0 0 10px 10px;
			-moz-border-radius: 0 0 10px 10px;
			border-radius: 0 0 10px 10px;
			}
		
		#access ul li:hover > ul { display: block; }
	
		#access ul ul a:hover,
		#access ul ul :hover > a { 
			/*font-weight:600;*/ 
			background:#eef0ef; 
			border-radius:inherit; 
			}
	
		#access ul li.current_page_item > a,
		#access ul li.current-menu-ancestor > a,
		#access ul li.current-menu-item > a {
		color:#00a58e;
		}
	
		ul.sub-menu li.current_page_item > a,
		ul.sub-menu li.current-menu-ancestor > a,
		ul.sub-menu li.current-menu-item > a {
		font-weight:600!important;
		}

		#access ul ul li a:hover,
		#access ul ul li.current_page_item,
		#access ul ul li.current-menu-parent > a { }
	
	
/*   tools   */


#tools {
	z-index:999;
	position:relative;
	float:right;
	top:11px;
	margin:0; 
	padding:0;
	}

ul.menu { display:inline-block; }

#tools .menu-tools ul {
	list-style: none;
	margin: 0;
	padding:0;
}

#tools .menu-tools li {
	position: relative;
	float: left;
	padding:0; 
	margin:0;
	vertical-align:middle;
	}

#tools a {
	display:block;
	margin:0 0 0 10px;
	padding:0;
	font-size:1.3em;
	font-weight:400;
	font-family: "myriad-pro", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ff9900;
	text-decoration:none; 
	}

#tools .menu-tools a:before { 
	content: "|";
	margin-right:10px;
	color:#dededd;
	}

#tools li:first-child a { margin-left:0; }
#tools li:first-child a:before,
#tools li:last-child a:before { content:normal; }

#tools a:hover,
#tools li:hover > a { color:#dededd; }

.menu-tools li.facebook { margin-right:15px!important; }

.menu-tools li.facebook a {
	width:17px;
	height:17px;
	margin:0;
	text-indent:-999em;
	text-decoration:none;
	background: url('images/icon-FB.png') 0 0 no-repeat;
	}

.menu-tools li.facebook a:hover { background-position: 0 -17px; }
	
#tools ul ul { display: none; }

	
/* footer menu */
	
#access-footer {
	clear:both;
	display: block;
	position:relative;
	width:940px;
	margin:37px auto 0; 
	padding:29px 10px 0;
	border-top:1px solid #ccc;
}

.menu-footer ul {
	list-style: none;
	margin: 0;
	padding:0;
       -moz-column-count: 3;
       -moz-column-gap: 100px;
       -webkit-column-count: 3;
       -webkit-column-gap : 100px;
    column-count: 3;
    column-gap : 100px;
}

.menu-footer li {
	display:inline-block;
}

@-moz-document url-prefix() {
    .menu-footer li {
	display:block;
}
}

.menu-footer a {
	display:block;
	width:140px;
	margin:0;
	padding:9px 0 6px;
	font-weight:600;
	font-size:1.2em;
	font-family: "myriad-pro", "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#666;
	text-decoration:none; 
	border-top:1px solid #ccc;
}

#access-footer .menu-footer li:nth-child(3n+3) a { border-bottom:1px solid #ccc }
#access-footer .menu-footer ul ul { display: none; }