
/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* fonts */
@font-face {
    font-family:'LeagueGothicRegular';
    src:url('/media/fonts/league_gothic-webfont.eot');
    src:url('/media/fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'), url('/media/fonts/league_gothic-webfont.woff') format('woff'), url('/media/fonts/league_gothic-webfont.ttf') format('truetype'), url('/media/fonts/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight:normal;
    font-style:normal;
}

/* links */
a {
    color:#c41425;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    line-height:100%;
    margin:0;
}

h1 {
    font-size:41.23px;
    color:#6c6a28;
    font-family:"LeagueGothicRegular", "League Gothic", Arial;
}

h2 {
    font-size:36px;
    color:#6c6a28;
    font-family:"LeagueGothicRegular", "League Gothic", Arial;
}

h3 {
    font-size:24px;
    color:#696727;
    font-family:"LeagueGothicRegular", "League Gothic", Arial;
}

h4 {
    font-size:175%;
    color:#000;
}

h5 {
    font-size:150%;
    color:#000;
}

h6 {
    font-size:125%;
    color:#000;
}

/* page setup */
body {
    background:#f1ebd3 url(/media/images/!body-noise.png) 0 0 repeat;
    color:#515036;
    font-size:13px;
    line-height:21px;
}

/* wrapper setup */
div.outerwpr {
    background:url(/media/images/page_bg_alt2.jpg) 50% 0 no-repeat;
}

div.wpr {
    margin:auto;
    width:950px;
}

/* header */
div#header {
    height:183px;
    background:url(/media/images/header_bg.png) 50% 0 repeat-x;
}

div#header div.wpr {
    position:relative;
    z-index:1000;
}

/* logo */
div.logo {
    position:absolute;
    left:345px;
    top:20px;
}

div.logo img {
	width:268px;
	height:211px;
}

/* main body setup */
div#middle {
    width:auto;
    clear:both;
    background:url(/media/images/middle_bg.png) 50% 0 no-repeat;
    position:relative;
    top:-30px;
    padding:41px 27px 0 40px;
    margin:0 0 -9px 0;
}

/* main body full setup */
div#middle_alt {
    width:auto;
    clear:both;
    background:url(/media/images/middle_bg_alt.png) 50% 0 no-repeat;
    position:relative;
    top:-30px;
    padding:41px 23px 0 24px;
    margin:0 0 -9px 0;
}


/* left column */
div#left {
    width:222px;
    float:left;
	min-height:540px;
	padding-top: 50px;
}

/* content column */
div#main {
    width:auto;
    margin:0 0 0 268px;
}

/* content full column */
div#main_alt {
    width:auto;
    margin:0 0 0 0;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* navigation */
div.navigation {
    background:url(/media/images/navigation_bg.png) 50% 0 no-repeat;
    height:75px;
    padding:5px 0px 0 10px;
}

/*div.navigation_menu {
    padding:0;
    width:340px;
}*/

div.navigation_menu ul {
    list-style:none;
    float:left;
}

div.navigation_menu ul li {
    float:left;
    display:block;
    text-align:center;
    padding:0 10px;
    font-size:12px;
    line-height:15px;
    letter-spacing:0.09em;
    background:url(/media/images/topmenu_dot.png) 0 30px no-repeat;
    font-weight:bold;
}

div.navigation_menu ul li.first {
    background:none;
	margin-left:5px;
}

div.navigation_menu ul li.spacer {
    background:none;
	margin:0 0 0 284px;
}

div.navigation_menu ul li a {
    display:block;
    float:left;
    color:#FFF;
    height:59px;
    padding:0 10px 0 0;
    text-shadow:#000 0 -1px 0;
}

div.navigation_menu ul li a span {
    display:block;
    float:left;
    height:41px;
    padding:18px 0 0 10px;
    cursor:pointer;
}

div.navigation_menu ul li a:hover, div.navigation_menu ul li.active a, div.navigation_menu ul li.sfHover a {
    text-decoration:none;
    background:url(/media/images/topmenu_right.png) 100% 0 no-repeat;
}

