/* CSS Document */

html {
/*	height: 100%*/
}

body {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0 auto;
	text-align:center;
	width:100%;
/*	height: 100%;*/
	padding:0px;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

/* Background Image ---------------------------------------------- */
#bg {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}
/* --------------------------------------------------------------- */
/* the parent content element ------------------------------------ */
#pagecontent {
	position: relative;  
	z-index: 1;
}
/* --------------------------------------------------------------- */
/* Top bar ------------------------------------------------------- */
.header {
	/*background: url(../images/header.back.jpg) repeat-y;*/
	background-color: #933128;
	width: 780px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	/*text-align: left;*/
	text-align: center;
	/*padding: 10px;*/
	padding: 2px 10px 0px 10px;
	color:#000000;
}

.header h1 {
	margin: 0px;
	font-size: 33px;
	font-weight: 600;
}
/* --------------------------------------------------------------- */
/* Top link bar -------------------------------------------------- */
.toplinks {
	width: 800px;
	background: #7ca640;
}

.toplinks .tlinks {
	border:none;
}

.toplinks .tlinks td{
	height: 50px;
	width: 100px;
	font-size: 11px;
	border-right: 2px solid #8CC63F;
}
.toplinks .tlinks td a {
	color: white;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration:none;
	display:block;
	width: 100px;
}

.toplinks .tlinks td a:hover {
	color: #c72121;
}
/* --------------------------------------------------------------- */
/* Content ------------------------------------------------------- */
.content {
	width: 800px;
	clear:both;
	text-align:left;
}

.content .redbox {
	background: url(../images/content.back.redtextured.jpg) repeat-y;
	width: 800px;
	float: left;
	min-height:400px;
	height: auto !important;
	height:400px;
}

* html .content .redbox
{
	height: 100%;
}

.content .greenbox{
	padding: 10px;
	width: 550px;
	background: url(../images/content.back.greentextured.jpg);
	background-repeat:repeat;
	float: left;
	min-height:400px;
	height: auto !important;
	height: 100%;
}

.content .greenbox a {
	color:#d14c3b;
	text-decoration:none;
	font-weight:bold;
}

.content .greenbox a:hover {
	color:#f6edc2;
}

.content h1
{
	font-size: 17px;	
}

.content .back
{
	margin: 2px 0 2px 0;
}

.content .back a 
{
	text-decoration:none;
	font-size: 10px;
}

.content h2
{
	font-size: 14px;
}

.content h3
{
	font-size: 13px;
}
/* --------------------------------------------------------------- */
/* Bottom Link bar ----------------------------------------------- */
.bottomlinks {
	background: white; 
	width: 760px;
	padding: 20px;
	color: black;
	clear:both;
}
.bottomlinks a {
	text-decoration: none;
	color: #404040;
}
.bottomlinks a:hover {
	color: black;
}

/* --------------------------------------------------------------- */
/* Bottom Acer Footer -------------------------------------------- */
.bottomAcer {
	background-color: #fff;
}
.bottomAcer a {
	color: #8cc63f;
	text-decoration: none;
	font-size: 9px;
}
.bottomAcer a:hover {
	color: #d14c3b;
	text-decoration: none;
}

/* --------------------------------------------------------------- */
/* Main page styles ---------------------------------------------- */
#home .greenbox
{
	padding: 0px;
	width: 552px;
	min-height: 389px;
	height: 389px;
}
#home .redbox
{
	min-height: 389px;
	height: 389px;
}
#home .leftCol {
	float:left;
	border-right:1px solid #8cc63F;
	width:249px;
}
#home .rightCol {
	float:left;
	width:285px;
}
#home .fourway
{
	width:236px;
	padding: 7px;
	/*border-color:#8CC63F;*/
	/*float: left;*/
	min-height:150px;
	height: auto;
}
* html #home .fourway
{
	height: 150px;
}
/*
#home .upperLeft
{
	border-right: 1px solid #8CC63F;
	width:236px;
}


#home .line
{
	clear:both;
	border-top: 1px solid #8CC63F;
}
*/
#home .upperRight {
	width:285px;
}
#home .lowerRight {
	width:285px;
	border-top:1px solid #8cc63f;
}
#home .lowerRight
{
	border-top: 1px solid #8CC63F;
}
#home .lowerLeft
{
	border-top: 1px solid #8CC63F;
}
*/
#home .heading
{
	font-weight: bold;
	font-size:13px;
	text-transform:uppercase;
}
#home .redslogan
{
	clear:both;
	font-weight: bold;
	width: 230px;
	float: left;
	padding:5px;
	height: 379px;
	background: url(../images/content.home.back.plate.jpg) bottom right no-repeat;
}
#home .redslogan h3
{
	font-size: 17px;
}

#home .rightspacer
{
	float:right;	
	overflow:hidden;
	clear:right;
}

#home .redslogan a
{
	color: #7AA540;
	font-weight: bold;
	text-decoration:none;
}
#home .redslogan a:hover {
	color:#f6edc2;
}

/* --------------------------------------------------------------- */
/* Gift Cards ---------------------------------------------------- */
.giftcard {
	float:left;
	width:190px;
}
.giftcard h4 {
	text-transform: uppercase;
}
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* Subscription box ---------------------------------------------- */
.subscription {
	padding:20px;
	float:left;
	width:190px;
}
#textInput {
	background-color:#e6d0c5;
	color:#d14c3b;
	border:1px solid #000;
}
.submitBtn {
	background-color:#d14c3b;
	color:#fff;
	border:1px solid #000;
}
