body{
	background-color: #ffffff;
	color:#7b7979;
	font-family:sans-serif;
}

h1 {
	font-size: 20px;
	display: inline;
	position:relative;
}

#container{
	position: relative;
	margin: auto;
	width: 960px;
	background-color: #ffffff;
}

#header {
	position: relative;
	text-align: center;
	width: 960px;
	height: 214px;
}

#navbar {
    width: 110px;
    height: 38px;
	position: absolute;
	top: -26px;
	right: 0px;
    color: #ffffff;
    border-radius: 0px 0px 5px 5px;
    background-color: #376ab3;
    text-align: center;
    font-size: 14px;
    line-height: 52px;
}

#navbar:hover {
    top: -13px;
}

#headerContentLogo {
    top:-5px;
    left:50%;
    margin-left:-98px;
    position: absolute;
}

#headerContentMenuLeft, 
#headerContentMenuRight {
    color: #376ab3;
    width:384px;
    position:absolute;
    top: 50%;
    left: 0px;
}

#headerContentMenuRight {
    right: 0px !important;
    left: auto;
}

#headerContentMenuRight a,
#headerContentMenuLeft a {
    font-weight: bold;
    line-height: 30px;
}

#headerContentMenuRight a:hover,
#headerContentMenuLeft a:hover,
#headerContentMenuRight a.active, 
#headerContentMenuLeft a.active {
    font-weight: bold;
    color: #ffffff;
    background-color: #376ab3;
}

.menuLink{
	display: inline-block;
	text-decoration:none;
	color: #376ab3;
}

.menu {
	width: 120px;	
}

#secondary {
    font-size: 14px;
    line-height: 1.7em;
    margin-left: 24px;
    height: 346px;
}

#secondaryImg {
    float: left;
    margin-right: 24px;
}

#secondary p {
    margin-bottom: 0px;
}

#main{
    margin: 20px;
    line-height: 21px;
    font-size: 13px;
}

.drinks_list {
    float: left;
    width: 162px;
}

.drinks_list ul {
    list-style: none;
    margin-top: 0px;
}

#uniquePageContent {
	min-height: 300px;
	margin-bottom: 10px;
}

#footer {
	text-align:center;
	width: 960px;
	height: 132px;
}

#footer p {
    font-size: 12px;
    color: #376ab3;
    margin: 7px;
}

#footerPanelLeft,
#footerPanelRight,
#footerContactPanel {
	float: left;
	width: 305px;
	height: 120px;
    padding-top: 15px;
}

#footerContactPanel {
	width: 350px;   
	background: url('../images/dots.png') top center repeat-y;
}

#footerContactPanel div {
    margin-top: 53px;
}

#copyright {
	margin-top: 10px;
	border-top: 12px solid #376ab3;
	text-align: center;
	color: #376ab3;
    font-size: 11px;
    line-height: 24px;
}

#copyright strong {
    font-weight: bold;
}

input {
    height: 30px;
    width: 150px;
    border: 1px solid #376ab3;
    background-color: #dfd9c8;
    color: #bbaa94;
    margin: 0px;
    font-style: italic;
    font-size: 10px;
    padding: 5px;
}

input.submit {
    background: #376ab3;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    width: 45px;
}

input.gray {
    border: 1px solid #a7a9ac;
    background-color: #e0e1e2;
    color: #aaaaaa;
}

input.submit.gray {
    background: #a7a9ac;
    color: #000000 !important;
}

#geebo_footer {
    margin-top: 10px;
    text-align: center;
    height: 30px;
    font-size: 13px;
}

#geebo_footer a {       
    color: #376ab3;
    text-decoration: none;
    font-weight: bold;
}
        
#geebo_footer a:hover {
    text-decoration: underline;
}
