/* GENERAL SETTINGS */
*{
margin: 0;
padding: 0;
}

html, body {
	height: 100%;
	padding:0;
	background:url(../Images/WIDE_beer_mugs_blue_sky.jpg) no-repeat center top;
	background-attachment:fixed;  
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", 		"Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	line-height:1.6;
	}

img {
	display:block;
	vertical-align:bottom;
	}
	
a img {border:none;}	

.img_capt{ 
	position:absolute; 
	bottom:0px; 
	width:100%;
	left:0; 
	height:40px; 
	background-color:#999; 
	background: url(../Images/transparent-bg.png);
	z-index:5;
	text-align:center;
	color:#fff;
	font-size:.8em;
}

.box_capt{ 
	position:absolute; 
	bottom:0px; 
	width:100%;
	left:0; 
	height:40px; 
	background-color:#999; 
	background: url(../Images/transparent-bg.png);
	z-index:5;
	text-align:center;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
}

.logo_capt{ 
	position:absolute; 
	bottom:0px; 
	width:100%;
	left:0; 
	height:40px; 
	text-align:center;
	color:#000;
	font-size:70%;
	font-family:arial, Helvetica, sans-serif;
}

.tall{
	height:100%;
}

.all_ctr {
	height:100%;
	display:block;
	margin:0 auto;
	vertical-align:middle;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
	
div#spacer {
	background-color:#ccc;
	height:10px;
	}

.fc_brdr {
	border-width:1px;
	border-style:solid;
	border-color:#CCC;
	height:100%;
	background: #FFFFFF;
}

.overlap {
	margin-left:-10px;
	margin-top:5px;
	width:90px;
	height:20px;
	float:left;
	z-index:5;
	text-align:left;
	background-color:#F00;
}

.fc_button {
	float:left;
	margin:3px;
	padding:0 8px 3px 0;
	}


.grid_9 input {	
	width:100px;
	height:21px;
	font-size:11px;
	}
	
.grid_9 button {	
	width:100px;
	height:21px;
	font-size:11px;
	}

.grid_9_space {
	width:700px;
	margin:0px;
	padding:0px;
	height:16px;
	}
	
/* FOOTER SITEMAP STYLING-------------------------------------------------------------------------------------------------- */
.ft_list {
	list-style:none;
}

.ft_list *.ft_head {
	font-weight:bold;
	margin-left:0px;
	font-size:80%;
	list-style:none;
}

.ft_list li {
	font-size:70%;
	margin-left:7px;
	list-style:none;
}

.ft_list a {
	text-decoration:none;
	color:#000000;
}

.ft_list a:hover {
	text-decoration:underline;
	color:#DC7D27;
	font-weight:bold;
}

/* TEXT STYLING ---------------------------------------------------------------------------------------------- */

.box_head_main {
	color:#000; 
	font-family:arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.5em;
	font-weight:bold;
	}

.box_head_sub{
	color:#000; 
	font-family:arial, Helvetica, sans-serif;
	font-size:.9em;
	}

.box_text {
/*	margin:5px 7px; */
	color:#000; 
	font-family:arial, Helvetica, sans-serif;
	font-size:.7em;
/*	padding:0px 5px;  */
}

.box_text ul {
	list-style:none;
}

.box_text li {
	margin-left:30px;
	list-style:circle;
}

.page_head_main {
	color:#9B3621;
	font-size:3em;
	line-height:1.2em;

}

.page_head_sub {
	font-size:1.5em;
}

.page_text {
	font-size:.9em;
	line-height:1.5em;
	vertical-align:bottom;
	font-family:arial, Helvetica, sans-serif;
}

p{
	margin-bottom:1.5em;
}

.page_bold {
	font-size:1em;
	line-height:1.5em;
	font-weight:bold;	
	font-family:arial, Helvetica, sans-serif;
}

a {
	color:#00F;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.beer_style {
	font-size:.8em;
	margin-left:20px;
}

.beer_cat{
	font-size:.9em;
	font-weight:bold;
}

/* CSS FOR SLIDING FORM -------------------------------------------------------------------------------------- */

#content{
    margin:0px auto;
    width:780px;
    position:relative;
    height:100%;
}
#wrapper{
	background-image:url(../Images/dark_beer_bkground.jpg);
	background-repeat:no-repeat;
    width:780px;
    overflow:hidden;
}
#steps{
    width:780px;
    overflow:hidden;
}
.step{
    float:left;
    width:780px;
}

.fld_box{
	width:380px;
	height:320px;
	margin-top:60px;
	margin-left:380px;
    border:1px solid #fff;
	position:relative;
}

.fld_box p{
	width:360px;
	padding:10px;
	font-size:1em;
	color:#fff;
}

