/* Global Styles ------------------------------------------------------------------------------ */
* {
	behavior: url(css/iepngfix.htc); /* Global PNG Fix for IE5.5 and IE6 */
}

body {
	background: #F3E6E9 url('../images/home/db_background.jpg') no-repeat fixed center top;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.container {
	position: relative;
	text-align: left;
	width: 1001px;
	width: 1000px;
	margin: 0px auto;
}

.flashcontent img {
	width: 160px;
	height: 130px;
	border: 0px;
}

.logo-link {
	padding: 0px 0px 0px 0px;
}

/* Home Styles ------------------------------------------------------------------------------ */
.home1 {
	float: left;
	width: 240px;
	height: 1100px;
	background-image: url('../images/home/home1.png');
	background-repeat: no-repeat;
	color: #d5c6d7;
}

.home2 {
	float: left;
	width: 240px;
	height: 1100px;
	background-image: url('../images/home/home2.png');
	background-repeat: no-repeat;
	color: #d5c6d7;
}

.home3 {
	float: left;
	width: 240px;
	height: 1100px;
	background-image: url('../images/home/home3.png');
	background-repeat: no-repeat;
	color: #d5c6d7;
}

.home4 {
	float: left;
	width: 280px;
	height: 1100px;
	background-image: url('../images/home/home4.png');
	background-repeat: no-repeat;
}

.titleImageProducts {
	padding: 45px 0px 20px 40px;
}

.titleImageProducts img {
	width: 75px;
	height: 11px;
	border: 0px;
}

.titleImageAnnouncements {
	padding: 45px 0px 85px 40px;
}

.titleImageAnnouncements img {
	width: 130px;
	height: 12px;
	border: 0px;
}

.rollOverImages {
	display: none;
	padding: 100px 0px 0px 0px;
	text-align: center;
}

.rollOverImages img {
	border: 0px;
}

.menu {
	margin-top: 12px;
}

.menuRow {
	background-color: none;
	width: 100%;
	cursor: pointer;
	padding: 10px 0px 10px 0px;
}

.menuItem {
	font-family: Georgia, Times, serif;
	font-size: 15px;
	padding-left: 40px;
}

.announcement {
	width: 100%;
	padding: 10px 0px 10px 40px;
}

.menuProducts {
	margin-top: 65px;
}

.menuProducts .menuRowProducts {
	width: 100%;
	cursor: pointer;
	padding: 10px 0px 10px 0px;
}

.menuProducts .menuRowProducts .menuItemProducts {
	font-family: Georgia, Times, serif;
	font-size: 15;
	/*	font-weight: bold; */
	padding-left: 40px;
}

/*.menuItemProducts a, .menuItemProducts a:hover, .menuItemProducts a:visited {*/
a.menuItemProducts, a:visited.menuItemProducts, a:hover.menuItemProducts {
    /*color: #D5C6D7;*/
    color: inherit;
    color: expression(this.parentNode.currentStyle.color);
    text-decoration: none;
}

/* Product Styles ------------------------------------------------------------------------------ */
.product1 {
	float: left;
	width: 160px;
	height: 1645px;
	background-image: url('../images/products/product-features1.png');
	background-repeat: no-repeat;
}

.product2 {
	float: left;
	width: 600px;
	height: 1550px;
	background-image: url('../images/products/product-features2.png');
	background-repeat: repeat-x;
}

.product3 {
	float: left;
	width: 240px;
	height: 1550px;
	background-image: url('../images/products/product-features3.png');
	background-repeat: no-repeat;
}

.product4 {
	float: left;
	width: 0;
	height: 1550px;
	background-image: url('../images/products/product-features4.png');
	background-repeat: no-repeat;
}

.tempCart{
	width: 200px;
	padding: 20px;
	margin: 300px 0px 0px 0px;
	color:#DCF8FF;
	font-family:georgia,helvetica,sans-serif;
	font-style:normal;
	font-size:14px;
	text-decoration:none;
	background-image:url(../images/checkout/mcBg-top.png);
	}
	
.tempCart hr
{
	background: #81E7FF;
    border: 0;
    color: #81E7FF;
    height: 1px;
}

