@import url("http://fast.fonts.net/cssapi/6bfc908a-74a2-4142-8b21-7917db52d822.css");

/*
font-family:'DIN Next W01 Medium';
font-family:'DIN Next W01 Regular';
font-family:'DIN Next W01 Bold';
*/
hr {border:1px solid #bba366;}

#immediedit {
   padding: 10px;
   position: fixed;
   right: 0;
   z-index: 500;
}

#immediedit input.btn { font-size: 12px; height: auto; width: auto; }

html, body {
	height: 100%;
	margin:0px;
	padding:0px;
}

body {
font-size:16px;
line-height:1.3em;
font-family:'DIN Next W01 Regular';
color:#fff;
background: #000 url('/params/img/bg.png') no-repeat center top;
}

a {
color:#ffd200;
text-decoration:none;}

a:hover {
	text-decoration:underline;
}

#dummy_empty {
display:none;}

#header {
	position: absolute;
	z-index: 100;
	height: 89px;
	top: 0;
	margin-top: 0;
	width: 100%;
	background: url('/params/img/header_bg.png') no-repeat center top;
}

#branding {
	width: 240px;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	top: 9px;
}

#branding #logo { float: left; }

#content_box {
	position: relative;
	background: url('../img/page_hero.jpg') no-repeat center top;
	padding-top: 378px;
}

#content {
	width: 900px;
	padding: 30px 20px 70px;
	margin:0px auto;
	overflow: auto;
	border-radius: 5px;
	background: #006eb8;
}

#footer-container { 
	background: url('/params/img/footer_bg.png') no-repeat center top;
	margin-top: 20px;
}

#home #footer-container { margin-top: 0; }

#footer {
	font-size:12px;
	line-height:1em;
	width: 940px;
	margin: -55px auto 0;
	color: #8ed8f8;
	height: 206px;
}

#footer a {
	color: #8ed8f8;
}

#footer .left {
	width: 550px;
	float: left;
	margin-top: 2em;
	margin-left: 25px;
}

#footer .right.bottles {
	margin-top: -30px;
}

#home #content_box {
	background: url('/params/img/home_hero.jpg') no-repeat top center;
	padding-top: 105px;
}

#home #content {
	width: 940px;
	background: none;
	filter: none;
	padding: 0;
	overflow: hidden;
}

#home .module.left {
	width: auto;
	float: none;
}

#home .module.left #enter-now {
	display: block;
	height: 695px;
}

#lhs {
display:none;}

#leftPanel {
float:left;
width:230px;
margin-right:20px;}

#middle {
float:left;
width:100%;
}

#rhs {
float:right;
width:280px;
display:none;}

.part {
float:left;
width:588px;
}

.part h2 {
	margin-top: 0;
}

.articleInner

.clr {
clear:both;}

.left {
float:left;}

.right {
float:right;}

.btn {
	font-family:'DIN Next W01 Bold'; 
	font-size: 55px;
	line-height: 1em;
	text-align: center;
	color: #f2f3f3;
	padding: 15px 10px 4px;
	background: url('/params/img/button.png') no-repeat;
	border: 0;
	text-transform: uppercase;
	cursor: pointer;
	width: 370px;
	color: #a32822;
}

.btns {
margin-top:10px;}

h1 {
	font-size: 34px;
	line-height: 34px;
	margin: 0;
	font-weight: normal;
	font-family:'DIN Next W01 Bold';
	color: #ffd200;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2 { 
color: #F68831;
font-size: 32px;
margin: 15px 0 15px 0;
text-transform:uppercase;
line-height: 1em;
font-family:'DIN Next W01 Bold';
font-weight: normal;
}

h2 span { color: #8f7f5e;}


h3,
h4,
h5 {
margin:10px 0 0;
color: #F68831;
line-height: 1em; 
font-weight: normal;
font-family:'DIN Next W01 Bold';
}

h3 { font-size: 24px; line-height: 1em; font-weight: bold }

h4,
h5 {
	padding: 10px 0px;
	font-size:18px;
	line-height:1em;
	font-weight: bold;
}

h4 a {
	color: #303030;
}

#rhs h4 { text-align: center; }

#crumbs {
display:none;
font-size: 10px;
line-height: 10px;
margin-bottom: 25px;
}

#crumbs a {
	color: #980633
}

ol, ul {
	margin-top: 0px;
	padding: 0 0 0 35px;
}

ol li, ul li {
	
}

ul li, ol li {
	margin-bottom: 1em;
}

ol ul, ol ol, ul ul {
	padding-left: 70px;
	margin: 1em 0;
}

.infuser {text-align:center;}

/*///////////////////////////////////////////////////////////////////////*/

/*** MODULES ***/

.module {
width:284px;
position:relative;
margin-bottom:20px;
}

.module.left {
	width: 620px;
}

.module.right {
	width: 245px;
}

.module.right.winners-list {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F04D23;
}

.module.right.winners-list .inner div {
	padding: 10px 15px;
	color: #eee;
	font-size: 15px;
	text-transform: uppercase;
	background: url('../img/download.png') no-repeat right center;
}

.module.right.winners-list .inner div > a {
	display: block;
	color: #fff;
}

.module.right.winners-list .inner div > span, .module.right.winners-list .inner div > a > span {
	font-size: 12px;
	color: #1d1d1b;
	line-height: 1em;
	display: block;
}

.module.right.winners-list .inner h3 { 
	padding: 15px;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 26px;
	color: #eee;
}

.module.right.winners-list .inner div > span,
.module.right.winners-list .inner h3 > span {
	display: block;
}