div.navigation_menu ul li a:hover span, div.navigation_menu ul li.active a span, div.navigation_menu ul li.sfHover a span {
    text-decoration:none;
    background:url(/media/images/topmenu_left.png) 0 0 no-repeat;
}

div.navigation_menu.left {
    float:left;
}

div.navigation_menu.right {
    float:right;
}

div.navigation_menu.right ul {
    float:right;
}

div.navigation_menu ul li ul, div.navigation_menu ul li.active ul, div.navigation_menu ul li.sfHover ul {
    float:none;
    background:url(/media/images/dropdown_bg.png);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:6px 10px;
}

div.navigation_menu ul li ul li, div.navigation_menu ul li.active ul li, div.navigation_menu ul li.sfHover ul li {
    float:none;
    text-align:left;
    padding:5px 0 3px 0;
    line-height:normal;
    letter-spacing:0;
    background:url(/media/images/dropdown_sep.png) 0 0 repeat-x;
    font-weight:normal;
}

div.navigation_menu ul li ul li:first-child, div.navigation_menu ul li.active ul li:first-child, div.navigation_menu ul li.sfHover ul li:first-child {
    background:none;
}

div.navigation_menu ul li ul li a, div.navigation_menu ul li.active ul li a, div.navigation_menu ul li.sfHover ul li a {
    float:none;
    height:auto;
    padding:5px 7px;
    background:none;
}

