/* INDEX
#GREEN #BAE50F
#BLUE  #DCEDFB
#RED   #E15639
#GRAY  #4c4c4c

*/



/* ------------------ GENERAL ------------------ */

html {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
 	background-color: #BAE50F;
	font-family: Verdana, Helvetica, Arial, sans-serif;
 	font-size: 11px;
 	color: #4c4c4c;
 }
 
img { border: none; }

a { color: #E15639; }

a:hover { color: #BAE50F; }

h1 {
	clear: both;
	font-size: 20px;
	letter-spacing: .1em;
	color: #70D4E8;
	padding:0;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #E15639;
	padding: 0 0 3px 0;
	margin: 0;
}

h3 {
	font-size: 12px;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
}
 
p { line-height: 1.3em;
	margin:0;
	padding:3px 0;
 }
 
div.dash, div.dash2 {
	border-top:dashed 4px #DCEDFB; 
	float:left; 
	clear:both; 
	width:100%; 
	margin:15px 0;
}

div.dash2 {
	margin: 10px 0 0 0;
}


.right { float: right;}

div#content {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
}

div#content .box {
	width: 740px;
	margin: 0 auto;
	padding: 0;
}


/* ------------------ HEADER ------------------ */

div#headertop {
	width: 100%;
	background-color: #FFFFFF;
	margin: 30px 0 0 0;
	padding: 5px 0;
	font-size: 14px;
	color: #E15639;
}

div#headertop .box {
	position: relative;
	display: block;
	width: 740px;
	margin: 0 auto;
	padding: 0;
}

div.bird {
	position: absolute;
	right: 0px;
	bottom: -10px;
	display: block;
	width: 87px;
	height:54px;
	background: url(/i/headbird.gif) top right no-repeat;
	z-index: 100;
}

#about div.bird {
	bottom: -8px;
	width: 80px;
	height: 71px;
	background: url(/i/headbird2.gif) top right no-repeat;
}

#prints div.bird {
	bottom: -5px;
	width: 60px;
	height: 65px;
	background: url(/i/headworm.gif) top right no-repeat;
}

#custom div.bird {
	bottom:-4px;
	width: 94px;
	height: 65px;
	background: url(/i/headbutterfly.gif) top right no-repeat;
}

#products div.bird {
	bottom:-2px;
	width: 60px;
	height: 60px;
	background: url(/i/headlady.gif) top right no-repeat;
}

#press div.bird {
	bottom: -8px;
	width: 67px;
	height: 61px;
	background: url(/i/headbird3.gif) top right no-repeat;
}

#contact div.bird {
	bottom:-6px;
	width: 95px;
	height: 70px;
	background: url(/i/headdog2.gif) top right no-repeat;
}


/* --------------- NAV BAR --------------- */


div#header {
	position:relative;
	width: 100%;
	float: left;
	border-top: 1px solid #BAE50F;
	border-bottom: 1px solid #BAE50F;
	background-color: #DCEDFB;
	padding: 3px 0;
	margin:0;
	overflow: visible;
}

div#header ul {
	position:relative;
	width: 740px;
	color: #E15639;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
	margin:0 auto;
	padding: 3px 0 2px 0;
	list-style: none;
	overflow: visible;
}

div#header li {
	position:relative;
    list-style-type: none;
    display: inline;
	margin: 0;
	padding: 0;
}

div#header li a {
	margin: 0 64px 0 0;
	padding: 1px 0;
	color: #E15639;
	text-decoration: none;
	vertical-align: top;
	border-top: 2px dotted #DCEDFB;
	border-bottom: 2px dotted #DCEDFB;
}

div#header li.pcart { margin-left: 70px; }

div#header li a:link {
	border-top-color: #DCEDFB;
	border-bottom-color: #DCEDFB;
}

div#header li a:visited {
	border-color: #DCEDFB;
}


div#header li a:hover {
	border-color: #BAE50F;
}


div#header li a:active {
	border-color: #BAE50F;
}


#about div#header a.about,  #prints div#header a.prints,#custom div#header a.custom, #press div#header a.press, #products div#header a.products, #contact div#header a.contact {
	color: #666;
	border:none;
}


div#header form {
	display: inline;
	margin: 0;
	padding: 0;
}

div#header input {
	display: inline;
	width: 48px;
	height: 16px;
	margin: -2px 0;
	padding: 2px 0 1px 0;
	border-top: 2px dotted #DCEDFB;
	border-bottom: 2px dotted #DCEDFB;
}