.module.right.winners-list .inner div.odd {
	background-color: #c04725;
}

.module.right.winners-list .inner h3 > span {
	font-size: 15px; 
	color: #1c1d1d;
	line-height: 1em;
}

.module .outer {
padding:0px;}

.module.dbl {
clear:both;
width:auto;}

.module .clr {
height:1em;
margin-top:-12px;}

.article .outer {
padding-bottom:0px;}

.module h3 { margin-bottom: 5px;}

.module p {
margin:0px 0px 1em 0px;}

.module h3 a,
.module h4 a,
.module h5 a {}

.module h3 a:hover,
.module h4 a:hover,
.module h5 a:hover {
text-decoration:underline;}

.module .radio {
}

.news .item {
clear:both;}

.news .details {
margin-bottom:0;}

.discussion .item * {
margin:0;}

.discussion .item .details {
margin-bottom:1em;}

.news .item a:hover {
text-decoration:underline!important;}

.navigation {
font-size:12px;
width: 284px;}

.navigation p {
margin:0;
position:relative;
overflow: hidden;
background: #DECC8E url(/params/img/nav.gif) no-repeat 270px center;
border-bottom: 1px solid #bdac72;
}

.navigation p.current, .navigation p:hover, .navigation p.current.sub_section, .navigation p.sub_section:hover {
background: #960230 url(/params/img/nav-on.gif) no-repeat 270px center;
}

.navigation p.sub_section {
background: #bdac72 url(/params/img/nav-on.gif) no-repeat 270px center;
border-bottom: 1px solid #DECC8E;
}

.navigation a {
text-decoration:none!important;
color: #303030;
padding:7px 40px 10px 29px;
line-height:1em;
display: block;
float: left;
width: 234px;}

.navigation p.sub_section a {
padding-left: 28px;}

.navigation p.current a, .navigation p:hover a{
color:#FFF;}

.navigation a.expandnav {
display: inline;
padding-right: 2px;
padding-left: 9px;
width: 9px;}

.navigation a.expandnav + a {
background-position: 250px 10px;
display: inline;
width: 215px;
padding-left: 9px!important;}

.pic p {
margin:0px;
padding:2px 3px 4px 3px;
font-size:10px;}

.module .pic p {
display:none;}

.pic {
position:relative;
margin-bottom:5px;
}

.pic.dbl {
	margin-bottom: 0;
}

.dbl.img_serving {
	padding: 0;
}

.dbl.img_serving  br {
	display: none;
}

.pic a img {
}

.pic img+a.enlarge img {
	border: none;
}

.pic a+a img {
	border: none;
}

div.std {
float:left;
width:170px;
margin:0px 10px 10px 0px;}

div.pic.std {
	width: auto;
}

div.option {
float:left;
margin:0px 10px 10px 0px;}

.img_txt div.pic {
width:188px;}
p.pic,
.promo .pic {
float:left;
margin:0px 10px 10px 0px;
}

.enlarge {
position:absolute;
right:0px;
width:9px;
height:9px;
margin:-8px -1px 0px 0px;
background:url(/params/img/enlarge.gif) no-repeat;}

.promo .outer {
padding-bottom:0px;}

.promo img {
width:50px!important;}

blockquote {
    border-left: 3px solid #CFCFCF;
    font-size: 22px;
    font-style: italic;
    line-height: 1.2em;
    margin: 1em 0;
    padding: 0.5em 0.5em 0.5em 1em;
    width: 480px;}

.quote {
	background: #CBCBCB url('../img/bg_quotes.png') no-repeat 5px 9px;
	padding: 9px 10px 0px 45px;
	width: 233px;
}

.quote blockquote {
font-size:12px;
margin: 0px;
border: none;
padding: 0;
color: #303030;
width: auto;
}

.quote .by {
margin-top:15px!important;
font-weight:bold;
color: #303030;
}

.quote .link {
margin-top:30px!important;}

.module .details {
margin-top:0px;}

.custom img {}

.poll .item {
position:relative;
clear:both;
padding-top:10px;}

.poll .a b {
display:block;
float:left;
margin:0px 30px 0px 0px;
font-weight:normal;}

.poll .a span {
position:absolute;
display:block;
top:28px;
right:0px;
font-weight:bold;}

.poll  .result {
height:20px;
margin-bottom:3px;
background:#DECC8E url('/params/img/bar.jpg') no-repeat -284px 0px;
}

.user_icons {
padding:0px!important;}

.user_icons a {
display:block;
float:left;
height:40px;
width:40px;
margin:0px 5px 5px 0px;
overflow:hidden;}

.user_icons a img {
min-height:40px;}

.user_icons img {
}

.profiles p {
clear:both;
margin:0px;
padding-top:1em;}

#pop {
background:#fff;}

#pop .pic {
width:auto!important;
margin:0px!important;
border:0px!important;}

/*///////////////////////////////////////////////////////////////////////*/

