﻿Body
{
	font-family: Verdana;
	color: #6d6e71;
}

.GrayLine
{
	background-image: url(Images/GrayDot.gif);
	background-repeat: repeat-x;
	height: 1px;
}

a.Contact:link, a.Contact:Active, a.Contact:Visited
{
	color: #6d6e71;
	font-size: 11px;
	text-decoration: none;
}

a.Contact:Hover
{
	color: #6d6e71;
	font-size: 11px;
	text-decoration: Underline;
}

a.BottomNav:link, a.BottomNav:Active, a.BottomNav:Visited
{
	color:#6d6e71;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 18px;
}

a.BottomNav:Hover
{
	color:#6d6e71;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 18px;
}

.BottomNavOver
{
	color:#6d6e71;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 18px;
	background-image: url(Images/BottomNavBkgOver.gif);
}

.BottomNav
{
	color:#6d6e71;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 18px;
}


.MainBackground
{
    background-color: #d8debc;
}

.ServersBackground
{
    background-color: #bfbbd0;
}

.AirpotsBackground
{
    background-color: #b1b7d5;
}

.TableBackground
{
    background-color: #d8debc;
}

.BuffetBackground
{
    background-color: #fedf9a;
}

/*Home page Css Classes*/
#MainDiv
{
	position: relative;
	background-image: url(Images/MainTopBkg.jpg);
	background-repeat: no-repeat;
	height: 309px;
	width: 824px;
	margin-top: 30px;	
}

#NewProducts
{
	background-image: url(Images/TuscanyGlass.jpg);
	background-repeat: no-repeat;
	width: 824px;
	height: 116px;
	margin-top: 15px;
	position: relative;	
}

.OurHR
{
	background-image: url(Images/HRBkg.gif);
	background-repeat: repeat-x;
	height: 3px;
}

/*Servers Page CSS Classes*/
#ServersMain
{
	border: solid 2px #ffffff;
	position: relative;
	margin-top: 30px;
}

/*Airpots Page CSS Classes*/
#AirpotsMain
{
	border: solid 2px #ffffff;
	position: relative;
	margin-top: 30px;
}

/*Buffet Page CSS Classes*/
#BuffetMain
{
	border: solid 2px #ffffff;
	position: relative;
	margin-top: 30px;
}

/*Table Page CSS Classes*/
#TableMain
{
	border: solid 2px #ffffff;
	position: relative;
	margin-top: 30px;
}

#AboutUsMain
{
	border: solid 2px #ffffff;
	position: relative;
	margin-top: 30px;
}

/*Product Literature CSS Classes*/
#ProductLitMain
{
	position: relative;
	margin-top: 30px;
}

.PLVertDivider
{
	background-image: url(Images/ProductLit/VertDivider.gif);
	background-repeat: repeat-y;
	width: 49px;
	background-position: center;
}

.FormTitles
{
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 8px;
	color: #6d6e71;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

/*FAQ CSS Classes*/
#FAQMain
{
	position: relative;
	margin-top: 65px;
	width: 445px;
	font-size: 11px;
	color: #6d6e71;
}

.Question
{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

/*Contact CSS Classes*/
.ContactLeftTitles
{
	font-size: 11px;
	font-weight: bold;
	color: #6d6e71;
	line-height: 16px;
}

.ContactText
{
	font-size: 11px;
	color: #6d6e71;
	line-height: 16px;
	margin-bottom: 12px;
}

/*FoodService CSS Classes*/
.ThreeContainer
{
    width: 100%;
}

.FSHeading
{
    font-weight: bold;
    font-size: 11px;
    color: #6d6e71;
    margin-bottom: 12px;
}

/*New Products CSS Classes*/
#NewProductsMain
{
    position: relative;
    margin-top: 30px;
	font-size: 10px;
	color: #6d6e71;
	background-color: #ffffff;
}

.ProductTitles
{
    font-size: 11px;
    font-weight: bold;
    margin-bottom:10px;
}

.ProductText
{
    line-height: 15px;
}

/*Terms and Conditions Css Classes*/
#TermsAndConditionsMain
{
    position: relative;
	margin-top: 65px;
	width: 634px;
	font-size: 11px;
	color: #6d6e71;
}