div#header input:hover {
	border-top: 2px dotted #BAE50F;
	border-bottom: 2px dotted #BAE50F;
}

div#header form img {
	margin: 0;
	padding: 0;
	color: #E15639;
	text-decoration: none;
	float: left;
}

/* ------------------ HOME ------------------ */

#home div#content {
	padding-top: 15px;
}

img.homepic {
	width: 320px;
	height: 320px;
	border: solid 5px #DCEDFB;
	float: left;
	margin: 0 20px 0 0;
} 

.homeright {
	margin: 0;
	padding: 0;
	height: 330px;
	width: 370px;
	float: left;
	overflow: hidden;
}

.homeright em {
	color: #999;
	font-weight: bold;
	font-style: normal;
}

div.filler {
	height: 100%;
	width: 100%;
	background: url(/i/dots_bg.gif) top repeat-y;
	overflow:hidden;
}

/* ------------------- About ------------------- */
#about div#content {
	padding-top: 15px;
}

#about p {
	font-size: 12px;
	line-height: 1.5em;
}

.aboutnav {
	margin: 15px 15px 0 0;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 170px;
	height: 315px;
}

.aboutnav li {
	margin: 5px 0;
	padding: 0;
}

.aboutnav li a {
	display: block;
	padding: 0 0 0 25px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	line-height: 1.12em;
}

.aboutnav li.selected a {
	background: url(/i/flowermarker.gif) top left no-repeat;
}

.aboutcontent {
	margin: 15px 0;
	display: block;
	float: left;
	width: 550px;
}

.aboutcontent .tabcontent {
	display: none;
}

@media print {
.tabcontent {
display:block!important;
}
}

.aboutcontent #tcontent4 p {
	clear: both;
	border-top: dotted 1px #BAE50F;
	padding: 10px 0 0 0;
}

.aboutcontent ul {
	margin: 0 0 15px 10px;
	padding: 0 10px 0 0;
	list-style-type: circle;
}

.aboutcontent ul.leftli {
	float: left;
	width: 230px;
	margin-right: 20px;
}

.aboutcontent li {
	padding: 3px 0;
}

.aboutcontent img {
	float: left;
	border: solid 3px #BAE50F;
	margin: 10px 10px 10px 0;
} 

.aboutcontent em {
	font-weight: bold;
	color: #E15639;
	font-style: normal;
}



/* ------------------- PRINTS ------------------- */

#prints div#content {
	padding-top: 15px;
}

#prints div.pop {
	position: absolute;
	top: 455px;
	text-align: right;
	margin-left: 100px;
	width: 640px;
}

ul.printsnav {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 140px;
	height: 315px;
}

.printsnav li {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
}

.printsnav li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 50px;
	height:50px;
	border: dotted 2px #BAE50F;
}

.printsnav li a:hover {
	border: solid 2px #BAE50F;
}

.printsnav li.selected a {
	border: solid 2px #DCEDFB;
}

.printsnav img {
	width: 50px;
	height: 50px;
}

.printscontent {
	margin: 0;
	height: 330px;
	overflow: hidden;
}

.printscontent .tabcontent {
	display: none;
}

.printscontent div.big {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	width: 262px;
}

.printscontent img {
	padding: 4px;
	border: dotted 2px #BAE50F;
} 

.printscontent div div {
	margin: 0;
	padding: 0;
	float: left;
}

.printscontent div div.hor {
	clear: none;
	width: 590px;
	margin: 0;
	padding: 0;
}

.printscontent div div.hor img {
	float: left;
	margin: 0 15px 0 0;
}

.printscontent div.hor form img {
	margin: 0; padding: 0;
}

.printscontent p.desc {
	font-weight: normal;
	font-size: 10px;
	width: 315px;
}

.printscontent div.hor p.desc {
	width: 220px;
	float:left;
}

.printscontent div.hor p {
	clear: none;
}

.printscontent em {
	font-weight: bold;
	color: #E15639;
	font-style: normal;
}

.printscontent form {
	margin: 0;
	padding: 0;
}

div.hor form {
	clear:left;
	margin-top: -30px;
	margin-bottom: 30px;
}

.printscontent form label {
	vertical-align: top;
	font-weight: bold;
}

.printscontent form input.button {
	margin: 0 5px;
	padding: 0;
	width: 79px;
	height: 17px;
	border: none;
	border: solid 1px #FFF;
}

.printscontent form input.button:hover {
	border-color: #E15639;
}

.printscontent form img {
	border: none;
	width: 0;
	height: 0;
}