.req,
.req_txt {
color:#a32822;}

form,
img,
object {
display:block;
margin:0px;
border:0px;
padding:0px;}

p {
margin:1em 0px;}

input,
select,
textarea {
font-size:12px;
vertical-align:middle;}

.text,
select,
textarea {
border:none;
padding:8px;
color:#3D2F22;
background:#eee;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;}

.text,
textarea {
padding:8px;}

textarea {
	width: 406px; 
}

.radio,
.checkbox {
width:12px;
height:12px;
margin:0px 2px 0px 0px;
border:0px;
padding:0px;
background:none;}


.image {
padding:0px;
border:0px;
background:none;}

.t_sm {
width:60px!important;}

.text_2 {
margin-top:3px;}



table {
border-collapse:collapse;
border-spacing:0px;
font-size:100%;}

table img {
padding:0px;
width:55px;
height:55px;
border:3px #eee solid;
background:none;}

table th {
    background: #e5e7ed;
	font-size:11px;
    color: #1d1d1d;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #AEADAD;
}
table tr {
    background: #d3d2d2;
}
table td {
    background: none;
    border: 1px solid #AEADAD;
    color: #3d2f22;
    padding: 5px 10px;
}

table tr.oddrow {
    background: #eee;
}
form table tr.oddrow {
    background: none;
}
.details {
font-size:10px;}


/*** HEADER ***/

.header_links {
	float: right;
	margin-top: -20px;
}

.header_links a {
	display: inline-block;
	margin-left: 20px;
	color: #58c3f6;
}


#site_search {
position:absolute;
display:block;
top:7px;
right:0;
margin:0;
border:0;
padding:0;
width:180px;
height:31px;}

#site_search table {
width:180px;}

#site_search td {
padding:0;}

#search_text {
display:block;
width:129px;
height:23px;
margin-right:5px;
border:0;
padding:8px 0 0 10px;
font-size:12px!important;
color:#666;
vertical-align:middle;
background:url(/params/img/search_bg.gif) no-repeat;
overflow:hidden;}

#search_text.on {
background-position:0 -31px;}

#go {
display:block;
margin:0;
border:0;
padding:0;
width:36px;
height:31px;
overflow:hidden;
cursor:pointer;}

/* NAVS */

#navs_level_1 {
	height: 64px;
	font-size: 16px;
	z-index: 100;
	top: 0;
	margin: 0 auto;
	width: 940px;
}

#navs_level_1 a {
	color: #ffd200;
	text-transform: uppercase;
}

#navs_level_1 a b { font-weight: normal; }

#navs_level_1 a:hover,
#navs_level_1 li.current > a {
	color: #fff;
	text-decoration: none;
}

#navs_level_1 ul {
	list-style: none;
	padding: 0;
	height: 60px;
	float: right;
}

#navs_level_1>ul>li {
	padding: 0;
	height: 60px;
	float: left;
}

#navs_level_1>ul> li + li {
	border-left: 0;
	margin-top: 0;
}

#navs_level_1 > ul > li > a{
	padding: 32px 25px;
	line-height: 1em;
	display: block;
}

#navs_level_1 ul li ul {
	display: none;
	position:absolute;
	left: 0;
}

#navs_level_1 ul li ul li {
	width: 160px;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #4e4d4d;
}

#navs_level_1 ul li ul li a {
	padding: 2px 18px;
}

#navs_level_1 ul li:hover ul {
	display: block;
}

#membership {
position:absolute;
top:-120px;
right:190px;
height:31px;
display:none;
width:200px;}

#membership a {
float:right;
display:block;
height:12px;
margin-top:11px;
margin-left:8px;
color:#333;}

#membership b {
display:none;}

#m_login {
width:38px;
background:url(/params/img/nav_login.gif) no-repeat;}

#m_join {
width:50px;
background:url(/params/img/nav_register.gif) no-repeat;}

#m_logout {
width:54px;
background:url(/params/img/nav_logout.gif) no-repeat;}

#m_details {
width:66px;
background:url(/params/img/nav_my_details.gif) no-repeat;}

#navs_level_2,
#navs_level_3 {
display:none;}

#navs_level_4 {}

#navs_level_5 {
margin-top:1em;}

#navs_level_5 a {
border-left:1px solid #333;}


#banner {
margin-top:3px;
overflow:hidden;}


#main a {
text-decoration:underline;}

.pageintro {
color: #222222;
font-size: 17px;
line-height: 22px}



/*** ARTICLE ***/

.intro {
margin-top:0px;
font-size: 18px;
}

.links {
margin:1em 0px 1em 0px;
text-align:right;
font-size:10px;}

.links a {
color:#000;}

#main p.details {color:#58c3f6;}

.links a.l1 {
background:url(/params/img/img_print.png) no-repeat;
overflow:hidden;
display:block;
float:right;
width:16px;
height:16px;
margin-bottom:10px;}

.links a.l1 b {
display:none;}

.links a.l2 {
margin-left:3px;
border-left:1px solid #333;
padding-left:5px;}

.extra_imgs .left {
float:left;
clear: none;
margin-bottom:7px;
margin-right: 6px;
border:1px solid #cfcfcf;}

.extra_imgs .right {
float:right;
margin-bottom:7px;
border:1px solid #cfcfcf;}

.options {
margin:7em 0px 2em 0px;
text-align:right;
font-size:10px;}

.options a {
color:#000000;}

#membership .note {
font-size:10px;}

.note {
font-weight:bold;
color:#F04D23;}

.part .module {
margin-bottom:10px;
background:#FFF; }

.part .module h3 {
	color: #980633;
	font-size: 18px;
}

#related_resources {
	background: #CBCBCB;
	border: 1px solid #B6B5B5;
}

#related_resources h3 {
	color: #303030;
}

#related_resources p {
	color: #303030;
}

#related_resources a {
	color: #303030;
	background: url('../img/bg_menu_dropdown2.png') no-repeat 0px 2px;
	padding-left: 14px;
}

#related_resources a:hover {
	color: #980633;
}

#related_resources ul {
	list-style: none;
	padding: 0;
}

#related_resources li {
	
}

.part .module .outer {
padding:8px 10px;
background:url(/params/img/bigmodule_bottom.gif) no-repeat 0% 100%;}

#main .module a {
text-decoration:none;}