div.navigation_menu ul li ul li a:hover, div.navigation_menu ul li.active ul li a:hover, div.navigation_menu ul li.sfHover ul li a:hover {
    background:#7b0c17;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

/* header top */
div.header_top {
    padding:47px 0 0 0;
    height:47px;
    background:url(/media/images/header_top_bg.png) 71% 5px no-repeat;
}

div.header_top div.top_social {
    float:right;
    width:250px;
	display:block;
}

div.header_top div.top_social ul {
    margin:0;
    list-style:none;
}

div.header_top div.top_social ul li {
    float:left;
    padding:0 1px 0 0;
}

div.header_top div.top_social ul li a {
    display:block;
    float:left;
    width:38px;
    height:38px;
    text-indent:-9999px;
}

div.header_top div.top_social ul li a.facebook {
    background:url(/media/images/top_social_icon.png) 0 0 no-repeat;
}

div.header_top div.top_social ul li a.twitter {
    background:url(/media/images/top_social_icon.png) -40px 0 no-repeat;
}

div.header_top div.top_social ul li a.youtube {
    background:url(/media/images/top_social_icon.png) -80px 0 no-repeat;
}

div.header_top div.top_social ul li a.instagram {
    background:url(/media/images/top_social_icon.png) -120px 0 no-repeat;
}

div.header_top div.top_social ul li a.pinterest {
    background:url(/media/images/top_social_icon.png) -160px 0 no-repeat;
}

div.header_top div.shopping_cart {
    float:right;
    font-size:10px;
    width:161px;
    margin:0 4px 0 0;
	display:none;
}

div.header_top div.shopping_cart a {
    display:block;
    color:#FFF;
    background:url(/media/images/shopping_cart.png) 0 0 no-repeat;
    height:30px;
    padding:8px 0 0 14px;
    text-shadow:#000 -1px -1px 0;
}

/* geoiplocation */
div.geoiplocation {
    height:14px;
    font-size:9px;
    text-transform:uppercase;
    padding:0 20px 0 0;
}

div.geoiplocation a {
	display:none;
    float:right;
    color:#84000b;
    background:url(/media/images/geoiplocation_bg.png) 0 0 no-repeat;
    width:295px;
    height:23px;
    padding:2px 0 0 25px;
    letter-spacing:-0.02em;
	overflow:hidden;
}

/* slider */
div.slider {
    position:relative;
    background:url(/media/images/slider_bg.png) 50% 100% no-repeat;
    height:377px;
    margin:0 0 -53px 0;
    top:-71px;
    padding:0 7px 0 8px;
}

div.slider div.slider_tab {
    position:absolute;
    left:20px;
    bottom:20px;
}

div.slider div.slider_tab ul {
    margin:0;
    list-style:none;
}

div.slider div.slider_tab ul li {
    float:left;
    padding:0 0 0 3px;
}

div.slider div.slider_tab ul li a {
    background:url(/media/images/slider_tab.png) 0 0 no-repeat;
    width:10px;
    height:10px;
    display:block;
    text-indent:-9999px;
}

div.slider div.slider_tab ul li a:hover, div.slider div.slider_tab ul li.active a {
    background:url(/media/images/slider_tab.png) -13px 0 no-repeat;
}

div.slider a.prev {
    position:absolute;
    left:22px;
    top:191px;
    background:url(/media/images/slider_prev.png) 0 0 no-repeat;
    text-indent:-9999px;
    width:15px;
    height:22px;
}

div.slider a.next {
    position:absolute;
    right:22px;
    top:191px;
    background:url(/media/images/slider_next.png) 0 0 no-repeat;
    text-indent:-9999px;
    width:15px;
    height:22px;
}

/* homepage boxes */
div.homepage_boxes {
    overflow:hidden;
    padding:0 0 38px 0;
    height:100%;
}

div.homepage_boxes div.today_events {
    float:left;
    width:415px;
}

div.homepage_boxes div.today_events h3 {
    padding:0 0 5px 9px;
}

div.homepage_boxes div.today_events h3 span {
    background:url(/media/images/today_title.png) 100% 3px no-repeat;
    padding:0 23px 0 0;
}

div.homepage_boxes div.today_events_box {
    background:url(/media/images/today_events_box_bg.png) 0 0 no-repeat;
    height:143px;
    margin:0 0 0 -1px;
    padding:24px 20px;
}

div.homepage_boxes div.today_events ul {
    margin:0;
    list-style:none;
}

div.homepage_boxes div.today_events ul li {
    font-size:18px;
    color:#515036;
    font-family:"LeagueGothicRegular", "League Gothic", Arial;
    margin:0 0 17px 0;
}

div.homepage_boxes div.today_events ul li span.date {
    color:#696727;
}

div.homepage_boxes div.today_events ul li a {
    color:#515036;
}

div.homepage_boxes div.today_events ul li a span.date {
    color:#696727;
}

div.homepage_boxes div.today_events ul li a.more img {
    vertical-align:middle;
}

div.homepage_boxes div.owners_section {
    float:right;
    width:513px;
    font-size:11px;
    color:#515036;
    position:relative;
    line-height:15px;
    margin:11px 0 0 0;
}

div.homepage_boxes div.owners_section p {
    margin:18px 0 12px 0;
    line-height:13px;
    text-align:justify;
}

div.homepage_boxes div.owners_section a.alignright {
    float:right;
    margin:0 0 0 10px;
}

div.homepage_boxes div.owners_section a.read {
    display:block;
    text-align:center;
    color:#FFF;
    background:url(/media/images/read_but.png) 100% 0 no-repeat;
    height:18px;
    margin:0 0 12px 0;
    text-transform:uppercase;
    font-size:18px;
    font-family:"LeagueGothicRegular", "League Gothic", Arial;
    padding:3px 20px 0 0;
}

div.homepage_boxes div.owners_section div.owners_img {
    background:url(/media/images/owners_img_bg.png) 0 0 no-repeat;
    float:left;
    width:210px;
    height:202px;
    margin:9px 0 0 0;
    padding:10px 0 0 9px;
}

div.homepage_boxes div.owners_section a.ribben {
    position:absolute;
    left:-2px;
    top:7px;
    text-indent:-9999px;
    background:url(/media/images/ribben.png) 0 0 no-repeat;
    width:71px;
    height:72px;
}

/* footer */
div#footer {
    background:url(/media/images/footer_top.png) 50% 0 repeat-x;
    padding:30px 0 0 0;
}

div#footer div.footer_bg {
    height:200px;
    padding:15px 0 0 0;
    background:url(/media/images/footer_bg.jpg) -8px 0 repeat-x;
}