.cartPrice {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-style: normal;
	color: #dcf8ff;
	font-size: 16px;
}

.mcContainer {
	width: 240px;
	padding: 300px 0px 0px 0px;
	}

.mcBg-top {
	background-image: url('../images/checkout/mcBg-top.png');
	height: 66px;
	padding: 0px 10px 0px 10px;
}

.mcBg-middle {
	background-image: url('../images/checkout/mcBg-middle.png');
	height: 75px;
	font-size: 14px;
	color: #81E7FF;
	margin: 0px 0px 2px 0px;
	padding-left:15px;
}

.mcBg-middle div {
	padding: 10px 0px 0px 20px;
}

.mcBg-middle img {
	padding: 3px 0px 0px 0px;
	float: left;
	width: 85px;
}	

.mcBg-bottom {
	background-image: url('../images/checkout/mcBg-bottom.png');
	height: 38px;
}

.mcBg-bottom div {
	float: left;
}

.mcIcon {
	width: 35px;
}

.mcEditLink {
	padding: 8px 0px 0px 0px;
	width: 85px;
}

.mcEditLink a {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333;
}

.mcCheckout {
	padding: 10px 0px 0px 0px;
}

.mcCheckout a img {
	width: 109px;
	height: 21px;
	border: 0px;
}

.mcAddRow {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-style: normal;
	color: #dcf8ff;
}

.mcAddRow div {
	float:left;
	padding: 5px;
}

.mcPrice {
	padding: 7px 5px 5px 5px;
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-style: normal;
	color: #dcf8ff;
	font-size: 16px;
	border-bottom: 1px solid #81E7FF;
}

.mcTitle {
	font-size: 14px;
	width: 150px;
}

.mcAddBtn {
	margin: 2px 0px 0px 0px;
}

.mcAddBtn a img {
	border: 0px;
}

.mcShoppingBagTitle {
	padding: 10px 0px 10px 10px;
}

.mcShoppingBagTitle img {
	width: 158px;
	height: 11px;
}

.mcInput {
	float: left;
	padding: 3px 0px 0px 0px;
}

.mcInput input {
	width: 26px; 
	border: 2px solid #FF8144;
}

.lg-product-image {
	padding: 0px 0px 0px 0px;
	height: 335px;
	background-color: white;
}

.directions {
	list-style-type: decimal;
}

.productMenu {
	position: relative;
	padding: 20px 0px 20px 37px;
	width:85%;
}

#lg-productOut {overflow: hidden; position: relative; width: 600px; background-color: white; text-align:center; }
#lg-productOut[id] {display: table; position: static;}

#lg-productMid[id] {display: table-cell; vertical-align: middle;}

.productTitleHolder {
	padding: 3px 0px 3px 34px;
	background-color: #f0fcff;
	height: 25px;
}

.mainProductTitle {
	float: left;
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #4c2107;
}

.mainProductTitleAlt {
	padding: 4px 0px 0px 4px;
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #c6b6bb;
}

.productSubTitle {
	padding: 3px 0px 3px 20px;
	background-color: #ABD1DF;
}

.productSubTitle a {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #9d227e;
}

.productSubTitle a img {
	width: 12px;
	height: 10px;
	border: 0px;
}

.productDesc {
	padding: 10px 34px 0px 34px;
	text-align: left;
	text-decoration : none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #4c2107;
	line-height: 22px;
	text-decoration: none;
}



/* Dropdown Styles */

.prodNav {
	list-style: none;
	font-family: georgia, helvetica, sans-serif;
	font-style: normal;
	position: static;
	padding: 30px 0 34px 16px;
	background-image: url('../images/products/product-features2.png');
	margin-left: 160px;
	z-index:1000;
}

.prodNavTitle {
	padding: 0px 0px 20px 0px;
}

.prodNavTitle img {
	width: 75px;
	height: 11px;
	border: 0px;
}

.prodNavLinks {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	color: #FF8144;
}

.prodNavLinks li {
	display: inline;
}

.prodNavLinksLi:hover ul.prodNavDrop {
	display: block;
}

.prodNavLinks a {
	text-decoration: none;
	font-size: 13px;
	color: #dcf8ff;
}