.full .module {
margin-bottom:10px;
background:#E1DED8 url(/params/img/fullmodule_top.gif) no-repeat;}

.full .module .outer {
padding:8px 10px;
background:url(/params/img/fullmodule_bottom.gif) no-repeat 0% 100%;}


/*** MEMBERSHIP ***/

#members #rhs {
display:none;}

#members .part {
float:none;
width:100%;}

#left_col {
float:left;
width:365px;}

#right_col {
float:right;
width:365px;}

.block {
clear:both;
padding:10px 0px 30px 0px;}

fieldset {
margin:0px;
padding:0px;
border:0px;}

.field  {
width:160px;
padding:0px 0px 0px 0px;}

.field + td { padding: 5px 0px; }

#members td .text,
#members td textarea {
width:195px;}

#members td .dropdown {
width:201px;}

.check {
clear:both;}

#members .check {
color:#666;}

.check .checkbox,
.check .radio {
float:left;
margin-top:2px;}

.check label {
display:block;
padding-left:20px;}

.t_c {
height:130px;
margin-bottom:2em;
padding-right:10px;
overflow:auto;}


/*** DISCUSSION ***/

#category_list .btns {
display:none;}

#category_list h3,
#recent h3,
#popular h3 {
margin-bottom:0px;}

#category_list .topic h4 a {
color:#666;
font-size:16px;}

#category_list .topic .recent {
clear:both;
padding-left:20px;}

#category_list .thread {
padding:0px 0px 5px 0px;
background:0px;}

.recent .thread *,
.popular .thread * {
display:inline;
padding-right:2px;}

#category_list .thread h5 a,
.recent h5 a,
.popular h5 a {
color:#729130;}

.topic,
.thread,
.post {
clear:both;
padding:10px 0px;
background:url(/params/img/dotted-line.gif) repeat-x 0% 100%;}

* html .topic {
height:1%;}

.thread h4 a {
color:#729130;
font-size:16px;}

.post_original {
height:100%;
margin:8px 0px 5px 0px;
padding:10px;
color:#666666;
background:#ececec;}

.post_original .post {
margin:0px;
padding:0px;
background:none;}

.thread p,
.post p {
margin-top:0px;}

#discussion .by {
margin:0px 0px 4px 0px;
color:#DBB56E;
font-weight:bold;}

#discussion .details  {
margin-top:0px;}

.post .mod,
.post .mod:hover {
color:#663333;
font-weight:bold;}

.post p a:hover {
color:#333;}

.deleted {
color:#663333;}

#discussion blockquote {
font-style:italic;
color:#A8A08E;}

#discussion .btns {
margin-top:10px;
text-align:right;}

#discussion  #original_text,
#discussion  #add_text blockquote {
display:none;}

#add_text .text,
#add_text textarea {
width:99%!important;}

#discussion  #add_images {
padding-bottom:15px;
background:url(/params/img/dotted-line.gif) repeat-x bottom left;}

#discussion  #add_images .check {
margin-bottom:2em;}

#discussion .file {
display:block;
margin-top:3px;}

.pages {
margin-top:40px;
background:url(/params/img/dotted-line.gif) repeat-x;
padding:7px 0px 10px 0px;}

.pages a {
font-weight:bold;
text-decoration:none;}

.top {
display:none;}

#discussion .text,
#discussion textarea {
width:99%;}

.deleted {
color:#663333;}

.post img,
.post_original img {
display:inline!important;}

.post_imgs {
overflow:hidden;
vertical-align:middle;}

.post_imgs img {
width:150px!important;
margin:0px 5px 3px 0px;}


/** FORMS **/

#forms .block {
margin:0;
padding: 0;
width: 460px;
overflow: hidden;
}

#forms .block + .block { margin-top: 1.3em; }

#forms .block h4 {
font-weight:normal;}

#forms .block .number {
float:left;
font-size:12px;}

.format_a .block .q,
.format_a .block .a {
margin-left:25px;}

.format_a .block .number {
margin-left:-25px;}

.format_b .block .q,
.format_b .block .a {
margin-left:55px;}

.format_b .block .number {
margin-left:-55px;}

#forms .block .text {
width:246px;}

#forms .block .t_lrg {
width:247px;}

.block th {
padding:5px 20px;
font-weight:normal;}

.upload {
margin:8px 0px 5px 0px;}

#upload {
background:#fff;}

.upload img {
border:1px solid #cfcfcf;}

#forms_upload td {
padding-bottom:2px;}

.t_other {
margin-top:3px;}

ol.progress {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ol.progress li {
	float: left;
	padding: 10px;
	background: #2F2F2F;
	color: #D9CC9E;
}

ol.progress li.current {
	background: #980633;
	color: #fff;
}

ol.progress li + li {
	margin-left: 15px;
}

#forms table tr { background: none; }
#forms table tr td { background: none; border: 0; }

#captchaimage { margin-bottom: 10px; }
#forms input#captchainput.text { width: 98px; }

#form_2 { overflow: hidden; }

#forms #content .left, #forms #content  .right { width: 48%; }

#forms .block { width: 100%; }

#forms .btns { clear: both; text-align: center; margin-top: 0; }
#forms .btns .btn { 
	margin-top: 50px; 
}

#forms .exp p { font-size: 15px; }
#forms .exp p span { font-family:'DIN Next W01 Bold'; }
#form_7 #q_4 .exp p, #forms .exp p span { margin-top: 0; font-size: 16px; }

#forms .intro {margin-bottom: 30px; }

h3.q, h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #ffd200;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.a .field { font-size: 16px; color:#fff; font-family:'DIN Next W01 Bold'; }

