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

body{
	font-family:  Helvetica, Arial, sans-serif;
	color:#333;
	line-height:1.166;	
	margin:0;
	padding:0;
	font-size:80%;
	background: url(../images/bk.gif) 50% 0 no-repeat;
	background-color:#ddf1f2;
}

img {
border:0;
float:left;

}

p {
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	}


a:link, a:visited, a:hover {
	text-decoration: none; 
}


a:hover {
	text-decoration: underline;
	}
	
img {
	border:none;
	}
	
h1 {
	font-family: Times, "Times New Roman", Georgia, serif;
	color:#8baec1;
	font-size:2em;
	font-weight:500;
	}
	
	
h2 {
	color:#8baec1;
	font-size:1.4em;
	font-weight:500;

	}
	
h3 {
	color:#8baec1;
	font-size:1.2em;
	font-weight:500;
	}
	
h4 {
	color:#8baec1;
	font-size:1.1em;
	font-weight:500;
	margin: 8px 0;
	}

h1 + h2 {margin-top: 4px;}


/* MAIN LAYOUT */

#wrapper {
/*	width:960px;*/
	width:1120px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	}
	
#header {
	width:960px;
	height:90px;
	padding: 0;
	float:left;
	display:inline;
	background-color:#ddf1f2;
	}
	
	
#homeFlash{
	width:780px;
	height:415px;
	padding: 0;
	float:left;
	display:inline;
	
	}
	
	
	
	
.logoBox {
	width: 800px;
	float:right;
	height:90px;
	position: relative;
}

.logoBox h1 {margin:0; padding:0;}

.logoBox .promo {
	position: absolute;
	right: 7px;
	bottom: 0;
	background:url(../images/offers.gif) 0 0 no-repeat;
	text-align:center;
}

.promo a {
	color:#F00;
	font-weight:500;
	font-size: 1.3em;
	display:block;
	height: 24px;
	width: 110px;
	padding-top: 10px;
}
	
#navContainer {
	width: 150px;
	float:left;
	padding-top: 20px;
	margin-right: 10px;
}

#contentWrap {
	width: 780px;
	float:left;
	background-color:#FFF;
	padding:10px;
	height:auto;
}
	
	
#footer {
	width:440px;
	height:52px;
	padding-right: 7px;	
	line-height: 50px;
	float:right;
	text-align:right;
	background-color:#ddf1f2;
	color:#8baec1;
	margin-right: 160px;
 }
 
 
#footer a:link,  #footer a:visited,  #footer a:active {
	color:#8baec1;
	font-weight:normal;
}
	 
#footer a:hover{
	text-decoration:underline;	
}

.sendFriend {
	float:left;
	padding: 0 10px;
}

.sendFriend img {
	margin-top: 10px;
	margin-right:10px;
}
	
	
/* NAVIGATION */
	
ul.nav {
	padding: 0;
	margin: 0;
	text-indent: 15px;
	color: #FFF;
	float: left;
	width: auto;
	list-style:none;
	line-height: 2em;
}

ul.nav li {
	padding: 2px 0;
	color: #999;
	text-transform:uppercase;
	font-weight:600;
	width: 148px;
}

ul.nav li:hover, .current-page {
	background:url(../images/nav.gif) 2px 0 no-repeat;
}

ul.nav li a {
	color: #999;
	text-decoration: none;
	font-weight:600;
	height:100%;
	width:100%;
	display:block;
}

ul.nav li a:hover {
	color: #666;
}

ul.subNav {
	list-style: square inside;
	color: #999;
	margin:0;
	padding: 0;
	line-height:1.4em;
	margin-bottom:10px;
}

ul.subNav li {
	text-transform: none;
	font-weight:400;
}

ul.subNav li:hover, .current-subpage {
	background:url(../images/subNav.gif) 6px 2px no-repeat;
}

ul.subNav li a {
	font-weight: 400;
	display:inline;
}

/* INLINE ADS */

.adLeft {
	width: 375px;
	border: 0px;
	float:left;
	padding: 5px;
}

.adRight {
	width: 375px;
	border: 0px;
	float:left;
	padding:5px;
}

.adLeft img, .adRight img {
	float:left;
	margin-right: 10px;
}

.adLeft h2, .adRight h2 {
	margin-top: 6px;
}

.adLeft p, .adRight p {
	padding: 0;
	margin: 15px 0;
}



.more a {
	text-transform: uppercase;
	font-weight:300;
	font-size: 0.75em;
	color:#989898;
}


