/*
 * SingingHeartCreations.com main stylesheet
 * by Jerry Peek, sites4people.com, 1/21/2010
 */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#b0c1b1;
	text-align:center;
	margin:auto;
}
a, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color: #6d0469;
}
a.current {
	color: #000000;
}
a.current:hover, a.current:active {
	color: #6d0469;
}
a img {
	border: 0px solid;
}
#main a, #main a:visited {
	color: #718971;
}
#main a:hover, #main a:active {
	color: #6d0469;
}
h1 {
	font-size: 20px;
	color: #718971;
}
h2 {
	text-align: left;
	font-size: 16px;
	color: #718971;
}
img {
	/* Because PayPal's img tags had border="0", which isn't valid XHTML */
	border: 0px solid;
}
p {
	color: #000000;
	text-align:left;
}
.inline {
	/* Display View Cart button on same line: */
	display: inline;
}
.buttonAsLink {
	/*
	 * Make View Cart button in other_menu look like other text links (from
	 * www.creativespirits.com.au/treasurechest/replaceSubmitButtonByTextLink.html)
	 */
	font-size:         12px;
	color:             #ffffff;
	background-color:  #007700;
	padding:           0px 0;
	border-width:      0;  
	cursor:            pointer;
	width:             60px;
}
.buttonAsLink_hover {
	font-size:         12px;
	color:             #6d0469;
	background-color:  #007700;
	padding:           0px 0;
	border-width:      0;  
	cursor:            pointer;
	width:             60px;
}
#content {
	width:700px;
	margin:auto;
}
#other_menu {
	margin-top: 5px;
	color:#ffffff;
	background-color:#718971;
}
#main {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 110px;
	padding-right: 110px;
}
#galleries_menu {
	margin-top: 5px;
	color:#ffffff;
	background-color:#718971;
}
#gallery_label {
	position:absolute;
	height:40px;
	left: 23px;
	top: 18px;
	text-align:left;
}
#gallery_text {
	position:absolute;
	/* Required to make IE6 center text: */
	width: 700px;
	height:85px;
	/* required so IE6 doesn't center left edge of this div: */
	left: 0px;
	bottom: 10px;
}
#gallery_text p {
    text-align: center;
}
#under_card {
	position:absolute;
	/* Required to make IE6 center text: */
	width: 700px;
	height:45px;
	/* required so IE6 doesn't center left edge of this div: */
	left: 0px;
	bottom: 10px;
}
#under_card p {
    text-align: center;
}
#footer {
	position:relative;
	font-size:10px;
	text-align:center;
	color:#ffffff;
	background-color:#718971;
	bottom:3px;
}

