/*set "unknown" elements to act as a div (for backwards compatibility), but doesnt work in IE 6, 7, 8. Need modernizr for that. 
If this rule is not set, some older browsers will render unknown elements to display inline. */
header, section, aside, nav, footer, figure, figcaption {display:block;}

body, html {
	margin:0;
	padding:0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	height: 100%;
	color:#444444;
	background-color:#f3eee6;
}
a { text-decoration:none;color:#873b35;}
a:hover {text-decoration: underline;}
a img, img {border:none;}
:focus {outline:none;}
.IE7_no_support_alert {display:none;}
#push_wrapper {
	width:1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px auto;
}
noscript {
	display:block;
	text-align:center;
	background-color: #FCC;
	color:#000;
	position:fixed;
	width:100%;
	z-index:1000;
}
/*============================ HEADER ============================*/
header {
	width:960px;
	margin:auto;
	position:relative;
	height:105px;
}
.logo_wrap {
	width:220px;
	float:left;
	height:105px;
}
.logo_wrap a img {margin:20px 0 0 15px;}
/*============================ TOP NAVIGATION ============================*/
nav#topnav {
	width:680px;
	float:right;
	height:105px;
}
nav#topnav>ul, 
nav#topnav>ul>li {
	margin:0;
	padding:0;
	list-style:none;
	height:105px;
}
nav#topnav>ul>li {
	float:right;
	display:block;
	position:relative;
}
nav#topnav>ul>li>a {
	display:block;
	height:105px;
	line-height:135px;
	padding:0 23px;
	color:#444444;
	text-decoration:none;
}
nav#topnav>ul>li>a.active {background-color:#990000; color:#fff;}
nav#topnav>ul>li>a:hover, 
nav#topnav>ul>li:hover {background-color:#d7d2c4}

nav#topnav>ul>li>a.active:hover {color:#fff; text-decoration:none;background-color:#990000} 
 
nav#topnav>ul>li>a.active>.topnav_shad {display:block} 


.topnav_shad {
	position:absolute;
	left:50%;
	margin-left:-70%;
	bottom:0;
	height:12px;
	width:140%;
	background-image:url(../elements/structure/topnav_shad.png);
	background-size: 100% 12px;
	display:none;
}

.dd_wrap {
	position:absolute;
	top:105px;
	z-index:100;
	display:none;
}
nav#topnav>ul>li:first-child .dd_wrap {
	right:-30px;
}
.dd_wrap {
	position:absolute;
	top:105px;
	z-index:100;
	display:none;
}
.dd_link>a {
	display:block;
	width:130px;
	padding:0 20px;
	height:45px;
	line-height:45px;
	text-align:left;
	background-color:#99968a;
	color:#444444;
	text-decoration:none;
	border:1px solid #99968a;
}
.dd_link>a:hover {background-color:#f3eee6; text-decoration:none;color:#444444; border:1px solid #99968a;}

/*============================= SLIDER ===============================*/
#slider {display:none;}
#slider_wrap {
	width:960px;
	margin:auto;
	position:relative;
	height:305px;
	background-color:#e8e3db;
 }
.bx-pager {
	position:absolute;
	bottom:-24px;
	right:17px;
	height:16px;
	z-index:200;
	overflow:hidden;
}
a.pager-link {
	width:12px;
	height:12px;
	display:block;
	font-size:1px;
	text-indent:1000px;
	float:left;
	margin-left:15px;
	background: #d8d3be;
}
a.pager-link:hover, a.pager-active {
	background: #827f74;
}