/* CONTENT LAYOUT */


.contentMain {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 100%;
	float:none;
}

/*remove extra whitespace under Flash object in Firefox */
.contentMain object {
	font-size: 0;
	line-height:0;
}

.contentFoot {
	border: 5px #e3e6e7 solid;
	width: 770px;
	height: auto;
	background-color:#FFF;
	padding: 0;
	margin:0;
}

.contentBlank {
	width: 720px;
	padding: 30px;
	position:relative;
}

.contentHeart {
	width: 720px;
	padding: 30px;
	height: auto;
	background:url(../images/heart-bk.gif) 40px 40px no-repeat;
	min-height: 300px;
	position:relative;
}

.contentRight {
	float:right;
	width: 230px;
	height:auto;
}

.contentImgRight {
	float:right;
	margin-left: 30px;
}

	 
/* GENERIC */
	 
	 
.GenericImg{
	padding: 0px;
	margin:5px;
	float:left;
	display:inline;
	border:2px solid #d5afd2;
	}
	 
 
 
.FLTleft { 
  float:left;
}
   
.FLTright { 
  float:right;
}

.FLTnone {
	float:none;
}

	
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.hide {

text-indent: -999em; 
visibility: hidden;
display:block;
}

.highlight {
	font-size:1.1em;
	font-weight:600;
	
}

.red {
	color:#F00;
	font-size:1.4em;
	font-weight:400;
}

.largeText {
	color:#8baec1;
	font-size:1.4em;
	font-weight:400;
	}
	
.largeText a {
	font-weight:400;
	color:#8baec1;
}


/* SPECIAL POSITIONING */

.photoshootNote {
	position:absolute;
	right: 230px;
	top: 90px;
	width: 150px;
	height: 100px;
	text-align:center;
	background:none;
	font-size:0.9em;
}

.photoshootNote p, .contentRight p {
	margin: 8px 0;
}

.priceLeft, .free {
	width: 60px;
	height: 60px;
	float:left;
	text-align:center;
	margin-right:10px;
	margin-bottom: 100px;
}

.free {
	margin-bottom:10px;
}

.heartBack {
	float: left;
	text-indent: 50px;
	background: url(../images/heartblue.gif) -7px 3px no-repeat;
	height: 50px;
	width:400px;
	margin-left: -18px;
	padding-top: 2px;
}

.specialOffers {
	background: url(../images/special-offer.gif) 0 0 no-repeat;
	height:112px;
	width:118px;
	position:absolute;
	top: 40px;
	right: 240px;
	text-align:center;
	padding-top:30px;
	z-index:1;
}

.specialOffers a {
	color:#F00;
	font-weight:500;
}

.artprintSize {
	font-size: 0.6em;
}

ul.giftLinks {list-style:none; margin-left: 0px; padding-left:0px;}
ul.giftLinks li {display: inline; padding-right: 10px; font-size:0.9em}
ul.giftLinks li a {color:#8baec1; font-weight:500;}

.flashRight {
	float:right;
	width: auto;
	height:auto;
	margin-left: 10px;
}

.contentHeart h1.kind {
	margin-bottom:0px;
}

.kindWords {
	position:absolute;
	right: 30px;
	top:100px;
	width: 312px;
	height: auto;
	text-align:right;
	display:block;
	margin:0;
	padding:0;
}

.feedbackContainer {
	width: 400px;
	height:auto;
	display:block;
	margin:0;
	padding:0;
}

.feedback {
	margin-bottom: 10px;
	background: url(../images/blueheart_bk.gif) 0 0 no-repeat;
	padding-left: 12px;
	padding-top: 4px;
	min-height: 25px;
	height: auto;
	font-size:0.9em;
}

.bundle {
	float:left;
	text-align:center;
	color:#8baec1;
}

.bundle img {
	float:none;
}

.offersList {
	position:relative;
	height: 260px;
	width: 700px;
}

.offer1 {
	text-align:center;
	background: url(../images/smallOffer.gif) 20px 0px no-repeat;
	width: 200px;
	height: 195px;	
	padding-top: 15px;
	position: absolute;
	bottom:0;
}

.offerOr1 {
	position:absolute;
	left: 195px;
	bottom: 30px;
}

.offer2 {
	text-align:center;
	background: url(../images/midOffer.gif) 10px 0px no-repeat;
	width: 220px;
	height: 210px;	
	padding-top: 25px;
	position:absolute;
	bottom:0;
	left: 215px;
}

.offerOr2 {
	position:absolute;
	left: 430px;
	bottom: 30px;
	z-index: 25;
}

.offer3 {
	text-align:center;
	background: url(../images/bigOffer.gif) 5px 0px no-repeat;
	width: 270px;
	height: 240px;	
	padding-top: 35px;
	position:absolute;
	bottom:0;
	left:450px;
	z-index:10;
}

.offers1 img, .offers2 img, offers3 img {
	float:none;
	z-index:15;
}

/* CONTACT FORM */


input, textarea, select {
	background-color: #ddf1f2;
	border:1px solid #000;
	color:#333;
	padding: 2px;
	font-weight:bold;
}

.button {
	border:1px solid #FFF;
	background-color: #54075b;
	padding: 1px;
	color:#FFFFFF;
}


#contact-form {
	width:700px;
	font-size:0.9em;
	margin-top: 20px;
	padding: 10px;
}

