/* CSS Document */
body{
	background-color: #AFD483;
	text-align: center;
	background-image: url("images/gradientBar.png");
	background-repeat: repeat-x; 
	}
	

#container{
	width: 800px; 
	text-align:center; 
	margin: 25px auto;
	border:none;
	}

#header a{
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width: 800px;
	height: 145px;
}

#headerNav{
	width: 274px;
	/*height: 20px;*/
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	background-color: #99BB73;
}
#navigation {
	float: left;
	margin: 0px;
	width: 516px;
	padding: 0px 0px 0px 0px;
	background-color: #99BB73;
	}
#main{
	float: left;
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 30px 20px 20px 20px;
	}
	
#leftCol{
	float: left;
	width: 480px;
	background-color: #FFFFFF;
	padding-right: 20px;
	}

#rightCol{
	float: right;
	width: 260px;
	background-color: #FFFFFF;
	text-align: center;
	}

#footer{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	width: 800px;
	height: 155px;
	clear: both;
	}
	
#footerBlock {clear: both; background-position:bottom; background-repeat:no-repeat; padding: 5px 5px;}
#footerBlock p {margin: 0; font: 10px bold Arial, Helvetica, sans-serif; color: #891D5C; line-height: 1.4;}
#footerBlock a:link, #footerBlock a:visited {color:#891D5C; border: 0px none; font-size: 10px;}
#footerBlock a:hover {color:#891D5C;}

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4D4D4D;
	line-height: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #df3a6f;
	}

img{
	border: 1px solid #891D5C;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #999999;
    background: url("images/linkLogo.png") left center no-repeat;
	padding-left: 35px; 
	line-height: 35px;
	}


a:link {
	/*font-size: 15px;*/
	color: #666666;
	text-decoration: none;
	display: inline;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
a:visited {
	color: #FF3366;
}
a:hover {
	color: #FF3366;
}
a:active {
	color: #FF3366;
	border-bottom-color: #FF3366;
}

#navigation li {
	display: inline; 
	float: left;
	margin: 0px;
}

#navigation a { 
	float: left;
	display: inline;
	color: #FFFFFF;
	width: 86px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: 0.1em;
	text-decoration: none; 
	border: none;
}
#navigation a:hover { 
	text-decoration: none;
	border: none;
	background-color: #891D5C;
}
#navigation a:visited {
	border: none;
	}
	
	
#body_home #navigation_home a, 
	#body_story #navigation_story a, 
	#body_buzz #navigation_buzz a, 
	#body_buy #navigation_buy a,
	#body_faq #navigation_faq a,
	#body_contact #navigation_contact a {
	background-color:#FF3366;
	color: white;
	}
	
	
#headerNav a{
	color: #000000;
	text-decoration: underline;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
	
#itemPullout{
	float: left;
	width: 460px;
	padding-bottom: 25px;
	}
#itemPulloutLeft{
	float: left;
	width: 120px;
	}
#itemPulloutRight{
	float: right;
	width: 330px;
	margin-left: 10px;
	}
#itemDescription {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 13px;
	color: #891D5C;
	line-height: 15px;
	}
#itemDescription a{
	font-size: 13px;
	font-style: normal;
	}
	
ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4D4D4D;
	line-height: 20px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #993366;
}
