/* HTML STYLES */
body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family: verdana;
	font-size: 80%;
	background:URL(../images/bg_gradient.gif) left top repeat-x;
	background-color:#CDFEB5;
}

a {
	color: #74ae30;
	text-decoration: none;
}

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

a:visited {
	color: #868686;
}

a:active {
	color:red;
}

table {
	font-size:100%;
}

img {
	border:none;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px dashed #999;
	border-style: none none dashed;
	width:100%;
}

/* PURCHASE PAGE ELEMENTS */
.small-text {
	font-size:10px;
}

.form-title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.new {
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -2px;
	margin-right: 3px;
}

.create-order {
	font-size:11px;
	border:1px solid #9F438E;
	background-color:#EFEFEF;
	padding:5px;
}

#create-order {

}

#gift-cert-example {
	float:left;
	margin: 10px 10px 0px 0px;
}
#gift-cert-container {
	float:left;
	width: 655px;
	margin-top: 11px;
}

#gift-by-email {
	display: none;
}

#gift-by-snailmail {
	display: none;
}

.order-step-title {
	font-weight:bold;
	font-size:12px;
	color: #9F438E;
}

.order-step * {
	font-size:10px;
}

.order-step {
	margin-left:5px;
	float: left;
}

.order-step-textarea {
	width:400px;
	font-size:11px;
}

#giftNote {
	margin: 5px 0px 0px 10px;
	font-size: 11px;
	font-family: verdana;
}

div .more-info {
	margin:5px 0px 0px 18px;
}

#purchase-button {
	margin:10px 0px -10px 0px;
}

#purchase-button-image {
	margin-top:10px;
	text-align:center;
}

.input-btn {
	font-size:11px;
	margin:5px 0px 0px 0px;
}

/* PAGE ELEMENTS */
#logo {
	position:relative;
	top:10px;
	left: 15px;
	z-index:4;
}

#circ_bird {
	position:relative;
	top:0px;
	left:0px
}

#bg_pattern {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background:URL(../images/bg_pattern.gif);
	z-index:0;
}

#page_content {
	width:950px;
	position: relative;
	border:1px solid #CCC;
	border-top:none;
	background-color:#FFF;
	margin: 0px auto;
	text-align:left;
	z-index:2;
}

#content_body {
	position:relative;
	top:0px;
	margin:5px;
	z-index:99;
	padding: 0px 10px 0px 10px;
}

.pic_border {
	border:1px solid #D537B9;
}

.sample_pic_container {
	height: 100px;
	overflow: hidden;
	float:left;
	margin:3px;
	border:1px solid #D537B9;
}
.sample_pic {
	height: 100px;
}

#order_form {
	font-size:90%;
	border:1px solid #E260A3;
	background-color:#F8FFF5;
	padding:5px;
	background:URL(../images/bg_pattern.gif);
}

.order_form_tb {
	width:300px;
	border:1px solid #9F438E;
	font-family:verdana;
	font-size:100%;
	background-color: #F7FFF0;
}

.order_form_sel {
	width:300px;
	border:1px solid #9F438E;
	font-family:verdana;
	font-size:100%;
	background-color: #EFFEFF;
}

.order_form_q {
	text-align:right;
	font-weight:bold;
	padding-top:3px;
}

.test_name {
	border:1px solid #D537B9;
	background-color:#D537B9;
	color:#FFF;
	width:350px;
	padding:3px;
	position:relative;
	top:-8px;
	-moz-border-radius:5px;
}

.test_name a {
	color: #ffff00;
}

/* HTML Elements *NEW */
header {
	text-align: center;
}
#nav_a, #nav_b {
	display: block;
}
#nav_a ul li,
#nav_b ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
footer {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #333;
	margin: 10px 0px 10px 0px;
	width: 100%;
}
h1 {
	font-size: 60px;
	color: #30aea7;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 48px;
	color: #74ae30;
	margin: 0px;
}

/* Colors *NEW */
.red { color: #F00 !important;}
.pink { color: #FF1493 !important; }
.purple { color: #800080 !important; }
.green { color: #74ae30 !important; }

/* Helpers *NEW */
.clear { clear: both; }

/* Navigation *NEW */
#nav_a {
	padding: 5px;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
	text-align: center;
}
#nav_a ul {
	margin: 0px auto;
}
#nav_a ul li {
	position: relative;
	left: -20px;
	margin-right: 12px;
}
#nav_a ul li.last {
	margin-right: 0px;
}
#nav_a a .a {
	color: #FF1493;
	display: block;
}
#nav_a a .a {
	font-size: 28px;
}
#nav_a a .b {
	font-size: 11px;
	display: block;
	margin-top: -1px;
}
#nav_a a:hover .b {
	text-decoration: underline;
}

#nav_b {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}
#nav_b a {
	margin-right: 10px;
}
#nav_b a:hover {
	text-decoration: underline;
}

/* Home *NEW */
#home_intro {
	float:left;
	width: 250px;
}
#home_promo {
	float: left;
}

/* Products *NEW */
.product {
	float: left;
	width: 405px;
	border: 1px solid #74ae30;
	padding: 10px;
	margin: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.product img {
	border: 2px solid #FFF;
	outline: 1px solid #30aea7;
	
}
.product .description {
	
}
.product .description .title {
	width: 385px;
	display: inline-block;
	padding: 10px;
	background-color: #9F438E;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.product .description .title .text {
	float: left;
	color: #FFF;
	font-size: 36px;
	margin-top: 4px;
}
.product .description .title .price {
	float: right;
	font-size: 18px;
	margin-top: 8px;
	margin-right: 2px;
	padding: 5px;
	display: inline-block;
	color: #9F438E;
	background-color: #FFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.product .description .title .price.small {
	font-size: 14px;
	margin-top: 12px;
}
.product .description .specs {
	font-size: 11px;
	color: #666;
	margin: 5px 0px 5px 0px;
	float: left;
}
.product .description .text p {
	width: 385px;
	clear: both;
	background-color: #e9c3ff;
	padding: 10px;
}

/* Galleries *NEW */
.gallery .thumb {
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #9F438E;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	height: 150px;
}
.gallery .thumb img {
	height: 150px;
}
.prev_next {
  text-align: center;
  display: none;
  margin-bottom: 10px;
  color: #666;
}
.prev_next .off {
	color: #CCC;
}

/* Form *NEW */
#package-size-select {
	margin: 5px 0px 5px 10px;
	font-size: 14px;
}
#package-size-select select {
	font-size: 14px;
}

/* About Us *NEW */
#about_us {
	text-align: center;
}
.about_us_container {
	padding: 3px;
	border: 1px solid #FF1493;
	float: left;
	margin: 0px 10px 10px 0px;
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.about_us_container .pic {
	border: 1px solid #FF1493;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 285px;
	height: 228px;
	overflow: hidden;
	margin-bottom: 3px;
}
.about_us_container img {
}
.about_us_container .name {
	font-size: 28px;
	padding: 3px;
	color: #FFF;
	background-color: #FF1493;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.about_us_container .desc {
	font-size: 11px;
	font-weight: bold;
	color: #74ae30;
	padding: 5px;
}
.about_us_container p {
	text-align: left;
	width: 281px;
	padding: 3px;
}

/* FB *NEW */
#fb_like {
	position: absolute;
	top: 58px;
	right: -60px;
	z-index: 900;
}
