@font-face {
    font-family: "Helvetice Neue Ultra Light"; 
    src: url('helvetica_neue_ultra_light.ttf') format("truetype"); 
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	
    font-family: "Helvetice Neue Ultra Light",Trebuchet, "Trebuchet MS", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    line-height: 1.1em;
    /*background: #000 url('/theme/img/FLAVOR-0012.jpg') top center;*/
    background: #000;
    color: #333;
    text-align:center;
    word-spacing:-2px;
}
body.white {
    background: #fff;
    color: #333;
}

p { margin: 0 0 1.1em;}

:focus { outline: 0; }

a {outline:none;color:#fff;}

/**** Structure ****/

#kohanut_header {
    z-index: 100;
    position: relative;
}

#container {
	min-height:100%;
    position:relative;
	z-index: 4;
}
    img.bg {
	    /* Set rules to fill background */
	    min-height: 100%;
	    min-width: 1024px;

	    /* Set up proportionate scaling */
	    width: 100%;
	    height: auto;

	    /* Set up positioning */
	    position: fixed;
	    top: 0;
	    left: 0;
	    display:block;
    }

    @media screen and (max-width: 1024px){
	    img.bg {
		    left: 50%;
		    margin-left: -512px; }
    }
    #header {
	    padding:0px 10px;
	    position: relative;
	    border-bottom: 2px solid #333;
	    z-index: 5;
	    height: 100px;
	    _background: #000;
    }
    	#header .overlay {height:100px;background: url('/theme/img/header_bg.jpg') repeat-x left top;_background: none;_display:none;}
    	body.black #header .overlay {height:100px;background: #000;}
    	body.white #header .overlay {height:100px;background: #fff;}
    	body.beige #header .overlay {height:100px;background: #F5F5DC;}
    #body {
	    position:absolute;
	    bottom:22px;
	    left: 0px;
	    width: 100%;
	    padding: 0;
	    max-height: 498px;
	    _height: 498px;
	    overflow: hidden;
	    text-align:center;
	    /*padding:10px;
	    padding-bottom:21px;
	    position: relative;*/
    }
    	#body .overlay {height:100%;background: url('/theme/img/page_bg_low.jpg') no-repeat center top;}
    	body.black #body .overlay {height:100%;background:#000;}
    	body.white #body .overlay {height:100%;background:#fff;}
    	body.beige #body .overlay {height:100%;background:#F5F5DC;}
    	#body .loader {background: url('/theme/img/loader.gif') no-repeat center center;}
            #body div.center {
            	_background: #000;
            	padding:0 8px;border-top: 2px solid #333;border-left: 2px solid #333;border-right: 2px solid #333;position:relative;text-align:justify;font-size:13px;}
            #body div.content {padding:48px 32px;padding-bottom:45px;}
            body.black #body div.content {color:#fff;}
            body.white #body div.content {color:#333;}
            body.beige #body div.content {color:#000;}
                #minimizebody {position:absolute;top:2px;left:-5px;padding-left:2px;border-top:2px solid #666;border-left:2px solid #666;border-bottom:2px solid #999;border-right:2px solid #999;width:12px;height:14px;text-align:center;cursor:pointer;line-height:12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter:alpha(opacity=50);}
			#body #supersized {display:none;}
			#body h1 {text-transform:none;}
			body.black #body h1 {color:#fff;}
			body.white #body h1 {color:#333;}
			body.beige #body h1 {color:#000;}
			#body h1.typeface-js {margin-bottom: 0;}
			#body iframe {border: 2px solid #333;margin-top: 0px;}
    #footer {
	    position:absolute;
	    bottom:0;
	    left: 0px;
	    width:100%;
	    height:22px;
	    font-size: 10px;
	    text-transform: uppercase;
    }
    body.black #footer {color:#fff;}
    body.white #footer {color:#333;}
    body.beige #footer {color:#000;}
        #footer div.center {
	    	_background: #fff;width:956px;height:21px;padding:0 8px;border-top: 1px solid #666;border-left: 2px solid #333;border-right: 2px solid #333;position:relative;}
        	#footer .overlay {height:21px;}
        #footer div.left { float:left; }
        #footer div.right { float:right; }

/**** End Structure ****/

.center {margin: 0 auto; width: 956px;text-align:left;}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.77;
    -moz-opacity: 0.77;
    filter:alpha(opacity=77);
}
body.black .overlay {background: #000;}
body.white .overlay {background: #fff;}
body.beige .overlay {background: #F5F5DC;}
.content {
    position: relative;
}

* html .scrollwrap { 
    /*height: expression( this.scrollHeight > 400 ? "400px" : "auto" );*/
}

.scrollwrap {
    height: 440px;
    overflow: auto;
    padding-right: 12px;
    margin-top: 0px;
}


#logo {float:left;width:245px;height:100px;background: url('/theme/img/logo.png') no-repeat;}
body.black #logo {background: url('/theme/img/logo_white.png') no-repeat;}
body.beige #logo {background: url('/theme/img/logo.png') no-repeat;}

#home_logo {display:block;float:right;height:300px;width:323px;margin-top:0px;background: url('/theme/img/home_logo.png') no-repeat center -62px;_background: url('/theme/img/home_logo_black.png') no-repeat center -62px;margin-bottom:6px;}

#flavor_navigation {
    float:right;
    width:600px;
    margin-top: 58px;
    position: relative;
    z-index:6;
    text-transform: uppercase;
}
    #flavor_navigation ul {
        margin: 0; 
        padding: 0;
        float: right;
    }
        #flavor_navigation ul li {
            /*display: inline;*/
            display:block;
            float:left;
            list-style-type: none;
            padding-right: 10px;
        }    
        #flavor_navigation ul li a{
            float: left; 
            text-decoration: none;
            color: #333;
            padding: 10.5px 11px;
        }
        body.black #flavor_navigation ul li a{
            color: #fff;
        }
        #flavor_navigation ul li.current a {
            color: #666;
        }
        body.black #flavor_navigation ul li.current a {
            color: #aaa;
        }
        #flavor_navigation ul li a:hover {
            color: #999;
        }
        body.black #flavor_navigation ul li a:hover {
            color: #eee;
        }
        #flavor_navigation .first  {
            /*You can put stuff here for the first item in the navbar*/
        }
        #flavor_navigation .last  {
            /*You can put stuff here for the last item in the navbar*/
        }
            #flavor_navigation ul li ul {
                display: none;
            }
     
     
