/* MAIN SETTING
========================================================================= */
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font: 12px/19px Arial, sans-serif;
	background: #0d1215 url('../images/main-bg-2.jpg');
	color: #535662;
	min-width: 960px;
}
.main-bg {
	background: url('../images/main-bg.jpg') no-repeat 50% 0;
	min-height: 100%;
}
a {
	color: #535662;
	text-decoration: none;
	cursor: pointer;
}
.main {
	width: 940px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.extra-wrap {
	display: block;
	overflow: hidden;
}
h2 {
	font: 800 34px/41px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.h2 {
	font: 700 24px/29px 'Open Sans', sans-serif;
	color: #fff;
}
h3 {
	font: 700 20px/35px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h5 {
	font: 18px/26px 'Open Sans', sans-serif;
	color:#e84804;
	text-transform: uppercase;
}
strong {
	font: normal 12px/19px Arial, sans-serif;
	color:#e84804;
}
	strong a {
		font: normal 12px/19px Arial, sans-serif;
		color:#e84804;
	}
		strong a:hover {
		color:#fff;
	}
.fl-l {float: left;}
.fl-r {float: right;}

/* IDENT's
========================================================================= */
.ident-bot-1 {margin-bottom: 19px;}
.ident-bot-2 {margin-bottom: 18px;}
.ident-bot-3 {margin-bottom: 12px;}
.ident-bot-4 {margin-bottom: 9px;}
.ident-bot-5 {margin-bottom: 15px;}
.ident-bot-6 {margin-bottom: 2px;}
.ident-bot-7 {margin-bottom: 5px;}
.ident-bot-8 {margin-bottom: 21px;}
.ident-bot-9 {margin-bottom: 41px;}
.ident-bot-10 {margin-bottom: 4px;}
.ident-bot-11 {margin-bottom: 6px;}
.ident-bot-12 {margin-bottom: 20px;}
.ident-bot-13 {margin-bottom: 8px;}
.ident-bot-14 {margin-bottom: 30px;}
.ident-bot-15 {margin-bottom: 14px;}
.ident-bot-16 {margin-bottom: 23px;}
.ident-bot-17 {margin-bottom: 10px;}
.ident-bot-18 {margin-bottom: 11px;}
.ident-bot-19 {margin-bottom: 35px;}
.ident-bot-20 {margin-bottom: 7px;}
.ident-bot-21 {margin-bottom: 36px;}

.ident-top-1 {margin-top: -6px;}
.ident-top-2 {margin-top: 5px;}
.ident-top-3 {margin-top: -14px;}

.ident-left-1 {margin-left: 2px;}
.ident-left-2 {margin-left: 12px;}
.ident-left-3 {margin-left: 20px;}
.ident-left-4 {margin-left: 30px;}

.ident-right-1 {margin-right: 14px;}
.ident-right-2 {margin-right: 20px;}

.inner-ident-1{padding-top: 20px;}
.inner-ident-2{display:inline-block; padding-top: 10px; margin-left: -3px;}
.inner-ident-3{padding-right:30px;}
/* HEADER
========================================================================= */
h1 a {
	display: block;
	text-indent: -999em;
	width: 240px;
	height: 107px;
	background: url('../images/logo.png') no-repeat;
	float:left;
}

/* CONTENT
========================================================================= */
#content {padding: 20px 0 27px 0;}
.button {
	display:inline-block;
	color:#fff;
	font: 700 14px/30px 'Open Sans', sans-serif;
	background: #70200a url('../images/button-bg.jpg') repeat-x;
	text-transform: uppercase;
	padding: 0 10px;
	-webkit-box-shadow: 1px 1px 1px rgba(210,78,6,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(210,78,6,1) inset;
	box-shadow: 1px 1px 1px rgba(210,78,6,1) inset;
}
	.button:hover {
		background: #e05d07 url('../images/button-bg-hover.jpg') repeat-x;
	}
.list-1 li {
	line-height: 26px;
	background: url('../images/list-border.png') repeat-x;
}
.list-1 li:first-child {
	background:none;
}
	.list-1 li a {
		color: #fff;
		font: 12px/26px Arial, sans-serif;
		padding-left: 10px;
		background: url('../images/list-marker-1.png') no-repeat 0 12px;
		display:inline-block;
	}
	.list-1 li a:hover {
		color: #e84804;
	}
	
.list-2 li {
	line-height: 26px;
	background: url('../images/list-border.png') repeat-x;
}
.list-2 li:first-child {
	background:none;
}
	.list-2 li a {
		color: #535662;
		font: 12px/26px Arial, sans-serif;
		padding-left: 10px;
		background: url('../images/list-marker-1.png') no-repeat 0 6px;
	}
	.list-2 li a:hover {
		color: #fff;
	}
.block-1 {
	width: 400px;
}
.block-2 {
	background: -moz-linear-gradient(top, rgba(42,42,42,0.5) 0%, rgba(36,36,36,0.5) 26%, rgba(19,19,19,0.5) 69%, rgba(11,11,11,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,0.5)), color-stop(26%,rgba(36,36,36,0.5)), color-stop(69%,rgba(19,19,19,0.5)), color-stop(100%,rgba(11,11,11,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* IE10+ */
background: linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* W3C */
	padding: 1px 0 19px 0;
	border-bottom: 1px solid #202527;
}
.block-3 {
	padding: 0 20px 0 19px;
}
.block-4 {
	background: -moz-linear-gradient(top, rgba(42,42,42,0.5) 0%, rgba(36,36,36,0.5) 26%, rgba(19,19,19,0.5) 69%, rgba(11,11,11,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,0.5)), color-stop(26%,rgba(36,36,36,0.5)), color-stop(69%,rgba(19,19,19,0.5)), color-stop(100%,rgba(11,11,11,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* IE10+ */
background: linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* W3C */
	padding: 11px 0 19px 0;
	border-bottom: 1px solid #202527;
	border-top: 1px solid #25363f;
}
.block-5 {
	padding: 11px 20px 19px 20px;
	border-bottom: 1px solid #1d2c32;
	border-top: 1px solid #1d2c32;
		background: -moz-linear-gradient(top, rgba(42,42,42,0.5) 0%, rgba(36,36,36,0.5) 26%, rgba(19,19,19,0.5) 69%, rgba(11,11,11,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,0.5)), color-stop(26%,rgba(36,36,36,0.5)), color-stop(69%,rgba(19,19,19,0.5)), color-stop(100%,rgba(11,11,11,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* IE10+ */
background: linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* W3C */
}
.block-5-1 {
	padding: 11px 10px 19px 10px;
}
.block-5-2 {
		background: -moz-linear-gradient(top, rgba(42,42,42,0.5) 0%, rgba(36,36,36,0.5) 26%, rgba(19,19,19,0.5) 69%, rgba(11,11,11,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,0.5)), color-stop(26%,rgba(36,36,36,0.5)), color-stop(69%,rgba(19,19,19,0.5)), color-stop(100%,rgba(11,11,11,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* IE10+ */
background: linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* W3C */
	border-top: 1px solid #1d2c32;
	border-bottom: 1px solid #1d2c32;
	margin: 0 10px;
}
.block-5-3 {
			background: -moz-linear-gradient(top, rgba(42,42,42,0.5) 0%, rgba(36,36,36,0.5) 26%, rgba(19,19,19,0.5) 69%, rgba(11,11,11,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,0.5)), color-stop(26%,rgba(36,36,36,0.5)), color-stop(69%,rgba(19,19,19,0.5)), color-stop(100%,rgba(11,11,11,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* IE10+ */
background: linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* W3C */
	border-top: 1px solid #1d2c32;
	border-bottom: 1px solid #1d2c32;
	margin: 0 10px;
}
.block-6 {
	width: 50px;
	height: 50px;
	text-align: center;
	font: 800 34px/48px 'Open Sans', sans-serif;
	color: #fff;
	background: #6f1f0a url('../images/block-7-bg.png') repeat-x;
	-webkit-box-shadow: 1px 1px 1px rgba(210,78,6,1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(210,78,6,1) inset;
	box-shadow: 1px 1px 1px rgba(210,78,6,1) inset;
}
.block-7 {
	padding: 11px 0 19px 0;
	border-bottom: 1px solid #1d2c32;
	border-top: 1px solid #1d2c32;
			background: -moz-linear-gradient(top, rgba(42,42,42,0.5) 0%, rgba(36,36,36,0.5) 26%, rgba(19,19,19,0.5) 69%, rgba(11,11,11,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,0.5)), color-stop(26%,rgba(36,36,36,0.5)), color-stop(69%,rgba(19,19,19,0.5)), color-stop(100%,rgba(11,11,11,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* IE10+ */
background: linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* W3C */
}
.block-bg-1 {
				background: -moz-linear-gradient(top, rgba(42,42,42,0.5) 0%, rgba(36,36,36,0.5) 26%, rgba(19,19,19,0.5) 69%, rgba(11,11,11,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,42,42,0.5)), color-stop(26%,rgba(36,36,36,0.5)), color-stop(69%,rgba(19,19,19,0.5)), color-stop(100%,rgba(11,11,11,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* IE10+ */
background: linear-gradient(top, rgba(42,42,42,0.5) 0%,rgba(36,36,36,0.5) 26%,rgba(19,19,19,0.5) 69%,rgba(11,11,11,0.5) 100%); /* W3C */
}
.font-1 {
	font: 11px/23px 'Open Sans', sans-serif;
	color:#f3f3f5;
	margin-top:56px;
}
.font-2 {
	font: 600 19px/23px 'Open Sans', sans-serif;
	color:#e84804;
	margin-top:-3px;
}
.link-1 {
	color:#fff;
}
	.link-1:hover {
		text-decoration:underline;
	}
.link-2 {
	color:#e84804;
	font: 18px/21px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}
	.link-2:hover {
		color:#535662;
	}
.extra-space-1 {
	letter-spacing: -2px;
}
.column-1 {
	width: 280px;
	float:left;
}
.table-1 {
	font: 12px/26px Arial, sans-serif;
	color:#fff;
	margin-left:17px;
	margin-right: 20px;
}
	.table-1 th {
		font-weight: bold;
		color:#e84804;
		text-align:left;
	}
	.table-1 tr {
		background: url('../images/table-border.png') repeat-x;
	}
	.table-1 tr.border-table-none {
		background: none;
	}
	.table-1 .col-1 {
		width: 282px;
		padding-left: 2px;
	}
	.table-1 .col-2 {
		padding-left: 20px;
		width: 80px;
	}
	.table-1 .col-3 {
		padding-left: 20px;
		width: 100px;
	}
	.table-1 .col-4 {
		padding-left: 20px;
		width: 56px;
	}
.table-1 a {
	font: 12px/26px Arial, sans-serif;
	color:#fff;
}
.table-1 a:hover {
	color:#e84804;
	text-decoration:underline;
}
.line {
	height: 1px;
	overflow:hidden;
	background: url('../images/line-1.png') repeat-x;
}
/* TM-SLIDER
========================================================================= */
.slider-holder {
	position:relative;
	overflow: hidden;
	width: 940px;
	height: 422px;
}
.slider {
	width: 940px;
	height: 422px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #000;
}
.banner{
	display: block;
	overflow: hidden;
	position: absolute;
	z-index:15;
	color: #fff;
	top: 240px;
	right: -600px;
	width: 600px;
	height: 117px;
	background: url('../images/banner-bg.png');
}
.banner-inner-1{
	display: block;
	font: 700 32px/39px Arial, sans-serif;
	color: #fff;
	margin: 26px 30px 0 30px;
	letter-spacing:-2px;
}
.banner-inner-2{
	display: block;
	font: 400 22px/27px Arial, sans-serif;
	color: #e84804;
	margin: -3px 0 0 98px;
	letter-spacing:-2px;
}
.banner:hover .banner-inner-1{
	color:#e84804;
}
.banner:hover .banner-inner-2{
	color:#fff;
}
.banner-button {
	display: inline-block;
	width: 20px;
	height: 35px;
	background: url('../images/banner-button.png') no-repeat;
	margin-top: -6px;
	margin-left: 8px;
}
.banner:hover .banner-button {
	background: url('../images/banner-button.png') no-repeat 0 -35px;
}
.play {
	display:block;
	width: 47px;
	height:24px;
	position:absolute;
	right:0;
	bottom:0;
	background: #fff;
	z-index: 60;
	overflow:hidden;
	font: normal 600 11px/23px 'Open Sans', sans-serif;
	text-align:center;
	background: url('../images/play-bg.jpg') repeat-x;
	color:#fff;
}
.play:hover {
	color:#e84804;
}
	.play > em {
		display:none;
		font-style:normal;
	}
	.play.paused > em {
		display: block;
	}
/* FORM
========================================================================= */
dl {
	display: block;
	width: 156px;
}
dd span {
	float: right;
}
dl strong {
	display: block;
}

iframe {
	width: 400px;
	height: 317px;
	margin:0 20px 0 0;
}
#confirm {
	position: relative;
	height: auto;
	padding-bottom: 30px;
}
#confirm  label {
	display: block;
	position: relative;
	min-height: 39px;
	width: 258px;
}
#confirm  label.message {
	min-height: 170px;
}
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	width: 244px;
	height: 27px;
	border: 1px solid #263841;
	background: transparent;
	color: #535662;
	font: 12px/19px Arial, sans-serif;
	padding: 0 7px;
}
#confirm textarea {
	display: block;
	margin: 0;
	padding: 5px 7px;
	outline: none;
	box-shadow: none !important;
	font: 12px/18px Arial, sans-serif;
	color: #535662;
	border: 1px solid #263841;
	background: transparent;
	width: 244px;
	height: 138px;
	resize: none;
	overflow: auto;
}
#confirm label > span {
	color: #e84804;
	position:relative;
	left: 12px;
}
#confirm .success {
	color:#fff;
	display:none;
}
#confirm  .empty, #confirm  .error {
	font: 11px/17px Arial, sans-serif;
	display:none;
}
#confirm .btns {
	position: absolute;
	left: 0;
}
#confirm .btns a {
	margin-right: 12px;
}


/* FOOTER
========================================================================= */
footer {
	background: url('../images/list-border.png') repeat-x;
	padding: 22px 0 32px 0;
}
.policy {
	font: 12px/26px Arial, sans-serif;
	color: #bcbebf;
}
.policy a {
	color: #535662;
	display:inline-block;
	margin-left: 15px;
}
.policy a:hover {
	color:#bcbebf;
}


/* NAVIGATION
========================================================================= */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -4px;
	top: 50px; /* 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: 10em; /* match ul width */
	top: 0;
}
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;
}

/*** STYLIZATION ***/
nav {
	position:relative;
	background: url('../images/menu-bg.png');
	height: 50px;
}
.sf-menu > li  {
	background: url('../images/menu-border.png') no-repeat 100% 1px;
	border-right: 1px solid #030404;
}
.sf-menu > li > a {
	font: bold 15px/49px Arial, sans-serif;
	color: #e1e0e0;
	padding: 0 19px 0 19px;
}
.sf-menu > li + li + li > a {
	padding: 0 18px 0 19px;
}
.sf-menu > li > a:hover, .sf-menu > li.active > a, .sf-menu > li.sfHover > a {
	background: #6f1f0a url('../images/menu-bg-hover.png') repeat-x;
	-webkit-box-shadow: -1px 1px 2px rgba(170,62,21,0.5) inset;
	-moz-box-shadow: -1px 1px 2px rgba(170,62,21,0.5) inset;
	box-shadow: -1px 1px 2px rgba(170,62,21,0.5) inset;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 190px;
	padding: 0 0 2px 0;
	background: url('../images/sub-menu-bg.png');
}
.sf-menu li li{
	background: url('../images/list-border.png') repeat-x;
}
.sf-menu li li:first-child{
	background:none;
}
.sf-menu li li a {
	font: bold 11px/22px Arial, sans-serif;
	color: #5e5e5e;
	padding: 0 14px;
	text-transform: uppercase;
}
.sf-menu  li li a:hover, .sf-menu > li li.active a, .sf-menu > li li.sfHover > a {
	color: #e74804;
}