@charset "UTF-8";
/*formatting style
---------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html{
	height:100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	
}
body {
	color: #F0F0F0;
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.6em;
	letter-spacing:.1em;
	height: 100%;
	
}
hr {
	display: none;
}
p {
	padding-bottom: 1em;
}
iframe {
	font-size: 75%;
}

/*link style
---------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #F0F0F0;
	text-decoration: underline;
}
a:visited {
	color: #F0F0F0;
	text-decoration: underline;
}
a:hover {
	color: #F0F0F0;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/*basic layout
---------------------------------*/
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height: 100%;
	position:relative;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-top: 1px solid #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
body > #wrapper {
        height: auto;
}
#header {
	width: 135px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 112px;
	overflow:auto;
}
#main {
	width: 625px;
	left: 0px;
	float: right;
	padding-bottom: 112px;
	overflow:auto;
}
#addressArea {
	width: 800px;
	overflow:auto;
	clear: right;
}

#footer {
	position: fixed;
	height: 120px;
	bottom: 0px;
	clear: both;
	width: 100%;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*link image
---------------------------------*/
a img {
	border-style: none;
}
/*main style
---------------------------------*/
#main #h2AndUl {
	padding-top: 8px;
	background-image: url(images/main-bar2.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	width: 585px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
}
#main #h2AndUl h2 {
	width: 430px;
	float: left;
	padding-bottom: 10px;
	padding-top: 15px;
}
#main .h2TextArea {
	width: 430px;
	float: left;
}

#main #h2AndUl ul {
	width: 135px;
	float: right;
	padding-left: 20px;
	padding-top: 15px;
}
#main #h2AndUl Ul li {
	list-style: none;
	font-size: 120%;
	line-height: 1.8em;
}
#main #h2AndUl ul li a {
	padding-left: 12px;
	background-image: url(images/mark-menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #000000;
}
#main .h3AndTextAndRerutntotop {
	width: 585px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	float: right;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
}
#main #h2AndUl .h2TextArea {
	width: 410px;
}

#main .h3AndTextAndRerutntotop h3 {
	width: 145px;
	float: right;
	padding-left: 10px;
}
#main .h3AndTextAndRerutntotop .mainText {
	float: left;
	width: 410px;
	padding-right: 20px;
}
#main .h3AndTextAndRerutntotop .returntotop {
	float: right;
	width: 585px;
}
#main .h3AndTextAndRerutntotop .returntotop a {
	padding-left: 12px;
	background-image: url(images/mark-return.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	color: #000000;
	float: right;
	margin-top: 10px;
}
#main .h3AndTextAndRerutntotop .photoRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main .h3AndTextAndRerutntotop .mainText h4 {
	font-size: 150%;
	padding-bottom: 1em;
	font-weight: bold;
	width: 410px;
	clear: both;
}
#main .h3AndTextAndRerutntotop .mainText .spiritsNumber {
	color: #FF6666;
}
#main .h3AndTextAndRerutntotop .mainText .spiritsAnswer {
	font-size: 115%;
	font-weight: bold;
}
#main .h3AndTextAndRerutntotop .mainText .profile01 {
	width: 267px;
	float: right;
	margin-left: 10px;
}
#main .h3AndTextAndRerutntotop .mainText .artistPhoto {
	float: left;
	margin-bottom: 20px;
}
#main  .h3AndTextAndRerutntotop  .ProfileName   {
	font-size: 170%;
	line-height: 1.2em;
	font-weight: bolder;
	background-position: left top;
}
#main .mainText .bigText {
	font-size: 180%;
	font-weight: bold;
}

.mainText .qr {
	height: auto;
	width: 100px;
}
/* form
---------------------------------*/
#main  form {
	margin-bottom: 10px;
}
#main input[type="text"],#main textarea {
	padding: 2px;
	border: 1px solid #E0B67D;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main table {
	border-collapse:collapse;
	border: 1px solid #FFFFFF;
}
#main th {
	padding: 5px 15px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px dashed #FFFFFF;
	width: 35%;
	color: #F0F0F0;
}
#main td {
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	width: 65%;
}
#main form#contactForm table {
	margin-bottom: 5px;
}
#main table tr .odd {
	border-top: 1px dashed #FFFFFF;
}
#main table tr .odd2 {
	border-top: 1px dashed #FFFFFF;
}
#main table.storeguidance {
	margin-bottom: 10px;
}
#main th.headerTop {
	text-align: center;
	color: #FFFFFF;
}
/*header styles
---------------------------------*/
#header h1 {
	margin-bottom: 25px;
}
/*footer styles
---------------------------------*/
#footer .footerFlash {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
