﻿body {
	background-color:#000000;
	background-image: url(../Images/Site/SiteBckgrnd.gif);
	font-family:  verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
}

.mainTable {
	margin: 0px auto; 
	width: 900px;	
}

.navBackground {
	background-image: url(../Images/Site/LeftNavBodyBckgrnd.gif);
}

.white12 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.white12:hover {text-decoration: underline; color: #FFFFFF; }

.black12 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.black12:hover {text-decoration: underline; color: #000000; }

.black14 {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a.black14:hover {text-decoration: underline; color: #000000; }

.txtProductName {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.imageViewer {
	cursor:pointer;
}

.txtCart {
	font-size: 12px;
	color: #000000;
}

.txtMain {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.txtNav {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.txtNav:hover {text-decoration: none; color: #FFFFFF; }

.txtSubNav {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.txtSubNav:hover {text-decoration: underline; color: #000000; }

.txtLowerNav {
	font-size: 6px;
	color: #000000;
	text-decoration: none;
}
a.txtLowerNav:hover {text-decoration: none; color: #000000; }

.txtLeftCartHeader {
	font-size: 11px;
	color: #FFFFFF;
}
.txtFooter {
	font-size: 11px;
	color: #d7d1b1;
	text-decoration: none;
}
a.txtFooter:hover {text-decoration: underline; }

.txtPurlpe14 {
	font-size: 14px;
	color: #09123b;
}
.txtSubFooter {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

.required {
	color: #b01304;
	font-size: 10px;	
}
.RequiredBig {
	color: #FF0000;
	font-size: 13px;	
	font-weight: bold;
}
.itemNav {
	font-size: 11px;
	color: #7a2039;
	text-decoration: none;
}
a.itemNav:hover {text-decoration: underline; color: #7a2039; }

.txtCustomLength {
	font-size: 10px;
	color: #000000;
}
.onSale {
	color: #7a2039;
	font-style: italic;
	font-weight: bold;
}
.stikeout {
	text-decoration:line-through;
}

.FormTitle {
	font-family:  verdana, Arial, sans-serif;
	font-size: 19px;
	font-weight:500;
	text-decoration: none;
}
.FormSubTitle {
	font-family:  verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	background-color: #cccccc;
	margin-top: 15px;
	margin-bottom: 7px;
}
.SubTitleRow {
	padding-left: 0px;
	padding-right: 0px;
}

.SmallPrintItalic {
	font-family:  verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
.SmallFormNote {
	font-family:  verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #ff0000;
}
.SmallPrint {
	font-family:  verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
.VerifyBoldPrint {
	font-family:  verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	text-decoration: none;
	font-style: normal;
}
.VerifyPrint {
	font-family:  verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}


/* drop Menu  */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dlmenu {height:10em;}
#menu {list-style-type:none; margin:0 0 10px; padding:0; position:absolute; z-index:100;}
#menu li {display:block; padding:0; margin:0; position:relative; z-index:100; color:#000;}
#menu li a, #menu li a:visited {display:block; text-decoration:none;color:#000;}
#menu li dd {display:none;color:#fff;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dt a , #menu li a:hover dt a {color:#000; }
#menu li:hover dd, #menu li a:hover dd {color:#fff;display:block;}
#menu li:hover dl, #menu li a:hover dl {height:auto;}
#menu table {border-collapse:collapse; padding:0; margin:-4px; font-size:1em;}
#menu dl {width: 30em; margin: 0; cursor:pointer;color:#000;}
#menu dt {margin:0; padding: 0; font-size: 1.1em;}
#menu dd {margin:0; padding:0; font-size: 1em; text-align:left;color:#fff; }
.gallery dt a, .gallery dt a:visited {display:block; color:#fff; padding:5px 5px 5px 10px;}
.gallery dd a, .gallery dd a:visited {color:#fff; min-height:1em; text-decoration:none; display:block; padding:4px 5px 4px 20px;}
* html .gallery dd a, * html .gallery dd a:visited {height:1em;color:#fff;}
.gallery dd a:hover {background:#008d01; color:#fff;}