div.lastnext {
	float: left;
	clear: left;
	display: block;
	width: 120px;
	color: #4c4c4c;
	text-decoration: none;
	text-align: right;
}

div.lastnext_fill {
	float: left;
	clear: left;
	height: auto;
	width: 120px;
	color: #4c4c4c;
	text-decoration: none;
	text-align: center;
	margin-top: 125px;
}

div.lastnext a, div.lastnext_fill a {
	color: #E15639;
	text-align: center;
}

div.lastnext a:hover, div.lastnext_fill a:hover {
	text-decoration: none;
}



/* ------------------ ORIGINALS ------------------ */

#custom div#content {
	padding-top: 15px;
	height: 330px;
	overflow: hidden;
}

#custom div.float img {
	padding: 4px;
	border: dotted 2px #BAE50F;
	margin: 0;
} 

#custom div.float {
	float: left;
	padding: 0 0 5px 30px;
}


/* ------------------- PRESS ------------------- */
#press div#content {
	padding: 15px 0 0 0;
	margin-bottom: 0;
}

#press div#content div#box {
	margin:0;
	padding:0;
}

.pressnav {
	margin: 0 25px 0 0;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 180px;
	height: 350px;
}

.pressnav li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #E15639;
}

.pressnav li a {
	display: block;
	margin: 0;
	padding: 0 0 3px 5px;
	font-size: 10px;
	font-weight: normal;
	color: #4c4c4c;
	text-decoration: none;
	line-height: .9em;
	border-top: dotted 1px #FFF;
	border-bottom: dotted 1px #FFF;
}

.pressnav li a.pm {
	font-family: "Arial Narrow", Trebuchet, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #70D4E8;
	margin-left: 0;
	padding-left: 0;
}


.pressnav li.selected a {
	border-top: dotted 1px #BAE50F;
	border-bottom: dotted 1px #BAE50F;
}

.presscontent {
	margin: 0;
	padding: 20px 0 0 0;
	display: block;
	float: left;
	width: 500px;

}

.presscontent .tabcontent {
	display: none;
}

.presscontent div.main img {
	height: 300px;
	display: block;
	margin: 0;
	padding: 0;
}


.presscontent div.main p {
	display: block;
	height: 80px;
	font-size: 14px;
	color: #E15639;
	margin: 0;
	padding: 0;
}

.presscontent div.main img {
	margin: 10px 15px 10px 0;
	padding: 5px;
	width: 130px;
	height: 175px;
}

.presscontent h3 {
	margin-bottom: 5px;
}

.presscontent ul {
	margin: 0 0 15px 10px;
	padding: 0 10px 0 25px;
	list-style-type: circle;
}

.presscontent ul.leftli {
	float: left;
	width: 230px;
	margin-right: 20px;
}

.presscontent li {
	padding: 3px 0;
}

.presscontent img {
	float: left;
	padding: 4px;
	border: dotted 2px #BAE50F;
	margin: 0 10px 10px 0;
} 

.presscontent em {
	font-weight: bold;
	color: #E15639;
	font-style: normal;
}

.presscontent div#tcontent8 p {
	clear: left;
}

.presscontent div#tcontent8 p.r {
	text-align: right;
}

.presscontent blockquote {
	margin: 0 10px 0 0;
	padding-left: 35px;
	float: left;
	font-family: 'Times New Roman', Times, serif;
	line-height: 1.3em;
	font-size: 13px;
	font-style: italic;
	width: 255px;
	background: url(/i/quote.gif) top left no-repeat;
}


.presscontent object {
	margin:15px 0 0 0;
}

/* ------------------ PRODUCTS ------------------ */
#products div#content .box {
	padding-top: 15px;
}

#products p {
	font-size: 12px;
	line-height: 1.5em;
}


.prodnav {
	margin: 0 15px 0 0;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 200px;
	height: 330px;
}

.prodnav li {
	margin: 5px 0;
	padding: 0;
}

.prodnav li a {
	display: block;
	padding: 0 0 0 25px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

.prodnav li.selected a {
	background: url(/i/flowermarker.gif) center left no-repeat;
}

.prodcontent {
	margin: 0;
	display: block;
	float: left;
	width: 500px;
}

.prodcontent .tabcontent {
	display: none;
}


.prodcontent img {
	border: solid 3px #BAE50F;
	margin: 15px 0 15px 0;
} 

.prodcontent div#tcontent3 img {
	border: none;
	margin-left: 15px;
}

