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

Author: Wendy Rother, Artisticality
www.Artisticality.com

Colors: 
orange: #ffecd1
green: #eef0db
pink: #eed2e1
blue: #daeef5
form Bg Blue: #eef7fa
yellow: #fffcd1

links: 
pink: #f290c5
blue: #35b7cd

H1 green: #46947b

*/

body {
	font: 14px/22px Trebuchet MS, Arial, Helvetica, sans-serif;
	background-image: url(art/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #1d98a9;
}
#container {
	width: 940px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 2px solid #f5b8d9;
	text-align: left; 
}
#header { 
	padding: 0px; 
	height: 255px; 
	background-image: url(art/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header h1 {display: none; }

/* HEADERS */

h1 {
	font: 20px Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 10px 0;
	color: #46947b;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	margin: 0;
	padding: 10px 0;
	color: #46947b;
} 

/* FORM STUFF */

form {
	background-color: #eef7fa;
	padding: 5px 5px;
	border: 1px dashed #54b2d3;
}

.specialform {
	color: #e05ebb;
} 
 
/* OTHER PRETTY STUFF */
.photo { border: 1px dashed #f15b93;}
.pricing { 
	background-color: #eef0db;
	border-top: 1px dashed #46947b;
	border-bottom: 1px dashed #46947b;
}
.includes { 
	width: 215px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: left;
}
.newp {background: url(art/p-bg.jpg) top left no-repeat;}

/* LINKS */

a:link {color: #f290c5; text-decoration: underline; }
a:visited {color: #f290c5;}
a:hover {color: #35b7cd; text-decoration: underline;}


/* TOP NAV */

.hbuttons a{
display: block;
text-decoration: none;
text-transform: uppercase;
font: bold 11px Arial;
color: #e05eb8;
width: 156px;
height: 40px;
float: left;
display: inline;
margin-top: 10px;
background-image:url(buttonBG.gif);
background-repeat: no-repeat;
padding-top: 6px;
text-align:center;
}

.hbuttons a:hover{
background-image:url(buttonBGO.gif);
}

.hbuttons a.active{
background-image:url(buttonBGO.gif);
}
	

/* SIDEBAR */

#sidebar1 {
	float: right;
	margin-top: 10px;
	width: 440px;
	padding: 0 20px;
}


/* MAINCONTENT */

#mainContent { 
	margin: 10px 480px 10px 0;
	padding: 0 20px;
	background: #FFFFFF;
	border-right: 2px solid #ffecd1;
} 

#choiceBar {
	padding: 0px; 
	text-align: center;
	border-top: 1px dashed #f15b93;
	border-bottom: 1px dashed #f15b93;
}
#footer {
	padding: 0 10px; 
	text-align: center;
}
#footer p {
	margin: 0; 
	padding: 10px 0;
	 
}

.valid {color: #9fd1e3; font-size: 10px; }
.valid a:link {color: #9fd1e3; text-decoration: underline; font-size: 10px; }
.valid a:visited {color: #9fd1e3; font-size: 10px; }
.valid a:hover {color: #9fd1e3; text-decoration: underline; font-size: 10px;  }

/* YOU CAN'T BE A GRAPE AND A ROOTBEER TOO */
