/* 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%;
}


/* COLORS */
.purple {
	color: #9F438E;
}

.red {
	color: #F00;
}

/* 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 {
	width:450px;
}

#create-order-gift-cert {
	width:425px;
}

#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;
}

.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;
}

#disclaimer {
	width: 445px;
	padding: 5px;
	float:right;
}

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

#circ_bird {
	position:relative;
	top:15px;
	left:285px
}

#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 {
	position:relative;
	top:35px;
	width:950px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	text-align:left;
	z-index:2;
}

#page_nav {
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
	top:-32px;
	left:-3px;
}

#page_nav td {
	width:84px;
	height:30px;
	text-align:center;
}

#page_nav .tab_on {
	background:URL(../images/tab_on.gif) no-repeat;
}

#page_nav .tab_shop_on {
	background:URL(../images/tab_shop_on.gif) no-repeat;
}

#page_nav .tab_off {
	background:URL(../images/tab_off.gif) no-repeat;
}

#page_nav .tab_shop_off {
	background:URL(../images/tab_shop.gif) no-repeat;
}


#page_nav .tab_over, #page_nav .tab_shop_over {
	background:URL(../images/tab_over.gif) no-repeat;
}

#page_nav td a {
	font-size:80%;
	font-weight:bold;
	color:#333333;
	padding:5px;
}

#page_nav td a:hover {
	text-decoration:none;
}

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

.page_title {
	font-size:120%;
	margin-left:0px;
	color:#9F438E;
	font-weight:bold;
}

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

.sample_pic {
	 float:left;
	 margin:3px;
}

#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;
}

/* Misc */
#popcorn-pic {
	display: none;
}