#forms p.req { padding: 10px; background: #a32822; color: #fff; border-radius: 5px; -webkit-border-radius: 5px; }

#form_2 #q_5 h3.q, #form_2 #q_6 h3.q  { display: none; }


/** ECARD **/

#ecard .field {
width:50px;}

#ecard .text {
width:300px;
margin:0px 3px;}

.layout_options .pic {
float:left;
width:170px;
margin-right:10px;
border:0px;}

.layout_options p {
border:0px;}

.layout_options img {
width:158px;
margin-bottom:3px;
border:1px solid #cfcfcf;}

#ecard textarea {
width:739px;}

/*** SHOP ***/

.product_tbl {
width:100%;}

.product_tbl th {
text-align:left;
padding:5px;
background:#ccc;}

.product_tbl td {
padding:5px;
border-bottom:1px solid #ccc;}

.product_tbl .pic,
.product_tbl img {
width:158px;
margin:0px;}

.main_col {
width:50%;}

.product_tbl td td {
border:0px;
padding:0px 2px 2px 2px;}

.edit_mode {
padding:5px 0px;
text-align:right;}

/*** IE ***/

* html .module {
height:1%;}

/* REQUEST PRESENTER */

.data,
.request_tbl {
width:100%;}

.data th,
.request_tbl th {
text-align:left;
padding:5px;
background:#ccc;}

.data td,
.request_tbl td {
line-height:1.5em;
border-bottom:1px solid #ccc;
padding:5px;}

.col_end {
padding-right:0px;}

.col_end .btn {
width:70px;}

/* CALENDAR */

#calendar_search {
width:auto;
margin-bottom:1em;
padding:0px;
color:#8B8A88;
font-size:14px;
background:none;}

#calendar_search h3 {
margin:20px 0px 0px 0px;
font-size:16px;
background:none;}

#calendar_search form {
padding:10px;
background:#E1DED8;}

#calendar_search td {
line-height:16px;}

#calendar_search .text {
border:0px;
padding:3px 5px;
font-size:14px;
color:#8B8A88;
background:#fff;}

#calendar_search select {
border:0px;
font-size:14px;
color:#8B8A88;
background:#fff;}

#calendar_search .check {
margin:4px 0px;
font-size:14px;}

#calendar_search .btns {
text-align:right;
margin:0px;}

#calendar_search .btn {
border:0px;
font-size:16px;
line-height:37px;
height:37px;
width:37px;
font-weight:bold;
color:#fff;
text-align:center;
background:url(/params/img/calendar/go.gif) no-repeat;}

#add_event .btn {
float:right;
border:0px;
font-size:14px;
line-height:37px;
height:37px;
width:127px;
font-weight:bold;
color:#fff;
text-align:center;
background:url(/params/img/calendar/button.png) no-repeat;}

.tabs {
clear:both;
position:relative;
padding-top:1em;
z-index:1;}

.t {
position:relative;
display:block;
float:left;
margin-right:5px;
border:1px solid #ccc;
padding:10px;
text-align:center;
font-size:14px;
font-weight:bold;
color:#999;
background:#eee;
z-index:1;}

.t_on {
border:1px solid #ccc;
border-bottom:1px solid #fff;
cursor:default;
color:#666;
background:#fff;}

a.t:hover {
color:#333;}

.t_content {
min-height:30px;
clear:both;
display:none;
position:relative;
top:-1px;
border-top:1px solid #ccc;
padding-top:15px;
z-index:0;}

.t_content.on {
display:block;}

#content_calendar table {
width:100%;}

#info_window .btn {
border:0px;
font-size:16px;
line-height:37px;
height:37px;
width:127px;
font-weight:bold;
color:#fff;
text-align:center;
background:url(/params/img/calendar/button.png) no-repeat;}

#info_window .btns {
margin-top:20px;}

#calendar a {
text-decoration:none;}

#content_calendar {
clear:both;}

.months a {
display:block;
float:left;
width:69px;
height:40px;
margin-right:1px;
padding-top:10px;
text-align:center;
font-size:20px;
color:#fff;
font-weight:bold;
background:#C4BFB4 url(/params/img/calendar/tab.png) no-repeat;}

.months a.end {
margin-right:0px;}

.months a.on,
.months a.on:hover {
color:#000000;
background-color:#E1DED8;}

.months a:hover {
background-color:#939290;}

.months span {
display:block;
margin-top:-3px;
font-size:12px;}

#content_calendar .outer {
clear:both;
background:#E1DED8 url(/params/img/calendar/calendarTabBL.gif) no-repeat 0% 100%;}

#content_calendar .inner {
padding:10px;
background:url(/params/img/calendar/calendarTabBR.gif) no-repeat 100% 100%;}

#content_calendar table {
width:100%;}

#content_calendar th {
width:14%;
padding:15px 0px 5px 0px;
font-size:20px;
color:#666;
text-align:center;}

#content_calendar td {
height:80px;
border:2px solid #E1DED8;
padding:5px 5px 20px 5px;
color:#666;
font-size:12px;
font-weight:bold;
vertical-align:top;
background:#fff;}

#content_calendar .event p {
padding:5px 0px 8px 0px;
font-size:10px;
background:url(/params/img/calendar/dots.gif) no-repeat 0% 100%;}

#content_calendar .event a {
color:#666;}

#content_calendar .event .on a {
padding:2px;
color:#fff;
font-size:10px;
background:#FF9900;}

#content_calendar .event .on .edit a {
padding:0px!important;}

.edit {
display:block;
margin-top:5px;
text-align:right;}

.edit img {
width:21px;
height:21px;
display:inline;
background:url(/params/img/calendar/edit.gif) no-repeat 0% 100%;}

