@charset "utf-8";
/*RESET CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
	color: #3c2406;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
/*END RESET CSS*/


/*HELPERS*/
.hold{
	height: 60px;
	padding: 0px 0px 0px 0px;
}

.error {
	font-size: .6em;
	color: #cc0000;
	position: relative;
	top: -34px;
	left: 10px;
}

th {text-align: left;}

body {
	background-image: url('../images/wood1.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}

h1 {
	font-size: 2.8em;
	font-weight: bold;
}

h2 {
	font-weight: lighter;
	font-size: 1.7em;
	text-align: center;
	margin-bottom: 15px;
	line-height: 120%;	
}

a {
	font-style: italic;
	text-decoration: none;
}


a[href^="http:"]
{
background: url(../images/external.png) no-repeat right center;
padding-right: 1em;

}


a:hover {
	text-decoration: underline;
}


.divider {
	width: 100%; 
	height: 2px; 
	background-color: rgb(179,216,161);
	}
	
.pp  {
	font-size: .7em;
}

.cash  {
	font-size: .7em;
}

.mini_desc  {
	font-size: .7em;
}
	
.mini_info  {
	font-size: .5em;
	text-align: center;
	margin: auto;
	margin-top: -15px;
	color: #6f5636;
}	
	
/*START FORM ELEMENTS*/
.t-row{
	display: block;
	height: 60px;
	width: 260px;
	background-image: url('../images/input.png');
	background-repeat: no-repeat;
	float: left;
}

.t-row-edit{
	display: block;
	height: 60px;
	width: 260px;
	background-image: url('../images/input.png');
	background-repeat: no-repeat;
	float: left;
}

.t-row-l{
	display: block;
	height: 60px;
	width: 300px;
	background-image: url('../images/input_l.png');
	background-repeat: no-repeat;
	margin: auto;
		overflow: hidden;
}

.t-row-button{
	display: block;
	float: right;
}

.text_input{
	border: 0px solid #000;
	width: 240px;
	font-size: 1.0em;
	background: none;
	color: #3c2406;
	float: left;
	position: relative;
	top: 10px;
	left: 5px;
	
}


.text_input-l{
	border: 0px solid #000;
	width: 280px;
	font-size: 1.0em;
	background: none;
	position: relative;
	color: #3c2406;
	top: 12px;
	left: 10px;

}

.edit_label {
	position: absolute;
	left: 100px; 
	margin-top: 10px;
	width: 200px; 
	text-align: right; 
	}

input:focus {
        outline: none;
    }
    
.go_button {
	float: right;

}

.go_button:active{
	margin-top: 3px;
	margin-bottom: -3px;

}

.other_button {
	margin-top: 10px;

}

.other_button:active{
	margin-top: 13px;
	margin-bottom: -3px;
}

label{

	}
	
.center_hold {
	margin: auto;
	padding: 7px 0px 0px 0px;
	text-align: center;
}

.right_hold {
	margin: auto;
	padding: 5px 25px 0px 5px;
	text-align: right;
}
	
/*END FORM ELEMENTS*/






#main {
	border: 0px dashed #000;	
	width: 939px;
	margin: auto;
	position: relative;

}

#page_shadow1 {
		background-image: url('../images/page_background.png');		
		background-repeat: repeat-y;
		display: block;
		width: 830px;
		border: 0px solid #000;
		padding: 50px 55px 0px 55px;
}

#page {
				
		font-family:  "Lucida Sans", sans-serif;
		letter-spacing: -1px;
		border: 0px solid #dd3;

}

#header {
		font-family: georgia, serif;
		font-size: 20px;	
		border: 0px solid #aa22df;
		min-height: 20px;
		height: 115px;
		padding-left: 50px;
		background-image: url('../images/page_top.png');
		background-repeat: no-repeat;
		background-position: 0px 0px; 
}

#head_contain {
		height: 100px;
		position: relative;
		top: 70px;
		left: 10px;

}

