/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #000000;
	background-color: #ffffcc;
}

a:link, a:visited {
	color: #3b6b77; 
	text-decoration: none;
}

a:hover {
	color: #cf6438; 
	text-decoration: underline;
}

td, p {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #000000;
}



/*Main template styles.*/

#wrapper {
	width: 770px;
	margin: 0 auto;
	position: relative;
}

#banner {
	position: relative;
	width: 770px;
	height: 237px;
}

#contentwrapper {
	position: relative;
	width: 770px;
	background: #fff url(images/bkgnd_contentwrapper.jpg) top left repeat-y;
	border-bottom: 3px solid #ffbd47;
}

#sidebar {
	width: 190px;
	float: left;
	padding-top: 15px;
}

#content {
	width: 565px;
	float: right;
	padding-right: 15px;
	padding-top: 15px;
}

#mainnav {
	width: 130px;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 49px;
	width: 130px;
}

#mainnav li {
	list-style: none;
	display: block;
	padding-left: 5px;
	padding-right: 30px;
	font-family: Comic Sans MS, Trebuchet MS, sans-serif;
	font-size: 17px;
	line-height: 1.1em;
	padding-top: 2px;
	height: 50px;
	color: #ffffff;
	background: url(images/nav_bkgnddkbrown.gif) top left no-repeat;
}

#mainnav li a:link, #mainnav li a:visited {
	color: #ffbd47;
	text-decoration: none;
}

#mainnav li a:hover {
	color: #dac2aa;
	text-decoration: none;
}


#navigation {
	width: 130px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 49px;
	width: 130px;
}

#navigation li {
	list-style: none;
	color: #ffffff;
	font-family: Comic Sans MS, Trebuchet MS, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 6px;
	height: 33px;
	background: url(images/nav_bkgndtan.gif) top left no-repeat;
}

#navigation li a:link, #navigation a:visited {
	color: #5e3432;
	text-decoration: none;
}

#navigation li a:hover {
	color: #3b6b77;
	text-decoration: none;
}

#navigation li.alt {
	list-style: none;
	color: #ffffff;
	font-family: Comic Sans MS, Trebuchet MS, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 6px;
	height: 33px;
	background: url(images/nav_bkgndorange.gif) top left no-repeat;
}

#footerlinkswrapper {
	width: 707px;
	margin-left: 55px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
}

.footerlinks {
	color: #6a9aa6; 
	font-size: 12px;
	text-align: center;
	padding: 0px 10px;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #6a9aa6;
	text-decoration: none;
}

.footerlinks a:hover {
	color: #5e3432;
	text-decoration: none;
}/*site links in the footer, like home, etc.*/


#footer {
	width: 707px;
	background-color: #5e3432;
	margin-left: 55px;
	position: relative;
	margin-bottom: 5px;
	font-family: Comic Sans MS, Comic Sans, Trebuchet MS, sans-serif;
	text-align: center;
}

.footername {
	color: #ffbd47;
	font-size: 15px;
	font-weight: bold;
	padding: 8px;
}

.footertext {
	color: #fff;
	font-size: 12px;
}

.siteby {  
	padding-top: 8px;
	font-size: 11px; 
	line-height: 1.2em; 
	color: #fff;
	padding-bottom: 8px;
}

#backtohome {
	width: 397px;
	height: 38px;
	position: absolute;
	top: 135px;
	right: 10px;
	z-index: 5;
}

#contact {
	width: 133px;
	height: 53px;
	position: absolute;
	top: 59px;
	right: 10px;
	z-index: 6;
}

#testimonialbox {
	width: 450px;
	padding: 5px;
	background-color: #92e9fe;
	border: 1px solid #6a9aa6;
	color: #3b6b77;
	font-family: Comic Sans MS, Comic Sans, Trebuchet MS, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	margin: 0px auto;
	margin-top: 20px;
	text-align: center;
	line-height: 1.3em;
}

#sociallinks {
	width: 100px;
	height: 20px;
	text-align: left;
	margin-top: 8px;
}


/*index template styles*/

#homelinks {
	width: 555px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#homelinks ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#homelinks li {
	list-style: none;
	display: inline;
	font-size: 16px;
	line-height: 25px;
	font-family: Comic Sans MS, Comic Sans, Trebuchet MS, sans-serif;
	font-weight: bold;
	color: #ffbd47;
}

#homelinks li a:link, #homelinks li a:visited {
	width: 180px;
	background-color: #5e3432;
	border: 1px solid #ffbd47;
	padding: 5px 10px;
	margin-left: 5px;
	color: #ffbd47;
	text-decoration: none;
}

#homelinks li a:hover {
	color: #dac2aa;
	text-decoration: none;
}

#postcard {
	width: 550px;
	height: 269px;
	position: relative;
	background: #ffbd47 url(images/bkgnd_postcard.gif) top left no-repeat;
}