#info_window {
position:absolute;
visibility:hidden;
padding-bottom:44px;
left:50%;
top:30px;
width:515px;
margin-left:-257px;
color:#8B8A88;
background:url(/params/img/calendar/detailsBgBottom.png) no-repeat 0% 100%;
z-index:100;}

#info_window .outer {
padding-top:30px;
background:url(/params/img/calendar/detailsBgTop.png) no-repeat;}

#info_window .inner {
padding:0px 44px 10px 20px;
background:url(/params/img/calendar/detailsBgMiddle.png) repeat-y;}

#info_window_close {
position:absolute;
top:10px;
right:35px;
height:37px;
width:37px;
margin:0px;
cursor:pointer;
z-index:1;}

#info_window_close .btn {
display:block!important;
font-size:16px!important;
height:37px!important;
line-height:28px!important;
width:37px!important;
font-weight:bold;
color:#fff;
text-align:center;
background:url(/params/img/calendar/go.gif) no-repeat;}

#info_window h2 {
position:relative;
top:-10px;
margin:0px 50px 0px 0px;
color:#333333;}

#info_window table {
width:100%;}

#info_window .pic {
float:left;
margin-right:10px;}

#info_window p img {
border:1px solid #cfcfcf;}

#info_window .text,
#info_window textarea {
width:305px;}

#info_window .text,
#info_window textarea,
#info_window select {
border:0px;
margin-bottom:2px;}

#mask {
position:absolute;
width:770px;
margin-left:-385px;
display:none;
top:0px;
left:50%;
height:100%;
background:#fff;
opacity:.5;
z-index:1;}

#preview {
margin-top:5px;}

#profile_btns {
margin:1.5em 0px;}


/* IMAGES */

#pop p {
border-top:0px;}

.enlarge img {
width:9px!important;
height:9px!important;}

#rhs .custom img,
#lhs .custom img  {}

.dbl.img_serving .pic img {
}

.extra_imgs img {
width:133px;}

#pop div.pic img {
	width:400px;
	height:279px;
	border:0px;
}

#pop div.pic.option img {
width:279px;
height:400px;
border:0px;}

html:last-child .poll .item {
width:161px;}

.no_bg {
background:none;}

.no_bg .outer {
padding:0px;
background:none;}

.opt_in {
color:#fff;
background-color:#729130;}

.opt_in .inner {
padding-top:41px;
background:url(/params/img/subscribe.gif) no-repeat;}

.opt_in h3 {
display:none;}

.opt_in table {
margin-bottom:10px;}

.opt_in .text {
margin-top:3px;
width:150px;}

.opt_in a {
color:#fff;}

.opt_in a:hover {
color:#fff;
text-decoration:underline;}

.support_links {
background:none;}

.support_links .outer {
padding:0px;
background:none;}

.support_links p {
margin:0 0 5px 0;}

#content .no_bg img,
#content .support_links img,
#content .support_acf img,
#content .get_involved img {
border:0!important;}

#rhs .no_bg img,
#lhs .no_bg img,
#rhs .support_links img,
#lhs .support_links img,
/*
#rhs .support_acf img,
#lhs .support_acf img,
*/
#rhs .get_involved img,
#lhs .get_involved img {
width:180px!important;}

.button {
margin:0!important;
text-align:right;}

#lhs .button img,
#rhs .button img {
display:inline;
width:37px!important;
height:37px!important;}

.get_involved {
color:#fff;
background-color:#607219;}

.get_involved a {
color:#fff;}

.get_involved a:hover {
color:#fff;
text-decoration:underline;}

.get_involved .inner {
padding-top:31px;
background:url(/params/img/get_involved.gif) no-repeat;}


/* ALBUMS */


#albums #content {
overflow:hidden;}

.wrapper {
width:760px;}

.album,
.gallery {
float:left;
width:170px;
position:relative;
margin:0 10px 10px 0;
padding:0 10px 8px 10px;
font-size:12px;
background:#E1DED8 url(/params/img/module_bottom.gif) no-repeat 0% 100%;}

.album .pic,
.gallery .pic {
width:170px;
margin:0 -10px 0 -10px;
border:0;
padding:8px 10px 0 10px;
background:url(/params/img/module_top.gif) no-repeat;}

.album .pic img,
.gallery .pic img {
width:158px;
height:110px;
border:1px solid #cfcfcf;}

.album .more {
text-decoration:none!important;}

.gallery .enlarge {
display:none;}

#controls {
float:left;
margin:1px 0 1em 1px;}

#controls a {
display:block;
float:left;
margin-right:1px;
padding:5px 10px;
background:#000;}

#controls a:hover {
background:#666;}

#controls b {
color:#fff;}

/***** SHOP *****/
.pages {
	margin: 0;
	padding: 15px 0 15px 0px;
	font-size: 11px;
}

#shop .pic {
	border: solid 1px #cfcfcf;
}

#shop .pic  img {
	width: auto;
}

#shop #navs_level_4 {
	background: #48c0ed;
	color: #FFF;
	border: solid 1px #cfcfcf;
	float: right;
	width: 728px;
	margin: 0;
	padding: 0px;
}

#shop #navs_level_4 a {
	color: #FFF;
	border-right: 1px solid #FFF;
	padding: 0px 10px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	margin: 3px 0px;
}

#shop #navs_level_4 form {
	float: right;
	display: inline;
	padding: 3px 10px 3px 0px;
}

#shop #navs_level_4 form input {
	height: 22px;
	line-height: 22px;
	border: solid 1px #686969;
	padding: 0px 4px;
	color: #686969;
	width: 95px;
}