/**** Forms ****/
span.ui-timepickr ol {padding:3px;background:#fff;border:1px solid #999;}

div#ui-datepicker-div {font-size: 1em;display:none;z-index:10;}

ul.error li {margin-left:20px;}

form.cmxform { text-transform: uppercase; }

form.cmxform input, form.cmxform textarea, form.cmxform select {
	color:#333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #333!important;
	padding: 2px;
	margin: 0;
}
form.cmxform li.submitli {text-align:right;margin-top:6px;}
form.cmxform input.submit {background:#333;color:#fff;width:auto;}
form.cmxform input {width:290px;}
form.cmxform select {width:100px;}
form.cmxform textarea {width:290px;height: 90px;}

form.cmxform fieldset {
    margin-bottom:0px;
    padding-bottom:0px;
    border: 0px;
}
form.cmxform legend {
    font-weight:bold;
    padding:0 2px;
}
form.cmxform label {
    display:block;
    line-height:1.8;
    vertical-align:top;
    text-align: left;
    font-weight: normal;
    margin: 0;
}
form.cmxform input {
    vertical-align:top;
}
form.cmxform fieldset ol {
    margin:0;
    padding:0;
}
form.cmxform fieldset li {
    list-style:none outside none;
    margin:0;
    padding:0px;
    width:298px;
}
form.cmxform fieldset li.error {
    list-style:none outside none;
    margin-left: -2px;
    padding-left: 2px;
    margin-bottom: 4px;
}
form.cmxform fieldset fieldset {
    border:medium none;
    margin:3px 0 0;
}
form.cmxform fieldset fieldset legend {
    font-weight:normal;
    padding:0 0 5px;
}
form.cmxform fieldset fieldset label {
    display:block;
    width:auto;
}
form.cmxform em {
    color:#FF0000;
    font-style:normal;
    font-weight:bold;
}
form.cmxform fieldset fieldset label {
    margin-left:123px;
}

/**** Menu ****/
#menusections_nav {position:absolute;top:12px;right:34px;padding-bottom:6px;display:none;}
#menusections_nav a {text-decoration: none;color:#333;text-transform: uppercase;}
body.black #menusections_nav a {text-decoration: none;color:#fff;}
#menusections_nav a.current {color: #999;}
body.black #menusections_nav a.current {color: #aaa;}
#menusections_nav p {text-align:right;font-size:11px;}
#menusections_nav p a {padding:0 2px;text-decoration:underline!important;}

div.menu {text-align:left;text-transform: none;font-size:16px;text-transform: uppercase;}
div.menu h1 {padding:0;margin-left:0;margin-right:0;font-size:36px;margin-bottom:-10px;visibility:visible;}
div.menu li h1 {font-size:32px;margin:1em 0 2px;padding-bottom:10px;border-bottom:1px solid #fff;}
div.menu li h1 span, div.menu li li li span {float:right;font-size:16px;margin:0 0 0 0;padding-top:14px;width:80px;text-align:center;}
div.menu li li li span {padding-top:0px;}

div.menu li h2 {font-size:16px;visibility:visible;}
body.black div.menu li h2 {color:#fff;}
div.menu ul, div.menu li {padding:0;margin-left:0px;margin-right:0px;list-style:none;display:block;}
div.menu li {margin: 12px 0;}
div.menu li li {margin: 6px 0;}
div.menu li li li {margin: 5px 0;line-height:19px;}
#pitchers_40 ul li {display:block;width:32%;float:left;}

/**** Background ****/
#supersize{
	position:absolute;
	text-align:left;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
* html .box { 
	position: absolute!important;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}

#musicplayer {
	position: absolute;
	bottom: 4px;
	right: 4px;
	border: 0px solid #fff;
	height:20px;
	width:60px;
	background: #000;
    opacity: 0.70;
    -moz-opacity: 0.70;
    filter:alpha(opacity=70);
    padding-bottom: 4px;
	
}
	#play_btn {
		position: absolute;
		top: 2px;
		left: 0px;
		width: 20px;
		height: 20px;
		background: #aaa;
		cursor: pointer;
		background: url('/theme/img/playpause.png') no-repeat 0 -14px;
	}
	#play_btn.play {
		background: url('/theme/img/speaker_sm.gif') no-repeat;
	}
	#vol_btn {
		position: absolute;
		top:0px;
		left: 16px;
		width: 40px;
		height: 20px;
	}
		#vol_btn div {
			float:left;
			position: relative;
			height: 20px;
			width: 7px;
			border-left: 1px solid #000;
			background: #666;
			cursor: pointer;
		}
		#vol_btn div.current, #vol_btn div:hover {
			background: #fff;
		}
			#vol_btn div div {
				float:none;
				width: 100%;
				background: #000;
			}
			
#splash {
	position: absolute;
	text-align:center;
	left: 50%;
	margin-left: -120px;
	top: 50%;
	margin-top: -160px;
	width: 240px;
	height: 320px;
	background: url('/theme/img/home_logo_black.png') center no-repeat;
}

#splashie {
	display:none;
	_display: block;
	*display: block;
}
