@charset "utf-8";

* { margin:0; padding:0; }

body { 
	background-color:#d1dce7; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:62.5%; 
	color:#ffffff; }

a img { border:none; }

a {text-decoration:none}

#centermeplease { 
	font-size:1.2em; 
	text-align:left; 
	width:720px; 
	margin:0 auto 0 auto; 
	}
/*------------------------------------------------------------------------------------------- //// Header \\\\\ ------------------------------------------------*/

#header { 
	height:111px; 
	background-image:url(candy/header.jpg); 
	background-repeat:no-repeat; 
	}
/*------------------------------------------------------------------------------------------- //// Main Nav area \\\\\ ------------------------------------------------*/
#mainnavarea a:hover{	background:transparent;}

#mainnavarea ul{
	position:relative;
	top: 105px;
	left: 80px;
	display:block;
}

#mainnavarea li{
	display:block;
	float:left;
	width:80px;
	margin-left:3px;
}

#mainnavarea li a{
	display:block;
	height:19px;
	text-align:center;
	font-weight: bold;
	color:#ffffff;
	font-size:1.0em;
/* Line height same as height, which puts the text vertically centered, hoorah! */
	line-height:19px;
	text-decoration:none;
	text-transform:uppercase;
}

#mainnavarea li.on a{ background:#695e4a;}
#mainnavarea li.on a{ color:#ffffff;}
#mainnavarea li.off a{ background:#695e4a;}


#mainnavarea li.on a{
	color:#d95c05;
}

#mainnavarea li.off a{
	color:#ffffff;
}

/*------------------------------------------------------------------------------------------- //// sub Nav  \\\\\ ------------------------------------------------*/

#subnav { 
	background-color:#593118; 
	height:32px; 
	background-image:url(candy/split_header2.jpg); 
	background-repeat:no-repeat;

	}
/*------------------------------------------------------------------------------------------- //// sub Nav Menu \\\\\ ------------------------------------------------*/
.menu {
	width:570px; 
	height:30px; 
	font-size:0.85em;
	position:relative; 
	margin-left:145px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {w\idth:570px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:85px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {float:left; width:85px;position:relative; }

/* style the links for the top level */

.menu a, .menu a:visited {

	display:block;
	font-size:11px;
	text-decoration:none;
	letter-spacing: 1px;
	color:#d1e0e8; 
	width:85px; 
	height:28px;
	border-bottom: 2px solid #341a0a;
	border-left:1px solid #341a0a; 
	border-right:1px solid #341a0a; 
	border-top:1px solid #341a0a; 
	background:#432415; 
	padding-left:10px; 
	line-height:29px;}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {width:85px; w\idth:85px;}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d8d4c9   bottom right no-repeat;
	}

/* style the second level hover */

.menu ul ul a.drop:hover{
	background:#695e4a  bottom right no-repeat;
	}
	
.menu ul ul :hover > a.drop {
	background:#695e4a bottom right no-repeat;
	}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}

/* style the third level hover */

.menu ul ul ul a:hover {background:#695e4a;}

/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;top:29px;
	left:0; 
	width:85px;
	border-top:1px solid #786f5d;
	}

/* another hack for IE5.5 */

* html .menu ul ul {top:28px;t\op:29px;}

/* position the third level flyout menu */

.menu ul ul ul{left:85px; top:-1px; width:85px;}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {left:-85px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {
	background:#a1bcd7; 
	color:#583119; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:85px;
	border-width:0 1px 1px 1px;
	}

/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {
	width:85px;
	w\idth:100px;
	}

/* style the top level hover */

.menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	background:#7c9cbc;
	}

.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#7c9cbc;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/*------------------------------------------------------------------------------------------- //// sub content \\\\\ ------------------------------------------------*/

	/*------------------------------------------------------------------------------------------- //// main content \\\\\ ------------------------------------------------*/

	
#rightsection{
	width:400px;
	float:left;
	padding:20px 0 20px 0;
	margin-left:20px;
	color:#000;
	font-size:.9em;
	background-color: #FFFFFF;
	  opacity: 0.40;
  -moz-opacity: 0.40; /* older Gecko-based browsers */
  filter:alpha(opacity=40); /* For IE6&7 */

}


#column-1 {
  position: relative;
  float: left;
  width: 450px; /* remember to set a width */
  margin-top: 10px;
  margin-left: 10px;
}

.overlay{
  position: absolute;
  top: 0; /* These positions makes sure that the overlay */
  bottom: 0;  /* will cover the entire parent */
  left: 0;
  width: 100%;
  background: #ffffff;
  opacity: 0.75;
  -moz-opacity: 0.75; /* older Gecko-based browsers */
  filter:alpha(opacity=75); /* For IE6&7 */
}
#column-1 .content {
width: 400px;
padding: 20px;
}
.content {
  position: relative;
  color:#583119;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 20px;
}

/*------------------------------------------------------------------------------------------- //// footer \\\\\ ------------------------------------------------*/
#footer { 
	background-image:url(candy/footer.jpg); 
	background-repeat: no-repeat; 
	background-color:#d2dce6;
	clear: both;
	height: 102px;
}
.contentfooter {
	font-size:10px;
	padding-left: 250px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content2footer {
	font-size:9px;
	letter-spacing: 1px;
	text-align: center;
}

#footer a {	text-decoration:none;
			color:#FFF;}
.contentlink {	text-decoration:none; font-weight:bold; letter-spacing: 1px;
			color:#583119;}
