#content_left {
	position: absolute;
	background-image:url(../images/contact_leftBkgd.jpg);
	width: 543px;
	height: 481px;
}

div#about {
	position: absolute;
	top: 80px;
	left: 70px;
	width: 408px;
	height: 282px;
}


#about a {
	color: #990000;
}

/*  ------------------- right side sections  -------------------- */


/* builder sub page */
/*  enter store */
#store {
	position: absolute;
	top: 0;
	left: 543px;
	background-image:url(../images/contact_shopBkgd.jpg);
	width: 346px;
	height: 160px;
	font-size: 11px;
	z-index: 900;
}

#store h3 {
	padding-left: 188px;
	padding-top: 81px;
	font-size: 11px;
	font-weight: normal;
}

.store_btns {
	padding-left: 159px;
	color: #ffffff;
	padding-top: 2px;
}

.store_btns a, .store_btns a:hover {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	width: 62px;
	text-align: center;
}

.store_btns a:hover {
	color: #DF8D00;
}

#store_girl {
	position: absolute;
	background-image:url(../images/girl.png);
	width: 142px;
	height: 198px;
	top: -12px;
	left: -12px;
	z-index: 905;
}

#webstar {
	position: absolute;
	width: 78px;
	height: 78px;
	background-image:url(../images/webstar.png);
	left: 78px;
	top: 97px;
	z-index: 910;
}

#webstar a {
	display: block;
	width: 78px;
	height: 70px;
	text-indent: -3000px;
	overflow: hidden;
}


#player {
	background-image:url(../images/contact_playerBkgd.jpg);
	width: 346px;
	height: 321px;
	position: absolute;
	top:  160px;
	left: 543px;
	z-index: 899;
}

div#info_txt {
	position: relative;
	width: 330px;
	top: 63px;
	left: -15px;
	text-align: center;
	font-weight: bold;
}

#company {
	font-size: 13px;
	line-height: 15px;	
	color: #4d1e0b;
	font-weight: bold;
	letter-spacing: -0.5px;
	padding-bottom: 22px;
}

#addy {
	font-size: 12px;
	line-height: 12px;
	color: #6f3016;
	padding-bottom: 22px;
	text-align: center;
}

#info_txt a {
	font-size: 12px;
	line-height: 12px;
	color: #883d1e;
}



/*  form stuff */

form {
	width: 420px;
	margin:0px;
	padding: 10px;
	padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	left: -20px;
	top: 0px;
}

div.fieldbox {
	margin-bottom: 7px;
	clear: both;
}


form input, form textarea {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	font-size: 10px;
	line-height: 11px;
	height: 13px;
	padding: 1px 4px;
	width: 150px;
	color: #333333;
	position: relative;
	outline: none;
}


#message {
	width: 320px;
	height: 150px;
	font-size: 12px;
	line-height: 14px;
}

fieldset {
	border: none;
}

form span {
	color: #6b2b14;
	display: block;
	width: 70px;
	float: left;
	text-align: right;
	padding-right: 9px;
}

form legend {
	display: none;
}

form label {
	display: block;
	padding: 4px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #6b2b14;
}

p.field_desc {
	display: block;
	position: absolute;
	text-align: center;
	top: 12px;
	right: 14px;
	width: 120px;
	font-size: 12px;
	border: 1px dotted #994C00;
	visibility: hidden;
	padding: 10px;
	background-color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	color: #994C00;
}

.buttons {
	display:  block;
	width: 200px;
	position: relative;
	float: left;
	left: 165px;
	top: -10px;
}

button {
	display: block;
	float: left;
	position: relative;
	width: 47px;
	height: 20px;
	text-indent: -3000px;
	overflow: hidden;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #000000;
}

button#reset_btn {
	background-image: url(../images/form_clearBtn.jpg);
}

button#send_btn {
	background-image: url(../images/form_submitBtn.jpg);
}

#form_instructs {
	width: 150px;
	display: block;
	float: left;
	position: relative;
	left: 80px;	
	font-weight: bold;
	color: #6b2b14;
	top: -10px;
}

div.errortext {
	width: 420px;
	padding: 10px;
	margin-bottom: 12px;
	background-color:#640000;
	color: #CC3300;
	border: 1px dotted #CC3300;
	font-size: 11px;
}

div.errortext a{color:#F30;font-weight:bold;text-decoration:underline;padding-top:6px}

div.sent_text {
	width: 420px;
	padding: 10px;
	margin-bottom: 12px;
	background-color:#336600;
	color: #33CC00;
	border: 1px dotted #33CC00;
	font-size: 11px;
}


