@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #300000;
	background-image: url(Images/bg-body2.gif);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
	color: #990A08;
}
a:visited {
	text-decoration: none;
	color: #990A08;
}
a:hover {
	text-decoration: none;
	color: #D090A3;
}
a:active {
	text-decoration: none;
}

p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.7em;
	color: #000000;
	margin-bottom: 0.5em;
}
p + p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	line-height: 1.2em;
	margin: 0 0 20px 0;
	color: #4F0000;
}
h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 15px 0 5px 0;
	color: #4F0000;
}
h3	{
	font-size: 1.5em;
	margin: 20px 0 0 0;
	color: #4F0000;
}	
.headtext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-align: center;
}
.smalltext {
	font-size: 1.1em;
	margin:	0;
}

.emphasis {
	color: #4F0000;
	font-style: italic;
	 	font-weight: bold;
}
.indent {
	margin-left: 25px;
	margin-top: 0;
}
.indentparagraph {
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 9px;
}
.WhiteGloveStyle #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(Images/tile3.jpg);
	
	background-repeat: repeat;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 


.WhiteGloveStyle #header {
	position: relative;
	width: 100%;
	background-image: url(Images/tile3.jpg);
	
	padding: 5px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.WhiteGloveStyle #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.WhiteGloveStyle #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 2px 15px 20px;
}


.WhiteGloveStyle #content_header {
	position: relative;
	top: 7px;
	left: 0px;
	width: 800px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4f0000;
	height: 22px;
	background-image: url(Images/mainrec_top2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	bottom: 1px;
}
.WhiteGloveStyle #timcontent {
	position: relative;
	top: 7px;
	width: 800px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4f0000;
	height: auto;
	background-repeat: repeat-y;
	background-image: url(Images/mainrec_middle2.jpg);
}
.WhiteGloveStyle #content_footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4f0000;
	height: 22px;
	background-repeat: no-repeat;
	margin-bottom: 0px; /* had been 10 for some reason */
	background-image: url(Images/mainrec_bottom2.jpg);
}

.WhiteGloveStyle #mainContent {
	position: relative;
	width: 565px;
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
} 
.WhiteGloveStyle #smallprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000
}
.photostyle {
	margin: 0 0 10px 15px;
	float: right;

	clear: right;
}
.WhiteGloveStyle #footer {
	padding: 1px 0 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	width: 800px;
	background-color: #300000;
} 
.WhiteGloveStyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #C0A175;
	font-size: 1.1em;
	margin-bottom: .5em;
}
.FootLinks {
	font-size: 11px;
	color: #D090A3;
	text-align: center;
}

.FootLinks a:link {
	color: #C0A175;

}
.FootLinks a:visited {
	color: #C0A175;
}
.FootLinks a:hover {
	color: #FFF2EA
}

.PriceList
{
	position: relative;
	top: -20px;
}

.PriceList td, .PriceList th
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #CCCCCC;
}

.PriceListForm
{
	border-bottom: solid 1px #CCCCCC;
}

.PriceListFirstRow
{
	padding-top: 20px;
}

.PriceListLastRow
{
	padding-bottom: 20px;
}

.ItemTitle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.ItemDescription
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8.5pt;
	line-height: 10pt;
	 padding: 0 0 0 20px;
	 margin: 0 0 0 0;
	 width: 80%;
}

.TextHeader
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
}

.Text
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	line-height: 11pt;
}

.Note
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	line-height: 10pt;
	font-style: italic;
}

.ContentBlock
{
	width:100%;
	padding: 10px 0 10px 0;
	overflow:auto;
}

.Header
{
	padding-bottom: 10pt;
}

.Paragraph, .Paragraph *
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10.5pt;
	line-height: 11pt;
	color: #4f0000;
}

.Graphic
{
	padding: 10px;
}

.Image
{
	padding: 0 10px 0 10px;
}

.Form
{
	/*padding-top: 10px;*/
	background-color: #EEEEEE;
	border: solid 1px #666666;
}

.FormTable
{
	width: 100%;
}

.FormTable tr
{
	vertical-align:bottom;
}

.FormTableLeftCol
{
	width:20%;
	text-align: right;
	vertical-align: bottom;
}

.FormTableRightCol
{
	width:80%;
	text-align: left;
	vertical-align: bottom;
}

.FormTableRightHalfCol
{
	width:30%;
	text-align: left;
}

.InnerFormTable
{
	width: 100%;
	background-color: #DDDDDD;
	border: solid 1px #AAAAAA;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* SUCKERFISH NAV */

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 12em;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em; /* this is the height of the nav boxes */
	margin-bottom : -1px;
	width: 11em; /* i just changed this down to 11 from 14 to fix that weird extended gap thing */
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em; /* dropped this from 14 too due to weird extended "box" thing, corresponds to nav li width */
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a { /* change the options of the visible nav here */
	width: 14em; /* be sure to change the other nav li widths for under levels! */
	width : 13em;
	display : block;
	color : #4F0000;
	font-weight : normal;
	text-decoration : none;
	padding : 0 0.5em;
	font-size: 1.4em;
	line-height: 2.5em;
	border-bottom-style: none;
	border-bottom-color: #D090A3;
	}
	
	#nav li a:hover { /*This is the hover attributes--duh! */
	color : #4F0000;
	background: #C0A175;
	font-weight: bold;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {  /* change the inset of the div text here */
		margin-left : 19em;
	}
