body {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #042F3F;
}

/* Hider divs for differentiating Retail from Wholesale */

.hider_pricing_paypal {
	visibility: hidden;
}

.hider_login_button {
	/*display: none;*/ display: block;
	position: relative;
	margin-top: -2px;
	padding: 0 0 15px 12px;
	color: #000;
	background: transparent;
	text-align: left;
	font-size: 80%;
}

.hider_login_button a, .hider_login_button a:link {
	color: #fff;
	text-decoration: none;
	padding: 3px 10px;
	border-top: none;
		border-right: 3px solid #fff;
			border-bottom: 3px solid #fff;
				border-left: 3px solid #fff;
	background: #000;
}

.hider_login_button a:hover {
	color: #999;
	text-decoration: none;
	padding: 3px 10px;
	border-top: none;
		border-right: 3px solid #fff;
			border-bottom: 3px solid #fff;
				border-left: 3px solid #fff;
	background: #000;
}

.hider_showcase_button {
	/*display: block;*/ display: none;
	position: relative;
	margin-top: -2px;
	padding: 0 0 15px 12px;
	color: #000;
	background: transparent;
	text-align: left;
	font-size: 80%;
}

.hider_showcase_button a, .hider_showcase_button a:link {
	color: #fff;
	text-decoration: none;
	padding: 3px 10px;
	border-top: none;
		border-right: 3px solid #fff;
			border-bottom: 3px solid #fff;
				border-left: 3px solid #fff;
	background: #000;
}

.hider_showcase_button a:hover {
	color: #999;
	text-decoration: none;
	padding: 3px 10px;
	border-top: none;
		border-right: 3px solid #fff;
			border-bottom: 3px solid #fff;
				border-left: 3px solid #fff;
	background: #000;
}


.wholesale_login_button {
	background: transparent;
}

.wholesale_login_button a, .wholesale_login_button a:link {
	color: #fff !important;
	text-decoration: none;
	padding: 3px 10px;
	border-top: 2px solid #90863f;
		border-right: 2px solid #90863f;
			border-bottom: 2px solid #90863f !important;
				border-left: 2px solid #90863f;
	background: #000;
}

.wholesale_login_button a:hover {
	color: #999 !important;
	text-decoration: none;
	padding: 3px 10px;
	border-top: 2px solid #90863f;
		border-right: 2px solid #90863f;
			border-bottom: 2px solid #90863f !important;
				border-left: 2px solid #90863f;
	background: #000;
}

.wholesale_login_request_button {
	background: transparent;
}

.wholesale_login_request_button {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff !important;
	text-decoration: none;
	padding: 3px 10px;
	border-top: 2px solid #90863f;
		border-right: 2px solid #90863f;
			border-bottom: 2px solid #90863f !important;
				border-left: 2px solid #90863f;
	background: #000;
	cursor: pointer;
}

input.wholesale_login_request_button:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999 !important;
	text-decoration: none;
	padding: 3px 10px;
	border-top: 2px solid #90863f;
		border-right: 2px solid #90863f;
			border-bottom: 2px solid #90863f !important;
				border-left: 2px solid #90863f;
	background: #000;
}



/* Main container */

#container {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main_BG.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Content */

#content {
	padding: 0px;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 5px solid #FFFFFF;
}


/* Navigation */

#mainNav {
	margin: 0px auto 5px auto;
	padding: 0px;
	border: 5px solid #ffffff;
	background-color: #000000;
}

/* Navigation sub-elements styles */

.navText p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 2px 0px 4px 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background: transparent;
}

.navText a, navText a:link {
	color: #FFFFFF;
	text-decoration:none;
}

.navText a:hover {
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}

.navText_first p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 2px 0px 4px 10px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background: transparent;
}

.navText_first a, navText a:link {
	color: #FFFFFF;
	text-decoration:none;
}

.navText_first a:hover {
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}

.navText_last p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 2px 0px 4px 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background: transparent;
}

.navText_last a, navText_last a:link {
	color: #FFFFFF;
	text-decoration:none;
}

.navText_last a:hover {
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}

.dots {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px 0px 6px 10px;
	border-top: 1px dotted #ffffff;;
	border-right: none;
	border-bottom: 1px dotted #ffffff;;
	border-left: none;
	background-color: #353535;
}

.dots a, .dots a:link {
	text-decoration: none;
	color:#FFFFFF;
}

.dots a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.dotBottom {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px 0px 6px 10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #ffffff;
	border-left: none;
	background-color: #353535;
}