/*============================= GENERAL / CONTENT ===============================*/
.center960 {
	width:960px;
	margin:auto;
	position:relative;
}
.center900 {
	width:900px;
	margin:auto;
	position:relative;
}
.red_dot {
	width:53px;
	height:53px;
	background:url(../elements/icons_logos/dot_reynecke.png) no-repeat;
	position:absolute;
	bottom:-26px;
	left:50%;
	margin-left:-27px;
}
#sidebar {
	background-color:#ddd8cd;
	padding:30px 20px 20px 20px;
	float:left;
	width:220px;
}
#sidebar h1{
	font-family: Times, "Times New Roman", serif;
	font-size:26px;
	margin:0;
	padding:0 0 7px 0;
	border-bottom:1px solid #444;
	margin-bottom:15px;
	font-weight:normal;
	width:100%;
}
#sidebar p {margin:5px 0; line-height:16px; font-size:13px;}
#sidebar ul,
#sidebar ul li {
	list-style:none;
	margin:0;
	padding:0;
	width:220px;
}
#sidebar ul li a {
	display:block;
	line-height:36px;
	height:36px;
	color:#444;
	font-weight:bold;
	text-decoration:none;
}
#sidebar ul li a:hover {color:#873b35;}
#sidebar ul li a.sub_active {color:#873b35;}

#main_content {
	width:640px;
	padding:30px;
	background-color:#aba797;
	float:right;
}
#main_content.no_sidebar {
	width:900px;
}
#main_content h1,
#main_content h2,
#main_content h3 {
	font-family: Times, "Times New Roman", serif;
	font-size:26px;
	margin:0;
	padding:0 0 7px 0;
	font-weight:normal;
	color:#f3eee6;
}
#main_content h1:first-child {margin-bottom:15px;}
#main_content.no_sidebar h1:first-child {margin:0;}

#main_content h2{
	font-size:22px;
	margin:0;
	padding:5px 0;
	color:#873b35;
	font-weight:bold;
}
#main_content h3 {
	font-size:18px;
	padding:5px 0 10px 0;
	color:#444444;
	font-weight:bold;
}
#main_content h3.less_bottom, .less_bottom {padding-bottom:0;margin-bottom:0;}
.less_padding {padding:0;margin:0;}

ul {margin-top:0;}
p, li {line-height:22px;}

