﻿body 
{
	background-color: #FDFAF4;
	text-align: center;
	font-family: Times New Roman ;
	font-size: 0.9em;
	color: #562D1F;
	line-height: 1.2em;
}
.mainFrame
{
	position: relative;
	background-color: #FFFFFF;
	border: solid 4px #562D1F; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 45px; 
	width: 758px; 
	height: 549px;
	display: table;
}
.innerFrame
{
	position: relative;
	padding: 35px 35px 0px 35px;
	display: table-cell;
}
.header
{
	position: relative;
	height: 66px;	
}
.headerImage
{
	position: relative;
	float: left; 
	margin-right: 10px;
	vertical-align: top;
}
.menuDiv
{
	position: absolute;
	float: right;
	right: 0px;
	bottom: -5px;
	/*width: 565px;*/
	width: 565px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.borderTop
{
	border-top: solid 1px #d5ccc6;
}
.borderBottom
{
	border-bottom: solid 1px #d5ccc6;
}
.contentPlaceholder
{
	position: relative;
	height: 390px;
	top: 20px;
}
.leftColumn
{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 205px;
	height: 100%;
	text-align: left;
}
.rightColumn
{
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	text-align: left;
	width: 460px;	
}
.homeContent
{
	position: relative;
	background-image: url(images/BackgroundImage.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
}
.largeCharacter
{
	line-height: 0.7em;
	font-size: 4.0em;
	color: #88B2C0;	
}
.footer
{
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
.storeContentText
{
	font-size: 0.89em;
	line-height: 1.6em;
}
.captionText
{
	color: #88B2C0;
	font-size: 0.7em;
}
.lightText
{
	color: #88B2C0;
}
.disabledText
{
	color: #AAAAAA;
}
.fieldBorder
{
	border: solid 1px #d5ccc6; 
}
a.lightTextLink  
{
	color: #88B2C0;
	text-decoration: none;
}
a:hover.lightTextLink 
{
	color: #562D1F;
	text-decoration: none;
}
a:active.lightTextLink 
{
	color: #88B2C0;
	text-decoration: none;
}
a:visited.lightTextLink 
{
	color: #88B2C0;
	text-decoration: none;
}
.modalPopup
{
	border: solid 3px #562D1F; 	
	background-color: #FDFAF4;
	padding: 5px 10px 10px 10px;
	z-index: 100;
}
.modalBackground {
	background-color:#FFFFFF;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopupHeader
{
	color: #88B2C0;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	font-size: 1.2em;
	white-space: nowrap;
}
.modalPopupFieldHeader
{
	text-transform: uppercase;
	font-size: 0.7em;
	white-space: nowrap;
	letter-spacing: 0.15em;
	font-weight: 100;
}
.rowSpacer
{
	margin-bottom: 0px; 
	padding-bottom: 15px;
}
.defaultTextBox
{
	padding: 1px 1px 1px 5px;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.meAndCoText
{
	text-transform: uppercase; 
	font-size: 0.65em
}
.GeneralOrderFormCopy
{
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.15em;
	font-weight: bold;
}
.GeneralOrderFormHeader
{
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 0.15em;
	font-weight: bold;
}