﻿body 
{
	background-color:Black;
	font-family:  Century Gothic,Tw Cen MT;
	font-size:12px;
	color:White;
	margin:0px;
	line-height:15px;
}

H1
{
	color: #AAB8D3;
	font-size:19px;
	text-transform:uppercase;
}

H2
{
	color: #F1C101;
	font-size:18px;
	text-transform:capitalize;
}

H3
{
	color: #D40000;
	font-size:16px;
	text-transform:capitalize;
}

p
{
	margin-top:0.5em;
	margin-bottom:1.1em;
	line-height:16px;
}

A:link
{
	color: #F1C101;
	text-decoration: underline;
}
	
A:visited
{
	color: #98A9C9;
	text-decoration: underline;
}
	
A:hover
{
	color: #D40000;
	text-decoration: underline;
}

/*------------------------ Forms ------------------*/

.Label{ text-align:right;}

textarea{font-family:Century Gothic,Tw Cen MT; width:100%;}

.ControlError{	background-color:#cc0001;color:White;}

.Error{	color:#cc0001;}

.quote{ width:600px;}

/*------------------------ Homepage Styles & Containers ------------------*/

/*BoxLarge*/
.BoxLarge
{
	margin-top:2px;
}

.BoxLarge .Back
{
	width:836px;/*Total 888*/
	padding:0px 26px 0px 26px;
	height:auto;
	min-height:17px;
	overflow:hidden;
	background-image:url(images/Box1Repeat.jpg);
	background-repeat:repeat-y;
}

.BoxLarge .Top
{
	width:888px;
	height:23px;
	overflow:hidden;
	background-image:url(images/Box1Top.jpg);
	background-repeat:no-repeat;
}

.BoxLarge div.Bottom
{
	width:888px;
	height:23px;
	overflow:hidden;
	background-image:url(images/Box1Bottom.jpg);
	background-repeat:no-repeat;
}

.BoxLarge .iHomeBannerTitle
{
	position:absolute;
	top:0px;
	left:32px;
}
.Nudge
{
	margin-left:8px;
}

/*BoxMedium*/
.BoxMedium .Back
{
	width:499px;/*Total 571*/
	padding:0px 34px 0px 38px;
	height:auto;
	min-height:17px;
	overflow:hidden;
	background-image:url(images/Box2Repeat.jpg);
	background-repeat:repeat-y;
}

.BoxMedium .Top
{
	width:571px;
	height:23px;
	overflow:hidden;
	background-image:url(images/Box2Top.jpg);
	background-repeat:no-repeat;
}

.BoxMedium div.Bottom
{
	width:571px;
	height:23px;
	overflow:hidden;
	background-image:url(images/Box2Bottom.jpg);
	background-repeat:no-repeat;
}

/*HomeBanner*/
#divHomeBanner
{
	width:836px;
	height:188px;
	overflow:hidden;
	margin-top:3px;
	margin-bottom:3px;
}

.divRotatingImg { float:left; height:188px; width:605px; }
.rotImages, .rotImages img { height:188px; width:605px; }

#divHomeBanner .Inner { float:left;	width:231px; height:188px; color:#F1C101;	font-family:Arial Narrow, Trebuchet MS,  Arial;
                        font-size:18px;	font-weight:bold; background-image:url('images/HomeImageRight.jpg'); }

#divHomeBanner H1
{
	color:#D40000;
	font-family:Arial Black, Arial;
	font-weight:normal;
	font-size:15px;
	margin:0px;
	padding:0px;
}


#divHomeBanner ul
{
	margin:22px 0px 10px 10px;
	padding:0px;
}

#divHomeBanner li
{
	 list-style-type:none;
	 background-image:url(images/bullet.jpg);
	 background-repeat:no-repeat;
	 background-position:left 5px;
	 padding-left:13px;
	 padding-bottom:15px;
	 line-height:17px;
}

#divHomeBanner li.NoBullet
{
	background-image:none;
	list-style-type:none;
	font-size:15px;
}

/*SalesBox*/
.SalesBox
{
	float:right;
	margin-top:2px;
}

.SalesBox H1
{
	color:#F1C101;
	/*font-family:  Tw Cen MT, Lucida Sans, Arial Narrow, Arial Black;*/
	font-size:26px;
	font-weight:bold;
	line-height:28px;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:1px;
	margin:0px;
	padding:0px;
	margin-top:-3px;
	margin-bottom:4px;
}

.tblWireSale
{
	width:100%;
}

.tblWireSale td
{
	border-top:solid 1px #9297A5;
	padding-bottom:10px;	
	font-family:Arial;
}

.SalesBox img
{
	float:left;
	margin-right:12px;
}

.SalesBox b.Title
{
	display:block;
	margin-top:6px;
	text-transform:uppercase;
}

.SalesBox b.Availability
{
	display:block;
	color:#D40000;
	font-weight:bold;
}

.SalesBox .Price
{
	padding-top:28px;
	padding-bottom:0px;
	width:145px;
	overflow:hidden;
	color:#D40000;
	font-family:  Trebuchet MS,Arial Black, Tw Cen MT;
	font-weight:bold;
	font-size:30px;
	line-height:32px;
	letter-spacing:-3px;
	float:right;
	border:solid 0px white;
}

.SalesBox .Price b
{
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:0px;
}

img.Anniversary { width:618px;margin:0px 0px 5px 150px;}


/*------------------------ Layout Styles ------------------------*/

#divBoundary
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}


#divHeader
{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	height:158px;
	width:900px;
	overflow:hidden;
	position:relative;
}

#divMenu
{
	position:absolute;
	bottom:28px;
	left:0px;
	width:830px;
	overflow:hidden;
	border:solid 0px Red;
	text-align:center;
	margin-left:35px;
	margin-right:35px;
}

.divContentHome
{
	width:867px;
	margin-left:28px;
	margin-right:5px;
	overflow:hidden;
}

.BoxLarge #divContentArea
{
	width:805px;
	height:auto;
	min-height:300px;
	overflow:hidden;
	/*Contained by an 836 wide box*/
	margin-left:15px;
	margin-right:16px;
}

#divFooter
{
	width:900px;
	height:90px;
	overflow:hidden;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:bottom;
	position:relative;
}

#divFooter .Inner
{
	position:absolute;
	bottom:0px;
	line-height:14px;
	text-align:center;
	width:100%;
}

#divFooter a.contact
{
	color:White;
	text-decoration:none;
}

#divFooter .notice{color:#F1C101;}

.wireImagesDiv { float:right; margin:5px 0px 10px 10px; background-color:#fff; }
.wireImagesDiv img { float:right; }