.f10 {font-size:10px;}
.f12 {font-size:12px;}
.f13 {font-size:13px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.f20 {font-size:20px;}
.f22 {font-size:22px;}
.f24 {font-size:24px;}
.f26 {font-size:26px;}

.spacer5 {height:5px;}
.spacer10 {height:10px;}
.spacer15 {height:15px;}
.spacer20 {height:20px;}
.spacer25 {height:25px;}
.spacer30 {height:30px;}
.spacer40 {height:40px;}
.spacer50 {height:50px;}
.spacer60 {height:60px;}
.spacer70 {height:70px;}
.spacer85 {height:85px;}
.spacer100 {height:100px;}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.relative {position:relative;}

.white {color:#FFF !important;}
.grey {color:#CCC !important;}
.line {height:1px; background-color:#444; width:100%; margin:10px 0px;}

/*===Social tags left of page===*/
#fb_wrap,
#tw_wrap {
	position:fixed;
	left:-300px;
	top:50%;
	width:330px;
	height:400px;
	z-index:200;
}
#fb_wrap {margin-top:-170px;}
#tw_wrap {margin-top:-75px;}

#fb_wrap div.relative,
#tw_wrap div.relative {
	border: 2px solid #ccc;
	height:400px;
	width:296px;
	float:left;
}
#fb_wrap div.relative { background-color:#fff;}
#tw_wrap div.relative  {background-color:#444444;}

.fb_tag {
	width:30px;
	height:93px;
	background:url(../elements/icons_logos/fb_tag.png) no-repeat;
	float:right;
}
.tw_tag {
	width:30px;
	height:93px;
	background:url(../elements/icons_logos/tw_tag.png) no-repeat;
	float:right;
}
/*===end of Social tags left of page===*/

.wine_wrap {
	background-color:#f3eee6;
	width:670px;
	padding:15px;
	margin:0 -30px;
	border-bottom:1px solid #aba797;
	position:relative;
}
.description, .bottle {
	float:left;
}
.description {
	width: 470px;
	padding: 10px 0 35px 0;
	position: relative;
}
.bottle {
	width:185px;
}
.description>p:first-child {font-weight:bold; font-size:15px; margin:5px 0;}
.description>p {
	margin:5px 0;
	font-size:13px;
	line-height:18px;
}
a.download_button {
	display:block;
	height:24px;
	line-height:24px;
	background:#990000 url(../elements/structure/download_arrow.png) 8px 7px no-repeat;
	color:#fff;
	text-indent:30px;
	width:180px;
	float:right;
	font-size:13px;
	cursor:pointer;
	position:absolute;
	bottom:18px;
	right:30px;
}
a.download_button:hover {background-color:#827F74; text-decoration:none;}

a.read_more_button {
	display:block;
	height:24px;
	line-height:24px;
	background:#990000;
	color:#fff;
	padding:0 20px;
	float:right;
	font-size:13px;
	cursor:pointer;
	position:absolute;
	bottom:18px;
	right:30px;
}
a.read_more_button.back {
	position:relative;
	bottom:auto;
	right:auto
}
a.read_more_button:hover {background-color:#827F74; text-decoration:none;}

img.med {float:left;}

.social_share_wrap {
	height:20px;
	float:left;
	margin-top:3px;
}
.social_share_wrap.left_margin {float:right;margin: 5px 205px 0px 0px;}
.social_button {
	float:left;
	width:75px;
	height:20px;
}
.social_button.facebook {width:130px;}


.analysis_table {
	width:100%;
	border: 1px solid #F3EEE6;
	background-color:#DDD8CD;
}
table.analysis_table tr:first-child {
	font-weight:bold;
	background-color:#ABA797
}
table.analysis_table tr td {
	padding:5px; 
	border: 1px solid #F3EEE6;
}

/*============================= FOOTER ===============================*/


footer, .push {
	height:90px;
}
footer { position:relative;}

.dg_logo {
	float:right;
	margin-top:-15px;
}
.ara_wrap {background-color: #fff; position:absolute; bottom:0; width:100%;height:40px;}
.ara_bar {
	line-height:40px; 
	height:40px; 
	width:500px; 
	margin:auto;
}

nav#bottom_nav {
	width:auto;
	float:none;
	height:20px;
	margin-top:15px;
}
nav#bottom_nav ul, nav#bottom_nav ul li {
	margin:0;
	padding:0;
	list-style:none;
}
nav#bottom_nav ul li {
	float:left;
	display:block;
	position:relative;
}
nav#bottom_nav ul li a {
	display:block;
	height:auto;
	line-height:18px;
	padding:1px 10px;
	color:#999999;
	border-right:1px solid #999999;
	font-size:12px;
}
nav#bottom_nav ul li a:hover, 
nav#bottom_nav ul li a.active {color:#990000; } 
nav#bottom_nav ul li:last-child a {border:none;}



#gateway_wrap {
	position:fixed;
	width:856px;
	height:526px;
	top:50%;
	left:50%;
	margin:-265px 0 0 -430px;
	z-index:800;
	display:none;
	border: 2px solid #aba797;
	border-radius:10px;
	background:#aba797 url(../elements/structure/gateway_bg.jpg) top center no-repeat;
}
.overlay_gw {
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	background:url(../elements/structure/overlay_blk.png) repeat;
	z-index:500 !important;
	display:none;
}
header#gw_header {
	height:125px;
	width:860px;
}
.logo_wrap.gateway {
	width:220px;
	float:none;
	height:65px;
	margin:auto;
	padding-top:30px;
}
.logo_wrap.gateway a img {margin:0;}

img.gw_shad {
	margin:auto;
	display:block;
}
section.gw_content {
	font-family: Times, "Times New Roman", serif;
	color:#000;
	text-align:center;
	width:860px;

}
input[type='submit']{
	border: none;	
	background-color:#990000;
	margin:auto;
	padding:10px 30px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
}

