/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-color:#521C1C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	line-height: 18px;
}

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#sc-wrapper-product {
	/* back is 780 x 580 */
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	background-image:url(../images/backs/back_one.png);
	height:700px;
	min-height:700px;
}

#sc-wrapper-detail {
	/* back is 780 x 580 */
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	background-image:url(../images/backs/back_two.png);
	height:700px;
	min-height:700px;
}

#top-left {
	position:absolute;
	left:55px;
	top:105px;
	width:200px;
	max-width:200px;
	padding: 0;
	height:145px;
	/*border: 1px solid #FF9900;*/
	text-align:left;
}
#top-mid {
	position:absolute;
	left:297px;
	top:105px;
	width:200px;
	height:145px;
}
#top-right {
	position:absolute;
	left:538px;
	top:105px;
	width:200px;
	height:145px;
}

#bot-left {
	position:absolute;
	left:55px;
	top:258px;
	width:200px;
	height:145px;
}
#bot-mid {
	position:absolute;
	text-align:center;
	left:299px;
	top:264px;
	width:200px;
	height:110px;
}
#bot-mid-button {
	width:40px;
	display:inline;
	padding-left:7px;
	padding-right:7px;
}
#bot-mid-logo {
	padding-top:12px;
	clear:both;

}
#bot-right {
	position:absolute;
	left:538px;
	top:258px;
	width:200px;
	height:145px;
}

#home-footer {
	position:absolute;
	left:0px;
	top:472px;
	width:100%;
	height:75px;
	z-index:6;
}
