/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:"";}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/* General Styles */
body{
	margin:0;
	color:#000;
	font:13px Arial, Helvetica, sans-serif;
	background:#ccc;
}
img{border:0;}
form, fieldset{
	margin:0;
	padding:0;
	border:0;
}
input, select, textarea{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
a{color:#000;}
a:focus, a:hover{text-decoration:none;}
/* wrapper */
#wrapper{
	width:961px;
	direction:rtl;
	margin:10px auto 0;
	background:url(../images/bg-wrapper.gif) repeat-y -961px 0;
}
.wrapper-holder{
	background:url(../images/bg-wrapper.gif) no-repeat;
}
.wrapper-frame{
	padding:1px;
	background:url(../images/bg-wrapper.gif) no-repeat 100% 100%;
}
/* header */
#header{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.header-area{
	overflow:hidden;
	padding:4px 18px 3px 9px;
}
.header-area .block{
	float:left;
	padding:5px 0 0;
	width:181px;
}
.add-nav{
	margin:0 -25px 0 0;
	padding:0 0 1px;
	list-style:none;
	overflow:hidden;
	width:205px;
	font-size:11px;
}
.add-nav li{
	float:left;
	background:url(../images/sep-add-nav.gif) no-repeat 0 3px;
	padding:0 10px 0 11px;
	margin:0 12px 0 -12px;
}
.add-nav a{
	color:#036;
	text-decoration:none;
}
.add-nav a:hover{text-decoration:underline;}
.basket-area{
	background:url(../images/bg-basket-area.gif) no-repeat;
	width:169px;
	padding:7px 12px 0 0;
	color:#036;
	height:74px;
	overflow:hidden;
}
.basket-area .txt,
.basket-area .ttl{
	display:block;
	padding:0 0 5px;
	line-height:16px;
}
.basket-area .txt{font-size:11px;}
.basket-area .row{
	overflow:hidden;
	padding:0 3px 0 11px;
}
.basket-area .row .btn{
	background:url(../images/bg-btn-book.gif) no-repeat;
	width:71px;
	height:23px;
	line-height:23px;
	color:#fff;
	float:left;
	text-decoration:none;
	text-align:center;
	overflow:hidden;
}
.basket-area .row .btn:hover{text-decoration:underline;}
.basket-area .basket-link{
	float:right;
	padding:2px 0 0;
}
.basket-area .basket-link img{display:block;}
.header-area .logo{
	float:right;
	background:url(../images/bg-logo.gif) no-repeat;
	width:175px;
	height:102px;
	text-indent:-9999px;
	overflow:hidden;
	direction:ltr;
}
.header-area .logo a{
	display:block;
	height:100%;
}
.nav-area{
	background:url(../images/bg-nav-area.gif) no-repeat;
	height:26px;
	padding:10px 40px 0;
	position:relative;
	overflow:hidden;
}
.nav-holder{
	width:100%;
	overflow:hidden;
	position:relative;
}
.nav-frame{
	float:left;
	left:50%;
	position:relative;
}
.nav-area ul{
	margin:0;
	padding:0;
	float:left;
	left:-50%;
	position:relative;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}
.nav-area li{
	float:left;
	background:url(../images/sep-nav.gif) no-repeat 0 3px;
	padding:0 10px 0 14px;
}
.nav-area li:first-child{background:none;}
.nav-area li a{
	color:#30336e;
	text-decoration:none;
}
.nav-area li.active a,
.nav-area li a:hover{
	color:#fff;
}
.nav-area .home{
	background:url(../images/ico-home.gif) no-repeat;
	width:17px;
	height:17px;
	position:absolute;
	right:18px;
	direction:ltr;
	top:10px;
	overflow:hidden;
	text-indent:-9999px;
}
.gallery-area{
	width:100%;
	overflow:hidden;
	position:relative;
}



