@charset "utf-8";
/* CSS Document */
/* Cherubs */
#header, .menu3 { behavior: url(iepngfix.htc) }/*IE PNG Fix*/
* {
	padding:0;
	margin:0;
}
html {
	border:0;
	height:100%;
	min-height: 100%;
	margin-bottom: 1px; /*Forces a Vertical Scrollbar in non-IE browsers*/
}
body {
	background-color:transparent;
	background-image:url(../images/choc_background.gif);
	background-repeat:repeat;
	background-position:top left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:center; /*For ie5.5 */
}
div#container {
	background-color:#BE8B3E;
	position: relative;
	margin:0 auto;
	width:980px;
	font-size: 1em;
	text-align:left;
}
div#main {
	padding-top: 282px;/*This is the height of the header+menu(s)+any borders.****************************************
	Also need to modify ie5 conditional comment below. A lesser value due to box model*/
	width: 100%;
	text-align:center;
}
div#header {
	position: absolute;
	top: 0px;
	width: 100%;
	height:183px;/*Height of logo/header************************************************************************/
	left: 0px;
	background: url(../images/cherubsbanner.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.leftcol {
	width: 20%;
	float: left;
}
.rightcol {
	width: 80%;
	float: right;
}
.menu, .menu2 {
	position: absolute;
	top: 183px;/*This value is the same as the height of the header*/
	width: 100%;
	height:20px;/*Make this heigh enough for any menu you may want here***************************************/
	padding:0.3em 0;
	left: 0px;
	border-left:0px;
	border-right:0px;
}
.menu2 {
	/*This is placed immediately below menu, with its top positioned absolutly underneath (147px+20px)*/
	background-image:none;
	position:absolute;
	top:183px;
	font-size:0.8em;
}
.menu3 {
	background-image:url(../images/drip.png);
	height:104px;
	position:absolute;
	top:183px;
	width:100%;
	left: 0px;
	border-left:0px;
	border-right:0px;
}
.menu ul, .menu2 ul{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	}
.menu li, .menu2 li, div#bottom li {
	display: inline;
	margin: 0 0.25em;
	}
div#footer {
	clear:both;
	text-align:center;
	background-color:#61452f;
	color: #F5FAA9;
}
div#col1 {float:left; width:33.33%;
}
div#col2 {float:left; width:33.33%;
}
div#col3 {float:left; width:32.33%;
}

div#credits {
	text-align:center;
	font-size:0.6em;
	color: #555753;
	}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {/*To re-set block-level items after getting rid of all default padding in 1st CSS rule*/
    margin:1em 5%; 
}
p {
	margin:1em 1em 1em 0em;
	text-align:left;
	line-height:1.2em;
}
p.first {
	margin-top:0px;
}
p.top {
	margin:0 0 0 0;
	text-align:center;
	font-style:italic;
}
h1 {
	color:#F5FAA9;
	margin:0;
	font-size: 1.9em;
	text-align:center;
	}
h2 {
	margin:0.4em 0 0 0;
	font-size:1.3em;
	text-align:left;
	}
h3 {
	margin:0 0.8em;
	font-size:1.5em;
	text-align:center;
	}
h4 {
	margin:0;
	padding:0;
	font-size:1em;
	color:#61452F;
}
img {
	padding:0;
	margin:0;
	border:0;
}
img.right {
	float:right;
	margin:0.5em 0.5em 0.5em 0.5em;
	}
img.left {
	float:left;
	margin:0.5em 0.5em 0.5em 0.5em;
}
img.first {
	margin:0 0.5em 0 0;
}
b {
	font-weight:normal;
}
.inline {
	display:inline;
	}
.center {
	text-align:center;
	}
.right {
	text-align:right;
	}
.ital {
	font-style:italic;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #744D30;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #666666;
	}
table a:visited {
	color: #333333;
	}
#main a:visited {
	color: #333333;
	}
table#bottomlinks {
	margin:0 auto;
	font-size:10px;
	line-height:1em;
}
table#bottomlinks td {
	text-align:center;
	border-color:#999999;
	border-width: 0 1px 0 0;
	border-style: solid;
	margin: 0;
}
table#bottomlinks td.last {
	border-width: 0 0 0 0;
}
form.shop, form.contact{
	margin:0;
	border:0;
}
table.shop {
	border:0;
	float:left;
	table-align:left;
	width:650px;
}
table.shop tr{

}

table.shop td {
	text-align:left;
	vertical-align:top;
}
table#contact table#menu {
	float:left;
	border-collapse:collapse;
	font-size:1em;
	margin:0 auto;
}
table#menu {
	width:700px;
}
table#contact tr {

}
table#contact td {	
	border-color:#61452f;
	border-width:1px;
	border-style:solid;
	text-align:left;
	padding:0.5em;
}
table#menu td {	
	border-color:#61452f;
	border-width:1px;
	border-style:solid;
	text-align:left;
	padding:0.5em;
}

ul {
	text-align:left;
}
.blue {
	color: #6F8BBB;
	font-weight:bolder;
}
.gold {
	color:#BE8B3E;
}
.white {
	color:#FFFFFF;
}
.offwhite {
	color:#FFFFCC;
}
.ivory {
	color:#F5FAA9;
}
p.blue {
	margin:0;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.line {
	text-decoration:underline;
}
table#contact textarea {
	background-image:url(../images/cocoa2.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}