#navigation{
    height:40px;
	font-size:.75em;
    border-top:1px solid #fff;
	width:780px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#navigation ul{
    list-style:none;
	float:left;
	margin-left:30px;

}
#navigation ul li{
	float:left;
    position:relative;
	margin:0px;
	width:120px;
}
#navigation ul li a{
    display:block;
    height:40px;
    color:#fff;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:40px;
	text-align:center;
}
#navigation ul li a:hover,
#navigation ul li.selected a{
    color:#FF0;
}
span.checked{
    background:transparent url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../images/error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
#steps form fieldset{
	border:none;
	padding-bottom:20px;
}
#steps form legend{
    text-align:left;
    color:#666;
    font-size:24px;
	padding: 0px 10px;
    font-weight:bold;
    float:left;
    width:780px;
    margin:10px 0px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9; 
}
/* #steps form p{
    float:left;
    clear:both;
/*    margin:5px 0px; */
/*    background-color:#f4f4f4;
    border:1px solid #fff;
    width:370px;
    padding:10px;
    margin-left:380px;
	font-size:.9em;
	font-family:arial, Helvetica, sans-serif;
	color:#fff;
} */
#steps form table{
    float:left;
    clear:both;
/*     background-color:#f4f4f4; */
    border:1px solid #fff;
	color:#fff;
    width:380px;
    padding:0px 10px;
	text-align:left;
}

#steps form p label{
    width:160px;
    float:left;
    text-align:right;
    margin-right:10px;
    line-height:26px;
    color:#fff;
    font-weight:bold;
}
#steps form input:not([type=radio]),
#steps form textarea,
#steps form select{
    background: #ffffff;
    border: 1px solid #ddd;
    outline: none;
    padding: 5px;
    width: 200px;
    float:left;
}

#steps form input:[type=radio] {
    outline: none;
    padding: 5px;
    width: 200px;
    float:left;
}

#steps form input:focus{
    background-color:#FFFEEF;

}
#steps form p.submit{
    background:none;
    border:none;
}
#steps form .next_button {
	position:absolute;
	bottom:10px;
	right:10px;	
	border:none;
	outline:none;
    color: #000;
    display: block;
    cursor:pointer;
	width:100px;
    padding: 5px 25px;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:15px;
    background:#ffd878;
}

#steps form .prev_button {
	position:absolute;
	bottom:10px;
	left:10px;
	border:none;
	outline:none;
    color: #000;
    display: block;
    cursor:pointer;
	width:100px;
    padding: 5px 25px;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:15px;
    background:#ffd878;
}

#steps form button:hover {
    background:#dc7d27;
    color:#fff;
}

/* CONTACT FORM ---------------------------------------------------------------------------------- */

.next_button {
/*	position:absolute;
	bottom:10px;
	right:10px;	 */
	border:none;
	outline:none;
    color: #000;
    display: block;
    cursor:pointer;
	width:100px;
    padding: 5px 25px;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:15px;
    background:#ffd878;
}

#contactFormContainer {
	position:absolute;
	top:152px; 
	left:50%;
	margin-left:160px;
	float:right; 
}

#contactForm {
	height:277px;
	width:320px;
	background-image:url('bkg.jpg');
		background-color:#999; 
		filter:alpha(opacity=90);
		-moz-opacity: .9;
		khtmlOpacity: .9;
		opacity: .9;
	display:none;
}

#contactForm fieldset {
	padding:10px;
	border:none;
}      

#contactForm label {
	display:block;
	color:#000;
}
      
#contactForm input[type=text] {
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
	height:24px;
}  

#contactForm textarea {
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
}  

#contactForm input[type=submit] {
	border:none;
	outline:none;
	color: #000;
	display: block;
	cursor:pointer;
	width:100px;
	padding: 5px 25px;
	font-weight:bold;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size:15px;
	background:#ffd878;
		
}                

#contactLink {
	cursor:pointer;
}

#messageSent {
	color:#000;
	display:none;
}

/* NEW BUILD TOUR FORM (BASIC) ------------------------------------------------------------------------------ */

#tour_wrap{
	width:780px;
	height:440px;
	margin:10px auto;
	background-image:url(../Images/dark_beer_bkground.jpg);
	background-repeat:no-repeat;
	position:relative;
    overflow:hidden;	
}


#tour_box{
	width:380px;
	height:420px;
	margin-top:10px;
	margin-left:380px;
    border:1px solid #fff;
	position:relative;
}

#tour_box p{
	width:360px;
	padding:0px 10px;
	margin-bottom:10px;
	color:#fff;
}

#tour_box form label{
    width:140px;
	display:block;
	float:left; 
    text-align:left;
    margin-right:10px;
    line-height:20px; 
    color:#fff;
    font-weight:bold;
}

#tour_box input[type=submit] {
	border:none;
	outline:none;
    color: #000;
    display: block;
    cursor:pointer;
	width:100px;