div#footer div.footer_social {
    background:url(/media/images/bottom_social_shadow.png) 50% 15px no-repeat;
    height:40px;
    margin:0 0 12px 0;
}

div#footer div.footer_social ul {
    margin:0 auto;
    list-style:none;
    width:170px;
}

div#footer div.footer_social ul li {
    float:left;
}

div#footer div.footer_social ul li a {
    display:block;
    float:left;
    width:34px;
    height:36px;
    text-indent:-9999px;
}

div#footer div.footer_social ul li a.facebook {
    background:url(/media/images/bottom_social_icon.png) 0 0 no-repeat;
}

div#footer div.footer_social ul li a.twitter {
    background:url(/media/images/bottom_social_icon.png) -34px 0 no-repeat;
}

div#footer div.footer_social ul li a.youtube {
    background:url(/media/images/bottom_social_icon.png) -68px 0 no-repeat;
}

div#footer div.footer_social ul li a.instagram {
    background:url(/media/images/bottom_social_icon.png) -102px 0 no-repeat;
}

div#footer div.footer_social ul li a.pinterest {
    background:url(/media/images/bottom_social_icon.png) -136px 0 no-repeat;
}

div#footer div.social_party {
    padding:4px 0 0 20px;
    position:relative;
    float:left;
    width:361px;
}

div#footer div.social_party h3 {
    font-size:18px;
    margin:0 0 9px 3px;
}

div#footer div.social_party ul {
    margin:0;
    list-style:none;
}

div#footer div.social_party ul li {
    background:url(/media/images/social_party_imgbox.png) 0 0 no-repeat;
    float:left;
    width:107px;
    height:78px;
    padding:7px 0 0 6px;
}

div#footer div.social_party a.prev {
    position:absolute;
    left:2px;
    top:64px;
    text-indent:-9999px;
    background:url(/media/images/left_arrow.png) 0 0 no-repeat;
    width:15px;
    height:22px;
}

div#footer div.social_party a.next {
    position:absolute;
    right:2px;
    top:64px;
    text-indent:-9999px;
    background:url(/media/images/right_arrow.png) 0 0 no-repeat;
    width:15px;
    height:22px;
}

div#footer div.footer_logo {
    float:left;
    width:158px;
    padding:9px 0 0 16px;
}

div#footer div.footer_menu {
    float:left;
    width:150px;
    padding:6px 0 0 42px;
}

div#footer div.footer_menu h3 {
    font-size:18px;
    margin:0 0 5px 3px;
}

div#footer div.footer_menu ul {
    margin:0;
    list-style:none;
}

div#footer div.footer_menu ul li {
    padding:0 0 0 3px;
    font-size:12px;
}

div#footer div.footer_menu ul li a {
    color:#e6dfc2;
}

div#footer div.footer_menu_right {
    float:right;
    width:148px;
    padding:6px 0 0 0;
}

div#footer div.footer_menu_right h3 {
    font-size:18px;
    margin:0 0 5px 3px;
    text-transform:uppercase;
}

div#footer div.footer_menu_right ul {
    margin:0;
    list-style:none;
}

div#footer div.footer_menu_right ul li {
    padding:0 0 0 3px;
    font-size:12px;
}

div#footer div.footer_menu_right ul li a {
    color:#e6dfc2;
}

/* copyright */
div#copyright_bar {
	width: auto;
    clear: both;
    height: 42px;
    background: #101010 url(/media/images/copyright_bar_bg.png) 0 -14px repeat;
}

div.copyright {
    float:left;
    width:400px;
    padding:13px 0 0 287px;
    color:#6c6a28;
    font-size:10px;
    text-transform:uppercase;
}

div.credits {
    float:right;
    width:159px;
    padding:18px 0 0 0;
}

/* sidebar slider */
div.sidebar_slider {
    background:url(/media/images/side_img_box.png) 0 0 no-repeat;
    height:302px;
    padding:11px 0 0 11px;
    position:relative;
    margin:0 0 10px 0;
}