.prodNavLinks img {
	width: 5px;
	height: 7px;
	margin: 0px 3px 0px 0px;
	border: 0px;
}
.prodNavDrop {
	list-style: none;
	position: absolute;
	display:none;
	left: 0px;
	top: 0px;
	z-index:100;
}

.prodNavDrop li {
	display: block;
}

.prodNavDropLink {
	position: relative;
	width: 125px;
	background-image: url('../images/products/drop-menu-bg.jpg'); 
	border-top: 1px dotted #df6554; 
}

.prodNavDropLink a {
	text-decoration: none;
	font-size: 13px;
	color: #dcf8ff;
	height: 17px;
	padding: 0px 7px 0px 7px;
}

.prodNavDropdownBtm {
	border-bottom: 1px solid #df6554;
}

/* unused dropdown classes */

#menu dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

#menu {
	 /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%; /* precision for Opera */
	font-family: georgia, helvetica, sans-serif;
	font-style: normal;
}

dl.drop_link {
	width: 125px;
}

#menu dl {
	float: left;
	width: 110px;
}

#menu dt {
	cursor: pointer;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #FF8144;
}

#menu dt a {
	text-decoration: none;
	font-size: 13px;
	color: #dcf8ff;
}

#menu dt img {
	width: 5px;
	height: 7px;
	margin: 0px 5px 0px 0px;
	border: 0px;
}

#menu dd {
	display: none;
}

#menu li {
	width: 110px;
	background-image: url('../images/products/drop-menu-bg.jpg');
	border-top: 1px dotted #df6554;
	height: 21px;
	padding: 0px 0px 0px 7px;
}

#menu li a,#menu dt a {
	font-size: 13px;
	color: #dcf8ff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#Btm {
	border-bottom: 1px solid #df6554;
}

#site {
	position: absolute;
	z-index: 1;
	top: 70px;
	left: 10px;
	padding: 5px;
}

/* About Styles ------------------------------------------------------------------------------ */

#about1 {
	float:left;
	background-image: url('../images/about/about1.png');
	width: 520px;
	min-height:1000px;
	background-repeat: no-repeat;
}

#about2 {
	float:left;
	background-image: url('../images/about/about2.png');
	width: 240px;
	background-repeat: no-repeat;
}

#about3 {
	float:left;
	width: 120px;
	color: #dcf8ff;
}
#about3 .first
{
	background-image:url('../images/about/about3.png'); 
	width: 120px; 
	height:600px; 
}
#about3 .last
{
	background-image:url('../images/about/about3bottom.png'); 
	width: 120px; 
}

#about4 {
	float:left;
	width: 120px; 
}
#about4 .first
{
	background-image:url('../images/about/about4.png'); 
	width: 120px; 
	height:600px; 
}
#about4 .last
{
	background-image:url('../images/about/about4bottom.png'); 
	width: 120px; 
}

.pressImages { 
	width: 455px;
	margin: 0px 0px 0px -65px;
	position:relative;
}

.pressRight {
	float:left;
	width: 201px;
	padding: 0px 0px 0px 30px;
}

.pressRight div {
	width:201px;
	padding: 0px 0px 10px 0px;
}

.pressLeft {
	float:left;
	width:201px;
	padding: 0px 0px 0px 20px;
}

.pressLeft div {
	width:201px;
	padding: 0px 0px 10px 0px;
}

.pressSet {
	 padding-left:30px;
	 padding-top:10px;
}

#pdf-link {
	font-size:18px;
	color:#ee6b31;
    margin-left:30px;
}

#pdf-link a:link, #pdf-link a:visited {
	color:#a0467b;
	text-decoration:none;
}

#youtube-link {
	font-size:18px;
	color:#ee6b31;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}

#youtube-link a:link, #youtube-link a:visited {
	color:#a0467b;
	text-decoration:none;
}

.pressSet .left {
	float:left; 
	margin-right:10px;
}

.pressSet .right {
	float:right;
}
	 
.retailerListing {
	width: 520px;
	text-align: left;
}

