/***********************************************/
/* @charset "UTF-8"; creates problems
/* DreamlightUSA CSS Document created 08-05-2011 from old dreamlightusa.css
/*
/* updated 08-05-11
/*
/***********************************************/

body {
	font-family: Arial,sans-serif;
	line-height: 1.166;
	background: #000000;
	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 */
	color: #D2E6FA;
}
a:link, a:visited {
	color: #D2E6FA;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	font: bold 140% Arial,sans-serif;
	color: #D2E6FA;
	margin: 0px;
	padding: 0px;
}
h5 {
	font: bold 120% Arial,sans-serif;
	color: #D2E6FA;
	margin: 0px;
	padding: 0px;
}
/** used for welcome page small text **/
h6 {
	font: bold 10% Arial,sans-serif;
	text-align:center;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
/***********************************************/
.dreamlightUSA #container {
	width: 86%;  /* this will create a container 86% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/***********************************************/
.dreamlightUSA #header {
	background: #000000;
	padding: 10px 0px 8px 0px;
/*	padding: 0 10px;  /* 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. */
}
.dreamlightUSA #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 */
}

/***********************************************/
/*  ########## NEW Styles for Menu ##########  */
/***********************************************/
.chromestyle {
/*	width: 99%;*/
	font-weight: bold;
	font-size: 14px;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	color: #000000;
	text-shadow: rgba(200, 200, 200, 0.8) 2px 2px 1px;
	text-shadow: rgba(0,0,0,0.2) -1px 0, rgba(0,0,0,0.2) 0 -1px, rgba(255,255,255,0.2) 1px 0, rgba(255,255,255,0.2) 0 1px, rgba(0,0,0,0.2) -1px -1px, rgba(255,255,255,0.2) 1px 1px;
	height: 26px;
	height: 32px;
/*	border: 1px solid #BBB;*/
/*	width: 100%;*/
	background: url(images/nav_background.jpg) repeat-x;
	padding: 5px 0px 0px 0px;
	padding: 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	
	/* curved corners 6px */
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.chromestyle ul li	{
	display: inline;
}

.chromestyle #menu-spacer {
	font-size: 18px;
	position: relative;
	top: -1px;
}

.chromestyle ul li a {
	color: #000000;
	text-shadow: rgba(126, 126, 255, 0.4) 2px 2px 3px;
	text-shadow: rgba(0,0,0,0.2) -1px 0, rgba(0,0,0,0.2) 0 -1px, rgba(255,255,255,0.2) 1px 0, rgba(255,255,255,0.2) 0 1px, rgba(0,0,0,0.2) -1px -1px, rgba(255,255,255,0.2) 1px 1px;
/*	color: #494949;*/
	padding: 0px 4px 0px 4px;
	padding: 0;
	margin: 0px 1px 0px 1px;
	text-decoration: none;
/*	border-right: 1px solid #DADADA;*/
}
.chromestyle ul li a:visited {
	color: #000000;
}
.chromestyle #redLink a:link {
	color: #FF0000;
}
.chromestyle #redLink a:hover {
	color: #EEEE00;
}
.chromestyle #redLink a:visited {
	color: #FF0000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
/*	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color: #FFFFFF;
	text-shadow: rgba(0,0,0,0.2) 1px 0, rgba(0,0,0,0.2) 0 1px, rgba(255,255,255,0.2) -1px 0, rgba(255,255,255,0.2) 0 -1px, rgba(0,0,0,0.2) 1px 1px, rgba(255,255,255,0.2) -1px -1px;
	text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 3px, rgba(0, 0, 0, 0.4) -1px -1px 2px;
/*	background: url(images/ie_hover.jpg) repeat-x; */
}

/***********************************************/
/*  ######## Style for Drop Down Menu ######## */
/***********************************************/
.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
/*	font:normal 12px Verdana;*/
/*	line-height:18px;*/
	z-index:100;
/*	background-color: white;*/
	background: rgba(226, 235, 242, 0.9);
	text-shadow: rgba(126, 126, 255, 0.4) 2px 2px 3px;
	text-shadow: rgba(0,0,0,0.2) -1px 0, rgba(0,0,0,0.2) 0 -1px, rgba(255,255,255,0.2) 1px 0, rgba(255,255,255,0.2) 0 1px, rgba(0,0,0,0.2) -1px -1px, rgba(255,255,255,0.2) 1px 1px;
/*	width: 200px;*/
	visibility: hidden;
	margin-top: 5px;
	margin-top: -4px;
/*	margin-left: -4px;*/
}

