@charset "ISO-8859-1";
/* CSS Document */


/* core */
html, body, #container { 
min-height: 100%;
width: 100%;
height: 100%;
}
html>body, html>body #container {
height: auto; 
}
#container {
	padding:0;
	margin:0 auto;
	text-align: center;
}
#main_container {
	width: 900px;
	margin:0 auto;
	padding:0;
	background-color: #FFF;
}
body {
	background-color: #FDFDE7;
	margin: 0 auto;
}
a:link {
	color: #4fa6b0;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color:#4fa6b0;
	text-decoration: none;
}

/* header */
#header_logo {
	width: 392px;
	height: 124px;
	float: left;
}
#header_text {
	width: 450px;
	height: 112px;
	margin-left: 58px;
	margin-top:12px;
	float: right;
	font: 12px "Myriad Pro", Geneva, Arial, sans-serif;
}
#header_tollfree {
	float: right;
	width: 180px;
	margin-left: 10px;
	vertical-align: top;
}
.header_phone {
	font: bold 22px "Myriad Pro", Geneva, Arial, sans-serif;
	color: #4fa6b0;
}
/* menu */
#menu {
	width: 900px;
	height: 30px;
	text-align: center;
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	color: #FDFDE7;
	font-size: 12px;
}
.menu {
	width: 110px;
	height: 20px;
	margin-right: 2px;
	background-color: #4fa6b0;
	float: left;
	padding-top: 10px;
}
.menu_last {
	width: 115px;
	height: 20px;
	background-color: #4fa6b0;
	float: left;
	padding-top: 10px;
}
#menu a:link {
	color:#FDFDE7;
	text-decoration: none;
}
#menu a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#menu a:visited {
	color:#FCF9EA;
	text-decoration: none;
}
#menu_last a:link {
	color:#FCF9EA;
	text-decoration: none;
}
#menu_last a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

/* content */
#home_content {
	width: 813px;
	margin: 14px 43.5px;
	background-color: #fff;
	font: 14px "Myriad Pro", Geneva, Arial, sans-serif;
	color: #000;
	text-align: left;
}
#home_content a:link {
	color: #4fa6b0;
	text-decoration: underline;
}
#home_content a:hover {
	color: #4fa6b0;
	text-decoration: none;
}
#home_content a:active {
	color: #4fa6b0;
	text-decoration: none;
}
#short_content {
	width:510px;
	margin: 0px 151.5px;
	padding: 12px;
	border: 1px solid #333;
	background-color: #fff;
	text-align: left;
}
#form_content {
	width:610px;
	margin: 0px 101.5px;
	padding: 12px;
	background-color: #fff;
	text-align: left;
}
.home_feature {
	float: left;
	width: 251px;
	height: 136px;
	padding: 8px;
	border: 2px solid #aacdd3;
	text-align: left;
	font: bold 12px "Myriad Pro", Geneva, Arial, sans-serif;
}
.home_product {
	float: left;
	width: 267px;
	height: 152px;
	border: 2px solid #aacdd3;
}
.home_prod_title {
	width: 248px;
	height: 16px;
	background-color: #aacdd3;
	padding: 2px 0px 0px 19px;
	font: bold 12px "Myriad Pro", Geneva, Arial, sans-serif;
	color: #000;
}
.home_prod_copy {
	width: 251px;
	margin: 2px 8px;
	font: bold 12px "Myriad Pro", Geneva, Arial, sans-serif;
}
.home_prod-img {
	margin-right: 8px;
	float: left;
}
#home_left {
	width: 434px;
	margin: 24px 12px 10px 50px;
	float:right;
	font: 12px "Myriad Pro", Geneva, Arial, sans-serif;
	line-height: 14px;
}
#home_right {
	width: 429px;
	margin: 24px 0px 10px 18px;
	float: right;
	font: 12px "Myriad Pro", Geneva, Arial, sans-serif;
	line-height: 14px;
}
.content {
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.content_sub {
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.content_subtitle {
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

/* footer*/
#footer {
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	margin: 10px;
	padding: 8px 0px;
	font-size: 11px;
	line-height: 13px;
	color: #4fa6b0;
	text-align: center;
	border-top: 1px solid #4fa6b0;
}
#footer a:link {
	color: #4fa6b0;
	text-decoration: none;
}
#footer a:hover {
	color: #aacdd3;
	text-decoration: underline;
}
#footer a:visited {
	color: #4fa6b0;
	text-decoration: none;
}