#postcardlogo {
	width: 145px;
	height: 56px;
	position: absolute;
	top: 205px;
	left: 397px;
	z-index: 20;
}

#postcardflash {
	width: 380px;
	height: 253px;
	position: absolute;
	top: 8px;
	left: 10px;
	z-index: 2;
}

#postcardcaption {
	width: 133px;
	height: 127px;
	position: absolute;
	top: 55px;
	left: 397px;
	color: #5e3432;
	font-family: Comic Sans MS, Comic Sans, Trebuchet MS, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;	
}




.intro {
	font-size: 14px;
	line-height: 1.2em;
	color: #000000;
}

.intro a:link, .intro a:visited {
	color: #308109;
	text-decoration: none;
	font-weight: bold;
}

.intro a:hover {
	color: #9b0075;
	text-decoration: none;
}


/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Comic Sans MS, Comic Sans, Trebuchet MS, sans-serif; 
	font-size: 23px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #3b6b77;
	text-align: left;
} /*this is always used for the page title, except home page and product detail pages*/

h2 {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 20px; 
	font-family: Comic Sans MS, Comic Sans, Trebuchet MS, sans-serif;
	font-weight: bold; 
	line-height: 1.1em; 
	color: #3b6b77;
}

h3 {  
	margin-top: 0px; 
	margin-bottom: 2px;
	font-family: Comic Sans MS, Comic Sans, Trebuchet MS, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #3b6b77;
}

h4 {  
	margin-bottom: 2px; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #3b6b77;
}

li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
}

li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
}

.cellheader {
	font-size: 18px; 
	font-family: Comic Sans MS, Trebuchet MS, sans-serif;
	color: #cf6438; 
	font-weight: bold;
	line-height: 1.2em;
}

.cellheader a:link, .cellheader a:visited    {
	color: #cf6438;
	text-decoration: none;
}

.cellheader a:hover  {
	color: #3b6b77;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 13px; line-height: 1.3em;}

.testimonialcellheader {
	font-size: 18px; 
	font-family: Comic Sans MS, Trebuchet MS, sans-serif;
	color: #cf6438; 
	font-weight: bold;
	line-height: 1.2em;
}

.testimonialcellheader a:link, .testimonialcellheader a:visited    {
	color: #cf6438;
	text-decoration: none;
}

.testimonialcellheader a:hover  {
	color: #3b6b77;
	text-decoration: underline;
}/*item name on the testimonial product list page*/

.testimonialcelltext {  
	font-size: 13px; 
}

.highlight { 
	font-family: Comic Sans MS, Comic Sans, Trebuchet MS, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #cf6438; 
}

.highlight a:link, .highlight a:visited {
	color: #cf6438;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #3b6b77;
	text-decoration: underline;
}


.multiheader {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #6cbd45;
	background-color: #ffffff;
	display: block;
	padding: 4px 10px;
} /*multilist header*/

.insertlist1 { 
	font-size: 11px; 
}

.insertlist1 a:link, .insertlist1 a:visited {
	text-decoration: none;
}
 /*youarehere links*/

.nextprev {  font-size: 12px; line-height: 1.5em; }

.gotocart {  font-size: 12px; line-height: 1.5em; }
 /*for viewcart links*/

.cellclickhere {  font-size: 12px; line-height: 1.5em; }


.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.5em; }
 /*back to top links*/



/*Cart pages and shipping*/


.clear {
	clear: both;
}



.smallnotes {
	font-size: 11px;
	line-height: 1.2em;
}


/*Miscellaneous*/

input {margin-top: 0px; margin-bottom: 0px; margin-left: 0px;}

form {margin-top: 0px; margin-bottom: 0px; }

table {margin-top: 0px; margin-bottom: 0px; }

.certificate { padding: 0; margin: 0; border: 2px solid #9b0075; background-color: #ffffff; }
.certificate td { padding: 5px; }


/*hr {
	border-bottom: 1px dotted #333333;
	color: #bc56a2;
	background-color: #bc56a2;
}*/

table.price_table th {
	background-color: #ffcc66;
	color: #333333;
	font-weight: bold;
	font-size: 10px;
}

table.price_table td {
	background-color: #ffffff;
}


table.pmt_table th {
	background-color: #ffffff;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

table.pmt_table td {
	background-color: #b5dea2;
}

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}


.errormessage {font-size: 14px; color: #0033cc; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


.fancybutton {background: #ffbd47; font-size: 13px; color:#5e3432; font-family: Comic Sans MS, Comic Sans, Trebuchet MS, sans-serif; font-weight: bold; }



.fancybutton2 {background: #ffbd47; font-size: 12px; color:#5e3432;font-family: Comic Sans MS, Comic Sans, Trebuchet MS, sans-serif; font-weight: bold;}
