/*******************************************************************************************
	All of the selectors below must be included on any Total Control Page. These
	values must also be entered into the TCP configuration page in order for 
	the WYSIWYG content to match the actual page content.

	Feel free to change any of the properties and values within the selectors 
	unless otherwise noted.
*******************************************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color: #fff;
	/* start all of the font size percentages below the browser default which is ugly big,
		Small = 60%
		Medium = 69%
		Large = 76%
	*/
	font-size: 76%; /* this value must be one of the three percentages listed above */
	background-color: #000000;
	margin: 0;
	padding: 0;
}

p, table, li {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 1em; /* do not change this value! */
	color: #FFFFFF;
}


h1 {
	font-family: Garamond, "Times New Roman", Georgia, serif;
	font-size: 1.9em;
	color: #b78134;
	clear: both;
}

h2 {
	font-family: Garamond, "Times New Roman", Georgia, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #b78134;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

h3 {
	font-family: Garamond, "Times New Roman", Georgia, serif;
	font-size: 1.3em;
	color: #b78134;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul {
	line-height: 1.5em;
	list-style-image: url(images/red-bullet.gif);	
}

blockquote {
	font-style: italic;
	padding: 0px;
	margin: 0px;
}



a {
	color: #a40000;
}

hr {
	height: 1px;
	border: none 0;
	border-top: 1px solid #555;
	margin: 0px;
	padding: 0px;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url(../images/formfield_bg.gif);
	border: 1px solid #ccc;
	padding-left: 2px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}

#container {
	width:770px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding-top:.5em;
	padding-left:6em;
	padding-right:3em;
	line-height: 1.8em;
}

#product-content {
	padding-left:2em;
	padding-right:2em;
	line-height: 1.8em;
	padding-top: 0.5em;
}
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color:#a40000;
	font-size: 0.8em;
	color: #a40000;
	padding-top: 3em;
	padding-bottom: 2em;
	letter-spacing: 0.1em;
}

#fourwhat a {
	color: #78602e;
}

#footer a {
	text-decoration: none;
}

#footer p {
	color: #78602e;
}

#copyright {
	color: #78602e;
}

#footer a:hover {
	text-decoration: underline;
	color:#b78134;
}

#copyright {
	color:#78602e;
	font-size: .9em;
}

#fourwhat {
	color:#78602e;
	font-size: .9em;

}

#footer a:fourwhat {
	text-decoration:underline;
	color:#78602e;
}

#contact {
	padding-left:1em;
	padding-right:0.5em;
	line-height:1.8em;
	padding-top:0.5em;
}

#copyright td {
	padding: 5px;
	margin: 0px;
}

#contact ul {
	list-style-type:none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#contact h3 {
	padding-top: 0.5em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#contact a {
	color: #b78134;
}

.product-thumb {
	text-align:center;
	width: 110px;
	padding-bottom: 8px;
}

.product_container {
	float:left;
	width: 710px
}

#product-content a {
	color:ffffff;
}