#shop #navs_level_4 form input.btn {
	background: #acdbf6;
	height: 24px;
	line-height: 24px;
	margin-bottom: 0px;
	width: auto;
}

#shop #main {
	float: left;
	width: 728px;
	overflow: hidden;
}


#shop #main h2 {
	margin-top: -5px;
	text-transform: uppercase;
}

#shop #main  {
	width: 676px;
	margin-top: 25px;
	background: #FFF;
	border: solid 1px #CFCFCF;
	overflow: hidden;
	padding: 26px;
}

#shop #main .wrapper {
	overflow:hidden;
}

div.module.custom.shop {
	padding: 0;
	border: none;
	width: 230px;
}

div.module.custom.shop a {
	font-size: 10px;
	display: block;
	background: #00aeef;
	color: #FFF;
	padding: 10px 10px;
	margin-bottom: 1px;
	text-transform: uppercase;
	width:210px;
}

div.module.custom.shop a:hover {
	text-decoration: none;
	background: #48C0ED;
}

#shop div.line h4 a { text-decoration: none; }

.product { 
display: inline;
float: left;
margin: 0 26px 30px 0px;
width: 190px;
}

.product+.product {
	margin: 0px 26px 30px 26px;
}

.product+.product+.product {
	margin: 0px 0px 30px 26px;
}

#shop #main #product_pic { 
	width: 352px;
	float: left;
}

#shop #main #product_pic>img { 
	width: 350px; height: 350px;
	border: solid 1px #CFCFCF;
}

#shop #main #product_pic .extra_imgs {
	margin-top: 5px;
	overflow: hidden;
	position: relative;
	margin-top: -76px;
	left: 360px;
	width: 250px;
}

#shop #main #product_info_pic {
	float: right;
	width: 305px;
}

#shop #main #product_info_pic .block {
	padding: 0px 5px 0px 5px;
}

#shop #main #product_info_pic #notes_title {
	padding: 0px 5px 0px 5px;
}

#shop #main #product_info_pic h3,
#related_products  h3,
#product_options h3 {
	color: #00AEEF;
	margin: 0;
	text-transform: uppercase;
}

#shop #main  p {
	margin: 0;
	line-height: 1.7em;
}

#shop #main #product_info_pic #page_total {
	margin-bottom: 15px;
}

#shop #main #product_info_pic #page_total+.block  h3{
	font-size: 13px;
}

#shop #main #product_options {
	float: left;
}

#shop #main #product_options .block {
	padding-bottom: 0px;
}

#shop #main #page_total.block {
	padding: 5px 0px;
	margin-bottom: 30px;
	border-top: solid 1px #CFCFCF;
	border-bottom: solid 1px #CFCFCF;
	text-align: right;
}

#shop #main #product_options .block>table {
	margin: 10px 0px;
}

#shop #main #product_options .block table tr td {
	padding: 5px 0px;
	width: 200px;
}

#shop #main #product_options .block table tr td+td {
	width: 505px;
}

#shop #main #product_options .block table tr td+td textarea {
	width: 300px;
}

#shop #main #product_options .block table tr td table.y td {
	width: auto;
	padding: 0px 5px;
}

#shop #main #product_descriptions {
	float: left;
	width: 100%; 
	overflow: hidden;
}

#shop #related_products { 
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

#shop #related_products .relatedProduct_item {
	float: left;
	width: 196px;
	margin: 0px 14px;
}

#shop  #related_products .relatedProduct_item .pic {
	border: 0;
}

#shop  #related_products .relatedProduct_item .pic a img {
}

#shop #related_products .accessories .product_options_tbl,
#shop #related_products .accessories .product_options_tbl  select,
#shop #related_products .accessories .product_options_tbl  textarea {
	font-size: 11px;
}

#shop #related_products .accessories .product_options_tbl td {
	width: 96px;
	padding-right: 2px;
}

#shop #related_products .accessories .product_options_tbl td+td {
	padding-left: 2px;
	padding-right: 0px;
}

#shop #related_products .accessories .product_options_tbl  textarea {
	width: 86px;
}

#shop .shop_buybuttons {
	clear: both;
}

.notab { 
	display: none;
}

#shop ul#tabnames {
	display: block !important; 
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 27px; 
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	width: 100%;
	margin-bottom: -1px;
}
#shop ul#tabnames li { 
	float: left;
	margin: 0;
	padding: 0;
	height: 26px; 
	line-height: 26px; 
	border: 1px solid #CFCFCF;
	border-left: none;
	margin-bottom: -1px; 
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
#shop ul#tabnames li a { 
	text-decoration: none;
	color: #00aeef;
	display: block;
	font-size: 12px;
	outline: none;
	padding: 0px 10px;
}
#shop ul#tabnames li a:hover { background: #ccc; }
#shop ul#tabnames li.on, #shop ul#tabnames li.on a:hover { border-bottom: solid 1px #FFF; background: #FFF; }
#shop .tabContent { border: solid 1px #CFCFCF; border-top: none; overflow: hidden; clear: both;  padding: 15px 10px; margin: 0; width: 655px; }
#shop .tabContent p { margin: 0; }
#shop .tabContent h3 { display: none; }
#shop .shop_buybuttons { padding: 0px 5px; margin-top: 15px; }

.icon_plus img{ 
	background:url("/params/img/plus.gif") no-repeat scroll 0 0 transparent;
	height:9px;
	margin-right:2px;
	width:9px;
	display: inline-block;
}

.icon_minus img {
	background:url("/params/img/minus.gif") no-repeat scroll 0 0 transparent;
	height:9px;
	width:9px;
	display: inline-block;
}