.prodcontent div#tcontent1 img {
	border: dotted 2px #BAE50F;
	margin: 0 15px 0 0;
	padding: 4px;
	float: left;
}

.prodcontent em {
	font-weight: bold;
	color: #E15639;
	font-style: normal;
}





/* ------------------ CONTACT ------------------ */

#contact div#content .box {
	padding-top: 15px;
	height: 330px;
	overflow: hidden;
}

#contact div#content form.cont {
	margin: 0 35px 0 0;
	padding: 5px 15px;
	width: 320px;
	background-color: #DCEDFB;
	border: dotted 2px #BAE50F;
	float: left;
}

#contact div#content form.cont h2 {
	text-align: center;
}

#contact div#content form.cont p.required {
	font-size: 9px;
	text-align: center;
}

#contact div#content form.cont div.items div {
	padding: 0;
	margin: 7px 0;
}

#contact div#content form.cont em {
	font-weight: bold;
	color: #E15639;
	font-style: normal;
}

#contact div#content form.cont label {
	color: #4c4c4c;
	font-size: 10px;
	float: left;
	margin: 0;
	padding: 4px 0 0 0;
	width: 85px;
	clear: none;
}

#contact div#content form.cont input {
	width: 225px;
	border: solid 1px #999;
	padding: 2px;
	font-family: "Andale Mono", "Courier New", Courier, sans-serif;
	font-size: 11px;
}

#contact div#content form.cont input:focus {
	background-color: #F5FBCE;
}  

#contact div#content form.cont textarea {
	width: 310px;
	border: solid 1px #999;
	font-family: "Andale Mono",  "Courier New", Courier, sans-serif;
	font-size:11px;
	margin: 5px auto;
	padding: 2px;
}

#contact div#content form.cont div.mail {
	clear:left;
}

#contact div#content form.cont div.mail input {
	width: auto;
}

#contact div#content form.cont p {
	display: inline;
}

#contact div#content form.cont p.sub {
	font-size: 9px;
	margin: 0;
	padding: 0;
}

#contact div#content form.cont input.submit {
	background-color: #BAE50F;
	width: 100px;
	margin: 0 0 0 100px;
	color: #E15639;
	border: 1px solid #999;
}

#contact div#content form.cont input.submit:hover {
	border-color: #666;
}

#contact div#content form.cont input.submit:active {
	margin: 5px 0 0 101px;
}


div.contactboxes {
	margin: 0;
	padding: 0;
}

#contact #content img {
	border: none; 
	padding: 0;
}


/* ------------------ PHP ERROR ------------------ */
#error div#content .box {
	padding-top: 15px;
	min-height: 330px;
}


p.error {
	height: 150px;
}


/* ------------------ FOOTER ------------------ */

div#footer  {
	width: 100%;
	background-color: #DCEDFB;
	font-size: 9px;
	color: #666666;
	padding: 5px 0;
	clear: both;
	margin: 0 0 50px 0;
	letter-spacing: .15em;
}

div#footer .box {
	width: 740px;
	margin: auto;
}

div#footer a {
	color: #666666;
}

div#footer a:hover {
	color: #333;
}

#preview {
	border: solid 1px #999;
}

/* ------------------ FAQs ------------------ */

body#faq {
	width: 100%;
	margin: 0;
	padding: 25px
}

#faq div#content {
	background-color: #FFF;
	margin: auto;
	padding: 20px;
	width: 400px;
}

#faq p {
	margin-top: 10px;
}

#faq strong {
	color: #E15639;
	font-size: 11px;
}

#faq table {
	border: solid 2px #BAE50F;
	font-size: 10px;
	margin: 4px;
	padding: 5px;
}

#faq th {
	margin: 0;
	padding: 2px;
	color: #E15639;
	text-align: left;
	
}

#faq th em {
	font-size: 9px;
}


#faq td {
	margin: 0;
	padding: 2px 15px 2px 2px;
	border-top: 1px dashed #CCC;
} 

#faq a:hover {
	color: #BAE50F;
}

#faq div.close {
	margin: 0 0 15px 310px;
}

#faq div.close a {
	display: block;
	width: 80px;
	height: 24px;
	background: url(/i/close.gif) top right no-repeat;
}

#faq div.close a:hover {
	background-position: 0px -24px;
}

#faq div.close span {
	position: absolute;
	left: -5000px
}	



/* ------------------ NEWS ADMIN ------------------ */

.topnav {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: solid 1px #999;
}

.bottomnav {
	margin: 10px 0;
	padding: 10px 0;
	border-top: solid 1px #999;
}