/* ***  balloonsbycarolyn.com stylesheet  *** */

body {
	margin: 20px 0px 0px 0px;
	background: url(images/bbc_BG.jpg);
	font-family: Arial;
}

td {
	vertical-align: top;
}

/* #########################
	Page Header Styles
########################## */

#pageHeader  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 862px;
	text-align: center;
	font-size: 10px;

}
#date  {
	position: absolute;
	top: 3px;
	left: 15px;
	vertical-align: bottom;
}
#topNav  {
	position: absolute;
	top: 3px;
	left: 760px;
	font-weight: bold;
}
#topNav a:link, #topNav a:active, #topNav a:visited {
	color: #000;
	text-decoration: none;
}
#topNav a:hover {
	color: #000;
	text-decoration: underline;
}

/* ###################################
	Common page styles
################################### */


/*  Outer border for page content  */
#main  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 862px;
	padding: 3px;
	border: 3px solid #534484;
	background: #FFFFFF;
}

/*  Inner Border for content of page */
.wrapper  {
	width: 858px;
	border: 2px solid #9e96b9;
}

/*  Vertical Spacer used to produce whitespace  */
.spacer {
	width: 858px;
	height: 3px;
	background: #FFFFFF;
}

/*  Navigation Bar */
.mainNav  {
	width: 858px;
	height: 23px;
	background: url(images/nav_BG.jpg) repeat-x;
	z-index: 3;
}

/*  Main Content Area  */
.content  {
	position: relative;
	width: 808px;
	min-height: 450px;
	background: url(images/content_BG.jpg) repeat-x;
	padding: 25px 25px 10px 25px;
}


/*  Bottom Navigation Bar  */
.botNav  {
	width: 858px;
	height: 30px;
	border-top: 2px solid #9E96B9;
	background: #BFBAD1 url(images/cc_small.jpg) 20px center no-repeat;

}
.botNav table {
	width: 858px;
	padding: 10px 10px 0px 0px;
}


.footer  {
	text-align: center;
}

/* ##################################
	Home Page specific styles
################################### */

/*  Left Column (Used on index page only)  */
.leftCol  {
	width: 510px;
}
/*  Right Column (used on index page only)  */
.rightCol  {
	position: absolute;
	float: left;
	top: 0px;
	left: 600px;
}

#specials  {
	width: 240px;
	height: 97px;
	background: url(images/specials_mid.jpg) no-repeat;
}
.specails_title  {
	font:  bold 24px Arial;
}

#deliveries  {
	width: 240px;
	height: 142px;
	background: url(images/deliveries_mid.jpg) no-repeat;
}

.product_heading  {
	background: #534484;
	color: #FFFFFF;
	font-weight: bold;
}


.galcatLink  {
	font: bold 14px/24px Arial, Helvetica, Sans-Serif;
}