/*    padding: 5px 25px; */
	margin:0px 0px 0px 140px;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:15px;
    background:#ffd878;
	height:30px;		
} 

#tour_box form input:not([type=radio]),
#tour_box form select{
    background: #ffffff;
    border: 1px solid #ddd;
    outline: none;
    padding: 0px 0px 0px 5px;
	margin-bottom:10px;
    width: 180px;
    float:left;
	height:20px;
}

#tour_box form input[type=text] {
	display:block;
	border:solid 1px #4d3a24;
	width:180px;
	height:20px;
	padding:0px 5px;
} 

#tour_box form textarea {
	background: #ffffff;
    border: 1px solid #ddd;
    outline: none;
    padding: 5px;
	margin-bottom:10px;
	height:80px;
    width: 340px;
    float:left;
}

.sub_button {
/*	position:absolute;
	bottom:10px;
	right:10px;	 */
	border:none;
	outline:none;
    color: #000;
    display: block;
    cursor:pointer;
	width:100px;
	margin:0px 0px 0px 140px;	
    padding: 5px 25px;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:15px;
    background:#ffd878;
}


/* NEW PACKAGE PRICING SLIDER AND OTHER LEFT ORIENTED SLIDER ------------------------------------------------- */

#left_slide{ 
	width:690px;  
	padding-left:240px; 
	position:relative; 
	border:5px solid #ccc; 
	height:250px; 
	background:#fff;
}
#left_slide ul.ui-tabs-nav{ 
	position:absolute; 
	top:0;
	left:0px; 
	list-style:none; 
	padding:0;
	margin:0; 
	width:240px; 
}
#left_slide ul.ui-tabs-nav li span{ 
	font-size:1.2em; 
	line-height:1.6em;
	margin-top:20px;
}

#left_slide ul.ui-tabs-nav li{ 
	padding:0px 0; 
	padding-left:0px;  
	font-size:.9em; 
	color:#666; 
}
#left_slide ul.ui-tabs-nav li img{ 
	float:right; 
	margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}

#left_slide li.ui-tabs-nav-item-f a{ 
	display:block; 
	height:64px; 
	background:#fff; 
	color:#333; 
	line-height:2em; 
	padding:0px 0px 0px 0px;
}

#left_slide li.ui-tabs-nav-item a{ 
	display:block; 
	height:62px; 
	background:#fff; 
	color:#333; 
	line-height:2em; 
	padding:0px 0px 0px 0px;
}

#left_slide li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
/* #left_slide li.ui-tabs-selected{ 
	background:url(../Images/selected-item.gif) top left no-repeat;  
}*/

#left_slide ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}

#left_slide .ui-tabs-panel{ 
	width:440px; 
	height:230px; 
	background:#ccc; 
	position:relative;
	padding:10px;
}

#left_slide .ui-tabs-panel .caption{ 
	position:absolute; 
	top:0px; 
	width:230px;
	left:460px; 
	height:250px; 
	background-color:#999; 
	background: url(../Images/transparent-bg.png);  

}

#left_slide .caption h2{ 
	padding:5px; 
	margin:0;
	overflow:hidden; 
	font-size:1.3em; 
	color:#fff; 
}

#left_slide .caption p{ 
	margin:0 5px; 
	font-size:.9em; 
	line-height:1em; 
	color:#f0f0f0;
}

#left_slide .caption a{ 
	text-decoration:none; 
	color:#fff;
}

#left_slide .caption a:hover{ 
	text-decoration:underline;
}

#left_slide .ui-tabs-hide{ 
	display:none; 
}

/* CMS Styles ----------------------------------------------------------------------------------- */

#cms_form{
	margin-top:10px;
    border:1px solid #fff;
	position:relative;
}

#cms_form form label{
    width:140px;
	display:block;
	float:left; 
    text-align:left;
    margin-right:10px;
    line-height:20px; 
    color:#000;
    font-weight:bold;
}

#cms_form input[type=submit] {
	border:none;
	outline:none;
    color: #000;
    display: block;
    cursor:pointer;
	width:100px;
/*    padding: 5px 25px; */
	margin:0px 0px 0px 140px;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:15px;
    background:#ffd878;
	height:30px;		
} 

#cms_form form input:not([type=radio]),
#cms_form form select{
    background: #ffffff;
    border: 1px solid #ddd;
    outline: none;
    padding: 0px 0px 0px 5px;
	margin-bottom:10px;
    width: 180px;
    float:left;
	height:20px;
}

#cms_form form input[type=text] {
	display:block;
	border:solid 1px #4d3a24;
	width:180px;
	height:20px;
	padding:0px 5px;
} 

#cms_form form textarea {
	background: #ffffff;
    border: 1px solid #ddd;
    outline: none;
    padding: 5px;
	height:80px;
    width: 480px;
    float:left;
}