.dropmenudiv a {
/*	width: auto;*/
	display: block;
/*	text-indent: 3px;*/
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
/*	padding: 2px 0;*/
	padding: 2px 6px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	text-align: left;
}

* html .dropmenudiv a { /*IE only hack*/
/*	width: 100%;*/
}

.dropmenudiv a:visited {
	color: #000000;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #FFFFFF;
	text-shadow: rgba(226, 235, 242, 0.9) 2px 2px 3px;
	background: #000000;
/*	background-color: #F0F0F0;*/
}

/***********************************************/
.dreamlightUSA .menuInformation {
	padding: 2px 0px 4px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
/*	top: 120px; */
	top: 68px;
	text-align: center;
	width: 86%;
	height: 20px;
	color: #D2E6FA;
/*	background: #000000; */
	font-size: small;
	visibility: hidden;
	font-weight: bold;
}
.dreamlightUSA .menuInformation a:link, .dreamlightUSA .menuInformation a:visited {
	color: #D2E6FA;
}
.dreamlightUSA .menuInformation a:hover {
	color: #FFFFFF;
}

/***********************************************/
/*  ########## END Styles for Menu ##########  */
/***********************************************/

/***********************************************/
/* Tips for mainContent:
1. the space between the mainContent and leftSidebar is created with the left margin on the mainContent div.  No matter how much content the leftSidebar div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #leftSidebar space when the content in #leftSidebar ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.dreamlightUSA #mainContent {
	margin: 30px 0 0 0;
/*	margin: 0 20px 0 18%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
/*	border: 1px solid #D2E6FA; */
}

/* Tips for leftSidebar:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".dreamlightUSA #leftSidebar p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.dreamlightUSA #leftSidebar {
	float: left;
	width: 16%; /* since this element is floated, a width must be given */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
/*	border: 1px solid #D2E6FA; */
	font-size: 80%;
	margin: 0px;
}
.dreamlightUSA #leftSidebar h3, .dreamlightUSA #leftSidebar p {
/*	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	padding: 10px 0px 2px 10px;
}
.dreamlightUSA #leftSidebar a:link, #leftSidebar a:visited {
	display: block;
	padding: 0px 10px 10px 10px;
	color: #D2E6FA;
}
.dreamlightUSA #leftSidebar a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
/***********************************************/
.dreamlightUSA #feature {
	margin: 0 0 0 18%;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	border: 1px solid #D2E6FA;
}
/***********************************************/
.dreamlightUSA #catalog {
	margin: 0 0 0 0;
	padding: 10px 0px 0px 0px;
	border: 1px solid #D2E6FA;
}
/***********************************************/
.dreamlightUSA #bonus {
	margin: 0 0 0 0;
	padding: 10px 0px 0px 0px;
	border: 1px solid #D2E6FA;
}
/***********************************************/

/***********************************************/
.dreamlightUSA #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000;
	margin: 20px 0;
} 
.dreamlightUSA #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 */
}
.dreamlightUSA #footer img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/***********************************************/
/*  ############  MISC.  Styles  ############  */
/***********************************************/

/***********************************************/
/**  Miscellaneous classes for reuse  **/
.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;
}
/***********************************************/
a.cdwhlink, a.cdwhlink:visited{
  	color: #D2E6FA;
	font-weight: bold;
	text-decoration: underline;
}
/****  used for sizing chart table  ****/
.style4 { font: normal 90% Arial,sans-serif; }
/****  used for active link page  ****/
.styleWhite { color: #FFFFFF; }
/****  used on request form  ****/
.styleRed { color: #FF0000; }
.styleBold { font-weight: bold; }
.dreamlightUSA #request {
	margin: 0 0 0 0;
	padding: 10px 10px 0px 6px;
	font-size: 80%;
}
.styleYellow { color: #FFFF00; }
/****  used for catalog pages  ****/
.catalogText {
  font-size: 11px;
  color: #D2E6FA;
  text-decoration: none;
}
.dreamlightUSA #catalogPadding {
	padding: 0px 0px 6px 0px;
}

#bonusLayer { position: absolute;  z-index: 1;  /*visibility: hidden;*/ }
#alignInputCenter { text-align: center; }
#alignInputRight { text-align: right; }

.returnToTop{
	font-size: 10px;
	position: absolute;
	right: 8%;
}

/*
#showhidetarget {
	position: absolute;
	top: 20px;
	width: 86%;
	background: rgba(0, 12, 42, 0.6);
	z-index: 999999;
}

#div_to_popup {display:none;}
#popup2,#popup3,#xlink { display:none; }
*/
