﻿/* Page specific styles */

/* HEADER
----------------------------------------------------------*/
#header
{
	margin-top: 24px;
	margin-bottom: 6px;
}

/* MENU BAR
----------------------------------------------------------*/
#menuBar
{
	width: 100%;
	font-size: 10px;
}

#menu
{
    position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 24px;
}

#menu li
{
	display: inline;
	margin: 0 1px 0 0px;
	width: 149px;
	background-color: #de6941;
	padding-top: 7px;
	height: 17px;
	float: left;
	list-style: none;
}

#menu .filler
{
	width: 150px;
}

#menu .last
{
	margin-right: 0;
}

#menu li.backLava
{
	background-color: #625738;
	z-index: 8;
	position: absolute;
	margin: 0 0 0 0px;
}

#menu li a {
	text-decoration: none;
	color: white;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.hiddenMenuItem 
{
	width:0;
}

/* RIGHT MENU
----------------------------------------------------------*/
ul#rightMenu
{
	margin-left: 24px;
	padding: 0;
    text-align: left;
    width: 100%;
}

ul#rightMenu li
{
	list-style: none;
	margin-bottom: 12px;
}

#rightMenu a
{
	font-weight: normal;
    color: black;
}

#rightMenu a:link, #rightMenu a:visited
{
    text-decoration: none;
}

#rightMenu a:active, #rightMenu a:hover
{
    text-decoration: underline;
}

/* CONTENT AND FOOTER
----------------------------------------------------------*/
#contentAndFooter
{
	height: 570px;
	background-image: url('/Content/ContentBackground.png');
}

/* CONTENT
----------------------------------------------------------*/
#content
{
	height: 436px;
	width: 100%;
}

/* LEFT CONTENT
----------------------------------------------------------*/
#leftContent
{
	margin-top: 5px;
	float: left;
	height: 100%;
	width: 25%;
}

/* CENTER CONTENT
----------------------------------------------------------*/
#centerContent
{
	float:left;
	height: 100%;
	width: 50%;
	background: white;
}

/* RIGHT CONTENT
----------------------------------------------------------*/
#rightContent
{
	float: left;
	height: 100%;
	width: 25%;
}

/* TOP RIGHT CONTENT
----------------------------------------------------------*/
#topRightContent
{
	height: 67%;
	width: 100%;
}

/* BOTTOM RIGHT CONTENT
----------------------------------------------------------*/
#bottomRightContent
{
	position:relative;
	height: 33%;
	width: 100%;
	bottom: 5px;
}

/* FOOTER
----------------------------------------------------------*/
#footer
{
	width: 100%;
}


/* FREE IMAGE (order button)
----------------------------------------------------------*/
#freeImage
{
	float:none;
	margin-top:-26px;
	margin-left:-14px;
	margin-bottom: 25px;
}