div.sidebar_slider div.sidebar_slider_tabs {
    position:absolute;
    left:83px;
    bottom:33px;
}

div.sidebar_slider div.sidebar_slider_tabs ul {
    margin:0;
    list-style:none;
}

div.sidebar_slider div.sidebar_slider_tabs ul li {
    float:left;
    padding:0 0 0 3px;
}

div.sidebar_slider div.sidebar_slider_tabs ul li a {
    background:url(/media/images/side_img_tab.png) 0 0 no-repeat;
    width:10px;
    height:10px;
    display:block;
    text-indent:-9999px;
}

div.sidebar_slider div.sidebar_slider_tabs ul li a:hover, div.sidebar_slider div.sidebar_slider_tabs ul li.active a {
    background:url(/media/images/side_img_tab.png) -13px 0 no-repeat;
}

div.sidebar_slider a.prev {
    position:absolute;
    right:49px;
    bottom:27px;
    text-indent:-9999px;
    background:url(/media/images/side_img_arrow.png) 0 0 no-repeat;
    width:15px;
    height:22px;
}

div.sidebar_slider a.next {
    position:absolute;
    right:30px;
    bottom:27px;
    text-indent:-9999px;
    background:url(/media/images/side_img_arrow.png) -19px 0 no-repeat;
    width:15px;
    height:22px;
}

/* twitter box */
div.twitter_box {
    height:370px;
    font-size:11px;
    color:#515036;
    line-height:13px;
    padding:0px;
}

div.twitter_box h3 {
    padding:0 0 10px 0;
    text-shadow:#fff 0 1px 0;
}

div.twitter_box h3 span {
    background:url(/media/images/twitter_title.png) 100% 3px no-repeat;
    padding:0 25px 0 0;
}

div.twitter_box p, div.twitter_box li {
    margin:0 0 13px 0;
}

div.twitter_box a.ago {
    color:#515036;
}

/* twitter box home */
div.twitter_box_home {
	float:left;
	width:236px;
    height:211px;
    font-size:11px;
    color:#515036;
    line-height:13px;
    padding:0 0px 0 11px;
	/*background:url(../images/vertical_separator.png) no-repeat 100% 0;*/
}

div.twitter_box_home h3 {
    padding:0 0 10px 0;
    text-shadow:#fff 0 1px 0;
}

div.twitter_box_home h3 span {
    background:url(/media/images/twitter_title.png) 100% 3px no-repeat;
    padding:0 29px 0 0;
}

div.twitter_box_home p, div.twitter_box_home li {
    margin:0 0 13px 0;
		color:#515036;
		font-size:11px;
		line-height:14px;
		min-height: 70px;
}

div.twitter_box_home a.ago {
    color:#515036;
}

/* facebook box home */
div.facebook_box_home {
	float:left;
	width:267px;
    height:221px;
    font-size:11px;
    color:#515036;
    line-height:13px;
    padding:0 0px 0 11px;
}

div.facebook_box_home h3 {
    padding:0 0 1px 0;
    text-shadow:#fff 0 1px 0;
}

div.facebook_box_home h3 span {
    background:url(/media/images/facebook_title.png) 100% 3px no-repeat;
    padding:0 25px 0 0;
}

div.facebook_box_home p, div.facebook_box_home li {
    margin:0 0 13px 0;
	color:#515036;
	font-size:11px;
	line-height:14px;
}

div.facebook_box_home li img {
	/*width:138px;*/
	padding:3px;
	border:1px solid #ccc;
}

div.facebook_box_home a.ago {
    color:#515036;
}

/* foocontentter */
div.content {
    padding:53px 0 0 0;
	min-height:400px;
}

div.content p {
	font-size: 14px;
	margin: 0;
	line-height: 25px;
	padding: 6px 0;
}

#main_alt div.content p {
	text-align:center;
}

div.content .big {
	font-size: 17px;
	line-height: 25px;
	margin: 0;
	color: #6C6A28;
}

#main_alt div.content .big {
	text-align:center;
}

