@charset "UTF-8";
/* CSS Document */



/*----------Global Styles----------*/



body {
	background-color:#D3E5EE;
	background-image:url(../images/background_tile.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:top left;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	line-height:18px;
	color:#562F08;
	margin: 4px 50px 7px 32px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	line-height:13px;
	color:#562F08;
	margin: 0 50px 5px 32px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:9px;
	line-height:13px;
	color:#562F08;
	margin: -2px 50px 6px 32px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	line-height:18px;
	color:#562F08;
	margin: 0px 50px 14px 32px;
}

img {
	border:none;
}

a {
	color:#562F08;
	text-decoration:none;
}

a:visited {
	color:#562F08;
}

a:hover {
	text-decoration:underline;
}

.clr {
	clear:both;
} 




/*----------Containers----------*/



#container {
	background-color:#FFE2CF;
	background-image:url(../images/container_bg.gif);
	background-repeat:repeat-y;
	position: relative;
	top:0;
	width:780px;
	left:50%;
	border-bottom:thin;
	border-bottom-color:#562F08;
	margin: 0px 0px 0px -390px;
	z-index:30;
}

#logo {
	background-color:#C0DAE6;
	background-image:url(../images/poppyCakes_Logo.gif);
	width:150px;
	height:150px;
	margin: 2px 0px 12px 6px;
	padding:0;
	z-index:50;
}

#headband {
	background-color:#C0DAE6;
	width:100%;
	border:none;
	margin: 0px 0px 0px 0px;
	padding:0;
	z-index:40;
}

#navBar {
	background-color:#C0DAE6;
	width:100%;
	height:27px;
	border:none;
	frameborder:0;
	overflow:hidden;
	margin:0;
	padding:0;
	z-index:40;
}

#promoContainer {
	background-color:#C0DAE6;
	position: absolute;
	top:35px;
	left:50%;
	width:610px;
	height:85px;
	frameborder:0;
	overflow:hidden;
	margin: 0px 0px 0px -220px;
	padding:0;
	z-index:50;
}

#promoBanner {
	background-color:#FFFFFF;
	width:610px;
	height:85px;
	border:none;
	frameborder:0;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding:0;
	z-index:50;
}

#newsitem {
	position:static;
	width:590px;
	margin-bottom:55px;
	z-index:50;
}

#newsitemimg {
	position:absolute;
	width:200px;
	margin-bottom:30px;
	padding: 35px 0 0 11px;
	float:left;
	z-index:50;
}

#newsitemblurb {
	position:static;
	width:190px;
	margin-top:0px;
	margin-bottom:15px;
	margin-left: 100px;
	float:left;
	z-index:100;
}
#mediaitem {
	position:static;
	width:200px;
	margin:0;
	z-index:100;
}

#mediaitemimg {
	position:absolute;
	width:80px;
	margin-bottom:30px;
	padding: 35px 0 0 11px;
	float:left;
	z-index:50;
}

#mediaitemblurb {
	position:static;
	width:190px;
	margin-top:0px;
	margin-bottom:15px;
	margin-left: 100px;
	float:left;
	z-index:100;
}


#selection {
	width:730px;
	border:none;
	margin: 0px 0px 0px 0px;
	padding:0;
	z-index:50;
}

#selectionLeft {
	width:360px;
	float:left;
}

#selectionRight {
	width:360px;
	float:right;
}

#bottomLine {
	background-color:#562F08;
	width:100%;
	height:1px;
	border:none;
	margin: 0px 0px 0px 0px;
	padding:0;
	z-index:50;
}

#footer {
	position:relative;
	width:780px;
	left:50%;
	margin: 15px 0px 25px -390px;
	z-index:30;
}







#selection h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	color:#562F08;
	margin: 12px 0 5px 0;
}

#selection p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	color:#562F08;
	margin: 8px 0 5px 0;
}

#selection img {
	border:none;
	margin: -20px 16px 45px 22px;
}