footer#gw_footer {
	background-color:#fff;
	height:40px;
}

.dd_menu_wrap {
	position:relative;
	width:210px;
	margin:auto;
}

.ara_wrap_gw {background-color: #fff; position:absolute; bottom:0; width:100%;height:40px; border-radius: 0 0 10px 10px}

.ara_wrap_gw>.ara_bar {
	line-height:40px; 
	height:40px; 
	width:500px; 
	margin:auto;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	position: absolute;
	display:block;
	width: 148px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 36px;
	line-height:36px;
	padding: 0px 40px 0 12px;
	color: #000;
	font-size: 14px;
	background: #fff url(../elements/structure/gw_dd_arrow1.png) right no-repeat;
	overflow:hidden;
	margin:auto;
	border: 1px solid #aba797;
	font-family:Tahoma, Geneva, sans-serif;
}

/*============================= CONTACT ===============================*/

.contact_info {
}
.contact_form{
	width:530px;
	margin:auto;
}

.contact_form input[type='text'], textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	border: 4px solid #c3c1b4;
	outline:none;
	background-color: #fff;
	width:96%;
	border-radius:3px;
}
.contact_form input[type='text'] {
	padding:8px 5px;
	height:12px;
	margin-bottom:18px;
}
textarea {
	resize: none;
	overflow: auto;
	padding:5px;
	height:100px;
}
.field.textarea {height:140px;}

.contact_form input[type='submit']{
	border: none;	
	background-color:#990000;
	float:right;
	padding:10px 30px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
}
.contact_form table tr td {
	position:relative;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
.label {
	float:left;
	width:135px;
	line-height:36px;
	color:#444;
	text-align:right;
}
.field {
	float:right; 
	position:relative; 
	width:370px;
	height:36px;
	
}
.c_spacer {height:7px; clear:both; position:relative;}

form#contactform label.error, label.error {
	color:  #990000;
	position:absolute;
	top: 12px;
	right: 15px;
	font-size:10px;
	font-weight:normal;
	
}

/*============================= LATEST NEWS / BLOG ===============================*/
.blog_wrap {
	width:640px;
	float:left;
}
.blog_sidenav_wrap {
	width:220px;
	float:right;
}
.blog_smallbox_wrap {
	width:640px;
	float:left;
}
.blog_bigbox {
	position:relative;
	color:#444;
}

.blog_bigbox h2,
.article_container>h2 {
	color:#873B35 !important;
	margin:8px 0 7px 0 !important; 
	font-size:22px !important;
	padding:0 !important;
	font-family:Times, "Times New Roman", serif !important;
}

.blog_bigbox p, 
.article_container>div>p {
	color:#444;
	font-size:13px; 
	line-height:16px; 
	font-weight:normal;
}

.blog_bigbox img, 
.article_container img {
	float:left;
	margin:10px 0;
}
.post_info {
	padding:5px 0 10px 0;
	border-bottom:1px solid #fff;
	text-transform: capitalize;
	font-size:13px;
	word-spacing:2px;
	font-weight:bold;
}

.post_date_on_article, .posted_by, .category {font-weight:normal !important; margin-right:10px;}