.retailerListing {
	padding-bottom: 17px;
	padding-left: 70px;
	padding-right: 0px;
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #4c2107;
	line-height: 26px;
	margin: 0px -40px 0px -65px;
}

.retailerListing a {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #4c2107;
	line-height: 26px;
}

.aboutMenuRow {
	width: 100%;
	cursor: pointer;
	padding: 10px 0px 10px 0px;
}

.aboutMenuRow .aboutMenuItem {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	padding-left: 10px;
}

a.aboutMenuItem, a:visited.aboutMenuItem, a:hover.aboutMenuItem {
    color: inherit;
    color: expression(this.parentNode.currentStyle.color);
    text-decoration: none;
}

.aboutLogoLink {
	padding: 0px;
	float:left;
	height: 130px;
	width: 160px;
}

.aboutNavHolder {
	height: 152px;
	width: 520px;
}

.aboutNavLinks {
	padding: 70px 0px 0px 10px;
	float:left;
}

.aboutNavHolder div {
	padding-bottom: 25px;
}

.aboutNavHolder div img {
	width: 52px;
	height: 11px;
	border: 0px;
}

ul.aboutNav {
	margin: 0px;
}

ul.aboutNav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	font: 13px georgia, helvetica, sans-serif;	
	color: #FF8144;
}

ul.aboutNav li a {
	text-decoration: none;
	color: #dcf8ff;
	cursor: pointer;
}

.aboutTitleHolder {
	width: 520px;
	height: 25px;
	padding: 3px 0px 3px 0px;
	background-color: #ff8144;
}
.mainAboutTitle {
	padding: 0px 0px 0px 34px;
	float: left;
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #DCF8FF;
}
.mainAboutTitleAlt {
	padding: 4px 0px 0px 4px;
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #DCF8FF;
}

.aboutCopy {
	position: relative;
	padding: 30px 40px 0px 65px;
	text-align: left;
	text-decoration : none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #4c2107;
	line-height: 22px;
	text-decoration: none;
}

.aboutPhoto {
	text-align: center;
	margin: 0px -40px 0px -65px;
	position: relative;
	width: 520px;
	background-color: white;
}

.brown {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #4c2107;
	line-height: 22px;
}

.purple14 {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #dcf8ff;
}

.bright-purple12 {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #8c4c9c;
}

/* Checkout Styles ------------------------------------------------------------------------------ */

#checkout1 {
	float:left;
	background-image: url('images/products/product-features1.png');
	width: 160px;
	height: 1550px;
	background-repeat: no-repeat;
}

#checkout2 {
	float:left;
	background-image: url('../images/checkout/checkout1.png');
	width: 720px;
	height: 1550px;
	background-repeat: no-repeat;
}

#checkout3 {
	float:left;
	background-image: url('../images/checkout/checkout2.png');
	width: 120px;
	height: 1550px;
	background-repeat: no-repeat;
}
.orange {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
}

.blue {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #81E7FF;
}
.blueBg {
	background-repeat: repeat;
	background-color:#ADB1A1;
}
.checkout_header {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #3C8100;
}

.checkout {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #4c2107;
}
.error {
	font-family: georgia, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: red;
}
bgImage td {
	background-attachment: scroll;
}
.white {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: white;
}

.orange {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform:uppercase;
	color: #ff8243;
}
.brown {
	text-decoration: none;
	font-family: georgia, helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #4c2107;
	line-height: 22px;
}
#lg-productIn
{
	margin-top:50px;
	margin-bottom:50px;
}
.message {
	-moz-border-radius:5px 5px 5px 5px;
	margin:10px 0;
	padding:10px 10px 10px 35px;
	position:relative;
}
.message.error {
	background:url("/images/icons/remove.png") no-repeat scroll 10px 10px transparent;
	border:1px solid #FF936F;
	margin:50px;
	background-color:#fff;
	color:#842100;
}
.message {
	-moz-border-radius:5px 5px 5px 5px;
	margin:10px 0;
	padding:10px 10px 10px 35px;
	position:relative;
}
.message.success {
	background:url("images/okay.png") no-repeat scroll 10px 10px transparent;
	border:1px solid #A6DD88;
	margin:50px;
	background-color:#fff;
	color:#539B2D;
}
