body
{
	margin: 0px;
	padding: 0px;
	background: #D1E2F3 url(../_img/bodybg.png) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 21px;
}
a {color: #000;}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	 display: none;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.picborder
{
    border: solid 1px #99CC66;
}
/*----------------
Wrapper
----------------*/
#wrapper
{
	margin: 0px auto;
	padding-bottom: 20px;
	width: 763px;
	position: relative;
}
#header
{
	width: 763px;
	height: 205px;
	position: relative;
	background: url(../_img/header.jpg) no-repeat;
}
#header span
{
	display: none;
}
#emailus
{
	display: block;
	position: absolute;
	width: 162px;
	height: 20px;
	left: 596px;
}
#logo
{
	display: block;
	position: absolute;
	width: 285px;
	height: 140px;
	left: 330px;
	top: 28px;
}
#l-home
{
	display: block;
	position: absolute;
	width: 66px;
	height: 27px;
	left: 38px;
	top: 174px;
}
#l-about
{
	display: block;
	position: absolute;
	width: 66px;
	height: 27px;
	left: 195px;
	top: 174px;
}
#l-products
{
	display: block;
	position: absolute;
	width: 91px;
	height: 27px;
	left: 344px;
	top: 174px;
}
#l-contact
{
	display: block;
	position: absolute;
	width: 85px;
	height: 27px;
	left: 514px;
	top: 174px;
}
#hpicture
{
	width: 763px;
	height: 209px;
	background: url(../_img/hpicture-holder.jpg) no-repeat;
	overflow: hidden;
}
/*----------------
Content
----------------*/
#content
{
	width: 763px;
	background: url(../_img/contentbg.jpg) repeat-y;
}
#contenti
{
	margin: 0px auto;
	width: 743px;
	padding: 10px;
}
#contentii
{
	float: left;
	width: 476px;
}
#sidebar
{
	float: right;
	width: 257px;
	overflow: hidden;
	background-color: #D1E2F3;
}
#sidebari
{
	padding: 10px;
	margin-bottom: 15px;
}
.sidebar-title
{
	text-align: center;
}
.sidebar-title h1 {display: none;}
.sidebar-text p {margin: 0px; padding: 5px 0px;}
.sidebar-text h2 {margin: 0px; padding: 0px 0px 2px 0px; font-weight: normal; font-size: 28px;}
.sidebar-text
{
	padding-top: 8px;
	font-size: 13px;
}
.sidebar-seperator
{
	margin: 15px auto;
	width: 216px;
	height: 3px;
	font-size: 0px;
	line-height: 0px;
	background-color: #FFFFFF;
}
#drinkofthemonth-glass
{
	float: left;
	width: 79px;
	padding-top: 10px;
	text-align: center;
}
#drinkofthemonth-ingredients
{
	float: right;
	width: 158px;
}
#brandlogos
{
	margin: 0px auto;
	margin-top: 40px;
	width: 731px;
	height: 85px;
	overflow: hidden;
}
/*----------------
Footer
----------------*/
#footer
{
	width: 763px;
	height: 82px;
	background: url(../_img/footerbg.jpg) no-repeat;
	font-size: 13px;
	color: #fff;
	line-height: normal;
}
#footerl
{
	float: left;
	width: 370px;
	padding-top: 7px;
	padding-left: 10px;
}
#footerl ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#footerl li
{
	float: left;
	line-height: 62px;
	padding: 2px;
}
#footerl li a
{
	text-decoration: none;
	color: #fff;
}
#footerl li a:hover, #home #lhome, #about #labout, #products #lproducts, #contact #lcontact
{
	text-decoration: underline;
}
#footerr
{
	float: right;
	width: 370px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
}
#footerr a
{
	text-decoration: none;
	color: #fff;
}
#footerr a:hover
{
	text-decoration: underline;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #cc3300;
}

#form_view
{
    width: 100%;
}
#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}

.webform p
{
    clear: both;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}

.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 21px;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 21px;
}
.webform select 
{
    border: solid 1px #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 21px;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input, .buttonbox
{
    border: solid 1px #000;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	line-height: 21px;
	margin-top: 20px;
}
.buttonbox
{
    margin: 0px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}