.dotBottom a, .dotBottom a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.dotBottom a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#bottomImage {
	background-image: url(../images/main_bottom.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 890px;
	background-position: top center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* mailto:Madelynco@charter.net, panoptic/proforma link */

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #dcdcdc;
	margin: 0px;
	text-align: center;
	padding: 6px 0 4px 0;
}

#bottomImage a, #bottomImage a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: 0px dotted #ddd;
	border-left: none;
	background-color: transparent;
}

#bottomImage a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #fff;
	border-left: none;
	background-color: transparent;
}

.credits {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #dcdcdc;
	margin: 0px;
	text-align: center;
	padding: 0 0 4px 0;
}

#bottomImage .credits a, #bottomImage .credits a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: 0px dotted #fff;
	border-left: none;
	background-color: transparent;
}

#bottomImage .credits a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	margin: 0px;
	padding: 0;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #fff;
	border-left: none;
	background-color: transparent;
}

/* Footer */

#footer {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}

#submitForm {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#story {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#story p {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: 130%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #000000;
}

#topper {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}


.submitText {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
}

.submitBtn {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #000000;
}

#subPages {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#subPages p {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: 130%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #000000;
}

#subPages .msrp {
	color: #999999;
}

#subPages a, #subPages a:link {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration:none;
}

#subPages a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	text-decoration:none;
}

#subPages ul {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#subPages ol {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

h1 {
	font-size: 20px;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 15px 15px 0px 0px;
	margin: 0px 15px 0px 15px;
	color: #353535;
	border-bottom: 1px dotted #353535;
}

h2 {
	font-size: 16px;
	font-family: georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 15px 15px 0px 0px;
	margin: 0px 15px 0px 15px;
	color: #353535;
	/*border-bottom: 1px dotted #353535;*/
}

#subpageContainer {
	background-image: url(../images/sub_dropshadow.jpg);
	background-repeat: repeat-y;
}

.titleLines {
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #content #inputArea {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}


/* Image float alignment */

img.left {
	float: left;
	padding: 0 10px 10px 0;
	border: none;
}

img.right {
	float: right;
	padding: 0 0 10px 10px;
	border: none;
}

img.center {
	float: none;
	border: none;
}


/* Image popup class - image rollover, image viewer */

.popup {
	padding: 0;
	margin: 0;
	position: relative;
	display: block;
	z-index: 0;
	/*overflow: visible;*/ /*Not necessary with this method*/
}

a.popup, a:link.popup,
a:visited.popup, a:hover.popup {
	/*border: none !important;*/

	/*Optional border styles*/
	padding: 2px;
	border: 4px solid #000 !important;
}
/*Optional border styles*/
a.popup img, a:link.popup img,
a:visited.popup img, a:hover.popup img {
	border: 1px solid #000 !important;
}
/*
.popup img {
	border: none;
}
*/
.popup:hover {
	background: transparent;
	background-color: transparent;
	z-index: +1;
}

.popup span { /*CSS for enlarged image*/
	/*visibility: hidden;*/ /*Not necessary with this method*/
	position: absolute;
	top: -45px; /*Optional, safety for this use*/
	left: -9999px;
	background: #fff;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	z-index: +1;
		/*Optional border style*/
		padding: 2px;
		border: 4px solid #000;
}


.popup span img { /*CSS for enlarged image*/
	position: relative;
	display: block;
		/*Optional border style*/
		border: 1px solid #000;
}

.popup:hover span { /*CSS for enlarged image on hover*/
	/*visibility: visible;*/ /*Not necessary with this method*/
	top: -45px;
	left: -125px; /*Position where enlarged image should offset horizontally */
	cursor: pointer;
	z-index: +1;
}


/* Paypal button positioning */

/* Paypal button positioning */

.paypal_left {
	float: left;
	display: inline;
	position: relative;
	width: 100px;
}

.paypal_right {
	float: left;
	display: inline;
	position: relative;
	width: 200px;
	padding-left: 5px;
}

#promotions_form {
	width: 400px;
	padding: 20px 0 0 15px;
	background-color: transparent;
	margin: 0 auto;
}

#promotions_form div {
	padding-bottom: 7px;
}

#promotions_form label {
	display: block;
	position: relative;
	width: 100px;
	float: left;
}

#promotions_form input {
	width: 250px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#promotions_form span.space {
	width: 100px;
	float: left;
}

#promotions_form input.button {
	width: 100px !important;
	margin-top: 5px;
	padding: 2px;
}

.form_table {
	margin: 15px 0 45px 0;
}