.qty_line input { width: 30px; }

.module.shop { overflow: hidden; }
.module.shop .pic img {width: 100%;}
.module.shop input { width: 30px; float: left; margin-right: 5px; }
.module.shop .qty_icons { float: left; width: 20px;}
.module.shop .qty_icons a { float: left; padding: 5px 0px; clear: right;}
.module.shop p.btns input { width: auto; }
.module.shop h4 { display: block;  clear: both; }

/**** CUSTOM ****/

.quote.number {
	background: none;
	padding:0;
	width: 288px;
	background: #141414 url('../img/qbg.png') no-repeat 1px top;
}

.quote.number blockquote  { margin: 0; padding: 0; }

.quote.number h3  {
color:#dbdbdb; 
padding: 10px 0 2px 10px;}

.quote.number blockquote  span span:first-child {
	font-weight: bold;
	display: block;
	height: 50px;
	background: #141414 url('../img/bg_number_quote.jpg') repeat-x 1px center;
	color: #FFF;
	font-size: 32px;
	line-height: 55px;
	letter-spacing: 9px;
	text-align:right;
	padding: 0 0 0 0;
	margin-bottom:5px;
}

.quote.number blockquote  span span+span {
	display:block;
	padding:10px;
	color:#ffffff;}


/* SITEMAP */

#site_map #main h1 {
display:none;}

#site_map .btns {
display:block;
border:0;
padding:0;
margin-bottom:60px;}

#site_map .btns .btn {
float:left;
width:83px;
margin-right:3px;
}

#site_map_wrapper {
margin:1em 0;}

#site_map_wrapper ul {
margin-top:40px;
padding:0 0 10px 0;
width:470px;}

#site_map_wrapper ul li ul{
margin:0px;
padding:0 0 10px 0;
width:470px;}


#site_map_wrapper li {
position:relative;
list-style-type:none;
margin:0;
padding:0 0 0 25px;}

#site_map_wrapper h2,
#site_map_wrapper h3,
#site_map_wrapper h4,
#site_map_wrapper h5,
#site_map_wrapper h6 {
position:relative;
margin:0 0 10px 0;
border-bottom:1px solid #d1d1d1;
padding:0 0 3px 0;
line-height:24px;}

#site_map_wrapper h3 a {font-size:20px!important;}

#site_map_wrapper .toggle h4 a {font-size:20px!important;}

#site_map_wrapper a {
font-size:12px;
color:#666;
font-weight:normal;
text-decoration:none;}

#site_map_wrapper a:hover {
text-decoration:underline;}

#site_map_wrapper h2 a {
font-size:20px;
color:#000;}

#site_map_wrapper li .article a {
}

#toggle_state_all,
#site_map_wrapper li span {
position:absolute;
left:0;
top:0px;
cursor:pointer;
display:block;
height:18px;
width:18px;
background:transparent url(/params/img/sitemap.gif) no-repeat;
overflow:hidden;}

#toggle_state_all,
#site_map_wrapper ul li ul span {
position:absolute;
left:0;
top:0px;
cursor:pointer;
display:block;
height:13px;
width:13px;
background:transparent url(/params/img/sitemap-small.gif) no-repeat;
overflow:hidden;}

#site_map_wrapper li ul {
display:none;}

#site_map_wrapper li ul.toggle {
display:block;}

#toggle_state_all,
#site_map_wrapper li span {
background-position:0 0;}

#toggle_state_all.toggle,
#site_map_wrapper ul li ul span.toggle  {
background-position:0 -13px;}

#toggle_state_all.toggle,
#site_map_wrapper li span.toggle  {
background-position:0 -18px;}

/**** CUSTOM ****/
.module.greybox {
    background: none repeat scroll 0 0 #CBCBCB;
    border: 1px solid #B6B5B5;
    padding: 10px 10px 10px;
    position: relative;
    width: 264px;
}

.module.greybox .outer, .module.greybox .outer .inner {
	padding: 0px;
}

.module.greybox h3 {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}

.module.greybox h3 span{
	color: #3d2f22;
}

.leftpop {
	float:left;
	margin-right:35px;
	padding:4px;
	border: 1px solid #999;
}

.leftpop2 {
	float:left;
	margin-right:25px;
	margin-bottom:50px;
	padding:4px;
	border: 1px solid #999;
}

#imagelist {min-height:167px;border-bottom:2px solid #D5D5D5;padding-bottom:20px;margin-bottom:30px;}

.smallerh1 {font-size:30px;line-height:30px;}

.module.news .item p {
	margin-bottom: 0;
}

.module.news .item h4 { padding-top: 0; }

.module.news .item { margin-bottom: 1em; }

.ui-accordion .ui-accordion-header {
	padding: 10px 10px 10px 30px;
	background: #FFC425;
	font-size: 20px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	font-family: Arial, sans-serif;
}

.ui-accordion .ui-accordion-content {
	background: none;
	border: 0;
	font-family: Arial, sans-serif;
	color:#d3d2d2;
}

.mobile { display: none; }

.btn.sml {
	font-size: 22px;
    line-height: 1em;
    padding: 3px 10px;
    text-decoration: none;
}

.ui-accordion { width: 70%; }

.section-7  #middle{
	width: 600px
}

.section-7  #rhs  {
	display: block;
}
.section-7  #rhs .btn   {
	background-image: url('/params/img/button_s.png');
	width: 260px;
	display: block;
	font-size: 40px;
	padding: 22px 10px 14px;
}

#forms #section_header { display: none; }

.clear { clear: both; }