/* CSS Document */

/*******************************************/
/* Redefined Tags
/*******************************************/

body 
{
	background: url(/img/background.gif);
	color:#542500;
	min-width: 750px;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {  font-size: 20px}
h2 {  font-size: 18px}
h3 {  font-size: 16px}
h4 {  font-size: 12px}
h5 {  font-size: 10px}
h6 {  font-size: 9px}

a:link   {font-weight: bold;; color: #69C}
a:visited    {font-weight: bold; color: #69C}
a:active   {font-weight: bold; color: #69C}
a:hover      {font-weight: bold; text-decoration: underline; color: #DC2888; }

a { text-decoration:none }


/*******************************************/
/* IDs
/*******************************************/

#container {
	width: 100%;
}

#header {
	height:201px;
	background-image:url(/img/header.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#store-header {
	height:300px;
	background-image:url(/img/store-header.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#store-below-header {
	background-image:url(/img/store-bottom-bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#header-links {
	padding-top:22px;
	padding-bottom::6px;
	padding-left:6px;
	padding-right:6px;
	text-align:right;
}

#mainbox {
	width:750px;
	border:1px #666666 solid;
	background-color:#FFFFFF;
	color:#542500;
}

#footer {
	text-align: center;
	font-size: 12px;
	color: #333333;
}

#content {
	width: 570px;
	text-align: left;
	float: right;
	padding:10px;
}

#left-menu {
	float:left;
	width:140px;
}

#top-search-box
{
	float:right;
	padding-top:10px;
	padding-right:10px;
	white-space:nowrap;
}

#event-to-remember
{
}

#event-to-remember #ie7
{
	margin-left:1px;
}

#brownbox {
	border: 1px solid #461E00;
	margin-left: -8px;
}



/*******************************************/
/* Classes
/*******************************************/

.authorizeNetSeal {
	font-size:9px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.clear {
	clear:both;
}

.button {
	background-color: #DC2888;
	color: #FFFFFF;
}

.thinborder  {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.textfield  {
	width: 200px;
}

.textfieldLong  {
	width: 500px;
}

.error-text {
	color: #FF0000;
}

.faq-answer {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.faq-question {
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

.form-section {
	padding: 10px;
}

.comment-area {
	width: 500px;
	height: 150px;
}

.paddedbox {
	padding-left:1.5em;
	padding-right:1.5em;
}

.error {
	border-width: 1px;
	border-style: dashed;
	border-color: #FF0000;
}

.error-text {
	color: #FF0000;
	font-weight: bold;
}


/*******************************************/
/* Special link definitions
/*******************************************/

.white-link a:link { color:#FFFFFF; }
.white-link a:visited { color:#FFFFFF; }
.white-link a:active { color: #FFFFFF; }

.brown-link a:link { color:#4F2716; }
.brown-link a:visited { color:#4F2716; }
.brown-link a:active { color: #4F2716; }