#contact-form .field {
	float: left;
	width: 205px;
	height: auto;
	margin-right:20px;
	margin-bottom:10px;
}

#contact-form .rfield {
	float: right;
	width: 250px;
	height: auto;
}

#contact-form label {
	height: 16px;
}

#contact-form input {
	width: 200px;
	height: 16px;
}

#contact-form select {
	width:205px;
}

#contact-form textarea {
	height: 100px;
	width: 240px;
}

#contact-form .buttons {
	width: 300px;
	clear:none;
	float:left;
}

#contact-form .btn {
	float:none;
	width: auto;
	height: auto;
	padding: 2px 5px;
	margin: 10px 10px 0 0;
}






#fullsize {position:relative; width:780px; height:420px; padding:0px; border:0; background:#FFF;}

#loadingmsg {padding: 30px !important; z-index:250;}
#loadingmsg h1 {margin: 20px 0 !important;}
#loadingmsg p {margin: 16px 0 !important;}

#loadingmsg div {position:absolute; bottom:30px; left: 30px;}
#loadingmsg div a {color:#8baec1; font-weight:500;}

#image {width:778px}
#image img {position:absolute; z-index:25; width:auto}



#slideshow {display:none;}


#thumbnails {margin-top:10px !important}
#slideleft {float:left; width:20px; height:140px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:#EEE;}
#slideleft:hover {background-color:#DDD}

#slideright {float:right; width:20px; height:140px; background:#EEE url(../images/scroll-right.gif) center center no-repeat;}
#slideright:hover {background-color:#DDD}

#slidearea {float:left; position:relative; width:734px; margin-left:2px !important; height:140px; overflow:hidden;}

#slider {position:absolute; left:0; height:140px}
#slider img {cursor:pointer; /*border:1px solid #666;*/ padding:2px}

#gallerywrapper {width:780px; margin:0px auto;}
#gallerywrapper * {margin:0; padding:0}

#imgprev {left:0; top:0; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:0;top:0; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}





/*Special Offers Popup */


#special-offers-page {
	width:450px;
	height:450px;
	overflow:hidden;
	background: url(../images/special-offers-bk.jpg) 160px 0 no-repeat #ddf1f2;
}

.offers-page-left {
	width: 160px;
	height: 450px;
	text-align:center;
}

.offers-content-1 {
	margin-top:50px;
	width: 160px;
	line-height:2.4em;
	font-size:1.1em;
}

.offers-content-2 {
	margin-top:100px;
	width: 160px;
	line-height:1.6em;
}

.offer-title {
	font-family: Times, "Times New Roman", Georgia, serif;
	color:#8baec1;
	font-size:2.4em;
	font-weight:400;
}

.offer-title-small {
	font-family: Times, "Times New Roman", Georgia, serif;
	color:#8baec1;
	font-size:1.6em;
	font-weight:500;
}

.offer-text-1 {
	color:#8baec1;
	font-size:1.5em;
	font-weight:500;
	}

.offer-text-2 {
	color:#8baec1;
	font-size:1.1em;
	font-weight:400;
}

.offer-text-3 {
	color:#8baec1;
	font-size:1.3em;
	font-weight:500;
}

.offers-page-link {
	position:absolute;
	top: 295px;
	left: 250px;
	width: 120px;
	height:65px;
	background: url(../images/redheart.gif) 37px 0 no-repeat;
}

.offers-page-link a {
	font-weight: bold;
	color:#fff;
	position:absolute;
	bottom:0;
	text-transform:uppercase;
	width:100%;
	text-indent:10px;
}