#menu {
	width: 560px;
	border-top: 1px solid #d2cbc0;
	margin-top: -11px;
	padding-top: 10px;
	position: relative;
	z-index: 90;
}

#menu a{
	margin-left:  20px;
	font-weight: lighter;
}

#menu a:hover{

}

#content {
	border: 0px dashed #cc0000;
	font-family: inherit;
	font-size: 20px;
	overflow: auto;
	width: 100%;
	padding: 5px;
	background-color: #f3efe9;
	padding-top: 15px;
	min-height: 150px;
}



#footer {
		border: 0px solid #eee;
		min-height: 80px;
		margin-top:0px;
		clear: both;
		padding: 30px 90px 0px 60px;
		background-image: url('../images/page_bottom.png');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		
}

#terms {
	width: 30%;

	float: left;
	margin: auto;
	color: #ada599;
	font-family: georgia, sans-serif;
	font-size: .9em;
	text-align: center;
}

#share {
	width: 30%;
	padding-left: 60px;
	margin: auto;
	color: #ada599;
	font-family: georgia, sans-serif;
	font-size: .9em;
	text-align: center;
}

#share a[href^="http:"]
{
background: none;
}


#itwiz a[href^="http:"]
{
background: none;
}

#footer a {
	color: #ada599;
	font-style: normal;
}

#itwiz {
	width: 30%;
	margin: auto;
	float: right;
	color: #ada599;
	font-family: georgia, sans-serif;
	font-size: .9em;
	text-align: center;
}



.box_left{ 
	background-color: #CDEEBB; 
	width: 380px;
	float: left;
}

.box_right{ 
	background-color: #CDEEBB; 
	width: 380px;
	float: right;

}

.box_full{ 
	background-color: #CDEEBB;
	width: 830px;
	clear: both;
}

.boxtop { 
	background: url(../images/ne.gif) no-repeat top right; 
}
.boxtop div { 
	font-size: 0;
	height: 15px; 
	background: url(../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
	background: url(../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
	font-size: 0;
	height: 15px; 
	background: url(../images/sw.gif) no-repeat bottom left; 
}
.boxcontent_lr {
	padding: 4px 15px 4px 15px;
	width: 350px;
	overflow: auto;
	line-height: 140%;
}



.boxcontent_full {
	padding: 10px 15px 4px 15px;
	width: 800px;
	overflow: auto;
	line-height: 140%;
}

#date_top {
	position: absolute;
	top: 20px;
	left: 60px;
	padding-top: 10px;	
	border: 0px solid #000;
	color: #ada599;
	font-family: "lucida sans", sans-serif;
	font-size: .9em;
}



#star {
	width: 157px;
	height: 150px;
	position: absolute;	
	top: -30px;
	left:  -90px;
	z-index: 80;
	background-image: url('../images/star_p.png');
	background-repeat: no-repeat;
	
}

#star_sm {
	width: 104px;
	height: 100px;
	position: absolute;	
	top: 115px;
	left:  -60px;
	z-index: 180;
	background-image: url('../images/star_p_sm.png');
	background-repeat: no-repeat;
}

#ribbon {
	width: 200px;
	height: 150px;
	border: 0px dashed #660000;
	position: absolute;	
	top: 50px;
	right:  -50px;
	background-image: url('../images/ribbon_sm.png');
	background-repeat: no-repeat;
	z-index: 80;
}

#tag {
	width: 229px;
	height: 192px;
	position: absolute;	
	top: -25px;
	right: 150px;
	z-index: 80;
	background-image: url('../images/gift_tag.png');
	background-repeat: no-repeat;
}

#scissors {
	width: 220px;
	height: 500px;
	position: absolute;	
	top: 200px;
	left:  -145px;
	z-index: 80;
	background-image: url('../images/scissors_p.png');
	background-repeat: no-repeat;
}
/* END GIFT ELEMENTS*/