﻿
/* ELEMENT OVERRIDES */
body
{
	font-family:Georgia, "Times New Roman", Serif;
	font-size:12px;
	background-color:#FFFFFF;
}

*
{
	margin:0px;
	padding:0px;
}

h1
{
	font-weight:bold;
	margin-bottom:10px;
}

h2
{
	font-size:12px;
}

address
{
	margin-bottom:10px;
	font-style:normal;
}

p
{
	margin-bottom:12px;
}

a
{
	color:#870000;	
}

a:hover
{
	color:#000;
}
/* END ELEMENT OVERRIDES */

/* CONTAINER */

#Container
{
	width:760px;
	left:50%;
	margin-left:-380px;
	padding-top:15px;
	background-color:#FFFFFF;
	position:absolute;
}

/* END CONTAINER */

/* LOGO */
	#HomeLink
	{
		margin-left:18px;
		margin-bottom:18px;
		float:left;
	}

	#Logo
	{
		width:301px;
		height:168px;
		border-width:0px;
	}
/* END LOGO */

/* WIDE BLOCK */
	.WideBlock
	{
		width:339px;
		float:left;
		background:url(Images/WideBlockFill.gif) repeat-y top left;
		margin-bottom:20px;
	}

	.WideBlock .WideCapShoe
	{
		width:339px;
		float:left;	
	}

	.WideBlock ul
	{
		list-style:none;
		float:left;
		margin:0px;
		padding:0px;
	}

	.WideBlock li
	{
		height:18px;
		padding-left:40px;
		margin-left:7px;
		background:url(Images/Bullet.gif) no-repeat 15px;
		font-style:italic;
		font-weight:bold;
	}
/* END WIDE BLOCK */

/* THIN BLOCK */
	.ThinBlock
	{
		width:173px;
		float:left;
		background:url(Images/ThinBlockFill.gif) repeat-y top left;
	}

	.ThinBlock .ThinCapShoe
	{
		width:173px;
		float:left;	
	}
	
	.ThinBlock .ThinBlockContents
	{
		width:123px;
		padding:0 25px 0 25px;
	}
/* END THIN BLOCK */

/* HEADERS */

	/* repeated code per header */
	#ContactInfo, #ContactInfo span
	{
		width: 173px; height: 25px;
		background-image: url(Images/ContactInfo.gif);
		background-repeat: no-repeat;
		font-size:16px;
	}
	
	#AboutUs, #AboutUs span
	{
		width: 173px; height: 25px;
		background-image: url(Images/AboutUs.gif);
		background-repeat: no-repeat;
		font-size:16px;
	}

	#ProgramInfo, #ProgramInfo span
	{
		width: 335px; height: 25px;
		background-image: url(Images/ProgramInfo.gif);
		background-repeat: no-repeat;
		font-size:16px;
	}
	
	#AdditionalInfoRequest, #AdditionalInfoRequest span
	{
		width: 335px; height: 25px;
		background-image: url(Images/AdditionalInfoRequest.gif);
		background-repeat: no-repeat;
		font-size:16px;
	}
	
	#ProductLine, #ProductLine span
	{
		width: 127px; height: 117px;
		background-image: url(Images/ProductLine.jpg);
		background-repeat: no-repeat;
		font-size:16px;
	}

	#ProductLine span
	{
		margin-bottom: -117px;
	}
	
	#ProductLine
	{
		padding-bottom:10px;
		border-bottom:1px solid #EEE;
	}

	/* non-repeated code */
	h1 span
	{
		display: block;
		position: relative;
		z-index: 1;
		margin-bottom: -25px;
	}

	/* IE5 Mac Hack \*/
	h1 { overflow: hidden; float:left; }
	/*/
	h1 { text-indent: -100em; float:left; }
	/* End Hack */

/* END HEADERS */

/* COLUMNS */

	#LeftColumn
	{
		width:178px;
		padding-left:12px;
		padding-right:12px;
		float:left;
	}
	
	#MiddleColumn
	{
		width:337px;
		padding:0 12px 12px 12px;
		border-right:1px solid #EEE;
		border-left:1px solid #EEE;
		float:left;
	}
	
	#RightColumn
	{
		width:173px;
		padding-left:10px;
		padding-right:10px;
		float:left;
	}

/* END COLUMNS */

/* CONTACT INFORMATION */

	#Map
	{
		width:173px;
		height:113px;
		border-width:0px;
	}
	
	#DirectionsLink
	{
		width:173px;
		text-align:center;
		display:block;
		margin-bottom:10px;
	}
	
	.InfoLink
	{
		margin-bottom:20px;
		display:block;
	}

/* END CONTACT INFORMATION */

/* PROGRAM INFORMATION */

	.ImgInline
	{
		display:inline;
		float:left;
	}

	.Candles
	{
		width:86px;
		height:125px;
		margin-right:10px;
		margin-bottom:8px;
	}
	
	#ProfitArray
	{
		width:232px;
		height:131px;
		border-style:none;
		margin-left:55px;
		margin-bottom:20px;
	}

/* END PROGRAM INFORMATION */

/* PRODUCT LINE */

	.ThinBlockContents ul
	{
		width:123px;
		list-style:none;
		float:left;
	}
	
	.ThinBlockContents ul li
	{
		width:100%;
		text-align:center;
	}

/* END PRODUCT LINE */

/* ADDITIONAL INFO REQUEST */

	#InfoRequest
	{
		width:315px;
		background-color:#EEE;
		padding:10px;
		border:1px solid #676767;
		float:left;
	}

	#InfoRequest #Success
	{
		font-weight:bold;
		color:#008703;
		display:block;
		margin-bottom:10px;
		text-align:center;
	}

	#InfoRequest #Error
	{
		font-weight:bold;
		color:#FF0000;
		display:block;
		margin-bottom:10px;
		text-align:center;
	}

	#InfoRequest .ErrorGroup li
	{
		margin-left:30px;
	}
	
	#InfoRequest .ErrorGroup
	{
		margin-bottom:10px;
	}

	#InfoRequest label
	{
		float:left;
		height:18px;
		line-height:18px;
		font-weight:bold;
		color:#870000;
		display:block;
		margin-bottom:5px;
	}
	
	#InfoRequest input
	{
		float:right;
		width:240px;
		border:1px solid #676767;
		margin-bottom:5px;
	}
	
	#InfoRequest textarea
	{
		float:left;
		width:313px;
		height:120px;
		border:1px solid #676767;
		margin-bottom:5px;
	}
	
	#InfoRequest #Send
	{
		display:block;
		font-weight:bold;
		width:45px;
		padding-left:25px;
		background-image:url(Images/Email.gif);
		background-position:top left;
		background-repeat:no-repeat;
		float:right;
	}

	.Required
	{
		font-weight:bold;
		color:#FF0000;
	}

/* END ADDITIONAL INFO REQUEST */