/* credit-copyright */
#credit_cont {
	width: 900px;
	margin:0 auto;
	padding:0;
}
#credit {
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	width: 450px;
	float: left;
	margin: 2px 0px;
	font-size: 10px;
	line-height: 12px;
	color: #4fa6b0;
	text-align: left;
}
#credit a:link {
	color: #4fa6b0;
	text-decoration: none;
}
#credit a:hover {
	color: #aacdd3;
	text-decoration: underline;
}
#credit a:visited {
	color: #4fa6b0;
	text-decoration: none;
}
#facebook {
width: 200px; float: right; margin: 2px 0px; text-align: right;}
/* general */
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -20px;
	margin-top: -5px;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.clear {
	clear: both;
}
.jump_menu {
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	font-size: 10pt;
}
.sub_link {
	text-align: right;
	font-weight: bold;
}
.img_credit {
	float: right;
	margin: 8px;
	font-size: 9px;
	text-align: center;
}
#news_special {
	background-color: #FCF9EA;
	color: #003399;
	padding: 8px;
	border-style: inset;
	border-color:#000000;
}
#content_news {
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding: 8px;
}

/* Herbal Prints */
#herbal_cont {
	width: 800px;
	margin:0 auto;
}
#herbal_header {
	width: 800px;
}
#herbal_titles_cont {
	width: 564px;
	height: 179px;
	background-image: url(../images/herbal_prints_prods.jpg);
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	font-size: 11pt;
	color: #FFF;
	padding: 0px 118px 0px 118px;
	text-align: center;
}
#herbal_titles_cont a:link{
	color: #FFF;
	text-decoration: none;
}
#herbal_titles_cont a:visited{
	color: #FFF;
	text-decoration: none;
}
#herbal_titles_cont a:hover{
	color: #FFF;
	text-decoration: underline;
}
#herbal_titles_cont a:active{
	color: #FFF;
	text-decoration: underline;
}
#herbal_title {
	width: 141px;
	height: 179px;
	float: left;
}
#herbal_copy_cont {
	width: 564px;
	background-color: #FFF;
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	padding: 12px 118px 12px 118px;
}
#herbal_copy_left {
	width: 270px;
	padding: 12px 12px 10px 0px;
	float: left;
	text-align: left;
	line-height: 16px;
}
#herbal_copy_right {
	width: 270px;
	padding: 0px 12px 10px 0px;
	float: right;
	text-align: left;
	line-height: 16px;
}
#herbal_copy_right p{
	margin-bottom: 0;
}
.herbal_header {
	font: bold 21px "Times New Roman", Times, serif;
	text-align: center;
}
.herbal_footer {
	font: 16px "Times New Roman", Times, serif;
	font-style: oblique;
}

