@charset "UTF-8";
/* @import url("global-reset.css") */
/* @import url("whitespace-reset.css") */
#content 
{
	background-position: 0;
   	                        
	position: relative;
	border-width: thin;
	width: 1024px;
	z-index:3;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
#leftMenu 
{
	position:absolute;
	left:0px;
	top:389px;
	width:153px;
	height:349px;
	z-index:4;
	background-image: url(../images/LeftMenuBg.png);
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 12px;
}
html
{
    height: 100%;
}

body 
{
    margin: 0; 
    padding: 0;
    height: 100%;
	background-color: #E8F6FF;
}

.centeringDiv 
{
	position: relative;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header 
{
	border-bottom-width: thin;
	border-bottom-color: #233540;
	border-bottom-style: solid;
	background-repeat: repeat-x;
	background-image: url(/images/headerbg.png);
	width: 100%;
	left:0px;
	top:0px;
	height: 98px;
	z-index: 0;
}

#login_panel
{
	right: 20px;
	border-width: thin;
	border-style: solid;
	padding: 10px;
	text-align: left;
	background-color: white;
	position: absolute;
	z-index: 5;
	top: 50px;
	width: 250px;
}

#login_form
{
	font-size: 12px;
}

#mainMenuContent {
	position:relative;
	left:7px;
	top:10px;
	width:141px;
	height:288px;
	z-index:1;
	text-align: center;
}

*
{
	font-family: Verdana, Geneva, sans-serif;
}

.infohelper {
	font-size: 9px;
}
#headermenu {
	background-image: url(/images/headertitle.png);
	background-repeat: no-repeat;
	height: 88px;
	padding: 10px;
	text-align: right;
}

#edibles_online_description {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 60px;
	padding-top: 20px;
	height: 426px;
	background-repeat: no-repeat;
	background-image: url(/images/edibles_online_description_bg.png);
	margin: 20px;
	width: 565px;
	float: left;
}

#edibles_questions
{
	margin-right: 20px;
	height: 426px;
	background-position: 665px 20px;
	padding: 20px;
	background-repeat: no-repeat;
	background-image: url(/images/edibles_online_questions_bg.png);
}

#logo
{
	left: -200px;
	z-index: 4;
	position: absolute;
}

#other_options {
	float: left;
	text-align: left;
	clear: both;
	font-size: 14px;
}
#other_options_2 {
	width: 200px;
	text-align: left;
	clear: both;
	font-size: 14px;
}
#footer 
{
	bottom: 0px;
	clear: both;
	text-align: center;
	position: relative;
	z-index:2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#bottom_section
{
	border-top-color: #233540;
	border-top-width: thin;
	border-top-style: solid;
	z-index: 0;
	height: 100%;
	background-color: #8ad3ff;
}

#all_content 
{
   background-repeat: no-repeat;
   background-position: 100% 100%;
   background-image: url(/images/tiltedlogo.png);
   min-height: 100%;
   margin-bottom: -150px;
   position: relative;
}

#bottom_content
{
   	background-color: #8AD3FF;

    height: 150px;
    position: relative;
}

	
html>body #all_content 
{
    height: auto;
}

.clearfooter 
{
   height: 150px;
   clear: both;
}

#column1 
{
	float: left;
	display: block;
}

#column2 
{
	padding-left: 200px;
	display: block;
}

#columns1and2
{
    float: left;
    display: block;
}

#column3 
{
	padding-left: 450px;
	display: block;
}

#show_for_iphone 
{
	display: none;
	visibility: hidden;
}