div.content_home h1,div.content h1,div.content_home h2,div.content h2,div.content_home h3,div.content h3,div.content_home h4,div.content h4 {
    text-transform:uppercase;
    margin:0 0 5px 0;
    text-shadow:#fafafa 0 3px 0;
}

#main_alt div.content h1,#main_alt div.content h2,#main_alt div.content h3,#main_alt div.content h4 {
	text-align:center;
}

div.content hr {
	clear: both;
    padding:45px 0 0 0;
    background:url(/media/images/dotted_line.png) 89% 17px repeat-x;
    border:0;
    margin:0;
}

div.content #mixers .mixer {
	width: 273px;
	float: left;
	padding: 0 4px 7px 12px;
	margin: 5px;
	text-align: center;
}

div.content #mixers .mixer img {
	max-width:273px;
	max-height:273px;
}

div.content #mixers .mixer img:hover {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

div.content #recipes .recipe {
    border: 1px dashed #D9C2A3;
    float: left;
    font-size: 12px;
    margin: 5px;
    padding: 20px 10px 30px 50px;
    width: 379px;
    background-color: #F5F5EF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 300px;
}

div.content #recipes .recipe p {
	font-size:12px;
	text-align: left;
}

div.content #recipes h3 {
	text-align:left;
	margin-top:24px;
}

div.content #recipes ul {
	list-style:disc; 
	padding-left: 12px;
    margin-left: 12px;
}

div.content #recipes ul li {
    float:none;
    width:auto;
    height:auto;
    padding:0px;
	background:none;
    margin:0 0 0 7px;
	list-style:disc;
}

div.content div.contact-left {
	width:450px;
	float:left;
	border-right: 1px solid #D3C5AB;
	display:inline-block;
	min-height:90px;
}

div.content div.contact-right {
	width:450px;
	float:left;
	border-left:1px solid #F6F0E4;
	display:inline-block;
	min-height:90px;
}

div.content ul {
    margin:0 0 0 -2px;
    list-style:none;
    overflow:hidden;
}

div.content ul li {
    float:left;
    width:177px;
    height:257px;
    padding:8px 8px 16px 8px;
    background:url(/media/images/mainbox_imgbox.png) 0 0 no-repeat;
    margin:0 16px;
}

div.content ul li.first {
    margin-left:0;
}

div.content ul li img {
    border:#FFF 1px solid;
}

div.content_home .btns, div.content .btns {
	float: left;
	height: 18px;
	cursor: pointer;
	color: white;
	margin: 0 7px; 0 -3px;
	font: 9px/12px Arial, Helvetica, sans-serif;
	background: url(/media/images/bg-btn.png) no-repeat;
}

div.content_home .btns:hover, div.content .btns:hover {
	background: url(/media/images/bg-btn.png) no-repeat 0 -42px;
}

div.content_home .btns span, div.content .btns span {
	float: left;
	margin: 0 -8px 0 0;
	padding: 3px 19px;
	position: relative;
	background: url(/media/images/bg-btn.png) no-repeat 100% -20px;
	color: white;
	text-transform: uppercase;
}

div.content_home .btns:hover span, div.content .btns:hover span {
	background: url(/media/images/bg-btn.png) no-repeat 100% -62px;
}

/* Home Gallery */

div.content_home #gallery img {
	width:63px;
}

/* End Home Gallery */

div.today_events .btns {
	float: left;
	height: 18px;
	cursor: pointer;
	color: white;
	margin: -27px 0 0 137px;
	font: 9px/12px Arial, Helvetica, sans-serif;
	background: url(/media/images/bg-btn.png) no-repeat 0 -42px;
}

div.today_events .btns:hover {
	background: url(/media/images/bg-btn.png) no-repeat;
}

div.today_events .btns span {
	float: left;
	margin: 0 -8px 0 0;
	padding: 3px 19px;
	position: relative;
	background: url(/media/images/bg-btn.png) no-repeat 100% -62px;
	color: white;
	text-transform: uppercase;
}

div.today_events .btns:hover span {
	background: url(/media/images/bg-btn.png) no-repeat 100% -20px;
}