/* Baby Prints */
#baby_cont {
	width: 800px;
	margin:0 auto;
}
#baby_header {
	width: 800px;
}
#baby_titles_cont {
	width: 700px;
	height: 162px;
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	font-size: 11pt;
	color: #000;
	padding: 23px 38px 20px 62px;
	text-align: center;
}
#baby_titles_cont a:link{
	color: #000;
	text-decoration: none;
}
#baby_titles_cont a:visited{
	color: #000;
	text-decoration: none;
}
#baby_titles_cont a:hover{
	color: #000;
	text-decoration: underline;
}
#baby_titles_cont a:active{
	color: #000;
	text-decoration: underline;
}
#baby_title {
	width: 161px;
	height: 182px;
	margin-right: 14px;
	float: left;
}
#baby_copy_cont {
	width: 600px;
	background-color: #FFF;
	font-family: "Myriad Pro", Geneva, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	padding: 12px 100px 12px 100px;
}
#baby_copy_left {
	width: 548px;
	padding: 12px 12px 10px 40px;
	float: left;
	text-align: left;
	line-height: 16px;
}
.baby_header {
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: center;
}
/* Amalia Veralli Prints */
#av_cont {
	width: 800px;
	margin:0 auto;
}
#av_header {
	width: 800px;
}
#av_titles_cont {
	width: 800px;
	height: 276px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	text-align: center;
}
#av_titles_cont a:link{
	color: #000;
	text-decoration: none;
}
#av_titles_cont a:visited{
	color: #000;
	text-decoration: none;
}
#av_titles_cont a:hover{
	color: #000;
	text-decoration: underline;
}
#av_titles_cont a:active{
	color: #000;
	text-decoration: underline;
}
#av_title {
	width: 160px;
	height: 138px;
	float: left;
}
#av_copy_cont {
	width: 700px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	padding: 12px 0px 12px 50px;
}
#av_copy_left {
	width: 338px;
	padding: 4px 12px 10px 0px;
	float: left;
	text-align: left;
	line-height: 16px;
}
#av_copy_right {
	width: 338px;
	padding: 4px 12px 10px 0px;
	float: right;
	text-align: left;
	line-height: 16px;
}
.av_header {
	font: bold 18px "Times New Roman", Times, serif;
	text-align: left;
}
/* Sara Steele Prints */
#ss_titles_cont {
	width: 800px;
	height: 214px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	text-align: center;
}
#ss_titles_cont a:link{
	color: #000;
	text-decoration: none;
}
#ss_titles_cont a:visited{
	color: #000;
	text-decoration: none;
}
#ss_titles_cont a:hover{
	color: #000;
	text-decoration: underline;
}
#ss_titles_cont a:active{
	color: #000;
	text-decoration: underline;
}
#ss_title1 {
	width: 135px;
	float: left;
	padding-bottom: 4px;
}
#ss_title2 {
	width: 128px;
	float: left;
	padding-bottom: 4px;
}
#ss_title3 {
	width: 129px;
	float: left;
	padding-bottom: 4px;
}
#ss_title4 {
	width: 131px;
	float: left;
	padding-bottom: 4px;
}
#ss_title5 {
	width: 141px;
	float: left;
	padding-bottom: 4px;
}
#ss_title6 {
	width: 136px;
	float: left;
	padding-bottom: 4px;
}
/* Ivory Cat Prints */
#ic_titles_cont {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	padding-bottom: 8px;
	text-align: center;
}
#ic_titles_cont a:link{
	color: #000;
	text-decoration: none;
}
#ic_titles_cont a:visited{
	color: #000;
	text-decoration: none;
}
#ic_titles_cont a:hover{
	color: #000;
	text-decoration: underline;
}
#ic_titles_cont a:active{
	color: #000;
	text-decoration: underline;
}
#ic_title1 {
	width: 144px;
	float: left;
	padding-bottom: 4px;
}
#ic_title2 {
	width: 123px;
	float: left;
	padding-bottom: 4px;
}
#ic_title3 {
	width: 135px;
	float: left;
	padding-bottom: 4px;
}
#ic_title4 {
	width: 132px;
	float: left;
	padding-bottom: 4px;
}
#ic_title5 {
	width: 125px;
	float: left;
	padding-bottom: 4px;
}
#ic_title6 {
	width: 141px;
	float: left;
	padding-bottom: 4px;
}
#ic_title7 {
	width: 141px;
	float: right;
	padding-bottom: 4px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	text-align: center;
}
#ic_title7 a:link{
	color: #000;
	text-decoration: none;
}
#ic_title7 a:visited{
	color: #000;
	text-decoration: none;
}
#ic_title7 a:hover{
	color: #000;
	text-decoration: underline;
}
#ic_titles_cont a:active{
	color: #000;
	text-decoration: underline;
}
#ic_copy_cont {
	width: 782px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	padding: 12px 0px 12px 18px;
	text-align: left;
}
#ic_copy_left {
	width: 368px;
	padding: 4px 12px 10px 0px;
	float: left;
	text-align: left;
	line-height: 16px;
}
#ic_copy_right {
	width: 249px;
	padding: 4px 12px 10px 0px;
	float: right;
	text-align: left;
	line-height: 16px;
}

/* Art Prints Main Page */

.art_product {
	float: left;
	width: 261px;
	height: 152px;
	border: 2px solid #aacdd3;
}
.art_prod_title {
	width: 248px;
	height: 16px;
	background-color: #008F99;
	padding: 2px 0px 0px 15px;
	font: bold 12px "Myriad Pro", Geneva, Arial, sans-serif;
	color: #FFF;
}
.art_prod_copy {
	width: 261px;
	margin: 0px;
	font: bold 12px "Myriad Pro", Geneva, Arial, sans-serif;
}
/*Tall Ships Prints */
#ts_copy_left {
	width: 368px;
	padding: 4px 12px 10px 0px;
	float: left;
	text-align: left;
	line-height: 16px;
}
#ts_copy_right {
	width: 390px;
	padding: 4px 12px 10px 0px;
	float: right;
	text-align: left;
	line-height: 16px;
}
.ts_title {
	float: left;
	padding-bottom: 4px;
}
