/* Symphony Candles layout css */
BODY
{
	position: absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:100%;
	margin:0px;
	padding:0px;
	font: 8pt Arial, Verdana, sans-serif;
	background-color:#CECFDB;
	/*Hack for IE5*/
	text-align:center;
	color:#433650
}
h1
{
	font: 12pt Georgia, serif;
	text-align:left;
	background:transparent url(/images/BGs/hLine.gif) repeat-x bottom left;
	margin:0px;
	padding:0px;
	text-transform:capitalize;
	color:#577CB5;
}
h2, h3, h4, h5, h6
{
	font: 10pt Georgia, serif;
	text-align:left;
	margin:0px;
	padding:0px;
	text-transform:capitalize;
	color:#577CB5;
}
p
{
	text-align:justify;
	margin:5px 0px 5px 0px;
	padding:0px;
}
ol li
{
	text-align:left;
}
/* Ids */
#holder
{
	width:777px;
	margin:0 auto;
	padding:0px;	
}
#page
{
	width:777px;
	padding:0px;
	background:#fff url(/images/bgs/content.jpg) repeat-y left top;
}
#pageFull
{
	width:777px;
	padding:0px;
	background:#fff url(/images/bgs/contentFull.jpg) repeat-y left top;
}
#header
{	
	width:777px;
	height:122px;
	background:#fff url(/images/bgs/masthead.jpg) no-repeat 0px 0px;
}
#brand
{
	position:relative;
	top:50px;
	left:50px;
	text-align:left;
}
#subHeader
{	
	width:264px;
	height:48px;
	background:#fff url(/images/bgs/subMasthead.jpg) no-repeat 0px 0px;
}
#content
{
	width:777px;
	text-align:left;
	margin:0px;
	padding:0px;
}
#leftCol
{	
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:264px;
	text-align:left;
}
#rightCol
{
	position:relative;
	float:right;
	top:0px;
	right:0px;
	width:777px;
	margin:0px;
	padding:0px;
}
#clearCol
{
	position:relative;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	font-size:0px;
}
#products
{
	width:216px;
	height:28px;
	text-align:left;
	background:#fff url(/images/bgs/products.jpg) no-repeat left top;
}
#quickContact
{
	width:216px;
	height:28px;
	text-align:left;
	background:#fff url(/images/bgs/quickContact.jpg) no-repeat left top;
}
#directions
{
	width:216px;
	height:28px;
	text-align:left;
	background:#fff url(/images/bgs/directions.jpg) no-repeat left top;
}
#quickContactFm
{
	width:216px;
	text-align:left;
	padding:6px 0px 0px 22px;
	font-size:10pt;
	
}
#copy
{
	width:476px;
	padding-top:31px;
	padding-right:33px;	
	text-align:left;
	float:right;
}
#footer
{
	width:777px;
	height:54px;
	background:#fff url(/images/bgs/footer.jpg) no-repeat right bottom;
	text-align:center;
	clear:both;
}
/* Classes */
.noshow 
{
	display:none;
}
.products, .quickContact, .directions
{ 
	padding:6px 0px 0px 22px;
	font-size:10pt;
	font-weight:bold;
}
.quickContactInput
{
	width:186px;
}
.quickContactSelect
{
	width:192px;
}
.quickContactButton
{
	width:192px;
	height:22px;
	padding:0px;
	margin-top:4px;
	line-height:22px;
	font-size:8pt;
	color:#fff;
	background:transparent url(/images/submitButton.gif) no-repeat 0px 0px;
	border:none;
}
.footerTxt
{
	position:relative;
	top:0px;
	left:102px;
	font-size:7pt;
	color:#9D87B2;
	text-align:center;
}
.small
{
	font-size:8pt;
}
.bold
{
	font-weight:bold;
}
.center
{
	text-align:center;
}
.grey
{
	color:#9D87B2;
}
.input {
	width:230px;	
}
.select {
	width:230px;	
}
.radio {
	width:25px;	
}   
.textarea {
	width:233px;
	background: transparent;	
}
.address {
	padding-left:50px;
	font-size:10pt;
	text-align:left;
}
.map {
	padding-left:20px;
	padding-top:2px;	
}
.listRight
{
	width:218px;
	float:right;
	margin:0px;
	padding-left:15px;
	list-style-type:circle;
	list-style-image:url(/images/bullet.gif);
} 
.listLeft
{
	width:218px;
	float:Left;
	margin:0px;
	padding-left:15px;
	list-style-type:circle;
	list-style-image:url(/images/bullet.gif);
} 
.light
{
	background-color:#F1F4FB;
	padding:2px;
}
.newsTab
{	
	background:transparent url(/images/tabNews.gif) no-repeat left bottom;
	width:110px;
	height:22px;
	line-height:22px;
	padding:0px;
	padding-left:18px;
	margin:0px;
}
.news
{	
	background:transparent url(/images/BGs/news2.jpg) repeat-y center;
	padding:6px;
	margin:0px;
	margin-bottom:4px;
	border:solid 1px #CCD8E8;
}
.productBorder
{
	margin:2px 0;
	padding:1px;
	border:solid 1px #461B6C;
}
.floatL
{
	float:left;
	margin-right:10px;
	margin-bottom:16px;
}
.underLine
{
	background:transparent url(/images/BGs/hLine.gif) repeat-x bottom left;
}