/*===== BLOG GALLEry =======*/
.blog_gal_wrap img {
	margin:12px 12px 0px 0;
	border: 1px solid #a04c40;
}
.blog_gal_wrap a:hover img {border: 1px solid #fff;}
.blog_gal_wrap>h2 {color:#fff; margin:8px 0 7px 0; text-transform:uppercase; font-size:18px; padding:0;}

.gallery_hide {display:none;}
.no_margin {
	margin-right:0 !important;
}

.blogline {
	height:1px;
	width:100%;
	margin:auto;
	background-color:#aba797;
	margin-top:15px;
	margin-bottom:20px;
}
/*---custom blog styling for this website-----*/
.blogline.home {margin:5px 0 10px 0; border-bottom:1px dashed #aba797; background-color: transparent;}


/*===== BLOG SMALL BOXES =======*/
.blog_smallbox {
	width:300px;
	float:left;
	color:#444;
	min-height:300px;
	position:relative;
}
.blog_smallbox:last-child {float:right;}
.ie8_lastchild {float:right;}

.blog_smallbox>h2 {
	color:#873B35 !important;
	margin:5px 0 0 0 !important; 
	font-size:18px !important;
	padding:0 !important;
	font-family:Times, "Times New Roman", serif !important;
}

.blog_smallbox>p {
	color:#444;
	font-size:13px; 
	line-height:16px; 
	font-weight:normal !important;
	min-height:50px;
	margin:5px 0;
}
.blog_smallbox>img {margin:10px 0 5px 0;}


.vert_spacer {float:left; width:20px; height:100px;}
.grey_border {border: 1px solid #666;}
.red_border {border: 1px solid #9d1e22;}

.post_info.small {padding-top:0px;}

img.blog_img_small {
	margin:0 10px 5px 0;
}
.share_buttons_wrap {position:relative}
.twit_like, .gplus_like, .fb_article_like { float:left;}

/*==== Side Box ====*/
#side_bar_top>a, .fade_container>a {font-weight:normal; text-decoration:none;}

.side_heading {
	text-transform: uppercase;
	color:#a04c40;
	font-size:16px;
	border-bottom:1px solid #a04c40;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.view_older, .view_newer, .read_more, .view_more  {
	text-transform: uppercase;
	color:#a04c40;
	font-size:12px;
	float:right;
	margin-top:10px;
	cursor:pointer;
}
.view_newer {float:left;}

.read_more {width:90px; height:22px;overflow:hidden;}

.read_more>a { 
	display:block;
	background-color: #900;
	color:#fff;
	height:22px;
	line-height:22px;
	width:90px;
	text-align:center;
}
.read_more>a:hover {text-decoration:none; background-color:#660000;}

.view_older:hover, .view_newer:hover {text-decoration:underline;}

.cat_title {
	text-transform: capitalize;
	color:#444444;
	padding:12px 4px 5px 0;
	font-size:13px;
	cursor:pointer;
	line-height:16px;
	font-weight:bold;
	
}
.cat_title:hover, .cat_title.down {color:#873B35;}
.fade_container {opacity: 0;}

.cat_expand {float:right; font-size:14px;color:#873B35}

.post_title {
	color:#666;
	font-size:13px;
	line-height:16px;
	clear:both;
	padding:5px 3px;
	cursor:pointer;
	border-bottom: 1px dashed #aba797;
	
}
.post_title:hover {background-color:#aba797;}

.post_date {
	text-transform: uppercase;
	color:#873B35;
	font-size:10px;
	margin-left:4px;
	line-height:16px;
	float:right;
}

.hide_overflow {height:0px; overflow:hidden;}

.article_container.blog_bg_color_for_cms {background-color:#ABA797 !important;}

/*============ Social media icons ===============*/
.social_media_wrap {
	position:relative;
}
.soc_icon {
	width: 100px;
	float: left;
}
.soc_icon.facebook{}
.soc_icon.twitter{}
.soc_icon.gplus>{}


/*===GALLERY PAGE===*/
.album_cover_wrap {
	position:relative;
	float:left;
	margin:0 37px 0 10px;
	width:185px;
	cursor:pointer;
}

.album_cover_wrap.ie_4th_child {margin-right:0;}

.album_cover { position:relative;}

.album_title_small {
	position:relative;
	margin:20px 0 15px;
	font-size:12px;
	height:47px;
	overflow:hidden;
}
.album_cover_wrap:hover .album_title { color:#fff;}

.bg_layer {
	width:185px;
	height:139px;
	background-color:#fff;
	opacity:.6;
	filter: alpha(opacity = 60);
	position:absolute;
}
.bg_layer.one {top:8px;left:-7px;}
.bg_layer.two {top:16px;left:-14px;}


.back_to_gal>a {
	display:block;
	height:40px;
	width:55px;
	float:left;
	background:url(../elements/structure/back_dot.png) top left no-repeat;
	padding:60px 30px 5px 0;
	text-align:center;
	font-size:12px;
	border-right:1px solid #fff;
	margin-right:30px;
	color:#444;
}
.back_to_gal>a:hover {color:#873B35; text-decoration:none;}


.album_details {
	min-height: 100px;
	float: left;
	width: 780px;
}
.aldum_descr {
	line-height:18px;
	font-size:14px;
	color:#444;
}

.album_date {
	font-size:10px;
	margin-top:5px;
}
.gallery_thumbnail {
	position:relative;
	float:left;
	margin:0 20px 20px 0;
	width:210px;
	height:158px;
}
.gallery_thumbnail.no_margin_right {margin-right:0;}

img { behavior: url(../scripts/captcha/captcha/iepngfix.htc); }


div#ajax-fc-content input, 
div#ajax-fc-content select {
    background: scroll left top transparent;
	border: 1px solid #ADB8C1;
    color: #ADB8C1;
    display: block;
    font-family: Arial;
    height: 32px;
    margin: 3px 0 1px;
    padding: 7px 10px;
	width: 316px;
}

div#ajax-fc-content input#submit {
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 32px;
    margin-top: 25px;
    width: 117px;
}


/* FANCY CAPTCHA STARTS */
.ajax-fc-container { 
	width: 316px;
	height:85px;
	background: none;  
	margin:0; 
	position:relative;
}

/* rounded corners */
.ajax-fc-rtop, .ajax-fc-rbottom{ display:block; background: none; }
.ajax-fc-rtop *, .ajax-fc-rbottom *{ display: block; height: 1px; overflow: hidden; background: none; }

/* describes left and right boxes */
div#ajax-fc-content { position: absolute; margin-top: -3px; margin-left: 9px; width: 298px; height: 105px; background: transparent; }
div#ajax-fc-content div#ajax-fc-left { width: 200px; height: 100px; float: left; }

div#ajax-fc-content div#ajax-fc-right { width: 98px; height: 100px; float: right; }

/* block left: task and pictures */
p#ajax-fc-task { line-height: 16px; margin: 0; padding: 0 0 0 2px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #fff; text-align:left;}
p#ajax-fc-task span { color: #990000; font-weight: bold; }

ul#ajax-fc-task { width: 190px; height: 18px; list-style-type: none; margin: 6px 0 0 0; padding: 0 0 0 2px; }

/* block right: cycle and backlink */
ul#ajax-fc-task li { float: left; margin-right: 1px; margin-top: 6px;}
p#ajax-fc-circle { position: absolute; margin: 5px 0 0 5px; width: 79px; height: 79px; background: url(../scripts/captcha/imgs/circle.png); background-repeat: no-repeat; }
img#ajax-fc-backlink { position: absolute; margin-top: 1px; margin-left: 6px; border: 0px; z-index: 101; display:none;}

/* left and right png borders */
div#ajax-fc-corner-spacer { height: 0; }
img.ajax-fc-border { position: absolute; margin-top: -3px; }
img.ajax-fc-border#ajax-fc-left { margin-left: 2px; }
img.ajax-fc-border#ajax-fc-right { margin-left: 307px; }

/* items */
.ajax-fc-highlighted { cursor: pointer; z-index: 102}

/* rounded corners */
.ajax-fc-r1{ margin: 0 5px } .ajax-fc-r2{ margin: 0 3px } .ajax-fc-r3{ margin: 0 2px } .ajax-fc-r4{ margin: 0 1px; height: 2px }

/* FANCY CAPTCHA ENDS */