.gallery-area #img-box, .gallery-area .img-box {
	height: 350px; 
	width: 960px; 
	margin: auto
}
.gallery-area #img-box img, .gallery-area .img-box img{display:block;}
.gallery-nav{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:9px;
	left:9px;
	z-index:10;
}
.gallery-nav li{
	float:left;
	margin:0 1px 0 0;
}
.gallery-nav img{display:block;}
.img-list{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:19px;
	right:25px;
	z-index:10;
}
.img-list li{
	background:url(../images/bg-gallery-img.png);
	width:90px;
	overflow:hidden;
	margin:0 0 10px;
	padding:5px;
}
.img-list img{
	display:block;
	margin:0 auto;
}
.txt-info{
	position:absolute;
	bottom:10px;
	left:355px;
	background:url(../images/bg-gallery-txt.png) no-repeat;
	width:276px;
	line-height:22px;
	padding:0 30px;
	height:51px;
	overflow:hidden;
	font-size:19px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	z-index:10;
}
.txt-info .holder{
	display:table;
	width:100%;
	height:51px;
}
.txt-info .holder span{
	display:table-cell;
	vertical-align:middle;
}
/* main */
#main-inner,
#main{
	position:relative;
	padding:9px 0 9px 9px;
	z-index:5;
	width:950px;
}
#main-inner:after,
#main:after{
	content:"";
	clear:both;
	display:block;
}
.info-row{
	width:100%;
	padding:0 0 11px;
}
.info-row:after{
	content:"";
	clear:both;
	display:block;
}
.info-box,
.info-box-main{
	float:left;
	width:336px;
	overflow:hidden;
	margin:0 10px 0 0;
	background:url(../images/bg-info-box.gif) no-repeat;
}
.info-box-main{
	margin-top:-100px;
	position:relative;
}
.info-box .holder,
.info-box-main .holder{
	width:316px;
	background:url(../images/bg-info-box.gif) no-repeat 100% 100%;
	position:relative;
	min-height:137px;
	padding:9px 10px 31px;
}
.info-box-main .holder{min-height:243px;}
.info-box-small{
	float:left;
	width:251px;
	overflow:hidden;
	background:url(../images/bg-info-box-small.gif) no-repeat;
}
.info-box-small .holder{
	width:231px;
	background:url(../images/bg-info-box-small.gif) no-repeat 100% 100%;
	position:relative;
	min-height:137px;
	padding:9px 10px 31px;
}
.info-row .link-area{
	position:absolute;
	bottom:8px;
	left:10px;
	padding:10px 0 0;
	width:316px;
	background:url(../images/sep-info-box.gif) repeat-x;
}
.info-row .info-box-small .link-area{width:231px;}
.info-row .link-area a{
	background:url(../images/bg-arrow-more.png) no-repeat 100% 4px;
	padding:0 12px 0 0;
	color:#036;
	text-decoration:none;
}
.info-row .link-area a:hover{text-decoration:underline;}
.info-row h3,
.info-row h2{
	margin:0 0 15px;
	font-size:12px;
	line-height:15px;
	color:#3a3366;
}
.info-row h3{margin:0;}
.info-box-main h2{
	background:url(../images/sep-info-box.gif) repeat-x 0 100%;
	margin:0 0 9px;
	padding:0 9px 6px 0;
}
.info-row .img-block{padding:0 0 13px;}
.info-row .img-block img{display:block;}
.info-box-main .img-block{padding:0 0 10px;}
.info-holder{
	width:100%;
	padding:0 0 3px;
	overflow:hidden;
}
.info-holder .img-block{
	float:right;
	margin:0 0 -3px 13px;
}
.info-holder .txt-area{
	overflow:hidden;
}
.info-row p{
	line-height:16px;
	margin:0 0 11px;
}
.info-row .more{
	background:url(../images/bg-arrow-more.png) no-repeat 100% 4px;
	padding:0 12px 0 0;
	color:#036;
	text-decoration:none;
}
.info-row .more:hover{text-decoration:underline;}
.ttl-area{text-align:left;}
.help-nav{
	margin:0;
	padding:5px 0 14px;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-size:13px;
}
.help-nav li{
	float:left;
	padding:0 9px 0 0;
}
.help-nav em{
	float:left;
	font-style:normal;
	background:url(../images/bg-btns.gif) no-repeat;
	font-weight:bold;
	color:#036;
	padding:0 0 0 12px;
	height:26px;
	line-height:26px;
	overflow:hidden;
}
.help-nav .unactive em{
	background:url(../images/bg-btns.gif) no-repeat 0 -52px;
	color:#999;
}
.help-nav span{
	float:left;
	padding:0 12px 0 0;
	background:url(../images/bg-btns.gif) no-repeat 100% -26px;
}
.help-nav .unactive span{background:url(../images/bg-btns.gif) no-repeat 100% 100%;}
.inform-section{
	width:100%;
	overflow:hidden;
}
.inform-section .ttl-row{
	width:100%;
	display:block;
	overflow:hidden;
	padding:0 0 9px;
}
.inform-section .ttl-row .txt{
	overflow:hidden;
	padding:3px 0 0;
	display:block;
}
.inform-section .number{
	background:#960;
	color:#fff;
	line-height:16px;
	padding:2px 7px;
	margin:0 0 0 6px;
	float:right;
	font-weight:bold;
}
.inform-section .holder{
	width:100%;
	padding:0 0 7px;
	overflow:hidden;
}
.inform-section .box-img{
	float:right;
	padding:0 0 0 31px;
}
.inform-section .box-img img{display:block;}
.inform-section .price-area{
	float:left;
	text-align:center;
	width:105px;
}
.info-list{
	margin:0;
	padding:0;
	list-style:none;
	line-height:16px;
}
.info-list li{
	width:100%;
	padding:0 0 8px;
	overflow:hidden;
	vertical-align:top;
}
.info-list .name{
	float:right;
	width:118px;
}
.info-list .info{
	display:block;
	overflow:hidden;
}
.text-area{
	overflow:hidden;
	padding:0 0 0 20px;
}
.text-area .ttl{
	display:block;
	line-height:16px;
	padding:0 0 10px;
}
.total-area{
	overflow:hidden;
	background:url(../images/sep-info-box.gif) repeat-x;
	padding:9px 28px 0 21px;
	margin:0 0 30px;
	line-height:16px;
}
.total-area .ttl{
	float:right;
}
.total-area .price{
	float:left;
	font-weight:bold;
}
.ttl-holder h3{
	margin:0 0 14px;
	color:#fff;
	padding:2px 27px;
	background:#960;
	font-size:13px;
	line-height:16px;
}
.ttl-holder h3 span{font-size:11px;}
.send-form .row{
	width:100%;
	margin:0 0 11px;
}
.send-form .row:after{
	content:"";
	clear:both;
	display:block;
}
.send-form .row label{
	float:right;
	width:113px;
	padding:4px 27px 0 0;
	line-height:16px;
}
.send-form .row .field{
	width:400px;
	float:left;
	position:relative;
	padding:0 0 0 20px;
}
.send-form .row .field input{
	padding:3px;
	width:394px;
	font-size:13px;
	height:16px;
	border:1px solid #ccc;
}
.send-form .row .field select{
	border:1px solid #ccc;
	font-size:13px;
	padding:1px 0;
	width:402px;
}
.send-form .row .field .small-select{
	width:200px;
	margin:0 80px 0 0;
}
.send-form .row .field .small-field{
	width:192px;
	margin:0 80px 0 0;
}
.send-form .row .field .year-select{
	margin:0 80px 0 0;
	width:100px;
}
.ico-holder{float:left;}
.ico-holder img{display:block;}
.help-txt{
	position:absolute;
	top:4px;
	z-index:15;
	left:20px;
	width:102px;
	text-align:left;
}
.help-txt .txt{
	display:block;
	font-size:11px;
	line-height:14px;
}
.help-txt a{
	text-decoration:none;
	color:#036;
}
.help-txt a:hover{text-decoration:underline;}
.note-txt{
	display:block;
	line-height:16px;
	padding:11px 0 16px;
}
.decor-txt{color:#f03;}
.hold-btn{padding:5px 0;}
.step-txt{
	display:block;
	padding:0 14px 0 0;
	font-size:11px;
	line-height:14px;
}
.check-txt{
	display:block;
	padding:4px 60px 0 0;
	line-height:16px;
}
/* sidebar */
#sidebar{
	width:336px;
	float:left;
	display:inline;
	margin:-100px 9px -9px 0;
	position:relative;
}
#main-inner #sidebar{float:right;}
.side-box{
	width:336px;
	overflow:hidden;
	margin:0 0 10px;
}
.side-box .t{
	background:url(../images/bg-side-box-t.png) no-repeat;
	width:336px;
	height:5px;
	overflow:hidden;
}
.side-box .c{
	background:url(../images/bg-side-box.gif) repeat-y;
	width:336px;
	overflow:hidden;
}
.side-box .c-holder{
	background:url(../images/bg-side-box.gif) no-repeat -336px 100%;
	padding:0 1px 5px;
	position:relative;
}
.side-holder{padding:5px 9px;}
.side-box img{display:block;}
.side-box h3,
.side-box h2{
	margin:0 0 5px;
	font-size:12px;
	line-height:15px;
	color:#3a3366;
}
.side-box .title{
	display:block;
	line-height:16px;
	padding:0 0 5px;
}
.box-side p{margin:0 !important;}
.side-box h2{
	background:url(../images/sep-info-box.gif) repeat-x 0 100%;
	margin:0 0 9px;
	padding:0 0 6px;
	position:relative;
}
.side-box p{
	line-height:16px;
	margin:0 0 14px;
}
.side-box .img-block{
	width:100%;
	overflow:hidden;
}
.side-box .img-hold{
	overflow:hidden;
	padding:0 0 33px 5px;
}
.side-box .img-block{
	background:url(../images/sep-info-box.gif) repeat-x 0 100%;
	padding:0 0 10px;
	margin:0 0 14px;
}
.side-box .img-block img{
	display:block;
	margin:0 auto;
}
.side-box .img-hold img{float:left;}
.side-box .link{
	background:url(../images/bg-arrow-more.png) no-repeat 100% 4px;
	padding:0 12px 0 0;
	color:#036;
	text-decoration:none;
}
.side-box .link:hover{text-decoration:underline;}
.video-holder{
	overflow:hidden;
	padding:5px 0 3px 11px;
}
.video-holder img{float:left;}
/* content */
#content{
	width:596px;
	float:left;
}
.content-box{
	width:596px;
	overflow:hidden;
	background:url(../images/bg-content-box.gif) repeat-y -596px 0;
}
.content-holder{background:url(../images/bg-content-box.gif) no-repeat;}
.content-section,
.content-frame{
	background:url(../images/bg-content-box.gif) no-repeat 100% 100%;
	padding:10px;
	overflow:hidden;
}
.content-section{background:url(../images/bg-content-section.gif) no-repeat 0 100%;}
.content-box h2{
	margin:0 0 7px;
	font-size:12px;
	line-height:15px;
	padding:0 0 8px;
	color:#000;
	background:url(../images/sep-info-box.gif) repeat-x 0 100%;
}
.content-box p{
	margin:0 0 11px;
	line-height:16px;
}
.content-box .inform-row{
	width:100%;
	overflow:hidden;
}
.content-box .inform-row h3{
	margin:0 0 9px;
	font-size:12px;
	line-height:15px;
	padding:0 0 6px;
	color:#000;
	background:url(../images/sep-info-box.gif) repeat-x 0 100%;
}
.content-section h3{color:#036 !important;}
.content-box .inform-row .holder{
	width:100%;
	padding:0 0 11px;
	overflow:hidden;
}
.content-box .inform-row .hold{
	width:100%;
	overflow:hidden;
	margin:0 0 -3px;
}
.content-box .inform-row .img-holder{
	float:right;
	margin:0 0 0 12px;
}
.content-box .inform-row .img-holder img{display:block;}
.content-box .inform-row .txt-block{overflow:hidden;}
.content-box .inform-row .info-txt{
	float:left;
	text-align:left;
	width:130px;
	line-height:16px;
}
.content-box .inform-row .info-txt .txt{
	display:block;
	padding:0 0 64px;
}
.content-box .inform-row .info-txt ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:16px;
}
.content-box .inform-row .info-txt a{
	color:#036;
	font-weight:bold;
	text-decoration:none;
}
.content-box .inform-row .info-txt a:hover{text-decoration:underline;}
.content-box .inform-row .txt-block ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:16px;
	min-height:89px;
	overflow:hidden;
}
.content-box .inform-row .txt-block .holder-txt{
	min-height:84px;
	overflow:hidden;
}
.content-box .inform-row .row{
	width:100%;
	overflow:hidden;
	line-height:16px; 
	color:#036;
}
.content-box .inform-row .row a.link{
	background:url(../images/bg-arrow-more.png) no-repeat 100% 4px;
	float:right;
	padding:0 12px 0 0;
	margin:0 0 0 50px;
	color:#036;
	text-decoration:none;
} 
.content-box .inform-row .row a.link:hover{text-decoration:underline;}
.content-box .inform-row .txt-block .txt{
	display:block;
	line-height:16px;
	color:#036;
	padding:0 12px 0 0;
	background:url(../images/bg-arrow-more.png) no-repeat 100% 3px;
}
.content-box .inform-row .txt-block .txt span{color:#960;}
.select-area{
	border:1px solid #960;
	padding:4px 0 14px 8px;
	margin:0 0 13px;
	overflow:hidden;
}
.select-area .holder{
	overflow:hidden;
	margin:0 -19px 0 0;
}
.select-area .block{
	float:left;
	width:180px;
	margin:0 8px 0 0;
	padding:5px 0;
}
.select-area .block label{
	display:block;
	padding:0 0 8px;
	line-height:16px;
}
.select-area .block select{
	display:block;
	width:180px;
	padding:1px 0;
	height:22px;
	border:1px solid #ccc;
}
.info-section{
	width:100%;
	padding:0 0 5px;
	overflow:hidden;
}
.info-section .img-section{float:left;}
.info-section img{display:block;}
.info-section .img-hold{float:right;}
.info-section .txt-box{
	background:#960;
	width:151px;
	float:right;
	color:#fff;
	margin:0 0 4px 6px;
	text-align:left;
	line-height:16px;
}
.info-section .txt-box .holder{padding:43px 10px 24px;}
.info-section .inform-box .holder{padding:62px 10px 60px;}
.info-section .txt-box a{
	color:#fff;
	font-weight:bold;
}
.info-section .txt-box .txt{
	display:block;
	padding:0 0 16px;
}
.info-section .txt-box  p{margin:0;}
.info-section .txt-section{
	overflow:hidden;
	padding:4px 0 0;
}
.info-section .txt-section .ttl{
	display:block;
	line-height:16px;
	background:url(../images/sep-info-box.gif) repeat-x 0 100%;
	padding:0 0 6px;
	margin:0 0 9px;
}
.info-section .txt-section p{
	margin:0 0 16px;
	line-height:16px;
}
.info-section .txt-section h3{
	margin:0;
	line-height:16px;
	font-size:13px;
}
.info-section .small-txt{
	display:block;
	font-size:11px;
	line-height:14px;
}
.image-area{padding:0 0 10px;}


.image-area .block{
	height: 265px; 
	width: 575px; 
	padding:0 0 12px;
}
.image-area .block img{display:block;}

.image-area .list-img{
	width:100%;
	overflow:hidden;
}
.image-area .list-img ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.image-area .list-img li{
	float:left;
	margin:0 0 0 10px;
}
.image-area .list-img img{display:block;}
.inform-box{
	float:right;
	width:151px;
	margin:35px 0 0 6px;
}
.inform-box .hold-img{padding:0 0 10px;}
.inform-box .hold-img img{display:block;}
.inform-box .txt-box{
	float:none;
	margin:0;
	font-size:10px;
	line-height:13px;
}
.data-info{
	width:100%;
	overflow:hidden;
	padding:5px 0 10px;
}
.data-info table{
	width:100%;
	border-left:1px solid #960;
	border-top:1px solid #960;
	line-height:16px;
}
.data-info th,
.data-info td{
	padding:1px 3px 2px;
	font-weight:normal;
	text-align:right;
	border-right:1px solid #960;
	border-bottom:1px solid #960; 
}
.data-info th{background:#ccc;}
.data-info .decorated{color:#960;}
.content-box h4{
	margin:0 0 4px;
	font-size:13px;
	line-height:16px;
}
.search-area{
	border:1px solid #960;
	padding:20px 14px 24px;
	margin:0 0 11px;
}
.search-area .row{
	padding:0 0 8px 163px;
	overflow:hidden;
}
.search-area .row label{
	float:right;
	width:120px;
	padding:2px 2px 0 13px;
	line-height:16px;
}
.search-area .row select{
	float:left;
	padding:1px 0;
	width:220px;
	border:1px solid #ccc;
}
.search-area .row .holder{
	float:left;
	position:relative;
	width:220px;
}
.search-area .row .holder select{
	width:81px;
	margin:0 9px 0 26px;
}
.search-area .row .month-field{
	width:104px !important;
	margin:0 !important;
}
.search-area .ico{
	float:left;
	width:18px;
	margin:0 -26px 0 0;
	padding:0 8px 0 0;
}
.search-area .ico img{float:left;}
.btn-area{
	width:100%;
	padding:14px 0 0;
	overflow:hidden;
}
.btn-area input{float:left;}
.add-txt{
	display:block;
	padding:0 0 12px;
	line-height:14px;
	font-size:11px;
}
.side-frame{
	width:295px;
	margin:0 auto;
	color:#036;
}
.block-img{
	padding:0 0 6px;
	margin:-4px 0 0;
}
.block-img img{
	display:block;
	margin:0 auto;
}
.side-frame .holder{
	width:100%;
	overflow:hidden;
}
.side-frame p{margin:0 0 10px;}
.side-frame .holder .ico-area{
	float:right;
	margin:0 6px 0 12px;
	display:inline;
}
.side-frame .holder img{display:block;}
.side-frame h3{
	font-size:16px;
	margin:0;
	line-height:19px;
}
.side-frame .txt{overflow:hidden;}
.side-frame .txt p{margin:0 0 5px;}
.side-frame .text{
	display:block;
	font-size:11px;
	line-height:14px;
}
.info-text{
	display:block;
	line-height:16px;
	padding:0 0 22px;
}
.image-list{
	margin:0 auto;
	padding:0;
	list-style:none;
	width:300px;
	overflow:hidden;
}
.image-list li{
	float:left;
	margin:0 2px;
}
.image-list li img{
	float:left;
}
/* footer */
#footer{
	width:961px;
	direction:rtl;
	margin:0 auto;
	padding:0 0 40px;
}
.footer-area{
	overflow:hidden;
	padding:1px 0 9px 9px;
}
.f-nav{
	float:left;
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.f-nav li{
	float:left;
	padding:0 10px 0 11px;
	margin:0 10px 0 -10px;
	background:url(../images/sep-f-nav.gif) no-repeat 0 2px;
}
.f-nav a{
	text-decoration:none;
	color:#036;
}
.f-nav a:hover{text-decoration:underline;}
.footer-area .copy{
	float:right;
	font-size:9px;
	line-height:12px;
	padding:2px 0 0;
}
.f-info{
	color:#fff;
	padding:0 12px;
}
.f-info .ttl{
	display:block;
	font-size:11px;
	line-height:13px;
}
.f-info p{
	margin:0 0 15px;
	line-height:16px;
}
.f-add-nav-holder{
	width:100%;
	position:relative;
	overflow:hidden;
}
.f-add-nav-frame{
	float:right;
	position:relative;
	direction:rtl;
}
.f-add-nav{
	margin:0;
	padding:0;
	text-transform:uppercase;
	list-style:none;
	font-size:11px;
	line-height:14px;
}
.f-add-nav li{
	display:inline;
	padding:0 27px;
}
.f-add-nav a{
	color:#fff;
	text-decoration:none;
}
.f-add-nav a:hover{text-decoration:underline;}