 /* CSS Document */

/* ==================================================================

 *  owner: Planeteria Web Design http://www.planeteria.com

 *  author: Shawn Emory (semory@planeteria.com), Jeri A Hastava (jhastava@planeteria.com)

 *  created: July 2007 Forward

 * ================================================================== */

/* ==================================================================
 * Layout
 * ================================================================== */
body
{
	background-color:#7b2a40;
}


#container {
	width:960px;
	text-align:left;
	margin:20px auto;
	position:relative;
	font-size: 1em;
	background-color: #FFFFFF;
	
	}	
	
#masthead {
	height:121px;
	
	
	}
	
#content_wrapper{
	float:left;
	background-color:#FFFFFF;
	width:934px;
	padding: 13px 13px 7px 13px;
	/*margin-bottom:13px;*/
	
	}

#leftcol {
	width:209px;
	background-image: url(images/img_bg_left_col.gif);
	background-repeat: no-repeat;
	float:left;
	height: 532px;
	margin-right: 13px;
	text-align: center;

	}
	
	#leftcol.holiday {
	width:279px;
	background-image: url(images/img_bg_left_col_holiday.png);
	background-repeat: no-repeat;
	height: 732px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 13px;
	float:left;
	text-align: right;
	text-align: -moz-center;
	border: 0px solid;
	}
	
#left_col_card_wrapper {
        width:206px;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 36px;
	text-align: center;
	text-align: -moz-center;
	border: 0px solid;
}


#widecol {
	width:601px;
	float:left;
	display:block;
	}
	
		
#top_banner {
	background-image: url(images/img_bg_right_column.gif);
	display: block;
	float: left;
	height: 170px;
	width: 601px;
	margin-bottom: 13px;
	padding-top:56px;
	background-repeat: no-repeat;
	padding-left: 100px;
	}
	
#top_banner_cards {
	float: left;
	height: 154px;
	width: 403px;
	}

#top_banner ul	{
	float:left;
	padding:.5em 0 1em 1em;
	margin:0;
	white-space: nowrap;
	list-style-position: outside;
	display: block;
	}	

#top_banner ul li {
	background-image:url(images/img_bullet_home_top_banner.gif);
	background-repeat:no-repeat;
	list-style:none;
	padding:0 0 .2em 20px;
	color:#9c621c;
	background-position: 0 3px;
	font-size:1.1em;
	}

#top_banner_link {
	position: absolute;
	left: 609px;
	top: 351px;
	width: 112px;
	height: 18px;
	white-space: nowrap;
	}	
		
		
#middlecol {
	width:518px;
	float:left;
	display:inline;
	margin-left: 13px;
	padding-right: 13px;
	}
	
	
#middlecol p {
	margin: 0;
	padding: 0 0 1em 0;
}	
	
#middlecol ul {
	padding:0 0 .3em 1em;
	margin:0;
	}	
	
	#middlecol ul li {
	background-image:url(images/BGC_bullet_small.gif);
	background-repeat:no-repeat;
	list-style:none;
	padding:0 0 .7em 2em;
	background-position: 0 3px;
	}
	

#rightcol {
	float:left;
	display:inline;
	width: 229px;
	border-left:1px solid #7b2a40;
		padding-left: 13px;


	}
	
	
.rightcol_banner {
	height: 86px;
	width: 241px;
	display:block;
}


	#video_bz_card {
		background:url(images/img_bg_video_bz_card.gif);
		}
		
	#best_sellers {
		background:url(images/img_bg_best_sellers.gif);
		}
		
	#personalized_mailing {
		background:url(images/img_bg_pers_mailing.gif);
		}
	
	#holiday {
		background:url(images/img_bg_seasonal.gif);
		}	
		
	
		
	#video_bz_card a {
		position: relative;
		white-space: nowrap;
		left: 90px;
		top: 54px;
		}
		
	#best_sellers a {
		position: relative;
		white-space: nowrap;
		left: 30px;
		top: 54px;
		}
		
	#holiday a {
		position: relative;
		white-space: nowrap;
		left: 30px;
		top: 54px;
		}
	
	#personalized_mailing a {
		position: relative;
		white-space: nowrap;
		left: 90px;
		top: 54px;
		}		

/* ==================================================================
 * Footer
 * ================================================================== */

#footer {
	clear: both;
	width: 934px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7b2a40;
	margin:0 13px;
background-color:#FFFFFF;
text-align: center;
position:relative;
border: 0px solid;
	}

	#footer a {
	color: #10b9ad;
		}
		
	#footer p {
	margin:0;
	padding: 5px 0 5px 244px;
	
		}
		



	
/* ==================================================================
[ Primary Nav (Horizontal) ]
* ================================================================== */

#primenav_container {
	float:left;
	width: 960px;
	font-size: 1.1em !Important;
	padding: 0;
	background-color:#004039;
	clear: both;
	}

#primenav_container ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	letter-spacing:.1em;
	}

#primenav_container ul li {
	list-style-type: none;
	padding:0;
	margin: 0;
	float: left;
	display:block;
	border-left: 1px solid #fff;
	}

#primenav a:link, #primenav a:visited {
	text-decoration: none;
	padding: 6px 27px 6px 27px;
	float: left;
	color: #fff;
	background-color:#004039;
	}

#primenav a:hover {
	text-decoration: underline;
	}

#primenav_container #primenav #primenav_selected {
	color: #004039;
	background-color: #aac7c1;
	text-decoration: none;
	}
	
#primenav li.firstchild {
	border-left: none;
}
